|
From: Carlo W. <li...@us...> - 2001-12-10 01:55:44
|
CVSROOT : /cvsroot/libcw
Module : src
Branch tags: branch-threading
Commit time: 2001-11-10 01:55:43 UTC
Modified files:
Tag: branch-threading
libcwd/README
Log message:
Documentation is now part of the source tree
---------------------- diff included ----------------------
Index: src/libcwd/README
diff -u src/libcwd/README:1.8 src/libcwd/README:1.8.2.1
--- src/libcwd/README:1.8 Mon Jul 30 21:10:04 2001
+++ src/libcwd/README Sun Dec 9 17:55:33 2001
@@ -37,44 +37,6 @@
2) Support for memory allocation debugging.
-Documentation
--------------
-
-You can find extensive documentation online at
-http://libcw.sourceforge.net/debugging/. There you will find
-a reference manual, a tutorial and many examples.
-
-It is highly recommended that you download and install the html
-files locally for greater speed. At the moment you can only
-download the documentation by using `cvs':
-
-Install cvs (after all, you are a developer) and issue the
-following command once:
-
-cvs -d:pserver:ano...@cv...:/cvsroot/libcw login
-
-When prompted for a password for anonymous, simply press the
-Enter key. Next download the documentation with the following
-commandline:
-
-cvs -z3 -d:pserver:ano...@cv...:/cvsroot/libcw co www
-
-At any later time you can update the documentation by changing
-directory into the www directory and issuing:
-
-cvs update -d
-
-A European mirror has been setup in Amsterdam (the Netherlands) at
-http://www.alinoe.com/. This is my home PC (cable, 128cps) and
-therefore only contains the front page, using www.xs4all.nl
-(my other provider) for all the rest of the pages and images.
-Feel free to try this when sourceforge is too slow.
-
-Note that the documentation includes documentation of libcw
-(without a `d' at the end), libcw is not released to the public
-yet. You can ignore everything not in the debugging/ directory.
-
-
Anonymous CVS Access
--------------------
----------------------- End of diff -----------------------
|