
22-May-2003, 09:43
|
 |
Regular Member
|
|
Join Date: Jan 2003
Location: Loughborough, England
Posts: 840
|
|
PHP doc system - for when you need to write up some documentation
Came across this today phpdocsystem
What it is:
Quote:
|
A modular PHP system for creating documentation. You create modules for documentation elements (installation steps, buttons, screens, etc.) and then refer to them instead of having to copy/paste information you'd want to have in 2 or more places. For example, you have an application that has buttons on a toolbar which appears on several screens. You define each button, define the toolbar and include the buttons, then define the screens and include the toolbar which in turn includes the buttons. It can run as dynamic PHP, including everything on the fly or it can output static HTML that you can include in your software distribution.
|
This looks really useful and I might suggest it for the bbclone group.
Rob
|
|