phpwebapp-commits Mailing List for phpWebApp (Page 3)
Brought to you by:
dashohoxha
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(15) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(2) |
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2003 |
Jan
|
Feb
(43) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(194) |
Sep
(60) |
Oct
(6) |
Nov
|
Dec
(16) |
2004 |
Jan
(73) |
Feb
(13) |
Mar
(5) |
Apr
|
May
(5) |
Jun
|
Jul
(183) |
Aug
|
Sep
(5) |
Oct
(30) |
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
(1) |
Jun
(35) |
Jul
(17) |
Aug
(2) |
Sep
(6) |
Oct
(19) |
Nov
(108) |
Dec
|
2006 |
Jan
(10) |
Feb
(1) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Dashamir H. <das...@us...> - 2005-11-03 10:43:47
|
Update of /cvsroot/phpwebapp/books/l10n In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/l10n Added Files: books.po Log Message: --- NEW FILE: books.po --- # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2005-06-22 14:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: ../templates/left/left.html:15 ../templates/left/left.html:16 msgid "Search" msgstr "" #: ../templates/left/left.html:29 ../templates/left/left.html:30 msgid "Download" msgstr "" #: ../templates/main/footer.html:4 msgid "Best viewed with" msgstr "" #: ../templates/main/main.html:6 msgid "DocBook Document Repository" msgstr "" #: ../templates/main/main.php:60 msgid "Book '$book_id' not found." msgstr "" #: ../templates/left/left.html:5 ../templates/left/left.html:6 msgid "Books" msgstr "" #: ../templates/main/main.php:165 msgid "Search >>" msgstr "" #: ../templates/etc/upload_message.html:3 #: ../templates/etc/upload_message.html:29 msgid "Uploading: $fname" msgstr "" #: ../templates/etc/upload_message.html:33 msgid "Close" msgstr "" #: ../upload_file.php:40 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." msgstr "" #: ../upload_file.php:44 msgid "" "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " "the html form." msgstr "" #: ../upload_file.php:48 msgid "The uploaded file was only partially uploaded. Please try again." msgstr "" #: ../upload_file.php:52 msgid "No file was uploaded. Please try again." msgstr "" #: ../upload_file.php:64 msgid "File uploaded successfully." msgstr "" #: ../upload_file.php:68 msgid "File not uploaded, there is some error." msgstr "" |
From: Dashamir H. <das...@us...> - 2005-11-03 10:43:47
|
Update of /cvsroot/phpwebapp/books/content In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/content Modified Files: make-content.sh Log Message: Index: make-content.sh =================================================================== RCS file: /cvsroot/phpwebapp/books/content/make-content.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** make-content.sh 3 Nov 2005 08:11:54 -0000 1.1.1.1 --- make-content.sh 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 9,23 **** mkdir -p books/svn workspace initial_xml/uploaded ! #book_list="docbookwiki_guide ! # slackware_router ! # gateway_server ! # tools_and_apps ! # install_exim ! # linux_server_config ! # lcg_install ! # inima_soft_server ! # inima_gateway_server" ! ! book_list="docbookwiki_guide slackware_router" ### import books in the system --- 9,16 ---- mkdir -p books/svn workspace initial_xml/uploaded ! book_list="docbookwiki_guide ! phpwebapp_manual ! phpwebapp_tutorial ! phpwebapp_design" ### import books in the system *************** *** 26,54 **** ./import.sh initial_xml/${book_id}_en.xml $book_id done - - ### import a test book - ./import.sh initial_xml/docbookwiki_guide_en.xml test - - ### linux_server_admin - cd initial_xml - tar xfz linux_server_admin.tgz - xsltproc -o linux_server_admin_en.xml transform.xsl \ - linux_server_admin/linux_server_admin.xml - cd .. - file_xml=initial_xml/linux_server_admin_en.xml - ./import.sh $file_xml linux_server_admin - ./import.sh $file_xml linux_server_admin sq_AL - #./import.sh $file_xml linux_server_admin fr - #./import.sh $file_xml linux_server_admin it - #./import.sh $file_xml linux_server_admin al - rm -rf initial_xml/linux_server_admin/ - - ### kushtetuta - #kushtetuta_al=initial_xml/kushtetuta_al.xml - #./import.sh $kushtetuta_al kushtetuta al - #./import.sh $kushtetuta_al kushtetuta en - #./import.sh $kushtetuta_al kushtetuta fr - - ### kushtetuta_it - #./import.sh initial_xml/kushtetuta_it.xml kushtetuta_it it - --- 19,20 ---- |
From: Dashamir H. <das...@us...> - 2005-11-03 10:43:47
|
Update of /cvsroot/phpwebapp/books In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955 Modified Files: books.conf authenticate.php ToDo.txt Added Files: README-1 Log Message: --- NEW FILE: README-1 --- 'books' is a copy of DocBookWiki which is used to keep the documentation books of the phpWebApp framework (phpwebapp_manual, phpwebapp_tutorial, phpwebapp_design). The documentation that is created and maintained by 'books' is then displayed by 'documentation'. I need to modify 'books' to suit best this specific purpose and I want to keep track of the changes, so I have imported it in CVS as another module. But I also want to merge time after time the latest changes/improvments of DocBookWiki without loosing the local modifications. For this reason I use the vendor tag of the `cvs import` command. This file describes how this is done. Importing for the first time ---------------------------- * Get the latest release of DocBookWiki, e.g. book-0.8.1.tar.gz and unpack it: --scr bash$ tar xfz book-0.8.1.tar.gz bash$ mv book-0.8.1/ books/ ---- * Remove the CVS directories, which point to the anonymous CVS at SourceForge: --scr bash$ cd books/ bash$ find . -name CVS | xargs rm -rf ---- * Import in another CVS repository, using 'DocBookWiki' as vendor tag and 'books_0_8_x' as vendor release: --scr bash$ cvs -H import bash$ cd books/ bash$ cvs -z3 -q -d:ext:das...@cv...:/cvsroot/phpwebapp import books DocBookWiki books_0_8_x ---- Updating the latest changes of DocBookWiki with the import command ------------------------------------------------------------------ After customising 'books', now suppose that we want to merge the latest changes from the DocBookWiki project. This can be done like this: * Get the latest release from DocBookWiki, say books-0.8.y.tar.gz and untar it somewhere: --scr bash$ tar xfz books-0.8.y.tar.gz ---- * Import it in the same repository and module, with the same vendor tag (DocBookWiki), but with a different release tag (books_0_8_y): --scr bash$ cd books-0.8.y/ bash$ cvs -z3 -q -d:ext:das...@cv...:/cvsroot/phpwebapp import books DocBookWiki books_0_8_y ---- This will update the vendor branch with the latest changes from DocBookWiki. * Now merge these changes to the head revision: --scr bash$ cd ../books/ bash$ cvs -z3 -q update -jbooks_0_8_x -jbooks_0_8_y ---- or --scr bash$ cvs -z3 -q -d:ext:das...@cv...:/cvsroot/phpwebapp checkout books -jbooks_0_8_x -jbooks_0_8_y ---- For more information see the CVS manual (`info cvs`), "Tracking third-party sources". Index: books.conf =================================================================== RCS file: /cvsroot/phpwebapp/books/books.conf,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** books.conf 3 Nov 2005 08:11:45 -0000 1.1.1.1 --- books.conf 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 24,28 **** ### readers at the end of each section. They are stored separately ### from the book content, in a database. ! WEBNOTES='false' ### If true, webnotes need to be approved before being displayed, --- 24,28 ---- ### readers at the end of each section. They are stored separately ### from the book content, in a database. ! WEBNOTES='true' ### If true, webnotes need to be approved before being displayed, Index: authenticate.php =================================================================== RCS file: /cvsroot/phpwebapp/books/authenticate.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** authenticate.php 3 Nov 2005 08:11:45 -0000 1.1.1.1 --- authenticate.php 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 29,33 **** $passwd = $_SERVER["PHP_AUTH_PW"]; ! if ($user=='superuser' and $passwd=='su') { define('SU', 'true'); --- 29,33 ---- $passwd = $_SERVER["PHP_AUTH_PW"]; ! if ($user=='superuser' and crypt($passwd,'6ueNQisonyc2o')=='6ueNQisonyc2o') { define('SU', 'true'); Index: ToDo.txt =================================================================== RCS file: /cvsroot/phpwebapp/books/ToDo.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ToDo.txt 3 Nov 2005 08:11:44 -0000 1.1.1.1 --- ToDo.txt 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 1,39 **** - - Improve the installation, so that it becomes platform independent. - - Try to install swish-e locally. - - - Automatic notification on commit (for subversion). - - Installation of ViewCVS for Subversion. - - - Update 'webnotes'. - - - docbookwiki_guide_en.xml still has problems, generation of pdf fails - - - Changing the structure of a book takes a long time (is very slow). - Maybe there is any problem or maybe it can be optimized. - - - In TextWiki mode: - + there is a small bug with nested lists - + the tag </xmp> inside --code is not displayed in html (because - it is inside an <xmp> element); it should be written < /xmp> - or </ xmp> - + the closing tag \</tagname\> has problems; it should be writen - \</ tagname\> or \< /tagname\> - - - The reader can hide or show user notes. - - The user that has approve rights can see a list of nodes that - he can approve (the modified ones). - - - Keep binary files (media, images etc.) in CVS as well. - - - Search about character encoding and fix some problems related - to them (change encoding to UTF-8 or ISO-8859-15). - - - See whether the certificates (https) can be used for authenticating - editors, admins, etc., instead of (username,password). - - - Make UML Diagrams that document the design of the application. - - - Improvments: --- 1,2 ---- *************** *** 89,94 **** - Installation of ViewCVS for Subversion. - - Update 'webnotes'. - - Fix chown.c (for some reason it was not working, and it was preventing the work in the other parts of the application, --- 52,55 ---- *************** *** 109,119 **** Maybe there is any problem or maybe it can be optimized. ! - In TextWiki mode: ! + there is a small bug with nested lists ! + the tag </xmp> inside --code is not displayed in html (because ! it is inside an <xmp> element); it should be written < /xmp> ! or </ xmp> ! + the closing tag \</tagname\> has problems; it should be writen ! \</ tagname\> or \< /tagname\> Done: --- 70,75 ---- Maybe there is any problem or maybe it can be optimized. ! - In TextWiki mode there is a small bug with nested lists. ! Done: |
From: Dashamir H. <das...@us...> - 2005-11-03 10:43:47
|
Update of /cvsroot/phpwebapp/books/content/SVN In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/content/SVN Modified Files: book_list.sh Log Message: Index: book_list.sh =================================================================== RCS file: /cvsroot/phpwebapp/books/content/SVN/book_list.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** book_list.sh 3 Nov 2005 08:11:54 -0000 1.1.1.1 --- book_list.sh 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 12,35 **** ### in the array $book_list book_list=( ! 'docbookwiki_guide en' ! 'test en' ! # 'inima_gateway_server en' ! # 'inima_soft_server en' ! # 'tools_and_apps en' ! # 'install_exim en' ! # 'gateway_server en' ! # 'linux_server_config en' ! 'slackware_router en' ! # 'lcg_install en' ! ! # 'kushtetuta al' ! # 'kushtetuta en' ! # 'kushtetuta fr' ! # 'kushtetuta_it it' ! ! 'linux_server_admin en' ! 'linux_server_admin sq_AL' ! # 'linux_server_admin fr' ! # 'linux_server_admin it' ! # 'linux_server_admin al' ) --- 12,17 ---- ### in the array $book_list book_list=( ! 'phpwebapp_manual en' ! 'phpwebapp_tutorial en' ! 'phpwebapp_design en' ) |
From: Dashamir H. <das...@us...> - 2005-11-03 10:43:47
|
Update of /cvsroot/phpwebapp/books/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/config Modified Files: const.Paths.php Log Message: Index: const.Paths.php =================================================================== RCS file: /cvsroot/phpwebapp/books/config/const.Paths.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** const.Paths.php 3 Nov 2005 08:11:53 -0000 1.1.1.1 --- const.Paths.php 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 1,5 **** <?php //constants of the paths in the application ! define('WEBAPP_PATH', 'web_app/'); define('GRAPHICS', 'graphics/'); define('TPL', 'templates/'); --- 1,5 ---- <?php //constants of the paths in the application ! define('WEBAPP_PATH', UP_PATH.'web_app/'); define('GRAPHICS', 'graphics/'); define('TPL', 'templates/'); |
From: Dashamir H. <das...@us...> - 2005-11-03 10:43:47
|
Update of /cvsroot/phpwebapp/books/templates/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/templates/main Modified Files: main.php main.html Log Message: Index: main.php =================================================================== RCS file: /cvsroot/phpwebapp/books/templates/main/main.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** main.php 3 Nov 2005 08:11:47 -0000 1.1.1.1 --- main.php 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 26,30 **** { //get the first book_id in the menu ! include TPL.'menu/book_list.php'; $book_id = key($arr_books); $book_id = $this->check_book_id($book_id); --- 26,30 ---- { //get the first book_id in the menu ! include TPL.'books/book_list.php'; $book_id = key($arr_books); $book_id = $this->check_book_id($book_id); Index: main.html =================================================================== RCS file: /cvsroot/phpwebapp/books/templates/main/main.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** main.html 3 Nov 2005 08:11:47 -0000 1.1.1.1 --- main.html 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 27,33 **** <include src="{{./}}footer.html" /> - <if condition="'{{docbook->mode}}'=='view'"> - <include src="{{MENU}}menu.html" /> - </if> </webbox> </body> --- 27,30 ---- |
From: Dashamir H. <das...@us...> - 2005-11-03 10:43:47
|
Update of /cvsroot/phpwebapp/books/content/initial_xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/content/initial_xml Added Files: phpwebapp_tutorial_en.xml phpwebapp_manual_en.xml phpwebapp_design_en.xml Log Message: --- NEW FILE: phpwebapp_tutorial_en.xml --- <?xml version="1.0" encoding="iso-latin-1" standalone="no"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://docbook.org/xml/4.2/docbookx.dtd"> <book id="phpwebapp_tutorial" lang="en"> <bookinfo> <title>phpWebApp Tutorial</title> <author> <firstname>Firstname</firstname> <surname>Surname</surname> <affiliation> <address> <email> das...@us...</email> </address> </affiliation> </author> <abstract> <para>This is the documentation version of the online tutorials. </para> </abstract> <keywordset> <keyword>PHP</keyword> <keyword>web</keyword> <keyword>application</keyword> <keyword>tutorial</keyword> </keywordset> <legalnotice> <para>Copyright (C) 2005 Dashamir Hoxha. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License."</para> </legalnotice> </bookinfo> <chapter id="appendix"> <title>Appendix</title> <section id="GNU-FDL"> <title>GNU Free Documentation License</title> <para><indexterm role="cp" significance="normal"><primary>FDL, GNU Free Documentation License</primary></indexterm>Version 1.2, November 2002 <screen>Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. </screen></para> <orderedlist continuation="continues" numeration="arabic" inheritnum="ignore"> <listitem> <para> PREAMBLE </para> <para> The purpose of this License is to make a manual, textbook, or other functional and useful document <firstterm>free</firstterm> in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. </para> <para> This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. </para> <para> We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. </para> </listitem> <listitem> <para> APPLICABILITY AND DEFINITIONS </para> <para> This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law. </para> <para> A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. </para> <para> A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. </para> <para> The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none. </para> <para> The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words. </para> <para> A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not "Transparent" is called "Opaque". </para> <para> Examples of suitable formats for Transparent copies include plain ascii without markup, Texinfo input format, LaTeX input format, <acronym>SGML</acronym> or <acronym>XML</acronym> using a publicly available <acronym>DTD</acronym>, and standard-conforming simple <acronym>HTML</acronym>, PostScript or <acronym>PDF</acronym> designed for human modification. Examples of transparent image formats include <acronym>PNG</acronym>, <acronym>XCF</acronym> and <acronym>JPG</acronym>. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, <acronym>SGML</acronym> or <acronym>XML</acronym> for which the <acronym>DTD</acronym> and/or processing tools are not generally available, and the machine-generated <acronym>HTML</acronym>, PostScript or <acronym>PDF</acronym> produced by some word processors for output purposes only. </para> <para> The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. </para> <para> A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as "Acknowledgements", "Dedications", "Endorsements", or "History".) To "Preserve the Title" of such a section when you modify the Document means that it remains a section "Entitled XYZ" according to this definition. </para> <para> The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License. </para> </listitem> <listitem> <para> VERBATIM COPYING </para> <para> You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. </para> <para> You may also lend copies, under the same conditions stated above, and you may publicly display copies. </para> </listitem> <listitem> <para> COPYING IN QUANTITY </para> <para> If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. </para> <para> If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. </para> <para> If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. </para> <para> It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. </para> </listitem> <listitem> <para> MODIFICATIONS </para> <para> You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: </para> <orderedlist numeration="upperalpha" inheritnum="ignore" continuation="restarts"> <listitem> <para> Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. </para> </listitem> <listitem> <para> List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. </para> </listitem> <listitem> <para> State on the Title page the name of the publisher of the Modified Version, as the publisher. </para> </listitem> <listitem> <para> Preserve all the copyright notices of the Document. </para> </listitem> <listitem> <para> Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. </para> </listitem> <listitem> <para> Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. </para> </listitem> <listitem> <para> Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. </para> </listitem> <listitem> <para> Include an unaltered copy of this License. </para> </listitem> <listitem> <para> Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. </para> </listitem> <listitem> <para> Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. </para> </listitem> <listitem> <para> For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. </para> </listitem> <listitem> <para> Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. </para> </listitem> <listitem> <para> Delete any section Entitled "Endorsements". Such a section may not be included in the Modified Version. </para> </listitem> <listitem> <para> Do not retitle any existing section to be Entitled "Endorsements" or to conflict in title with any Invariant Section. </para> </listitem> <listitem> <para> Preserve any Warranty Disclaimers. </para> </listitem> </orderedlist> <para> If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. </para> <para> You may add a section Entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. </para> <para> You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. </para> <para> The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. </para> </listitem> <listitem> <para> COMBINING DOCUMENTS </para> <para> You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers. </para> <para> The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. </para> <para> In the combination, you must combine any sections Entitled "History" in the various original documents, forming one section Entitled "History"; likewise combine any sections Entitled "Acknowledgements", and any sections Entitled "Dedications". You must delete all sections Entitled "Endorsements." </para> </listitem> <listitem> <para> COLLECTIONS OF DOCUMENTS </para> <para> You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. </para> <para> You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. </para> </listitem> <listitem> <para> AGGREGATION WITH INDEPENDENT WORKS </para> <para> A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an "aggregate" if the copyright resulting from the compilation is not used to limit the legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document. </para> <para> If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate. </para> </listitem> <listitem> <para> TRANSLATION </para> <para> Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail. </para> <para> If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title. </para> </listitem> <listitem> <para> TERMINATION </para> <para> You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. </para> </listitem> <listitem> <para> FUTURE REVISIONS OF THIS LICENSE </para> <para> The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/. </para> <para> Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. </para> </listitem> </orderedlist> <section id="addendum"> <title>ADDENDUM: How to use this License for your documents </title> <para> To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: </para> <para> <screen> Copyright (C) <varname>year</varname> <varname>your name</varname>. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. </screen> </para> <para> If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the "with...Texts." line with this: </para> <para> <screen> with the Invariant Sections being <varname>list their titles</varname>, with the Front-Cover Texts being <varname>list</varname>, and with the Back-Cover Texts being <varname>list</varname>. </screen> </para> <para> If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. </para> <para> If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. </para> </section> </section> </chapter> </book> --- NEW FILE: phpwebapp_manual_en.xml --- <?xml version="1.0" encoding="iso-latin-1" standalone="no"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://docbook.org/xml/4.2/docbookx.dtd"> <book id="phpwebapp_manual" lang="en"> <title>The phpWebApp Manual</title> <bookinfo> <author> <firstname>Dashamir</firstname> <surname>Hoxha</surname> <affiliation> <address> <email>das...@us...</email> </address> </affiliation> </author> <abstract> <para>This manual is intended to help the developers of web applications that are based on phpWebApp. It describes in details the components and features of the framework.</para> [...972 lines suppressed...] with the Invariant Sections being <varname>list their titles</varname>, with the Front-Cover Texts being <varname>list</varname>, and with the Back-Cover Texts being <varname>list</varname>. </screen> </para> <para> If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. </para> <para> If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. </para> </section> </section> </chapter> </book> --- NEW FILE: phpwebapp_design_en.xml --- <?xml version="1.0" encoding="iso-latin-1" standalone="no"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://docbook.org/xml/4.2/docbookx.dtd"> <book id="phpwebapp_design" lang="en"> <bookinfo> <title>The phpWebApp Design and Implementation</title> <author> <firstname>Firstname</firstname> <surname>Surname</surname> <affiliation> <address> <email> das...@us...</email> </address> </affiliation> </author> <abstract> <para>This document describes the design and implementation issues of the phpWebApp framework. It could be usefull for the programers who want to understand the internals of the phpWebApp framework, in order to modify/improve it, or just for curiosity.</para> </abstract> <keywordset> <keyword>PHP</keyword> <keyword>web</keyword> <keyword>application</keyword> <keyword>design</keyword> <keyword>implementation</keyword> </keywordset> <legalnotice> <para>Copyright (C) 2005 Dashamir Hoxha. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License."</para> </legalnotice> </bookinfo> <chapter id="appendix"> <title>Appendix</title> <section id="GNU-FDL"> <title>GNU Free Documentation License</title> <para><indexterm role="cp" significance="normal"><primary>FDL, GNU Free Documentation License</primary></indexterm>Version 1.2, November 2002 <screen>Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. </screen></para> <orderedlist continuation="continues" numeration="arabic" inheritnum="ignore"> <listitem> <para> PREAMBLE </para> <para> The purpose of this License is to make a manual, textbook, or other functional and useful document <firstterm>free</firstterm> in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. </para> <para> This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. </para> <para> We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. </para> </listitem> <listitem> <para> APPLICABILITY AND DEFINITIONS </para> <para> This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law. </para> <para> A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. </para> <para> A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. </para> <para> The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none. </para> <para> The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words. </para> <para> A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not "Transparent" is called "Opaque". </para> <para> Examples of suitable formats for Transparent copies include plain ascii without markup, Texinfo input format, LaTeX input format, <acronym>SGML</acronym> or <acronym>XML</acronym> using a publicly available <acronym>DTD</acronym>, and standard-conforming simple <acronym>HTML</acronym>, PostScript or <acronym>PDF</acronym> designed for human modification. Examples of transparent image formats include <acronym>PNG</acronym>, <acronym>XCF</acronym> and <acronym>JPG</acronym>. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, <acronym>SGML</acronym> or <acronym>XML</acronym> for which the <acronym>DTD</acronym> and/or processing tools are not generally available, and the machine-generated <acronym>HTML</acronym>, PostScript or <acronym>PDF</acronym> produced by some word processors for output purposes only. </para> <para> The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. </para> <para> A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as "Acknowledgements", "Dedications", "Endorsements", or "History".) To "Preserve the Title" of such a section when you modify the Document means that it remains a section "Entitled XYZ" according to this definition. </para> <para> The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License. </para> </listitem> <listitem> <para> VERBATIM COPYING </para> <para> You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. </para> <para> You may also lend copies, under the same conditions stated above, and you may publicly display copies. </para> </listitem> <listitem> <para> COPYING IN QUANTITY </para> <para> If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. </para> <para> If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. </para> <para> If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. </para> <para> It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. </para> </listitem> <listitem> <para> MODIFICATIONS </para> <para> You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: </para> <orderedlist numeration="upperalpha" inheritnum="ignore" continuation="restarts"> <listitem> <para> Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. </para> </listitem> <listitem> <para> List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. </para> </listitem> <listitem> <para> State on the Title page the name of the publisher of the Modified Version, as the publisher. </para> </listitem> <listitem> <para> Preserve all the copyright notices of the Document. </para> </listitem> <listitem> <para> Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. </para> </listitem> <listitem> <para> Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. </para> </listitem> <listitem> <para> Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. </para> </listitem> <listitem> <para> Include an unaltered copy of this License. </para> </listitem> <listitem> <para> Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. </para> </listitem> <listitem> <para> Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. </para> </listitem> <listitem> <para> For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. </para> </listitem> <listitem> <para> Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. </para> </listitem> <listitem> <para> Delete any section Entitled "Endorsements". Such a section may not be included in the Modified Version. </para> </listitem> <listitem> <para> Do not retitle any existing section to be Entitled "Endorsements" or to conflict in title with any Invariant Section. </para> </listitem> <listitem> <para> Preserve any Warranty Disclaimers. </para> </listitem> </orderedlist> <para> If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. </para> <para> You may add a section Entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. </para> <para> You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. </para> <para> The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. </para> </listitem> <listitem> <para> COMBINING DOCUMENTS </para> <para> You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers. </para> <para> The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. </para> <para> In the combination, you must combine any sections Entitled "History" in the various original documents, forming one section Entitled "History"; likewise combine any sections Entitled "Acknowledgements", and any sections Entitled "Dedications". You must delete all sections Entitled "Endorsements." </para> </listitem> <listitem> <para> COLLECTIONS OF DOCUMENTS </para> <para> You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. </para> <para> You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. </para> </listitem> <listitem> <para> AGGREGATION WITH INDEPENDENT WORKS </para> <para> A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an "aggregate" if the copyright resulting from the compilation is not used to limit the legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document. </para> <para> If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate. </para> </listitem> <listitem> <para> TRANSLATION </para> <para> Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail. </para> <para> If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title. </para> </listitem> <listitem> <para> TERMINATION </para> <para> You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. </para> </listitem> <listitem> <para> FUTURE REVISIONS OF THIS LICENSE </para> <para> The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/. </para> <para> Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. </para> </listitem> </orderedlist> <section id="addendum"> <title>ADDENDUM: How to use this License for your documents </title> <para> To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: </para> <para> <screen> Copyright (C) <varname>year</varname> <varname>your name</varname>. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. </screen> </para> <para> If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the "with...Texts." line with this: </para> <para> <screen> with the Invariant Sections being <varname>list their titles</varname>, with the Front-Cover Texts being <varname>list</varname>, and with the Back-Cover Texts being <varname>list</varname>. </screen> </para> <para> If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. </para> <para> If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. </para> </section> </section> </chapter> </book> |
From: Dashamir H. <das...@us...> - 2005-11-03 10:43:46
|
Update of /cvsroot/phpwebapp/books/templates/docbook/view/webnotes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/templates/docbook/view/webnotes Modified Files: DB.php Log Message: Index: DB.php =================================================================== RCS file: /cvsroot/phpwebapp/books/templates/docbook/view/webnotes/DB.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** DB.php 3 Nov 2005 08:11:47 -0000 1.1.1.1 --- DB.php 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 2,7 **** //connection parameters $host = 'localhost'; ! $user = 'inima'; ! $passwd = 'inimapasswd'; $db = 'webnotes'; --- 2,7 ---- //connection parameters $host = 'localhost'; ! $user = 'dasho'; ! $passwd = 'dasho'; $db = 'webnotes'; |
From: Dashamir H. <das...@us...> - 2005-11-03 10:43:46
|
Update of /cvsroot/phpwebapp/books/templates/admin/access_rights In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/templates/admin/access_rights Modified Files: users Log Message: Index: users =================================================================== RCS file: /cvsroot/phpwebapp/books/templates/admin/access_rights/users,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** users 3 Nov 2005 08:11:49 -0000 1.1.1.1 --- users 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 1,4 **** ! test:20wV/RfE2PP4w:test:test: ! test1:14eOqr5P2RtjQ:test1:test1: ! guest:82eYayxaB/PEk:Guest::test, ! dasho:34RIAdsWdIttQ:Dashamir Hoxha:dasho:docbookwiki_guide,linux_server_admin,install_exim,gateway_server,tools_and_apps,linux_server_config,kushtetuta,kushtetuta_it,inima_gateway_server,inima_soft_server,slackware_router,lcg_install --- 1,2 ---- ! guest:82eYayxaB/PEk:Guest:: ! dasho:HBjCfQ71W8FEk:Dashamir Hoxha:dasho:docbookwiki_guide,phpwebapp_manual,phpwebapp_tutorial,phpwebapp_design, |
From: Dashamir H. <das...@us...> - 2005-11-03 10:43:42
|
Update of /cvsroot/phpwebapp/books/templates/books In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/templates/books Modified Files: books.php books.html Added Files: book_list.php Log Message: --- NEW FILE: book_list.php --- <?php /** * This file contains an array with the list of books and their titles. */ $arr_books = array( "phpwebapp_manual" => "WebApp Manual", "phpwebapp_tutorial" => "WebApp Tutorial", "phpwebapp_design" => "WebApp Design", "docbookwiki_guide" => "DocBookWiki", ); ?> Index: books.php =================================================================== RCS file: /cvsroot/phpwebapp/books/templates/books/books.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** books.php 3 Nov 2005 08:11:51 -0000 1.1.1.1 --- books.php 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 26,33 **** { $rs = new EditableRS("books"); ! include TPL.'menu/book_list.php'; ! while (list($id, $title) = each($arr_books)) { ! $rs->addRec(compact('id', 'title')); } --- 26,33 ---- { $rs = new EditableRS("books"); ! include dirname(__FILE__).'/book_list.php'; ! while (list($id, $label) = each($arr_books)) { ! $rs->addRec(compact('id', 'label')); } Index: books.html =================================================================== RCS file: /cvsroot/phpwebapp/books/templates/books/books.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** books.html 3 Nov 2005 08:11:51 -0000 1.1.1.1 --- books.html 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 1,8 **** <webbox id="books"> ! <select name="books" onchange="select_book(this)"> ! <repeat rs="books"> ! <var name="sel">('{{id}}'=='{{doocbook->book_id}}' ? 'selected' : '')</var> ! <option value="{{id}}" selected="{{sel}}">{{title}}</option> ! </repeat> ! </select> </webbox> --- 1,7 ---- <webbox id="books"> ! <include src="{{LISTBOX_PATH}}listbox.html" /> ! <webobject class="listbox" name="books" rs="books" ! value="{{docbook->book_id}}" ! width="-------------------------" ! onchange="select_book(this)" /> </webbox> |
From: Dashamir H. <das...@us...> - 2005-11-03 10:43:40
|
Update of /cvsroot/phpwebapp/books/templates/left In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/templates/left Modified Files: left.html Log Message: Index: left.html =================================================================== RCS file: /cvsroot/phpwebapp/books/templates/left/left.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** left.html 3 Nov 2005 08:11:51 -0000 1.1.1.1 --- left.html 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 4,17 **** <tr> <td> - <div class="left_heading">T_("Books")</div> - </td> - </tr> - <tr> - <td class="menu_place"> - <!-- this is the place where the menu is displayed --> - </td> - </tr> - <tr> - <td> <div class="left_heading">T_("Search")</div> <div style="height:5;"></div> --- 4,7 ---- *************** *** 40,43 **** --- 30,45 ---- </td> </tr> + + <tr> + <td> + <div class="left_heading">T_("Books")</div> + </td> + </tr> + <tr> + <td> + <include src="{{TPL}}books/books.html" /> + <br/><br/> + </td> + </tr> </table> </webbox> |
From: Dashamir H. <das...@us...> - 2005-11-03 10:41:20
|
Update of /cvsroot/phpwebapp/books/content/initial_xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4363/content/initial_xml Removed Files: tools_and_apps_en.xml slackware_router_en.xml linux_server_config_en.xml linux_server_admin.tgz lcg_install_en.xml kushtetuta_it.xml kushtetuta_al.xml install_exim_en.xml inima_soft_server_en.xml inima_gateway_server_en.xml gateway_server_en.xml Log Message: --- tools_and_apps_en.xml DELETED --- --- slackware_router_en.xml DELETED --- --- linux_server_config_en.xml DELETED --- --- linux_server_admin.tgz DELETED --- --- lcg_install_en.xml DELETED --- --- kushtetuta_it.xml DELETED --- --- kushtetuta_al.xml DELETED --- --- install_exim_en.xml DELETED --- --- inima_soft_server_en.xml DELETED --- --- inima_gateway_server_en.xml DELETED --- --- gateway_server_en.xml DELETED --- |
From: Dashamir H. <das...@us...> - 2005-11-03 10:41:19
|
Update of /cvsroot/phpwebapp/books/l10n In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4363/l10n Removed Files: book.po Log Message: --- book.po DELETED --- |
From: Dashamir H. <das...@us...> - 2005-11-03 08:12:20
|
Update of /cvsroot/phpwebapp/books In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1848 Log Message: This will be a version of DocBookWiki, which will be customized in order to be used for keeping the manuals and other documentations of the phpWebApp framework. Status: Vendor Tag: DocBookWiki Release Tags: books_0_8_x N books/books.conf N books/admin.php N books/.cvsignore N books/chown_norec.sh N books/edit.php N books/COPYING N books/INSTALL N books/webapp.php N books/authenticate.php N books/chown.c N books/index.php N books/README N books/xref.php N books/browse.php N books/chown.sh N books/global.php N books/ToDo.txt N books/install.sh N books/l10n/README N books/l10n/book.po N books/l10n/msgfmt.sh N books/l10n/xgettext.sh N books/l10n/msginit.sh N books/l10n/msgmerge.sh N books/l10n/get_app_name.sh N books/l10n/sq_AL/LC_MESSAGES/book.po N books/content/book_list.sh N books/content/make-content.sh N books/content/.cvsignore N books/content/clean.sh N books/content/import.sh N books/content/svn_relocate.sh N books/content/books_media/slackware_router/intro/problem/diagram3.png N books/content/books_media/slackware_router/intro/problem/diagram2.png N books/content/books_media/slackware_router/intro/problem/diagram1.png N books/content/books_media/gateway_server/intro/intro-story/diagram3.png N books/content/books_media/gateway_server/intro/intro-story/diagram2.png N books/content/books_media/gateway_server/intro/intro-story/diagram1.png N books/content/downloads/make-downloads.sh N books/content/downloads/.cvsignore N books/content/downloads/make-all-downloads.sh N books/content/downloads/checkout_xml_sources.sh N books/content/downloads/xml_xsl.sh N books/content/downloads/sgml_dsssl.sh N books/content/initial_xml/kushtetuta_al.xml N books/content/initial_xml/lcg_install_en.xml N books/content/initial_xml/transform_template.xsl N books/content/initial_xml/install_exim_en.xml N books/content/initial_xml/gateway_server_en.xml N books/content/initial_xml/book_template_en.xml N books/content/initial_xml/docbookwiki_guide_en.xml N books/content/initial_xml/linux_server_admin.tgz N books/content/initial_xml/article_template_en.xml N books/content/initial_xml/inima_soft_server_en.xml N books/content/initial_xml/slackware_router_en.xml N books/content/initial_xml/linux_server_config_en.xml N books/content/initial_xml/tools_and_apps_en.xml N books/content/initial_xml/inima_gateway_server_en.xml N books/content/initial_xml/.cvsignore N books/content/initial_xml/GNU-FDL.xml N books/content/initial_xml/transform.xsl N books/content/initial_xml/kushtetuta_it.xml N books/content/implode/section2sect.sh N books/content/implode/.cvsignore N books/content/implode/pre_process.php N books/content/implode/implode.sh N books/content/implode/post_process.php N books/content/SVN/book_list.sh N books/content/SVN/sync_all.sh N books/content/SVN/README N books/content/SVN/.cvsignore N books/content/SVN/init.sh N books/content/SVN/update.sh N books/content/SVN/commit_all.sh N books/content/SVN/commit-email.pl N books/content/SVN/post-commit.tmpl N books/content/SVN/sync.sh N books/content/SVN/get_url.sh N books/content/SVN/commit.sh N books/content/SVN/txt_diff.sh N books/content/SVN/update_all.sh N books/content/cache/cache.sh N books/content/cache/html2xhtml.php N books/content/explode/.cvsignore N books/content/explode/pre_process.php N books/content/explode/explode.sh N books/content/explode/post_process.php N books/content/test/section2sect.sh N books/content/test/get_lang.sh N books/content/test/get_id.sh N books/content/test/sect2section.sh N books/search/search.sh N books/search/make_index.sh N books/search/.cvsignore N books/search/global_index.cfg N books/search/tag_index.cfg N books/config/const.Paths.php N books/config/const.Debug.php N books/config/const.Options.php N books/xsl_transform/implode/implode.xsl N books/xsl_transform/implode/section2sect.xsl N books/xsl_transform/common/count.xsl N books/xsl_transform/common/node-path.xsl N books/xsl_transform/common/node-id.xsl N books/xsl_transform/common/navigation.xsl N books/xsl_transform/common/get-subnodes.xsl N books/xsl_transform/common/get-title.xsl N books/xsl_transform/common/section-level.xsl N books/xsl_transform/edit/update_node.xsl N books/xsl_transform/edit/add_subnode.xsl N books/xsl_transform/edit/get_id_list.xsl N books/xsl_transform/edit/get_node_type.xsl N books/xsl_transform/edit/delete.xsl N books/xsl_transform/edit/subsections.xsl N books/xsl_transform/edit/set_content_id.xsl N books/xsl_transform/edit/get_subnodes.xsl N books/xsl_transform/edit/get_node_path.xsl N books/xsl_transform/edit/get_node_id.xsl N books/xsl_transform/edit/get_navigation.xsl N books/xsl_transform/edit/set_content_title.xsl N books/xsl_transform/edit/move_up.xsl N books/xsl_transform/edit/move_down.xsl N books/xsl_transform/edit/test/get_node_type.sh N books/xsl_transform/edit/test/delete.sh N books/xsl_transform/edit/test/subsections.sh N books/xsl_transform/edit/test/set_content_id.sh N books/xsl_transform/edit/test/get_subnodes.sh N books/xsl_transform/edit/test/get_node_id.sh N books/xsl_transform/edit/test/get_navigation.sh N books/xsl_transform/edit/test/move_down.sh N books/xsl_transform/edit/test/move_up.sh N books/xsl_transform/edit/test/update_node.sh N books/xsl_transform/edit/test/add_subnode.sh N books/xsl_transform/edit/test/set_content_title.sh N books/xsl_transform/cache/subnodes-html.xsl N books/xsl_transform/cache/update_content.xsl N books/xsl_transform/cache/content-html.xsl N books/xsl_transform/cache/navigation-txt.xsl N books/xsl_transform/cache/content_html/bookinfo.xsl N books/xsl_transform/cache/content_html/section.xsl N books/xsl_transform/cache/content_html/figure.xsl N books/xsl_transform/cache/content_html/footnotes.xsl N books/xsl_transform/cache/content_html/link.xsl N books/xsl_transform/cache/content_html/media.xsl N books/xsl_transform/cache/content_html/list.xsl N books/xsl_transform/cache/content_html/key_gui.xsl N books/xsl_transform/explode/content-xml.xsl N books/xsl_transform/explode/sect2section.xsl N books/xsl_transform/explode/index-xml.xsl N books/xsl_transform/explode/get_lang.xsl N books/xsl_transform/explode/get_id.xsl N books/xsl_transform/explode/get_title.xsl N books/xsl_transform/edit_content/xml2html_normalize.xsl N books/xsl_transform/edit_content/xml2text.xsl N books/xsl_transform/edit_content/xml2html.xsl N books/xsl_transform/edit_content/html2xml.xsl N books/xsl_transform/edit_content/xml2xml1.xsl N books/xsl_transform/edit_content/xml2xml.xsl N books/xsl_transform/edit_content/xml2latex.xsl N books/xsl_transform/edit_content/xml2html_names.xsl N books/xsl_transform/edit_content/html2xml_names.xsl N books/xsl_transform/edit_content/html2xml_normalize.xsl N books/xsl_transform/edit_content/xml2text/inline.xsl N books/xsl_transform/edit_content/xml2text/list.xsl N books/xsl_transform/edit_content/xml2text/info.xsl N books/xsl_transform/edit_content/xml2text/block.xsl N books/xsl_transform/edit_content/xml2text/menuchoice.xsl N books/graphics/go-home.png N books/graphics/flag-en.png N books/graphics/go-up.png N books/graphics/header-logo.png N books/graphics/header-background.png N books/graphics/flag-it.png N books/graphics/flag-al.png N books/graphics/go-next.png N books/graphics/go-prev.png N books/graphics/flag-fr.png N books/graphics/flag-sq_AL.png N books/codedoc/doxygen.cfg N books/codedoc/README.txt N books/codedoc/phpdoc.sh N books/templates/books/books.js N books/templates/books/books.php N books/templates/books/books.html N books/templates/left/left.js N books/templates/left/left.css N books/templates/left/left.html N books/templates/admin/admin.php N books/templates/admin/admin.js N books/templates/admin/admin.html N books/templates/admin/header.html N books/templates/admin/admin.css N books/templates/admin/menu_items.php N books/templates/admin/books/books.js N books/templates/admin/books/books.css N books/templates/admin/books/books.php N books/templates/admin/books/books.html N books/templates/admin/l10n/admin.po N books/templates/admin/l10n/sq_AL/LC_MESSAGES/admin.po N books/templates/admin/edit_menu/subitems.html N books/templates/admin/edit_menu/edit_menu.html N books/templates/admin/edit_menu/new_menu_item.html N books/templates/admin/edit_menu/edit_menu.js N books/templates/admin/edit_menu/buttons.html N books/templates/admin/edit_menu/edit_menu.css N books/templates/admin/edit_menu/edit_menu.php N books/templates/admin/edit_menu/edit_menu_item.html N books/templates/admin/edit_menu/menu/menu_items.php N books/templates/admin/edit_menu/menu/menu.xml N books/templates/admin/edit_menu/menu/menu.js N books/templates/admin/edit_menu/menu/menu.html N books/templates/admin/edit_menu/menu/xsl/copy_item.xsl N books/templates/admin/edit_menu/menu/xsl/get_bookid.xsl N books/templates/admin/edit_menu/menu/xsl/menu_items.xsl N books/templates/admin/edit_menu/menu/xsl/book_list.xsl N books/templates/admin/edit_menu/menu/xsl/get_parent_id.xsl N books/templates/admin/edit_menu/menu/xsl/update.xsl N books/templates/admin/edit_menu/menu/xsl/delete.xsl N books/templates/admin/edit_menu/menu/xsl/add_subitem.xsl N books/templates/admin/edit_menu/menu/xsl/move_down.xsl N books/templates/admin/edit_menu/menu/xsl/subitems.xsl N books/templates/admin/edit_menu/menu/xsl/move_up.xsl N books/templates/admin/edit_menu/menu/xsl/edit_menu_items.xsl N books/templates/admin/edit_menu/menu/xsl/test/book_list.sh N books/templates/admin/edit_menu/menu/xsl/test/menu_items.sh N books/templates/admin/edit_menu/menu/xsl/test/update.sh N books/templates/admin/edit_menu/menu/xsl/test/delete.sh N books/templates/admin/edit_menu/menu/xsl/test/get_parent_id.sh N books/templates/admin/edit_menu/menu/xsl/test/move_down.sh N books/templates/admin/edit_menu/menu/xsl/test/subitems.sh N books/templates/admin/edit_menu/menu/xsl/test/edit_menu_items.sh N books/templates/admin/edit_menu/menu/xsl/test/move_up.sh N books/templates/admin/edit_menu/menu/xsl/test/copy_item.sh N books/templates/admin/edit_menu/menu/xsl/test/add_subitem.sh N books/templates/admin/user_data/user_data.css N books/templates/admin/user_data/user_data.php N books/templates/admin/user_data/user_data.js N books/templates/admin/user_data/user_data.html N books/templates/admin/user_data/modified_nodes/modified_nodes.php N books/templates/admin/user_data/modified_nodes/modified_nodes.html N books/templates/admin/user_data/modified_nodes/modified_nodes.js N books/templates/admin/user_data/modified_nodes/modified_nodes.css N books/templates/admin/user_data/edit_rights/edit_rights.css N books/templates/admin/user_data/edit_rights/edit_rights.php N books/templates/admin/user_data/edit_rights/edit_rights.html N books/templates/admin/addbook/addbook.js N books/templates/admin/addbook/GNU-FDL.xml N books/templates/admin/addbook/addbook.css N books/templates/admin/addbook/addbook.php N books/templates/admin/addbook/create.html N books/templates/admin/addbook/addbook.html N books/templates/admin/addbook/delete.html N books/templates/admin/addbook/id_lng.html N books/templates/admin/addbook/book_list/book_list.css N books/templates/admin/addbook/book_list/book_list.php N books/templates/admin/addbook/book_list/book_list.html N books/templates/admin/addbook/import_doc/import_doc.js N books/templates/admin/addbook/import_doc/import_doc.php N books/templates/admin/addbook/import_doc/import_doc.html N books/templates/admin/users/users.html N books/templates/admin/users/list/userList.html N books/templates/admin/users/list/selected.png N books/templates/admin/users/list/userList.js N books/templates/admin/users/list/footer.html N books/templates/admin/users/list/userList.php N books/templates/admin/users/list/notselected.png N books/templates/admin/users/filter/userFilter.css N books/templates/admin/users/filter/userFilter.php N books/templates/admin/users/filter/userFilter.html N books/templates/admin/users/filter/userFilter.js N books/templates/admin/users/edit/header.html N books/templates/admin/users/edit/userEdit.php N books/templates/admin/users/edit/menu.html N books/templates/admin/users/edit/userEdit.html N books/templates/admin/users/edit/menu.js N books/templates/admin/users/edit/userEdit.js N books/templates/admin/book/book.html N books/templates/admin/book/uEdit/uEdit.html N books/templates/admin/book/uEdit/menu.html N books/templates/admin/book/uEdit/uEdit.js N books/templates/admin/book/uEdit/uEdit.css N books/templates/admin/book/uEdit/add_rights.html N books/templates/admin/book/uEdit/menu.js N books/templates/admin/book/uEdit/uEdit.php N books/templates/admin/book/uList/uList.js N books/templates/admin/book/uList/selected.png N books/templates/admin/book/uList/adduser.html N books/templates/admin/book/uList/uList.css N books/templates/admin/book/uList/uList.php N books/templates/admin/book/uList/uList.html N books/templates/admin/book/uList/footer.html N books/templates/admin/book/uList/notselected.png N books/templates/admin/css/filter.css N books/templates/admin/css/hidden_submit.css N books/templates/admin/css/form.css N books/templates/admin/css/list.css N books/templates/admin/css/button.css N books/templates/admin/scripts/user_data.php N books/templates/admin/scripts/books/del_user.sh N books/templates/admin/scripts/books/get_book_nodes.sh N books/templates/admin/scripts/books/get_user_rights.sh N books/templates/admin/scripts/books/get_user_nr.sh N books/templates/admin/scripts/books/get_book_nodes.xsl N books/templates/admin/scripts/books/add_user.sh N books/templates/admin/scripts/books/get_user_list.sh N books/templates/admin/scripts/book_admin/update_downloads.sh N books/templates/admin/scripts/users/del_user.sh N books/templates/admin/scripts/users/get_filtered_users.sh N books/templates/admin/scripts/users/get_user.sh N books/templates/admin/scripts/users/count_filtered_users.sh N books/templates/admin/scripts/users/add_user.sh N books/templates/admin/scripts/users/get_all_users.sh N books/templates/admin/access_rights/users N books/templates/search/search.css N books/templates/search/search.php N books/templates/search/help.html N books/templates/search/next_prev.html N books/templates/search/search.html N books/templates/search/help_sq_AL.html N books/templates/search/search.js N books/templates/search/help_en_US.html N books/templates/search/l10n/search.po N books/templates/search/l10n/sq_AL/LC_MESSAGES/search.po N books/templates/menu/menu_tpl.js N books/templates/menu/menu.css N books/templates/menu/book_list.php N books/templates/menu/menu_items.js N books/templates/menu/menu.xml N books/templates/menu/menu.js N books/templates/menu/menu.html N books/templates/main/main.css N books/templates/main/header.html N books/templates/main/main.php N books/templates/main/main.html N books/templates/main/main.js N books/templates/main/footer.html N books/templates/main/css/filter.css N books/templates/main/css/hidden_submit.css N books/templates/main/css/form.css N books/templates/main/css/list.css N books/templates/main/css/button.css N books/templates/langs/langs.css N books/templates/langs/langs.php N books/templates/langs/langs.html N books/templates/docbook/header.html N books/templates/docbook/docbook.js N books/templates/docbook/docbook.css N books/templates/docbook/docbook.php N books/templates/docbook/funcs.php N books/templates/docbook/docbook.html N books/templates/docbook/footer.html N books/templates/docbook/approve/approve.js N books/templates/docbook/approve/approve.css N books/templates/docbook/approve/approve.php N books/templates/docbook/approve/approve.html N books/templates/docbook/approve/revisions/revisions.js N books/templates/docbook/approve/revisions/revisions.css N books/templates/docbook/approve/revisions/revisions.php N books/templates/docbook/approve/revisions/revisions.html N books/templates/docbook/view/view.css N books/templates/docbook/view/view.php N books/templates/docbook/view/view.html N books/templates/docbook/view/css/bookinfo.css N books/templates/docbook/view/css/admonitions.css N books/templates/docbook/view/css/figure.css N books/templates/docbook/view/css/footnotes.css N books/templates/docbook/view/css/media.css N books/templates/docbook/view/css/inline.css N books/templates/docbook/view/css/link.css N books/templates/docbook/view/css/contents.css N books/templates/docbook/view/css/key_gui.css N books/templates/docbook/view/css/list.css N books/templates/docbook/view/css/preformated.css N books/templates/docbook/view/webnotes/webnotes.css N books/templates/docbook/view/webnotes/webnotes.php N books/templates/docbook/view/webnotes/DB.php N books/templates/docbook/view/webnotes/webnotes.db N books/templates/docbook/view/webnotes/webnotes.js N books/templates/docbook/view/webnotes/footer.html N books/templates/docbook/view/webnotes/webnotes.html N books/templates/docbook/view/webnotes/filternotes/filternotes.js N books/templates/docbook/view/webnotes/filternotes/filternotes.php N books/templates/docbook/view/webnotes/filternotes/filternotes.html N books/templates/docbook/view/webnotes/editnote/help.html N books/templates/docbook/view/webnotes/editnote/edit.html N books/templates/docbook/view/webnotes/editnote/editnote.js N books/templates/docbook/view/webnotes/editnote/preview.html N books/templates/docbook/view/webnotes/editnote/editnote.css N books/templates/docbook/view/webnotes/editnote/editnote.php N books/templates/docbook/view/webnotes/editnote/editnote.html N books/templates/docbook/view/webnotes/db/dump.sh N books/templates/docbook/view/webnotes/db/webnotes.sql N books/templates/docbook/l10n/docbook.po N books/templates/docbook/l10n/sq_AL/LC_MESSAGES/docbook.po N books/templates/docbook/admin/admin.css N books/templates/docbook/admin/admin.php N books/templates/docbook/admin/admin.js N books/templates/docbook/admin/admin.html N books/templates/docbook/admin/svn_tags/func.popup_window.php N books/templates/docbook/admin/svn_tags/tags.js N books/templates/docbook/admin/svn_tags/tags.php N books/templates/docbook/admin/svn_tags/tags.html N books/templates/docbook/edit/edit.css N books/templates/docbook/edit/edit.php N books/templates/docbook/edit/edit_funcs.php N books/templates/docbook/edit/edit.js N books/templates/docbook/edit/edit.html N books/templates/docbook/edit/content/edit_content.js N books/templates/docbook/edit/content/convert_from_xml.php N books/templates/docbook/edit/content/convert_to_xml.php N books/templates/docbook/edit/content/edit_content.css N books/templates/docbook/edit/content/edit_content.html N books/templates/docbook/edit/content/func.popup_window.php N books/templates/docbook/edit/content/validate.php N books/templates/docbook/edit/content/edit_content.php N books/templates/docbook/edit/content/text_to_xml/package.WikiConverter.php N books/templates/docbook/edit/content/text_to_xml/class.Text.php N books/templates/docbook/edit/content/text_to_xml/class.WikiParser.php N books/templates/docbook/edit/content/text_to_xml/wiki_structure_conventions.txt N books/templates/docbook/edit/content/text_to_xml/class.Tpl.php N books/templates/docbook/edit/content/text_to_xml/wiki_conventions.txt N books/templates/docbook/edit/content/text_to_xml/class.Info.php N books/templates/docbook/edit/content/text_to_xml/class.ListItem.php N books/templates/docbook/edit/content/text_to_xml/class.Block.php N books/templates/docbook/edit/content/text_to_xml/class.Listing.php N books/templates/docbook/edit/content/text_to_xml/class.Paragraph.php N books/templates/docbook/edit/content/text_to_xml/fun.regex_replace.php N books/templates/docbook/edit/media/edit_media.css N books/templates/docbook/edit/media/edit_media.php N books/templates/docbook/edit/media/edit_media.html N books/templates/docbook/edit/media/edit_media.js N books/webobjects/tabs/tabs1.html N books/webobjects/tabs/tabs1.js N books/webobjects/tabs/tabs1.txt N books/webobjects/tabs/tabs1.css N books/webobjects/tabs/tabs1.php N books/webobjects/tabs/tabs1_items.php N books/upload/upload.php N books/upload/import_doc.php N books/upload/media_file.php N books/upload/upload_message.html No conflicts created by this import ***** Bogus filespec: - Imported sources |
From: Dashamir H. <das...@us...> - 2005-11-02 15:23:15
|
Update of /cvsroot/phpwebapp/documentation/codedoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27022/codedoc Added Files: phpdoc_pdf.sh phpdoc_html.sh generate-code-doc.sh doxygen.cfg README.txt Log Message: --- NEW FILE: phpdoc_pdf.sh --- #!/bin/bash # $Id: phpdoc_pdf.sh,v 1.1 2005/11/02 15:23:04 dashohoxha Exp $ #/** # * makedoc - PHPDocumentor script to save your settings # * # * Put this file inside your PHP project homedir, edit its variables and run whenever you wants to # * re/make your project documentation. # * # * The version of this file is the version of PHPDocumentor it is compatible. # * # * It simples run phpdoc with the parameters you set in this file. # * NOTE: Do not add spaces after bash variables. # * # * @copyright makedoc.sh is part of PHPDocumentor project {@link http://freshmeat.net/projects/phpdocu/} and its LGPL # * @author Roberto Berto <darkelder (inside) users (dot) sourceforge (dot) net> # * @version Release-1.1.0 # */ ############################## # should be edited ############################## ### dasho ### go to this directory cd $(dirname $0) #/** # * title of generated documentation, default is 'Generated Documentation' # * # * @var string TITLE # */ TITLE="phpWebApp" #/** # * name to use for the default package. If not specified, uses 'default' # * # * @var string PACKAGES # */ PACKAGES="web_app" #/** # * name of a directory(s) to parse directory1,directory2 # * $PWD is the directory where makedoc.sh # * # * @var string PATH_PROJECT # */ PATH_PROJECT=$PWD/../../web_app #/** # * path of PHPDoc executable # * # * @var string PATH_PHPDOC # */ PATH_PHPDOC=$PWD/../../phpdocumentor-1.3.0rc3/phpdoc #/** # * where documentation will be put # * # * @var string PATH_DOCS # */ PATH_DOCS=$PWD/download/ #/** # * what outputformat to use (html/pdf) # * # * @var string OUTPUTFORMAT # */ OUTPUTFORMAT=PDF #/** # * converter to be used # * # * @var string CONVERTER # */ CONVERTER=default #/** # * template to use # * # * @var string TEMPLATE # */ TEMPLATE=default #/** # * parse elements marked as private # * # * @var bool (on/off) PRIVATE # */ PRIVATE=off # make documentation $PATH_PHPDOC -d $PATH_PROJECT -t $PATH_DOCS -ti "$TITLE" -dn $PACKAGES \ -o $OUTPUTFORMAT:$CONVERTER:$TEMPLATE -pp $PRIVATE # vim: set expandtab : --- NEW FILE: phpdoc_html.sh --- #!/bin/bash # $Id: phpdoc_html.sh,v 1.1 2005/11/02 15:23:04 dashohoxha Exp $ #/** # * makedoc - PHPDocumentor script to save your settings # * # * Put this file inside your PHP project homedir, edit its variables and run whenever you wants to # * re/make your project documentation. # * # * The version of this file is the version of PHPDocumentor it is compatible. # * # * It simples run phpdoc with the parameters you set in this file. # * NOTE: Do not add spaces after bash variables. # * # * @copyright makedoc.sh is part of PHPDocumentor project {@link http://freshmeat.net/projects/phpdocu/} and its LGPL # * @author Roberto Berto <darkelder (inside) users (dot) sourceforge (dot) net> # * @version Release-1.1.0 # */ ############################## # should be edited ############################## ### dasho ### go to this directory cd $(dirname $0) #/** # * title of generated documentation, default is 'Generated Documentation' # * # * @var string TITLE # */ TITLE="phpWebApp" #/** # * name to use for the default package. If not specified, uses 'default' # * # * @var string PACKAGES # */ PACKAGES="web_app" #/** # * name of a directory(s) to parse directory1,directory2 # * $PWD is the directory where makedoc.sh # * # * @var string PATH_PROJECT # */ PATH_PROJECT=$PWD/../../web_app #/** # * path of PHPDoc executable # * # * @var string PATH_PHPDOC # */ PATH_PHPDOC=$PWD/../../phpdocumentor-1.3.0rc3/phpdoc #/** # * where documentation will be put # * # * @var string PATH_DOCS # */ PATH_DOCS=$PWD/phpwebapp-phpdocu #/** # * what outputformat to use (html/pdf) # * # * @var string OUTPUTFORMAT # */ OUTPUTFORMAT=HTML #/** # * converter to be used # * # * @var string CONVERTER # */ CONVERTER=frames #/** # * template to use # * # * @var string TEMPLATE # */ TEMPLATE=earthli #/** # * parse elements marked as private # * # * @var bool (on/off) PRIVATE # */ PRIVATE=off # make documentation $PATH_PHPDOC -d $PATH_PROJECT -t $PATH_DOCS -ti "$TITLE" -dn $PACKAGES \ -o $OUTPUTFORMAT:$CONVERTER:$TEMPLATE -pp $PRIVATE # vim: set expandtab : --- NEW FILE: generate-code-doc.sh --- #!/bin/bash ### go to this directory cd $(dirname $0) ### generate HTML and PDF documentation using phpDocumentor rm -rf phpwebapp-phpdocu/ ./phpdoc_html.sh ./phpdoc_pdf.sh ### create downloadable files mkdir -p download tar cfz download/phpwebapp-phpdocu.tar.gz phpwebapp-phpdocu/ cp download/documentation.pdf download/phpwebapp-phpdocu.pdf gzip download/phpwebapp-phpdocu.pdf mv download/documentation.pdf download/phpwebapp-phpdocu.pdf ### generate HTML and PDF documentation using doxygen rm -rf phpwebapp-doxygen /usr/local/bin/doxygen doxygen.cfg cd phpwebapp-doxygen/latex/ pdflatex refman cd ../.. ### create downloadable files tar cfz download/phpwebapp-doxygen.tar.gz phpwebapp-doxygen/html/ cp phpwebapp-doxygen/latex/refman.pdf download/phpwebapp-doxygen.pdf gzip download/phpwebapp-doxygen.pdf mv phpwebapp-doxygen/latex/refman.pdf download/phpwebapp-doxygen.pdf --- NEW FILE: doxygen.cfg --- # Doxyfile 1.4.5 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project # # All text after a hash (#) is considered a comment and will be ignored # The format is: # TAG = value [value, ...] # For lists items can also be appended using: # TAG += value [value, ...] # Values that contain spaces should be placed between quotes (" ") #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. [...1198 lines suppressed...] # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will # generate a legend page explaining the meaning of the various boxes and # arrows in the dot generated graphs. GENERATE_LEGEND = YES # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will # remove the intermediate dot files that are used to generate # the various graphs. DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Configuration::additions related to the search engine #--------------------------------------------------------------------------- # The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO --- NEW FILE: README.txt --- This folder contains some files and folders that are used to generate automatically some code documentation about phpWebApp, using some external tools. The files and folders that it contains are: generate-code-doc.sh -- re-generates the code documentation for phpWebApp doxygen.cfg -- the configuration for doxygen phpdoc_html.sh -- the configuration for phpDocumentor (HTML output) phpdoc_pdf.sh -- the configuration for phpDocumentor (PDF output) phpwebapp-doxygen/ -- the folder where doxygen outputs the documentation phpwebapp-phpdocu/ -- the folder where phpDocu outputs the documentation download/ -- this folder contains the downloadables of the above documentatations (.tar.gz) To generate the doxygen documentation, type: "$ doxygen doxygen.cfg". 'doxygen' usually comes with GNU/Linux distributions, but the latest copy can be downloaded from www.doxygen.org . To generate the phpDocumentor documentation, type: "$ ./phpdoc.sh". It can be downloaded from http://phpdocu.sourceforge.net and it must be unpacked in the directory phpwebapp (../..). |
From: Dashamir H. <das...@us...> - 2005-11-02 15:23:12
|
Update of /cvsroot/phpwebapp/documentation/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27022/config Modified Files: const.Options.php Log Message: Index: const.Options.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/config/const.Options.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** const.Options.php 26 Oct 2005 14:36:58 -0000 1.4 --- const.Options.php 2 Nov 2005 15:23:04 -0000 1.5 *************** *** 69,71 **** --- 69,84 ---- */ define("DISPLAY_CGI_VARS", false); + + /** + * The constants LNG and CODESET set the language and codeset of + * the application. They are used for the localization (translation) of + * the messages. LNG can be something like 'en_US' or 'en' or UNDEFINED. + * CODESET can be UNDEFINED, 'iso-latin-1', etc. + */ + define('LNG', 'sq_AL'); + define('CODESET', 'iso-latin-1'); + + /** if true, then use the php-gettext instead of GNU gettext */ + define('USE_PHP_GETTEXT', true); + ?> \ No newline at end of file |
From: Dashamir H. <das...@us...> - 2005-11-02 15:23:12
|
Update of /cvsroot/phpwebapp/documentation/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27022/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.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** developer_docs.html 21 Jul 2004 17:15:32 -0000 1.6 --- developer_docs.html 2 Nov 2005 15:23:04 -0000 1.7 *************** *** 12,27 **** <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) ! | <a href="{{HOME_URL}}documentation/external/download/doxydoc_rtf.tar.gz">RTF.tar.gz</a> (2.8 MB) ! | <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> --- 12,33 ---- <li> Code Documentation (generated by phpDocumentor) <br /> ! [ <a href="codedoc/phpwebapp-phpdocu/" target="_blank">HTML</a> ! | <a href="codedoc/download/phpwebapp-phpdocu.tar.gz">HTML.tar.gz</a> ! (160 KB) ! | <a href="codedoc/download/phpwebapp-phpdocu.pdf">PDF</a> ! (700 KB) ! | <a href="codedoc/download/phpwebapp-phpdocu.pdf.gz">PDF.gz</a> ! (300 KB) ]<br /><br /> </li> <li> Code Documentation (generated by doxygen) <br /> ! [ <a href="codedoc/phpwebapp-doxygen/html/" target="_blank">HTML</a> ! | <a href="codedoc/download/phpwebapp-doxygen.tar.gz">HTML.tar.gz</a> ! (1.7 MB) ! | <a href="codedoc/download/phpwebapp-doxygen.pdf">PDF</a> ! (1.2 MB) ! | <a href="codedoc/download/phpwebapp-doxygen.pdf.gz">PDF.gz</a> ! (600 MB) ]<br /><br /> </li> |
From: Dashamir H. <das...@us...> - 2005-11-02 15:22:11
|
Update of /cvsroot/phpwebapp/documentation/codedoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26823/codedoc Log Message: Directory /cvsroot/phpwebapp/documentation/codedoc added to the repository |
From: Dashamir H. <das...@us...> - 2005-11-02 15:21:57
|
Update of /cvsroot/phpwebapp/documentation/external In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26775/external Removed Files: phpdoc.sh doxygen.cfg README.txt Log Message: renamed to codedoc --- phpdoc.sh DELETED --- --- doxygen.cfg DELETED --- --- README.txt DELETED --- |
From: Dashamir H. <das...@us...> - 2005-11-02 15:20:33
|
Update of /cvsroot/phpwebapp/web_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26075 Removed Files: ChangeLog Log Message: --- ChangeLog DELETED --- |
From: Dashamir H. <das...@us...> - 2005-11-02 15:18:08
|
Update of /cvsroot/phpwebapp/web_app/l10n-module/php-gettext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/l10n-module/php-gettext Modified Files: streams.php gettext.php Log Message: automatic code documentation generation Index: streams.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/l10n-module/php-gettext/streams.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** streams.php 1 Nov 2005 13:05:57 -0000 1.1 --- streams.php 2 Nov 2005 15:17:54 -0000 1.2 *************** *** 21,24 **** --- 21,28 ---- */ + /** + * @package misc + * @subpackage php-gettext + */ // Simple class to wrap file streams, string streams, etc. Index: gettext.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/l10n-module/php-gettext/gettext.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gettext.php 1 Nov 2005 13:05:57 -0000 1.1 --- gettext.php 2 Nov 2005 15:17:54 -0000 1.2 *************** *** 33,36 **** --- 33,39 ---- * second parameter in the constructor (e.g. whenusing very large MO files * that you don't want to keep in memory) + * + * @package misc + * @subpackage php-gettext */ class gettext_reader { |
From: Dashamir H. <das...@us...> - 2005-11-02 15:18:08
|
Update of /cvsroot/phpwebapp/web_app/boxes/webnotes/editnote In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/boxes/webnotes/editnote Modified Files: editnote.php Log Message: automatic code documentation generation Index: editnote.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/webnotes/editnote/editnote.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** editnote.php 26 Oct 2005 14:32:16 -0000 1.1 --- editnote.php 2 Nov 2005 15:17:54 -0000 1.2 *************** *** 21,24 **** --- 21,28 ---- */ + /** + * @package components + * @subpackage webnotes + */ class editnote extends WebObject { |
From: Dashamir H. <das...@us...> - 2005-11-02 15:18:08
|
Update of /cvsroot/phpwebapp/web_app/convert In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/convert Modified Files: convert.php class.Template.php class.Render.php class.Parser.php Log Message: automatic code documentation generation Index: convert.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/convert/convert.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** convert.php 21 Jul 2004 17:04:31 -0000 1.2 --- convert.php 2 Nov 2005 15:17:54 -0000 1.3 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/php -q <?php + /** + * @package misc + * @subpackage convert + */ + include 'class.Template.php'; include 'class.Parser.php'; Index: class.Template.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/convert/class.Template.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** class.Template.php 22 Jul 2004 16:25:38 -0000 1.2 --- class.Template.php 2 Nov 2005 15:17:54 -0000 1.3 *************** *** 21,24 **** --- 21,28 ---- */ + /** + * @package misc + * @subpackage convert + */ class Template { Index: class.Render.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/convert/class.Render.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** class.Render.php 22 Jul 2004 16:25:38 -0000 1.3 --- class.Render.php 2 Nov 2005 15:17:54 -0000 1.4 *************** *** 21,25 **** */ ! class Render { --- 21,28 ---- */ ! /** ! * @package misc ! * @subpackage convert ! */ class Render { Index: class.Parser.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/convert/class.Parser.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** class.Parser.php 22 Jul 2004 16:25:38 -0000 1.2 --- class.Parser.php 2 Nov 2005 15:17:54 -0000 1.3 *************** *** 21,25 **** */ ! class Parser { --- 21,28 ---- */ ! /** ! * @package misc ! * @subpackage convert ! */ class Parser { |
From: Dashamir H. <das...@us...> - 2005-11-02 15:18:08
|
Update of /cvsroot/phpwebapp/web_app/session In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/session Modified Files: wbSession.php tst.php class.Session.php class.Request.php class.Event.php Log Message: automatic code documentation generation Index: wbSession.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/wbSession.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** wbSession.php 1 Nov 2005 13:24:25 -0000 1.8 --- wbSession.php 2 Nov 2005 15:17:54 -0000 1.9 *************** *** 24,28 **** /** * Includes the session inside the HTML page. ! * @package session */ class wbSession extends WebObject --- 24,28 ---- /** * Includes the session inside the HTML page. ! * @package state */ class wbSession extends WebObject Index: tst.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/tst.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tst.php 25 Aug 2003 13:18:31 -0000 1.3 --- tst.php 2 Nov 2005 15:17:54 -0000 1.4 *************** *** 21,25 **** ! /** @package session */ /** */ --- 21,25 ---- ! /** @package state */ /** */ Index: class.Session.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/class.Session.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** class.Session.php 1 Nov 2005 13:24:25 -0000 1.14 --- class.Session.php 2 Nov 2005 15:17:54 -0000 1.15 *************** *** 24,28 **** /** * Used to keep session (state, persistent) variables. ! * @package session */ class Session --- 24,28 ---- /** * Used to keep session (state, persistent) variables. ! * @package state */ class Session Index: class.Request.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/class.Request.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** class.Request.php 22 Jul 2004 16:25:37 -0000 1.7 --- class.Request.php 2 Nov 2005 15:17:54 -0000 1.8 *************** *** 24,27 **** --- 24,29 ---- /** * Keeps the information comming from the browser. + * @package state + * @subpackage transition */ class Request Index: class.Event.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/class.Event.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** class.Event.php 22 Jul 2004 16:25:37 -0000 1.6 --- class.Event.php 2 Nov 2005 15:17:54 -0000 1.7 *************** *** 24,27 **** --- 24,29 ---- /** * Used to keep the data of an event. + * @package state + * @subpackage transition */ class Event |
From: Dashamir H. <das...@us...> - 2005-11-02 15:18:08
|
Update of /cvsroot/phpwebapp/web_app/session/sample In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/session/sample Modified Files: test.Session.php Log Message: automatic code documentation generation Index: test.Session.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/sample/test.Session.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** test.Session.php 15 Jul 2004 14:46:04 -0000 1.5 --- test.Session.php 2 Nov 2005 15:17:54 -0000 1.6 *************** *** 1,4 **** <?php ! /** @package session */ /** */ --- 1,4 ---- <?php ! /** @package state */ /** */ |