From: <vb...@us...> - 2002-09-13 04:05:37
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv22489 Modified Files: cvs.php demo.php download.php index.php links.php localization.php Log Message: - Changed some files to use styles rather than hard-coding the formatting. - Used "section" style rather than "page_title" when appropriate. Index: cvs.php =================================================================== RCS file: /cvsroot/webnotes/web/cvs.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- cvs.php 8 Sep 2002 06:12:53 -0000 1.3 +++ cvs.php 12 Sep 2002 22:10:09 -0000 1.4 @@ -2,8 +2,10 @@ <span class="page_title">CVS</span> <hr size="1" noshade="noshade" width="100%"> -<p>phpWebNotes uses <a href="http://www.cyclic.com/">CVS</a> to store and control its source code. Anonymous cvs access allows anyone to download the most current snapshot of the code. Be warned: the latest build may not always function correctly.</p> +<p>phpWebNotes uses <a href="http://www.cvshome.org/">CVS</a> to store and control its source code. Anonymous cvs access allows anyone to download the most current snapshot of the code. Be warned: the latest build may not always function correctly.</p> <p>Follow the link and follow the commands there. The module name you want to use is <em>webnotes</em>.</p> -<p align="center"><a href="http://sourceforge.net/cvs/?group_id=15381"><strong>phpWebNotes CVS</strong></a></p> +<span class="center_link"> +<p align="center"><a href="http://sourceforge.net/cvs/?group_id=15381">phpWebNotes CVS</a></p> +</span> <?php include('footer.php') ?> Index: demo.php =================================================================== RCS file: /cvsroot/webnotes/web/demo.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- demo.php 12 Sep 2002 14:04:13 -0000 1.5 +++ demo.php 12 Sep 2002 22:10:09 -0000 1.6 @@ -5,10 +5,12 @@ <p>We have put together a demo with a couple of documents enabling the viewers to contribute comments to. For this demo we have disabled the queueing / approval process in order for the comments to appear right away. In a real system, the administrator might like to have such comments moderated first before appearing on the website (which can be done using phpWebNotes).</p> +<span class="center_link"> <p align="center"> <a href="http://webnotes.sourceforge.net/webnotes/demo/">phpWebNotes v1.0.0</a><br /> <a href="http://webnotes.sourceforge.net/phpWebNotes-2.0.0-dev/sample/xml.php">phpWebNotes v2.0.0-dev</a> </p> +</span> <p>For a live example of what can be done using phpWebNotes, visit <a href="http://www.php.net/manual/en">PHP Manual</a>, where users are allowed to contribute notes to any of the manual's pages. Note that PHP site is not using phpWebNotes, however, phpWebNotes allows you to achieve exactly the same functionality.</p> Index: download.php =================================================================== RCS file: /cvsroot/webnotes/web/download.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- download.php 9 Sep 2002 04:19:57 -0000 1.4 +++ download.php 12 Sep 2002 22:10:09 -0000 1.5 @@ -5,13 +5,13 @@ <p>Use the link below to visit the download site for phpWebNotes. The package is kept in .tar.gz which any reasonable (unix systems, UltimateZip, Winzip, StuffIt) decompression program can handle.</p> -<p align="center"><a href="http://sourceforge.net/project/showfiles.php?group_id=15381"><strong>Download phpWebNotes</strong></a></p> +<span class="center_link"> +<p align="center"><a href="http://sourceforge.net/project/showfiles.php?group_id=15381">Download phpWebNotes</a></p> +</span> <p>Please check out the <a href="release.php">Release Notes</a> for important notices and information.</p> -<span class="page_title">Mirroring</span> -<hr size="1" noshade="noshade" width="100%"> - +<span class="section">Mirroring</span> <p>It is recommended to sign up on the <a href="mailinglists.php">announcements</a> mailing list, if you wish to mirror the software. You should also have a link back to this page.</p> <?php include('footer.php') ?> Index: index.php =================================================================== RCS file: /cvsroot/webnotes/web/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- index.php 9 Sep 2002 04:03:45 -0000 1.5 +++ index.php 12 Sep 2002 22:10:09 -0000 1.6 @@ -1,18 +1,18 @@ <?php include('header.php') ?> -<span class="page_title">What is it?</span> +<span class="page_title">Home</span> <hr size="1" noshade="noshade" width="100%"> +<span class="section">What is it?</span> + <p>phpWebNotes is a php based solution to letting users contribute their own comments to a document.</p> <p>This project was originally conceived to help people who maintain technical help documents and how-tos. It is more direct than searching through a forum and less involving for the users than signing up for a mailing list. Of course, it adapts to other uses extremely easily.</p> <p>Updating documents is tedious and a lot of documents lack the real world examples and experience to make them truly useful. The best help sites we ever found had not only detailed documentation but lots and lots of examples and problems and quirks that appear in real life. Unfortunately this rules out almost all man pages (unix help docs). Allowing user comments lets the doc maintainer do less work. Whenever the maintainer needs to update the document they can just roll in user feedback instead of recreating the information. This sort of automation cuts down on email and mailing list traffic as well.</p> -<span class="page_title">Goals</span> -<hr size="1" noshade="noshade" width="100%"> +<span class="section">Goals</span> <p>A simple way to allow users to contribute their comments to any document. We would like to see this used in particular for HOW-TO, help files, and online documentation (see <a href="http://www.php.net/manual/en/">PHP manual</a> for an excellent example).</p> -<span class="page_title">Requirements</span> -<hr size="1" noshade="noshade" width="100%"> +<span class="section">Requirements</span> <p>Following are the required software modules to be able to install phpWebNotes:</p> <ul> <li><a href="http://www.php.net/">PHP</a> 4.0.6 and higher</li> @@ -22,8 +22,7 @@ <p>Additionally you will need to know basic administration of MySQL (login, create new database, run a SQL query). We strongly recommend using <a href="http://phpMyAdmin.sf.net">phpMyAdmin</a> to accomplish the database administration task. The webserver needs to be configured to handle php files at a minimum.</p> <p>It also helps a great deal to at least be able to tinker with php scripts (when there's a little bug or you want to tweak something). Of course, knowing HTML is essential to do any custom formatting. Along the lines of appearance, we attempt to use our best judgement in colors, layout, and feel. Eventually we aim to be able to customize the look and feel from a single CSS file.</p> -<span class="page_title">Features and Benefits</span> -<hr size="1" noshade="noshade" width="100%"> +<span class="section">Features and Benefits</span> <p>Following are some of the nice features of phpWebNotes:</p> <ul> <li>Web based and platform independent</li> @@ -32,17 +31,14 @@ <li>Takes two lines of php to add notes to a file</li> </ul> -<span class="page_title">Upcoming Features</span> -<hr size="1" noshade="noshade" width="100%"> +<span class="section">Upcoming Features</span> <p>Check the <a href="roadmap.php">Roadmap</a> for a more detailed and up to date list of features.</p> -<span class="page_title">Versioning</span> -<hr size="1" noshade="noshade" width="100%"> +<span class="section">Versioning</span> <p>The release numbering convention used for phpWebNotes is major.minor.micro. Major indicates a large change in the core package, minor a significant amount of feature addition/modification, micro for mostly bug fixes. A database change always requires a change in major release.</p> -<span class="page_title">How to help?</span> -<hr size="1" noshade="noshade" width="100%"> +<span class="section">How to help?</span> <ul> <li>Report any bugs at the <a href="bugtracker.php">Bugtracker</a></li> <li>Suggest (generic) features that would add value to the product.</li> Index: links.php =================================================================== RCS file: /cvsroot/webnotes/web/links.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- links.php 9 Sep 2002 04:03:45 -0000 1.2 +++ links.php 12 Sep 2002 22:10:09 -0000 1.3 @@ -1,8 +1,9 @@ <?php include('header.php') ?> -<span class="page_title">Users' Links</span> +<span class="page_title">Links</span> <hr size="1" noshade="noshade" width="100%"> +<span class="section">Users' Links</span> <ul> <li><a href="http://www.php.net">http://www.php.net</a> - PHP website</li> <li><a href="http://www.mysql.com">http://www.mysql.com</a> - MySQL Server</li> @@ -11,9 +12,7 @@ <li><a href="http://www.ultimatezip.com">http://www.ultimatezip.com</a> - UltimateZip for extracting phpWebNotes releases (needed for Windows users). Other tools like WinZip and StuffIt can also be used.</li> </ul> -<span class="page_title">Developers' Links</span> -<hr size="1" noshade="noshade" width="100%"> - +<span class="section">Developers' Links</span> <ul> <li><a href="http://www.cvsgui.org">http://www.cvsgui.org</a> - WinCVS website for Windows users.</li> <li><a href="http://filezilla.sf.net">http://filezilla.sf.net</a> - FileZilla for accessing SourceForge webservers (SFTP).</li> Index: localization.php =================================================================== RCS file: /cvsroot/webnotes/web/localization.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- localization.php 9 Sep 2002 14:25:41 -0000 1.5 +++ localization.php 12 Sep 2002 22:10:09 -0000 1.6 @@ -6,13 +6,12 @@ function print_lang( $p_language, $p_version, $p_state ) { global $g_webnotes_url; - $t_filename = 'strings_' . strtolower( $p_language ) . '.php'; + $t_filename = 'strings_' . strtolower( $p_language ) . '.phps'; $t_path = $g_webnotes_url . 'lang/' . $t_filename; # $t_link = cvs_get_link( 'webnotes', 'webnotes', $t_path ); $t_link = $t_path; echo "<li>$p_language (<a href=\"$t_link\" target=\"_new\">$t_filename</a>)</li>"; - } ?> <span class="page_title">Localization</span> @@ -29,8 +28,6 @@ </ul> <br /> <span class="section">Translating</span> -<hr size="1" noshade="noshade" width="100%"> - <p>Don't see your language? Translate one of the files! It's really quite simple. Just take the strings file and convert away. Then <a href="bugtracker.php">submit it</a> back to me. Also, you can update them when new strings make it in. The file won't change drastically so it shouldn't be too much work to keep the files updated.</p> <?php include('footer.php') ?> |