PhpDoc
| Features, features! - YACS is just aiming to raise the standard in Apache/mySQL/PHP environment for the support of web communities. » Page edited on Mar. 13, In The vision | |
| July-12 - blogmarks, security, control panel, and more - 214 files have been updated from the previous release » Page created on Jul. 12 2004 In Releases | |
| May-24 - PHP4, news aggregation, web services, home page, and more - 112 scripts have been updated from the previous release » Page published on May 24 2004 In Releases | |
| March 30 - Button editor, security review, etc. - 147 scripts have been updated from the previous release » Page created on Mar. 30 2004 In Releases | |
| March-09 - Other significant updates - 101 scripts have changed over one week » Page edited on Mar. 10 2004 In Releases | |
| How to use phpDoc to document software modules? - At YetAnotherCommunitySystem we have adopted phpDoc from the beginning as the tool of choice for software documentation. You can see the result at the scripts/index.php.
Each time the set of reference scripts is rebuilt (scripts/build.php) the entire phpDoc documentation is rebuilt as well. To achieve this, every running script is parsed and analyzed.
Comments are filtered and combined in order to provide following items:
- the index page itself, at scripts/index.php
- the to-do list, at scripts/view.php/todo
- the authors page, at scripts/view.php/authors
- the testers page, at scripts/view.php/testers
- the license page, at scripts/view.php/licenses
The last four links are available at the top of the scripts/index.php. » Page edited on Feb. 22 2004 In Developer's guide |