Todo list
| Tinymce - essai pour inclure cet éditeur » Commented on Apr. 6 2007, In To be integrated | |
| Newbie How To Questions - As stated it: 'I've just discovered YACS a few days ago and am really impressed so far. I've been reading and playing and trying to figure some of these things out but am still unclear about some of them. If I've overlooked something obvious that is explained elsewhere I apologize.'
Here we go, a mini-FAQ for Mark, and for all of you who are new to YACS. » Page edited on Dec. 3 2004 In Post your requirements here | |
| 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 |