[phpwebapp-commits] CVS: documentation/templates main.html,1.5,1.6 developer_docs.html,1.5,1.6 bismi
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-21 17:15:45
|
Update of /cvsroot/phpwebapp/documentation/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5212/templates Modified Files: main.html developer_docs.html bismilah.html about.html Log Message: Index: main.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/main.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** main.html 25 Aug 2003 14:34:23 -0000 1.5 --- main.html 21 Jul 2004 17:15:32 -0000 1.6 *************** *** 1,21 **** ! <html> <head> <title>phpWebApp</title> ! <link rel="stylesheet" type="text/css" href="{{./}}styles.css"> </head> <body> - <!--# Header #--> <table width="100%" align="center" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="1%" align="right" valign="top"> ! <img src="http://sourceforge.net/sflogo.php?group_id=41147" width="88" height="31" border="0" alt="SourceForge Logo"> </td> <td align="center"> <h3>phpWebApp Documentation</h3> </td> ! <td width="1%" align="left" valign="top" nowrap> ! <Include SRC="{{./}}bismilah.html" /> </td> </tr> --- 1,23 ---- ! <?xml version="1.0" encoding="iso-8859-1"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" lang="EN"> <head> <title>phpWebApp</title> ! <link rel="stylesheet" type="text/css" href="{{./}}styles.css" /> </head> <body> <!--# Header #--> <table width="100%" align="center" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="1%" align="right" valign="top"> ! <img src="http://sourceforge.net/sflogo.php?group_id=41147" width="88" height="31" border="0" alt="SourceForge Logo" /> </td> <td align="center"> <h3>phpWebApp Documentation</h3> </td> ! <td width="1%" align="left" valign="top" nowrap="nowrap"> ! <include src="{{./}}bismilah.html" /> </td> </tr> *************** *** 26,31 **** <td> <!--# Menu #--> ! <Include SRC="{{WEBOBJ_PATH}}tabs/tabs1.html"> ! <WebObject Class="tabs1" Name="mainMenu" items="{{./}}mainMenu_items.php" /> </td> --- 28,33 ---- <td> <!--# Menu #--> ! <include src="{{TABS_PATH}}tabs1.html" /> ! <webobject class="tabs1" name="mainMenu" items="{{./}}mainMenu_items.php" /> </td> *************** *** 34,40 **** <td class="content_box"> <!--# Content #--> ! <WebBox ID="content"> ! <Include SRC="{{./}}{{content_file}}"/> ! </WebBox> </td> </tr> --- 36,42 ---- <td class="content_box"> <!--# Content #--> ! <webbox id="content"> ! <include src="{{./}}{{content_file}}"/> ! </webbox> </td> </tr> Index: developer_docs.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/developer_docs.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** developer_docs.html 25 Aug 2003 16:12:35 -0000 1.5 --- developer_docs.html 21 Jul 2004 17:15:32 -0000 1.6 *************** *** 3,22 **** <ul> <li> ! UML Model (Logical View) <br> [ <a href="{{UP_URL}}web_app/doc/WebApp.mdl" target="_blank">Petal</a> (300 KB) | XMI | <a href="{{HOME_URL}}documentation/external/uml_model/index.html" target="_blank">HTML</a> | <a href="{{HOME_URL}}documentation/external/download/uml_model.tar.gz">HTML.tar.gz</a> (200 KB) ! ]<br><br> </li> <li> ! Code Documentation (generated by phpDocumentor) <br> [ PDF | <a href="{{HOME_URL}}documentation/external/phpdoc/" target="_blank">HTML</a> | <a href="{{HOME_URL}}documentation/external/download/phpdoc.tar.gz">HTML.tar.gz</a> (160 KB) ! ]<br><br> </li> <li> ! Code Documentation (generated by doxygen) <br> [ <a href="{{HOME_URL}}documentation/external/doxydoc/latex/refman.pdf" target="_blank">PDF</a> | <a href="{{HOME_URL}}documentation/external/download/doxydoc_latex.tar.gz">PDF.tar.gz</a> (1.3 MB) --- 3,22 ---- <ul> <li> ! UML Model (Logical View) <br /> [ <a href="{{UP_URL}}web_app/doc/WebApp.mdl" target="_blank">Petal</a> (300 KB) | XMI | <a href="{{HOME_URL}}documentation/external/uml_model/index.html" target="_blank">HTML</a> | <a href="{{HOME_URL}}documentation/external/download/uml_model.tar.gz">HTML.tar.gz</a> (200 KB) ! ]<br /><br /> </li> <li> ! Code Documentation (generated by phpDocumentor) <br /> [ PDF | <a href="{{HOME_URL}}documentation/external/phpdoc/" target="_blank">HTML</a> | <a href="{{HOME_URL}}documentation/external/download/phpdoc.tar.gz">HTML.tar.gz</a> (160 KB) ! ]<br /><br /> </li> <li> ! Code Documentation (generated by doxygen) <br /> [ <a href="{{HOME_URL}}documentation/external/doxydoc/latex/refman.pdf" target="_blank">PDF</a> | <a href="{{HOME_URL}}documentation/external/download/doxydoc_latex.tar.gz">PDF.tar.gz</a> (1.3 MB) *************** *** 24,28 **** | <a href="{{HOME_URL}}documentation/external/doxydoc/html/" target="_blank">HTML</a> | <a href="{{HOME_URL}}documentation/external/download/doxydoc_html.tar.gz">HTML.tar.gz</a> (3 MB) ! ]<br><br> </li> </ul> --- 24,28 ---- | <a href="{{HOME_URL}}documentation/external/doxydoc/html/" target="_blank">HTML</a> | <a href="{{HOME_URL}}documentation/external/download/doxydoc_html.tar.gz">HTML.tar.gz</a> (3 MB) ! ]<br /><br /> </li> </ul> *************** *** 32,56 **** <li> <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-developers" target="_blank">phpwebapp-developers</a> ! <br> For communication between the developers of the framework. ! <br><br> </li> <li> <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-improvments" target="_blank">phpwebapp-improvments</a> ! <br> For discussing improvments that can be made to the framework. ! <br><br> </li> <li> <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-discussion" target="_blank">phpwebapp-discussion</a> ! <br> Discussing problems of web applications in general and how they can be solved. ! <br><br> </li> <li> <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-commits" target="_blank">phpwebapp-commits</a> ! <br> Automatic announcement of each commit made to phpwebapp project. ! <br><br> </li> </ul> --- 32,56 ---- <li> <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-developers" target="_blank">phpwebapp-developers</a> ! <br /> For communication between the developers of the framework. ! <br /><br /> </li> <li> <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-improvments" target="_blank">phpwebapp-improvments</a> ! <br /> For discussing improvments that can be made to the framework. ! <br /><br /> </li> <li> <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-discussion" target="_blank">phpwebapp-discussion</a> ! <br /> Discussing problems of web applications in general and how they can be solved. ! <br /><br /> </li> <li> <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-commits" target="_blank">phpwebapp-commits</a> ! <br /> Automatic announcement of each commit made to phpwebapp project. ! <br /><br /> </li> </ul> *************** *** 66,68 **** </li> </ul> ! <br> --- 66,68 ---- </li> </ul> ! <br /> Index: bismilah.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/bismilah.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** bismilah.html 15 Aug 2003 07:37:30 -0000 1.4 --- bismilah.html 21 Jul 2004 17:15:32 -0000 1.5 *************** *** 3,7 **** <td align="right"> <a href="http://www.harunyahya.com/A_tr.php" target="_blank"> ! <img src="{{GRAPHICS}}bismilah.png" border="0" alt="Bismillahir-Rahmanir-Rahim"> </a> </td> --- 3,7 ---- <td align="right"> <a href="http://www.harunyahya.com/A_tr.php" target="_blank"> ! <img src="{{GRAPHICS}}bismilah.png" border="0" alt="Bismillahir-Rahmanir-Rahim" /> </a> </td> Index: about.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/about.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** about.html 20 Aug 2003 07:31:55 -0000 1.6 --- about.html 21 Jul 2004 17:15:32 -0000 1.7 *************** *** 1,5 **** <h3>What is phpWebApp</h3> <p> ! <b>phpWebApp</b> is an application framework which makes easy and simple the task of building PHP web applications based on relational databases. It separates the task of designing and changing the --- 1,5 ---- <h3>What is phpWebApp</h3> <p> ! <strong>phpWebApp</strong> is an application framework which makes easy and simple the task of building PHP web applications based on relational databases. It separates the task of designing and changing the *************** *** 17,71 **** <ul> ! <li> The framework separates the layout from the logic of the ! application, so a graphical designer can easily improve the ! layout of the application without getting messed with the logic ! and without having to understand it. It makes easier the work ! of both the graphical designer and the programer. ! This also facilitates an iterative and incremental development ! approach for web application projects. <li> The framework gives the possibility to divide a page into several ! parts which can be used in other pages as well. This makes the ! user interface of the application (the layout, the graphical part) ! more structured and easier to understand and maintain and makes ! easier the work of the graphical designer. ! <li> The framework looks at web applications from a new point of ! view. From this point of view, a web application is a state machine, ! which can be represented and described by one or more statechart ! diagrams. Each page of the application that is displayed, represents ! the application in a certain state. Clicking to a link causes a ! transition to another state of the application. This simplifies ! the design and the implementation of web applications. Later, if this ! point of view is formalised and elaborated enough, it may provide ! the theoretical bases for automatic code generation of web applications ! from state chart diagrams (e.g. from UML state chart diagrams), and ! for reverse engineering. <li> The framework supports an event based programing model. When a ! transition from one state of the application to another happens, ! it may trigger an event as well, which is handled by a function ! (event handler). This makes the logic of the application easy to build, ! understand and maintain, and makes easy the work of the web programer. <li> The framework gives to the web programers the possibility to create ! independent web components (called WebBox-es) which have their own ! user interface (graphical design), client side behaviour, server ! side behaviour, states, events, event handlers, etc. These components ! can be very easily reused in other web applications and thus provide ! code reusability to web programers. This means that if you have ! constructed something once, you don't have to re-construct it again ! when you need it another time, but use it ready. ! <li> The framework brings closer the client-side and the server-side ! logic of a web application. E.g. the session variables (which are ! usually used to keep the state of various parts of the application), ! are available and can be accessed both on client side and on server side. ! <li> The framework makes the interaction with the database almost ! database independent. This means that in case that you decide ! to change the database on which your application is based (e.g. ! switching from MySQL to Oracle), then the application itself ! doesn't need to be changed at all, it will work all the same. </ul> </p> --- 17,72 ---- <ul> ! <li> The framework separates the layout from the logic of the application, ! so a graphical designer can easily improve the layout of the ! application without getting messed with the logic and without having to ! understand it. It makes easier the work of both the graphical designer ! and the programer. This also facilitates an iterative and incremental ! development approach for web application projects.</li> <li> The framework gives the possibility to divide a page into several ! parts which can be used in other pages as well. This makes the user ! interface of the application (the layout, the graphical part) more ! structured and easier to understand and maintain and makes easier the ! work of the graphical designer.</li> ! <li> The framework looks at web applications from a new point of view. From ! this point of view, a web application is a state machine, which can be ! represented and described by one or more statechart diagrams. Each page ! of the application that is displayed, represents the application in a ! certain state. Clicking to a link causes a transition to another state ! of the application. This simplifies the design and the implementation ! of web applications. Later, if this point of view is formalised and ! elaborated enough, it may provide the theoretical bases for automatic ! code generation of web applications from state chart diagrams ! (e.g. from UML state chart diagrams), and for reverse ! engineering. </li> <li> The framework supports an event based programing model. When a ! transition from one state of the application to another happens, it may ! trigger an event as well, which is handled by a function (event ! handler). This makes the logic of the application easy to build, ! understand and maintain, and makes easy the work of the web ! programer.</li> <li> The framework gives to the web programers the possibility to create ! independent web components (called WebBox-es) which have their own user ! interface (graphical design), client side behaviour, server side ! behaviour, states, events, event handlers, etc. These components can be ! very easily reused in other web applications and thus provide code ! reusability to web programers. This means that if you have constructed ! something once, you don't have to re-construct it again when you need ! it another time, but use it ready.</li> ! <li> The framework brings closer the client-side and the server-side logic ! of a web application. E.g. the session variables (which are usually ! used to keep the state of various parts of the application), are ! available and can be accessed both on client side and on server side. ! </li> ! <li> The framework makes the interaction with the database almost database ! independent. This means that in case that you decide to change the ! database on which your application is based (e.g. switching from MySQL ! to Oracle), then the application itself doesn't need to be changed at ! all, it will work all the same.</li> </ul> </p> *************** *** 101,105 **** Forums</a> of the project </li> ! <br> <li> <a href="http://sourceforge.net/projects/phpwebapp/" target="_blank"> --- 102,106 ---- Forums</a> of the project </li> ! <br /> <li> <a href="http://sourceforge.net/projects/phpwebapp/" target="_blank"> *************** *** 120,151 **** </a> </li> ! <br> <li> The <a href="http://phpwebapp.sourceforge.net/lgpl/documentation/">LGPL version</a> ! of phpWebApp is still available, <br>but it is old and unsupported. </li> ! <br> <li> ! Other <a href="http://sourceforge.net/search/?type=soft&exact=1&q=web+application+framework&offset=0" target="_blank"> web application framework</a>s at SourceForge. </li> <li> ! <a href="http://sourceforge.net/search/?type=soft&exact=1&q=content+management+system&offset=0" target="_blank"> content management system</a>s </li> <li> ! <a href="http://sourceforge.net/search/?type=soft&exact=1&q=document+management+system&offset=0" target="_blank"> document management system</a>s </li> <li> ! <a href="http://sourceforge.net/search/?type=soft&exact=1&q=template+system&offset=0" target="_blank"> template system</a>s </li> <li> ! <a href="http://sourceforge.net/search/?type=soft&exact=1&q=groupware&offset=0" target="_blank"> groupware</a>s </li> <li> ! <a href="http://sourceforge.net/search/?type=soft&exact=1&q=wiki&offset=0" target="_blank"> wiki</a>s </li> --- 121,152 ---- </a> </li> ! <br /> <li> The <a href="http://phpwebapp.sourceforge.net/lgpl/documentation/">LGPL version</a> ! of phpWebApp is still available, <br />but it is old and unsupported. </li> ! <br /> <li> ! Other <a href="http://sourceforge.net/search/?type=soft&exact=1&q=web+application+framework&offset=0" target="_blank"> web application framework</a>s at SourceForge. </li> <li> ! <a href="http://sourceforge.net/search/?type=soft&exact=1&q=content+management+system&offset=0" target="_blank"> content management system</a>s </li> <li> ! <a href="http://sourceforge.net/search/?type=soft&exact=1&q=document+management+system&offset=0" target="_blank"> document management system</a>s </li> <li> ! <a href="http://sourceforge.net/search/?type=soft&exact=1&q=template+system&offset=0" target="_blank"> template system</a>s </li> <li> ! <a href="http://sourceforge.net/search/?type=soft&exact=1&q=groupware&offset=0" target="_blank"> groupware</a>s </li> <li> ! <a href="http://sourceforge.net/search/?type=soft&exact=1&q=wiki&offset=0" target="_blank"> wiki</a>s </li> *************** *** 155,159 **** <p> Copyright 2001, 2002, 2003 Dashamir Hoxha, ! <a href="mailto:das...@us...">das...@us...</a> <p> phpWebApp is <a href="http://www.fsf.org/philosophy/" target="_blank">free software</a>; --- 156,160 ---- <p> Copyright 2001, 2002, 2003 Dashamir Hoxha, ! <a href="mailto:das...@us...">das...@us...</a></p> <p> phpWebApp is <a href="http://www.fsf.org/philosophy/" target="_blank">free software</a>; |