From: <vb...@us...> - 2002-09-08 06:12:57
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv5027 Modified Files: bugtracker.php credits.php cvs.php database.php demo.php download.php forums.php guidelines.php index.php install.php localization.php mailinglists.php release.php roadmap.php security.php tour.php Log Message: - Replace all h3 headers with page_title style. - Linked in Roadmap from webnotes doc. Index: bugtracker.php =================================================================== RCS file: /cvsroot/webnotes/web/bugtracker.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- bugtracker.php 7 Sep 2002 14:41:08 -0000 1.2 +++ bugtracker.php 8 Sep 2002 06:12:53 -0000 1.3 @@ -1,5 +1,6 @@ <?php include('header.php') ?> -<h3>Bugtracker</h3> +<span class="page_title">Bugtracker</span> +<hr size="1" noshade="noshade" width="100%"> phpWebNotes uses Mantis Bugtracker to track bugs and feature requests. Login to http://webnotes.sf.net/mantis to report bugs and feature requests. <?php include('footer.php') ?> Index: credits.php =================================================================== RCS file: /cvsroot/webnotes/web/credits.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- credits.php 7 Sep 2002 14:41:08 -0000 1.3 +++ credits.php 8 Sep 2002 06:12:53 -0000 1.4 @@ -1,6 +1,6 @@ <?php include('header.php') ?> -<h3>Credits</h3> -<br /> +<span class="page_title">Credits</span> +<hr size="1" noshade="noshade" width="100%"> Administrators: <ul> <li><a href="mailto:ke...@30...">Kenzaburo Ito</a> - Admin / Developer Index: cvs.php =================================================================== RCS file: /cvsroot/webnotes/web/cvs.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- cvs.php 7 Sep 2002 23:52:30 -0000 1.2 +++ cvs.php 8 Sep 2002 06:12:53 -0000 1.3 @@ -1,6 +1,7 @@ <?php include('header.php') ?> -<h3>CVS</font></h3> +<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>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> Index: database.php =================================================================== RCS file: /cvsroot/webnotes/web/database.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- database.php 7 Sep 2002 23:52:30 -0000 1.2 +++ database.php 8 Sep 2002 06:12:53 -0000 1.3 @@ -1,6 +1,7 @@ <?php include('header.php') ?> -<h3>Database Schema</h3> +<span class="page_title">Database Schema</span> +<hr size="1" noshade="noshade" width="100%"> <p>The database schema will be posted soon.</p> Index: demo.php =================================================================== RCS file: /cvsroot/webnotes/web/demo.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- demo.php 7 Sep 2002 23:52:30 -0000 1.2 +++ demo.php 8 Sep 2002 06:12:53 -0000 1.3 @@ -1,6 +1,7 @@ <?php include('header.php') ?> -<h3><font size=+1>Demo phpWebNotes</h3> +<span class="page_title">Demo</span> +<hr size="1" noshade="noshade" width="100%"> <p>Go to the demo to see how it is used. For the demo I've disabled the queueing mechanism. This will allow for instantaneous feedback. To see an example of what you could do with this, checkout <a href="http://www.php.net/manual/en/">php.net</a> (Note: php.net does not use phpWebNotes, they have their own system).</p> <p align="center"><a href="http://webnotes.sourceforge.net/webnotes/demo/"><strong>Demo phpWebNotes</strong></a></p> <p>If you have questions or feeback please discuss it in the <strong><a href="forums.php">Forums</a></strong>.</p> Index: download.php =================================================================== RCS file: /cvsroot/webnotes/web/download.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- download.php 7 Sep 2002 23:52:30 -0000 1.2 +++ download.php 8 Sep 2002 06:12:53 -0000 1.3 @@ -1,12 +1,15 @@ <?php include('header.php') ?> -<h3>Download</h3> +<span class="page_title">Download</span> +<hr size="1" noshade="noshade" width="100%"> + <p>Use the link to get to the download site for phpWebNotes. The package is kept in .tar.gz which any reasonable (unix systems, 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> <p>Please check out the <a href="release.php">Release Notes</a> for important notices and information.</p> -<h3>Mirroring</h3> +<span class="page_title">Mirroring</span> +<hr size="1" noshade="noshade" width="100%"> <p>I would prefer that you sign up on the announcements <a href="mailinglists.php">mailing list</a> if you wish to mirror the software. You should also have a link back to this page if you offer phpWebNotes for download.</p> <?php include('footer.php') ?> Index: forums.php =================================================================== RCS file: /cvsroot/webnotes/web/forums.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- forums.php 7 Sep 2002 23:52:30 -0000 1.2 +++ forums.php 8 Sep 2002 06:12:53 -0000 1.3 @@ -1,5 +1,7 @@ <?php include('header.php') ?> -<h3>Forums</h3> +<span class="page_title">Forums</span> +<hr size="1" noshade="noshade" width="100%"> + <p>The following forums are hosted at Sourceforge. You can post anonymously.</p> <ul> <li>Open Discussion Index: guidelines.php =================================================================== RCS file: /cvsroot/webnotes/web/guidelines.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- guidelines.php 7 Sep 2002 23:52:30 -0000 1.2 +++ guidelines.php 8 Sep 2002 06:12:53 -0000 1.3 @@ -1,6 +1,7 @@ <?php include('header.php') ?> -<h3>phpWebNotes Coding Conventions</h3> +<span class="page_title">Coding Conventions</span> +<hr size="1" noshade="noshade" width="100%"> <p>This is the phpWebNotes coding conventions document. It lists all the basic conventions that I have followed in order to make the code easy to read and maintain. ANyone working on the code, adding features, or wanting to send in a patch should take a quick look through this document. Currently the code is very flat and procedure based. A future version may switch to objects at which point some of these conventions may change or be added to.</p> Index: index.php =================================================================== RCS file: /cvsroot/webnotes/web/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- index.php 7 Sep 2002 23:52:30 -0000 1.2 +++ index.php 8 Sep 2002 06:12:53 -0000 1.3 @@ -1,14 +1,19 @@ <?php include('header.php') ?> -<h3>What is it?</h3> + +<span class="page_title">What is it?</span> +<hr size="1" noshade="noshade" width="100%"> + <p>phpWebNotes is a php based solution to letting users add their own comments to a document.</p> <p>This project was originally conceived to help people who maintain technical help docs and how-tos. It's 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 documents all to example lack the real world examples and experience to make them truly useful. The best help sites I've 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 doc they can just roll in a lot of the user feedback instead of recreating the info. This sort of automation cuts down on email and mailing list traffic as well.</p> <p>The release numbering convention I'm using 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. I am leaning towards releasing a new version for a significant bugfix as often as daily.</p> -<h3>Goals</h3> +<span class="page_title">Goals</span> +<hr size="1" noshade="noshade" width="100%"> <p>A simple way to add user note/footnote capability to any document. I'd like to see this used in particular for HOW-TO, help files, and online documentation (see <a href="http://www.php.net/">php.net</a> for an excellent example).</p> -<h3>Requirements</h3> +<span class="page_title">Requirements</span> +<hr size="1" noshade="noshade" width="100%"> <ul> <li><a href="http://www.php.net/">php</a> 4.0.6 and higher</li> <li><a href="http://www.mysql.com/">MySQL database</a> (more support is planned)</li> @@ -18,7 +23,8 @@ <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, I have tried to use my best judgement in colors, layout, and feel. Eventually I hope to be able to customize the look and feel from a single CSS file.</p> <p>I highly recommend using <a href="http://www.phpwizard.net">phpMyAdmin</a> to administer your mysql database.</p> -<h3>Features and Benefits</h3> +<span class="page_title">Features and Benefits</span> +<hr size="1" noshade="noshade" width="100%"> <ul> <li>Web based and platform independent</li> <li>Supports PHP3 and PHP4</li> @@ -27,14 +33,17 @@ <li>Takes two lines of php to add notes to a file</li> </ul> -<h3>Upcoming Features</h3> +<span class="page_title">Upcoming Features</span> +<hr size="1" noshade="noshade" width="100%"> <p>Check the <a href="roadmap.php">Roadmap</a> for a more detailed and up to date list of items.</p> -<h3>Versioning</h3> -<p>The release numbering convention I'm using is major.minor.micro. Major indicates a very large change in the core package, minor a significant amount of feature addition/modification, micro for mostly bug fixes. I will release a new version for a significant bugfix as often as daily.</h3> -<p>Version 1.0.0 will be used when I consider phpWebNotes to be production quality. This basically means that I would not hesitate to recommend it for most uses.</h3> +<span class="page_title">Versioning</span> +<hr size="1" noshade="noshade" width="100%"> +<p>The release numbering convention I'm using is major.minor.micro. Major indicates a very large change in the core package, minor a significant amount of feature addition/modification, micro for mostly bug fixes. I will release a new version for a significant bugfix as often as daily.</p> +<p>Version 1.0.0 will be used when I consider phpWebNotes to be production quality. This basically means that I would not hesitate to recommend it for most uses.</p> -<h3>How to Help</h3> +<span class="page_title">How to help?</span> +<hr size="1" noshade="noshade" width="100%"> <ul> <li>Report any bugs at the <a href="bugtracker.php">Bugtracker</a></li> <li>Suggest (reasonable) features</li> Index: install.php =================================================================== RCS file: /cvsroot/webnotes/web/install.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- install.php 8 Sep 2002 01:06:41 -0000 1.1 +++ install.php 8 Sep 2002 06:12:53 -0000 1.2 @@ -1,6 +1,6 @@ <?php include('header.php') ?> -<span class="page_title">INSTALL</span> +<span class="page_title">Install</span> <hr size="1" noshade="noshade" width="100%"> <pre> Index: localization.php =================================================================== RCS file: /cvsroot/webnotes/web/localization.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- localization.php 7 Sep 2002 14:41:08 -0000 1.2 +++ localization.php 8 Sep 2002 06:12:53 -0000 1.3 @@ -25,7 +25,8 @@ PRINT "</tr>"; } ?> -<h3>Localization</h3> +<span class="page_title">Localization</span> +<hr size="1" noshade="noshade" width="100%"> <p>Here you can see the latest localization files. Currently we only have English.</p> <p>What to do if you see some errors? Just <a href="mailto:ke...@30...">send me an email</a> with the corrected strings.</p> @@ -54,7 +55,8 @@ </div> -<h3>Translating</h3> +<span class="page_title">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="mailto:ke...@30...">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> <p>Currently some strings are hard-coded into the database tables or the code. This will be fixed soon.</p> <?php include('footer.php') ?> Index: mailinglists.php =================================================================== RCS file: /cvsroot/webnotes/web/mailinglists.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mailinglists.php 7 Sep 2002 23:52:30 -0000 1.3 +++ mailinglists.php 8 Sep 2002 06:12:53 -0000 1.4 @@ -1,5 +1,7 @@ <?php include('header.php') ?> -<h3>Mailing Lists</h3> +<span class="page_title">Mailing Lists</span> +<hr size="1" noshade="noshade" width="100%"> + <p>There is a mailing list for announcements. Announcements will be posted to it after each release. Please use the <a href="forums.php">Discussion Forums</a> if you need help.</p> <p align="center"><strong><a href="http://sourceforge.net/mail/?group_id=15381">SourceForge Mailing List</a></strong></p> <?php include('footer.php') ?> Index: release.php =================================================================== RCS file: /cvsroot/webnotes/web/release.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- release.php 8 Sep 2002 00:07:40 -0000 1.3 +++ release.php 8 Sep 2002 06:12:53 -0000 1.4 @@ -63,7 +63,9 @@ } ?> <?php include('header.php') ?> -<h3>Release Notes</h3> + +<span class="page_title">Release Notes</span> +<hr size="1" noshade="noshade" width="100%"> <p>This is a preliminary draft of the release notes.</p> Index: roadmap.php =================================================================== RCS file: /cvsroot/webnotes/web/roadmap.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- roadmap.php 7 Sep 2002 23:52:30 -0000 1.2 +++ roadmap.php 8 Sep 2002 06:12:53 -0000 1.3 @@ -1,10 +1,14 @@ <?php include('header.php') ?> -<h3>Feature and Version Timetable</h3> +<span class="page_title">Roadmap</span> +<hr size="1" noshade="noshade" width="100%"> + +<pre> +<?php include($g_webnotes_path . 'doc/ROADMAP') ?> +</pre> <p>This is the phpWebNotes feature roadmap. It lists most of the currently planned features and details the schedule for release. These are not hard deadlines and things are subject to change. Please feel free to suggest features, contribute, or comment.</p> -<h3>Future plans</h3> <ul> <li>Email notification to admins</li> <li>Allow certain HTML tags</li> Index: security.php =================================================================== RCS file: /cvsroot/webnotes/web/security.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- security.php 7 Sep 2002 23:52:30 -0000 1.2 +++ security.php 8 Sep 2002 06:12:53 -0000 1.3 @@ -1,6 +1,7 @@ <?php include('header.php') ?> -<h3>Security</h3> +<span class="page_title">Security</span> +<hr size="1" noshade="noshade" width="100%"> <p><strong>Passwords</strong> - Information</p> <p>Currently the passwords are run through the crypt() function before being stored. crypt() is a one way function; this means that you cannot obtain the original password from the crypt()ed password. This ensures that the user passwords are not readable should the database be cracked into (Note: this doesn't mean they are uncrackable, enough time and processing power and brute force will reveal most passwords). However, your username and password are most likely being transmitted in clear text. You will have to use a ssl (https) connection to protect transmission.</p> Index: tour.php =================================================================== RCS file: /cvsroot/webnotes/web/tour.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- tour.php 7 Sep 2002 14:41:08 -0000 1.3 +++ tour.php 8 Sep 2002 06:12:53 -0000 1.4 @@ -1,4 +1,8 @@ <?php include('header.php') ?> + +<span class="page_title">Administration Tour</span> +<hr size="1" noshade="noshade" width="100%"> + The Admin Tour will be up soon. <!-- <p> |