Updated documentation with info about the wiki
We're no longer under construction, baby!
--- a/INSTALL Thu Feb 14 15:40:19 2013 -0800
+++ b/INSTALL Thu Feb 14 15:56:33 2013 -0800
@@ -13,8 +13,8 @@
If you are compiling using Visual C++ on Win32, you should read
the file VisualC.html
- 2. Look at the example programs in ./test, and check out the HTML
- documentation in ./docs to see how to use the SDL library.
+ 2. Look at the example programs in ./test, and check out the online
+ documentation at http://wiki.libsdl.org/
3. Join the SDL developer mailing list by sending E-mail to
sdl-request@libsdl.org
--- a/README Thu Feb 14 15:40:19 2013 -0800
+++ b/README Thu Feb 14 15:56:33 2013 -0800
@@ -27,14 +27,8 @@
The best way to learn how to use SDL is to check out the header files in
the "include" subdirectory and the programs in the "test" subdirectory.
The header files and test programs are well commented and always up to date.
-More documentation is available in HTML format in "docs/index.html", and
-a documentation wiki is available online at:
- http://www.libsdl.org/cgi/docwiki.cgi
-
-The test programs in the "test" subdirectory are in the public domain.
-
-Frequently asked questions are answered online:
- http://www.libsdl.org/faq.php
+More documentation and FAQs are available online at:
+ http://wiki.libsdl.org/
If you need help with the library, or just want to discuss SDL related
issues, you can join the developers mailing list:
--- a/include/SDL.h Thu Feb 14 15:40:19 2013 -0800
+++ b/include/SDL.h Thu Feb 14 15:56:33 2013 -0800
@@ -49,14 +49,8 @@
* The best way to learn how to use SDL is to check out the header files in
* the "include" subdirectory and the programs in the "test" subdirectory.
* The header files and test programs are well commented and always up to date.
- * More documentation is available in HTML format in "docs/index.html", and
- * a documentation wiki is available online at:
- * http://www.libsdl.org/cgi/docwiki.cgi
- *
- * The test programs in the "test" subdirectory are in the public domain.
- *
- * Frequently asked questions are answered online:
- * http://www.libsdl.org/faq.php
+ * More documentation and FAQs are available online at:
+ * http://wiki.libsdl.org/
*
* If you need help with the library, or just want to discuss SDL related
* issues, you can join the developers mailing list: