Difference between revisions of "Documentation"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 227)
 
m (converted to sections, added categories)
Line 3: Line 3:
 
If there is documentation you feel is not complete, represented accurately, or is entirely omitted, please add it to the appropriate place and make a note of it on the [[Documentation Wishlist]] so that people know that someone wants it.
 
If there is documentation you feel is not complete, represented accurately, or is entirely omitted, please add it to the appropriate place and make a note of it on the [[Documentation Wishlist]] so that people know that someone wants it.
  
'''API documentation'''
+
== API documentation ==
 +
 
 
* [[Tcl API]]
 
* [[Tcl API]]
 
* [[C API]] - [http://aolserver.am.net/cvs/tcl C source for Tcl commands]
 
* [[C API]] - [http://aolserver.am.net/cvs/tcl C source for Tcl commands]
 
* [[Private C API]]
 
* [[Private C API]]
  
'''General documentation'''
+
== General documentation ==
 +
 
 
* [[Modules]]
 
* [[Modules]]
 
* [[Languages]]
 
* [[Languages]]
Line 15: Line 17:
 
* [[Administration]]
 
* [[Administration]]
  
'''Guides'''
+
== Guides ==
 +
 
 
* [[AOLserver Tuning, Troubleshooting and Scaling]] by [[Kriston J. Rehberg]].
 
* [[AOLserver Tuning, Troubleshooting and Scaling]] by [[Kriston J. Rehberg]].
 
* [[Virtual Hosting]] in AOLserver.
 
* [[Virtual Hosting]] in AOLserver.
Line 21: Line 24:
 
* [http://www.fpx.de/fp/Software/tcl-c++/tcl-c++.html Making C++ Loadable Modules Work] in Tcl.
 
* [http://www.fpx.de/fp/Software/tcl-c++/tcl-c++.html Making C++ Loadable Modules Work] in Tcl.
  
'''HOWTOs'''
+
== HOWTOs ==
 +
 
 
* [[How to set up PHP under AOLserver]]
 
* [[How to set up PHP under AOLserver]]
 
* [[How to set up WiKit under AOLserver]]
 
* [[How to set up WiKit under AOLserver]]
Line 31: Line 35:
 
* [[How to generate self-signed SSL certificates]]
 
* [[How to generate self-signed SSL certificates]]
  
'''Community-supported documentation'''
+
== Community-supported documentation ==
 +
 
 
* http://www.scottg.net/webtools/aolserver/
 
* http://www.scottg.net/webtools/aolserver/
 
* Notes describing the differences between ArsDigita [[ad13 vs. 3.5.1]].
 
* Notes describing the differences between ArsDigita [[ad13 vs. 3.5.1]].
 +
 +
[[Category:Documentation]]

Revision as of 16:06, 7 October 2005

There is an effort underway to update and prepare documentation for AOLserver 4.0. This wiki will be the canonical source for documentation under revision, which will then get commited to CVS in the doc/ directory in roff format. From there, HTML will be forward-generated from the roff and made available from http://aolserver.com/docs/.

If there is documentation you feel is not complete, represented accurately, or is entirely omitted, please add it to the appropriate place and make a note of it on the Documentation Wishlist so that people know that someone wants it.

API documentation

General documentation

Guides

HOWTOs

Community-supported documentation