[phpwebapp-commits] CVS: documentation/templates/user_manual notes.html,NONE,1.1 user_manual.html,1.
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-22 06:51:21
|
Update of /cvsroot/phpwebapp/documentation/templates/user_manual In directory sc8-pr-cvs1:/tmp/cvs-serv4885/templates/user_manual Modified Files: user_manual.html Added Files: notes.html Log Message: --- NEW FILE: notes.html --- <br> <div class="note"> <span class="title"> Would you like to help? Can you construct a webbox for displaying texinfo or DocBook docs? </span><br> <p>I want to write the user manuals of phpWebApp in texinfo format or in DocBook format, as flexible formats that can be converted easily into other formats (and maybe into each-other as well). Then, I would need a webbox that can display the manual in this page, either by reading it directly from the original format, or after processing it somehow. In order to do this, you should know well texinfo or DocBook formats, and you should also know how to construct a webbox with phpWebApp.</p> </div> <div class="note"> <span class="title"> Would you like to help? Can you rewrite the user manuals? </span><br> <p>The user manuals are not clean and not updated. Can you rewrite them either in texinfo or in DocBook format? For this you should have some experience with phpWebApp and it is even better if you are interested on how it is implemented.</p> </div> Index: user_manual.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/user_manual/user_manual.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** user_manual.html 15 Aug 2003 07:37:29 -0000 1.3 --- user_manual.html 22 Aug 2003 06:51:17 -0000 1.4 *************** *** 3,8 **** --- 3,11 ---- <WebObject Class="tabs3" Name="manual" items="{{./}}manual_items.php" /> + <WebBox ID="manual_page"> <Include SRC="{{WOBJ_PATH}}displaytxt/displaytxt.html" /> </WebBox> + + <Include SRC="{{./}}notes.html" /> </div> |