Mod Snake CVS committal
Author : jick
Module : mod_snake
Dir : mod_snake
Modified Files:
README
Log Message:
Fix up documentation pointers, thanks to Ken Coar.
===================================================================
RCS file: /cvsroot/modsnake/mod_snake/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- README 2000/11/27 15:40:49 1.7
+++ README 2002/02/03 20:59:19 1.8
@@ -10,16 +10,20 @@
understand and maintain.
Key files which are distributed in this package are:
- doc/mod_snake.txt - Installation and simple usage instructions
- doc/mod_snake_api.txt - Reference information about all the different
- APIs available through mod_snake
- doc/snake_lib.txt - Reference information about the snake_lib
- utility modules, distributed with mod_snake
- examples/* - Simple examples to show usage
- examples/tut/* - Tutorial files for getting started
- snake_lib/* - Distributed SnakeLib modules
- COPYING - License information
- ChangeLog - Information about changes between versions
+ doc/mod_snake/mod_snake.html - Installation and simple usage
+ instructions
+ doc/mod_snake_api/modsnake-api.html - Reference information about all
+ the different APIs available through
+ mod_snake
+ doc/snake_lib/snakelib.html - Reference information about the
+ snake_lib utility modules, distributed
+ with mod_snake
+ examples/* - Simple examples to show usage
+ examples/tut/* - Tutorial files for getting started
+ snake_lib/* - Distributed SnakeLib modules
+ COPYING - License information
+ ChangeLog - Information about changes between
+ versions
Enjoy.
|