[phpwebapp-commits] CVS: documentation/templates developer_docs.html,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-15 08:23:56
|
Update of /cvsroot/phpwebapp/documentation/templates In directory sc8-pr-cvs1:/tmp/cvs-serv31270/templates Modified Files: developer_docs.html Log Message: Index: developer_docs.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/developer_docs.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** developer_docs.html 21 Feb 2003 08:18:24 -0000 1.1.1.1 --- developer_docs.html 15 Aug 2003 08:13:25 -0000 1.2 *************** *** 1,8 **** - <br> - <li> <a href="{{APP_URL}}uml_model/phpWebApp.html" target="new"> - Logical View (UML Model)</a> </li> - <li> Documents generated by phpDocumentor or doxygen </li> - <li> Known Bugs </li> - <li> ToDo list </li> - <li> . . . </li> --- 1,58 ---- + <h3>Documents</h3> + <ul> + <li> + UML Model (Logical View) + + [ Petal + | XMI + | <a href="{{APP_URL}}uml_model/phpWebApp.html" target="new">HTML Online</a> + | HTML Download ] + </li> + <li> + Code Documentation (generated by phpDocumentor) + + [ PDF + | HTML Online + | HTML Download ] + </li> + <li> + Code Documentation (generated by doxygen) + + [ PDF + | HTML Online + | HTML Download ] + </li> + </ul> + + <h3>Discussion Lists</h3> + <ul> + <li> + <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-developers" target="_blank">phpwebapp-developers</a> + -- For communication between the developers of the framework. + </li> + <li> + <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-improvments" target="_blank">phpwebapp-improvments</a> + -- For discussing improvments that can be made to the framework. + </li> + <li> + <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-discussion" target="_blank">phpwebapp-discussion</a> + -- Discussing problems of web applications in general and how they can be solved. + </li> + <li> + <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-commits" target="_blank">phpwebapp-commits</a> + -- Automatic announcement of each commit made to phpwebapp project. + </li> + </ul> + + <h3>ToDo list</h3> + <ul> + <li> + <a href="http://sourceforge.net/pm/?group_id=41147" target="_blank"> + Tasks + </a> + </li> + <li> + </li> + </ul> + <br> |