Skip to content

Commit

Permalink
[misc] update URLs for github move
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard committed Aug 1, 2012
1 parent 2edd5b9 commit 9bd56be
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
For the latest changes, please visit:
http://libwdi.git.sourceforge.net/git/gitweb.cgi?p=libwdi/libwdi;a=summary
https://github.com/pbatard/libwdi/commits/master

o v1.2.1 (2011.11.02)
Bugfixes:
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog_README.creole
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
For more details, please visit: [[http://libwdi.git.sourceforge.net/git/gitweb.cgi?p=libwdi/libwdi;a=shortlog]]
For more details, please visit: [[https://github.com/pbatard/libwdi/commits/master]]
= Changelog: =
=== v1.2.1 (2011.11.02) ===
* Bugfixes:
Expand All @@ -10,7 +10,7 @@ For more details, please visit: [[http://libwdi.git.sourceforge.net/git/gitweb.c
=== v1.2.0 (2011.10.14) ===
* Improvements:
** [[http://sourceforge.net/apps/mediawiki/libwdi/index.php?title=WCID_devices|WCID device]] driver installation support
** [[https://github.com/pbatard/libwdi/wiki/WCID-Devices|WCID device]] driver installation support
** [[http://sourceforge.net/apps/trac/libusb-win32/wiki|libusb-win32]] filter driver installation/uninstallation
** Zadig UI redesign and other improvements
** Windows 8 and USB 3.0 support improvements
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Additional features:
- Supports MinGW32, MinGW-w64, cygwin (with -mno-cygwin), Visual Studio, WDK

Installation and Compilation:
Please visit: http://sourceforge.net/apps/mediawiki/libwdi/index.php?title=Install
Please visit: https://github.com/pbatard/libwdi/wiki/Install

API usage:
Please visit: http://sourceforge.net/apps/mediawiki/libwdi/index.php?title=Usage
Please visit: https://github.com/pbatard/libwdi/wiki/Usage]

FAQ:
Please visit: http://sourceforge.net/apps/mediawiki/libwdi/index.php?title=Faq
Please visit: https://github.com/pbatard/libwdi/wiki/FAQ
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([libwdi], [1.2.1], [[email protected]], [libwdi], [http://libwdi.sf.net])
AC_INIT([libwdi], [1.2.1], [[email protected]], [libwdi], [http://libwdi.akeo.ie])
AM_INIT_AUTOMAKE([-Wno-portability])
AC_CONFIG_SRCDIR([libwdi/libwdi.c])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion libwdi/libwdi.rc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ BEGIN
VALUE "OriginalFilename", "libwdi"
VALUE "ProductName", "libwdi"
VALUE "ProductVersion", "1.2.1.154"
VALUE "Comments", "http://libwdi.sf.net"
VALUE "Comments", "http://libwdi.akeo.ie"
END
END
BLOCK "VarFileInfo"
Expand Down
12 changes: 6 additions & 6 deletions libwdi_README.creole
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
=== Main features: ===
* Automated **signed** driver package creation and installation, using the name reported by the USB device
* **No** security warnings during driver installation, when running in elevated mode
* One-off [[http://sourceforge.net/apps/mediawiki/libwdi/index.php?title=WCID_devices|WCID device]] driver installation support, so that no further driver installation is required for any WCID device of the same type
* One-off [[https://github.com/pbatard/libwdi/wiki/WCID-Devices|WCID device]] driver installation support, so that no further driver installation is required for any WCID device of the same type
* Dual 32 and 64 bit platform support
* Supports any Windows platforms, from Windows XP up to Windows 8
* Single library that can be statically or dynamically linked to your application in order to provide driver installation facilities at runtime
=== Additional features: ===
* Embedding of [[http://msdn.microsoft.com/en-us/library/windows/hardware/ff540174.aspx|WinUSB]] ([[http://libusb.org|libusb-1.0]], [[http://libusbdotnet.sf.net|LibUsbDotNet]], native), [[http://sourceforge.net/apps/trac/libusb-win32/wiki|libusb-win32]], [[http://code.google.com/p/usb-travis|libusbK]] or your own USB drivers (eg. [[http://msdn.microsoft.com/en-us/windows/hardware/gg487530.aspx|WHQL]])
* Embedding of [[http://msdn.microsoft.com/en-us/library/windows/hardware/ff540174.aspx|WinUSB]] ([[http://libusbx.org|libusbx]], [[http://libusbdotnet.sf.net|LibUsbDotNet]], native), [[http://sourceforge.net/apps/trac/libusb-win32/wiki|libusb-win32]], [[http://code.google.com/p/usb-travis|libusbK]] or your own USB drivers (eg. [[http://msdn.microsoft.com/en-us/windows/hardware/gg487530.aspx|WHQL]])
* [[http://sourceforge.net/apps/trac/libusb-win32/wiki|libusb-win32]] filter driver support
* UAC elevation, where necessary
* Full locale support with UTF-8 API strings and UTF-16 autogenerated inf files
Expand All @@ -17,13 +17,13 @@
* Supports [[http://www.mingw.org/|MinGW]], [[http://mingw-w64.sourceforge.net/|MinGW-w64]], [[http://www.microsoft.com/visualstudio/en-us|Visual Studio]], [[http://msdn.microsoft.com/en-us/windows/hardware/gg487428|WDK]]
=== Latest changes: ===
* [[http://libwdi.git.sourceforge.net/git/gitweb.cgi?p=libwdi/libwdi;a=shortlog]]
* [[https://github.com/pbatard/libwdi/commits/master]]
=== Installation and Compilation: ===
* [[http://sourceforge.net/apps/mediawiki/libwdi/index.php?title=Install]]
* [[https://github.com/pbatard/libwdi/wiki/Install]]
=== API usage: ===
* [[http://sourceforge.net/apps/mediawiki/libwdi/index.php?title=Usage]]
* [[https://github.com/pbatard/libwdi/wiki/Usage]]
=== FAQ: ===
* [[http://sourceforge.net/apps/mediawiki/libwdi/index.php?title=Faq]]
* [[https://github.com/pbatard/libwdi/wiki/FAQ]]

0 comments on commit 9bd56be

Please sign in to comment.