From: <vb...@us...> - 2002-09-07 23:52:33
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv31231 Modified Files: cvs.php database.php demo.php download.php forums.php guidelines.php header.php index.php mailinglists.php roadmap.php security.php side_menu.php Log Message: - Modified all pages to use a header and a footer. - Got rid of the old side menu and replaced it with the new one. - Some html improvements. Index: cvs.php =================================================================== RCS file: /cvsroot/webnotes/web/cvs.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- cvs.php 7 Sep 2002 11:40:07 -0000 1.1.1.1 +++ cvs.php 7 Sep 2002 23:52:30 -0000 1.2 @@ -1,45 +1,8 @@ -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body bgcolor=#ffffff> - -<p> -<div align=center> -<h2>phpWebNotes</h2> -</div> - -<p> -<div align=center> - -<table width=100%> -<tr valign=top> - <? include("side_menu.php") ?> -<td> -<b><font size=+1>CVS</font></b> -<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> -Follow the link and follow the commands there. The module name you want to use is <i>webnotes</i>. -<p> -<div align=center> -<b><a href="http://sourceforge.net/cvs/?group_id=15381">phpWebNotes CVS</a></b> -</div> - -</td> -</tr> -</table> - +<?php include('header.php') ?> -<p> -<div align=right> -<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> -</div> +<h3>CVS</font></h3> +<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> -</body> -</html> +<?php include('footer.php') ?> Index: database.php =================================================================== RCS file: /cvsroot/webnotes/web/database.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- database.php 7 Sep 2002 11:40:07 -0000 1.1.1.1 +++ database.php 7 Sep 2002 23:52:30 -0000 1.2 @@ -1,32 +1,9 @@ -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body> - -<p> -<div align=center> - <h2>phpWebNotes</h2> - Last modified: <? echo date( "M d, Y - H:m", getlastmod() )?> -</div> +<?php include('header.php') ?> -<p> -<div align=center> +<h3>Database Schema</h3> -<table width=100%> -<tr valign=top> - <? include("side_menu.php") ?> -<td> -<p> -<b><font size=+1>Database Schema</font></b> -<p> +<p>The database schema will be posted soon.</p> -The database schema will be posted soon. <!-- This is a basic view of the database schema used in phpWebNotes. In my defense it was my first try at a decently sized project and the project has grown out of its original design. It should and will be re-normalized 'soon'. The schemas are a bit rough right now. I should add indicators for index, primary keys, 'foreign keys' (mysql doesn't support these, you have to fake them), unique fields, and relationships (1 to 1, 1 to many, etc). <p> @@ -66,12 +43,4 @@ </td> --> -</tr> -</table> - -<p> -<div align=right> -<a href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> -</div> -</body> -</html> +<?php include('footer.php') ?> Index: demo.php =================================================================== RCS file: /cvsroot/webnotes/web/demo.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- demo.php 7 Sep 2002 11:40:07 -0000 1.1.1.1 +++ demo.php 7 Sep 2002 23:52:30 -0000 1.2 @@ -1,45 +1,8 @@ -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body> - -<p> -<div align=center> -<h2>phpWebNotes</h2> -</div> - -<p> -<div align=center> - -<table width=100%> -<tr valign=top> - <? include("side_menu.php") ?> -<td> -<p> -<b><font size=+1>Demo phpWebNotes</font></b> -<p> -<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> -<div align=center> - <a href="http://webnotes.sourceforge.net/webnotes/demo/"><b>Demo phpWebNotes</b></a> -</div> -<p> -If you have questions or feeback please discuss it in the <b><a href="forums.php">Forums</a></b>. -</td> -</tr> -</table> +<?php include('header.php') ?> -<p> -<div align=right> -<a href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> -</div> +<h3><font size=+1>Demo phpWebNotes</h3> +<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> -</body> -</html> +<?php include('footer.php') ?> Index: download.php =================================================================== RCS file: /cvsroot/webnotes/web/download.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- download.php 7 Sep 2002 11:40:07 -0000 1.1.1.1 +++ download.php 7 Sep 2002 23:52:30 -0000 1.2 @@ -1,51 +1,12 @@ -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body> - -<p> -<div align=center> - <h2>phpWebNotes</h2> - Last modified: <? echo date( "M d, Y - H:m", getlastmod() )?> -</div> - -<p> -<div align=center> - -<table width=100%> -<tr valign=top> - <? include("side_menu.php") ?> -<td> -<p> -<b><font size=+1>Download</font></b> -<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> -<div align=center> - <a href="http://sourceforge.net/project/showfiles.php?group_id=15381"><b>Download phpWebNotes</b></a> -</div> +<?php include('header.php') ?> -<p> -Please check out the <a href="release.php">Release Notes</a> for important notices and information. +<h3>Download</h3> +<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> -<b><font size=+1>Mirroring</font></b> -<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. -</td> -</tr> -</table> +<p>Please check out the <a href="release.php">Release Notes</a> for important notices and information.</p> -<p> -<div align=right> -<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> -</div> +<h3>Mirroring</h3> +<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> -</body> -</html> +<?php include('footer.php') ?> Index: forums.php =================================================================== RCS file: /cvsroot/webnotes/web/forums.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- forums.php 7 Sep 2002 11:40:07 -0000 1.1.1.1 +++ forums.php 7 Sep 2002 23:52:30 -0000 1.2 @@ -1,42 +1,9 @@ -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body bgcolor=#ffffff> - -<p> -<div align=center> -<h2>phpWebNotes</h2> -</div> - -<p> -<div align=center> - -<table width=100%> -<tr valign=top> - <? include("side_menu.php") ?> -<td> -<b><font size=+1>Forums</font></b> -<p> -The following forums are hosted at Sourceforge. You can post anonymously. -<p> +<?php include('header.php') ?> +<h3>Forums</h3> +<p>The following forums are hosted at Sourceforge. You can post anonymously.</p> +<ul> <li>Open Discussion <li>Help -<p> -<a href="http://sourceforge.net/forum/?group_id=15381">SourceForge Forum</a><br> -</td> -</tr> -</table> - -<p> -<div align=right> -<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> -</div> - -</body> -</html> +</ul> +<p><a href="http://sourceforge.net/forum/?group_id=15381">SourceForge Forum</a><br></p> +<?php include('footer.php') ?> Index: guidelines.php =================================================================== RCS file: /cvsroot/webnotes/web/guidelines.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- guidelines.php 7 Sep 2002 11:40:07 -0000 1.1.1.1 +++ guidelines.php 7 Sep 2002 23:52:30 -0000 1.2 @@ -1,98 +1,45 @@ -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body bgcolor=#ffffff> - -<p> -<div align=center> - <h2>phpWebNotes</h2> - Last modified: <? echo date( "M d, Y - H:m", getlastmod() )?> -</div> - -<p> -<div align=center> - -<table width=100%> -<tr valign=top> - <? include("side_menu.php") ?> -</td> -<td> - <h3>phpWebNotes Coding Conventions</h3> - - <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> - - <h3>Naming</h3> - <ul> - <li>Use descriptive names (except loop variables) - <li>Use _ to separate words - <li>Always use lowercase - <li>Use .php for all file extensions. Do not use .inc - <li>Form variables are prefixed with f_ - <li>User variables are prefixed with u_ - <li>Temporary variables are prefixed with t_ - <li>Function parameters should be prefixed with p_ - <li>Global varialbes should be prefixed with g_ - <li>Use the v_ prefix for primary purpose variables in a page - <li>$query and $result should be used for SQL query text and results respectively. - <li>Included files should be suffixed by _inc.php - <li>Count variables should follow the format $<what>_count. eg $bug_count. - <li>functions that print should be prefixed with print_. - </ul> - - <h3>Formatting</h3> - <ul> - <li>Use TABS with a size of 4 to make the code easily readable while not wasting too much space - <li>Follow the table formatting of existing pages - <li>Break up SQL queries to be easy to read - </ul> - - <h3>Page Guidelines</h3> - <ul> - <li>The first item should be the copyright notice - <li>The next line should be a cookie check to see if the user is logged in - <li>Next should be the majority of the SQL queries for a page - <li>Next will be the various html print_ functions. - <li>The main body of the page will follow - <li>At the bottom will be the footer information and closing print_ functions. - </ul> +<?php include('header.php') ?> - <a href="http://utvikler.start.no/code/php_coding_standard.html">PHP Coding Standard</a> has _excellent_ guidelines for php programming style. For the most part I seem to have followed it (except for TABS vs spaces). If something is ambiguous consult this link or email me. - Above all, write code that is easy to read and maintain. Code that is not will be rewritten or deleted. Comment blocks of code and functions at all times. Get onto me if I fail to adhere to my own words. +<h3>phpWebNotes Coding Conventions</h3> - <!-- ---------------------------------------------------------------------- --> - <p> - <hr size=1> - <p> +<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> - <font size=-1> - <b>ChangeLog</b> - <p> +<h3>Naming</h3> +<ul> +<li>Use descriptive names (except loop variables)</li> +<li>Use _ to separate words</li> +<li>Always use lowercase</li> +<li>Use .php for all file extensions. Do not use .inc</li> +<li>Form variables are prefixed with f_</li> +<li>User variables are prefixed with u_</li> +<li>Temporary variables are prefixed with t_M</li> +<li>Function parameters should be prefixed with p_</li> +<li>Global varialbes should be prefixed with g_</li> +<li>Use the v_ prefix for primary purpose variables in a page</li> +<li>$query and $result should be used for SQL query text and results respectively.</li> +<li>Included files should be suffixed by _inc.php</li> +<li>Count variables should follow the format $<what>_count. eg $bug_count.</li> +<li>functions that print should be prefixed with print_.</li> +</ul> - <li>version 1.1 Fedbruary 10, 2000 - Kenzaburo Ito (ke...@30...)<br> - <i>Added PHP Coding Standard document link</i> - <li>version 1.0 December 23, 2000 - Kenzaburo Ito (ke...@30...)<br> - <i>Initial creation</i> +<h3>Formatting</h3> +<ul> +<li>Use TABS with a size of 4 to make the code easily readable while not wasting too much space</li> +<li>Follow the table formatting of existing pages</li> +<li>Break up SQL queries to be easy to read</li> +</ul> - </font> - <p> - <hr size=1> -</td> -</tr> -</table> +<h3>Page Guidelines</h3> +<ul> +<li>The first item should be the copyright notice.</li> +<li>The next line should be a cookie check to see if the user is logged in.</li> +<li>Next should be the majority of the SQL queries for a page.</li> +<li>Next will be the various html print_ functions.</li> +<li>The main body of the page will follow.</li> +<li>At the bottom will be the footer information and closing print_ functions.</li> +</ul> -<p> -<div align=right> -<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> -</div> +<p><a href="http://utvikler.start.no/code/php_coding_standard.html">PHP Coding Standard</a> has _excellent_ guidelines for php programming style. For the most part I seem to have followed it (except for TABS vs spaces). If something is ambiguous consult this link or email me.</p> +<p>Above all, write code that is easy to read and maintain. Code that is not will be rewritten or deleted. Comment blocks of code and functions at all times. Get onto me if I fail to adhere to my own words.</p> -</body> -</html> +<?php include('footer.php') ?> Index: header.php =================================================================== RCS file: /cvsroot/webnotes/web/header.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- header.php 7 Sep 2002 14:41:08 -0000 1.1 +++ header.php 7 Sep 2002 23:52:30 -0000 1.2 @@ -8,7 +8,7 @@ </head> <body> -<table class="outisde" cellpadding="0" cellspacing="0"> +<table class="outside" cellpadding="0" cellspacing="0"> <tr class="top"> <td class="top_left"> Index: index.php =================================================================== RCS file: /cvsroot/webnotes/web/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- index.php 7 Sep 2002 11:40:07 -0000 1.1.1.1 +++ index.php 7 Sep 2002 23:52:30 -0000 1.2 @@ -1,93 +1,46 @@ -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body bgcolor=#ffffff> - -<p> -<div align=center> - <h2>phpWebNotes</h2> - Last modified: <? echo date( "M d, Y - H:m", getlastmod() )?> -</div> - -<p> -<div align=center> - -<table width=100%> -<tr valign=top> - <? include("side_menu.php") ?> -<td> -<b><font size=+1>What is it?</font></b> -<p> -phpWebNotes is a php based solution to letting users add their own comments to a document. -<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> -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> -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. +<?php include('header.php') ?> +<h3>What is it?</h3> +<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> -<p> -<b><font size=+1>Goals</font></b> -<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). +<h3>Goals</h3> +<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> -<p> -<b><font size=+1>Requirements</font></b> -<p> -<li><a href="http://www.php.net/">php</a> 3.0.7 and higher -<li><a href="http://www.mysql.com/">MySQL database</a> (more support is planned) -<li>Web server (<a href="http://www.apache.org/">apache</a>, IIS, etc.) -<p> -Additionally you will need to know basic administration of MySQL (login, create new database, run a SQL query). The webserver needs to be configured to handle php files at a minimum. -<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> -I highly recommend using <a href="http://www.phpwizard.net">phpMyAdmin</a> to administer your mysql database. +<h3>Requirements</h3> +<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> +<li>Web server (<a href="http://www.apache.org/">apache</a>, IIS, etc.)</li> +</ul> +<p>Additionally you will need to know basic administration of MySQL (login, create new database, run a SQL query). 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, 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> -<p> -<b><font size=+1>Features and Benefits</font></b> -<p> +<h3>Features and Benefits</h3> <ul> -<li>Web based and platform independent -<li>Supports PHP3 and PHP4 -<li>Configuration files allow for site-wide control -<li>Automatic indexing of files -<li>Takes two lines of php to add notes to a file +<li>Web based and platform independent</li> +<li>Supports PHP3 and PHP4</li> +<li>Configuration files allow for site-wide control</li> +<li>Automatic indexing of files</li> +<li>Takes two lines of php to add notes to a file</li> </ul> -<p> -<b><font size=+1>Upcoming Features</font></b> -<p> -Check the <a href="roadmap.php">Roadmap</a> for a more detailed and up to date list of items. +<h3>Upcoming Features</h3> +<p>Check the <a href="roadmap.php">Roadmap</a> for a more detailed and up to date list of items.</p> -<p> -<b><font size=+1>Versioning</font></b> -<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> -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> -<b><font size=+1>How to Help</font></b> -<p> -<li>Report any bugs at the <a href="bugtracker.php">Bugtracker</a> -<li>Suggest (reasonable) features -<li>Contribute code or tell me where to look -<li><b>Let me know if you use it and find it useful</b>. -I won't publish the information without permission, but I would appreciate the feedback. This, more than any one thing, keeps me motivated. -</td> -</tr> -</table> +<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> -<p> -<div align=right> -<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> -</div> +<h3>How to Help</h3> +<ul> +<li>Report any bugs at the <a href="bugtracker.php">Bugtracker</a></li> +<li>Suggest (reasonable) features</li> +<li>Contribute code or tell me where to look</li> +<li><strong>Let me know if you use it and find it useful</strong>.</li> +</ul> +<p>I won't publish the information without permission, but I would appreciate the feedback. This, more than any one thing, keeps me motivated.</p> -</body> -</html> +<?php include('footer.php') ?> Index: mailinglists.php =================================================================== RCS file: /cvsroot/webnotes/web/mailinglists.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mailinglists.php 7 Sep 2002 14:41:08 -0000 1.2 +++ mailinglists.php 7 Sep 2002 23:52:30 -0000 1.3 @@ -1,7 +1,5 @@ <?php include('header.php') ?> <h3>Mailing Lists</h3> <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> -<div align=center> -<p><strong><a href="http://sourceforge.net/mail/?group_id=15381">SourceForge Mailing List</a></strong></p> -</div> +<p align="center"><strong><a href="http://sourceforge.net/mail/?group_id=15381">SourceForge Mailing List</a></strong></p> <?php include('footer.php') ?> Index: roadmap.php =================================================================== RCS file: /cvsroot/webnotes/web/roadmap.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- roadmap.php 7 Sep 2002 11:40:08 -0000 1.1.1.1 +++ roadmap.php 7 Sep 2002 23:52:30 -0000 1.2 @@ -1,44 +1,16 @@ -<html> -<head> -<title>phpWebNotes Roadmap</title> -<style> -body { background-color:<? echo $g_white_color ?>; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -</head> -<body> - -<div align=center> - <h2>phpWebNotes Roadmap</h2> - Last modified: <? echo date( "M d, Y - H:m", getlastmod() )?> -</div> +<?php include('header.php') ?> -<table width=100%> -<tr valign=top> - <? include("side_menu.php") ?> -<td> <h3>Feature and Version Timetable</h3> -<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> +<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>Allow certain HTML tags -<li>Multiple authentication modes -<li>User authentication -<li>Templates +<li>Email notification to admins</li> +<li>Allow certain HTML tags</li> +<li>Multiple authentication modes</li> +<li>User authentication</li> +<li>Templates</li> </ul> -</font> -<p> -<hr size=1> -</td> -</tr> -</table> - -</body> -</html> +<?php include('footer.php') ?> Index: security.php =================================================================== RCS file: /cvsroot/webnotes/web/security.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- security.php 7 Sep 2002 11:40:08 -0000 1.1.1.1 +++ security.php 7 Sep 2002 23:52:30 -0000 1.2 @@ -1,42 +1,8 @@ -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body> - -<p> -<div align=center> - <h2>phpWebNotes</h2> - Last modified: <? echo date( "M d, Y - H:m", getlastmod() )?> -</div> - -<p> -<div align=center> - -<table width=100%> -<tr valign=top> - <? include("side_menu.php") ?> -<td> -<p> -<b><font size=+1>Security</font></b> +<?php include('header.php') ?> -<p> -<b>Passwords</b> - Information -<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. -</td> -</tr> -</table> +<h3>Security</h3> -<p> -<div align=right> -<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> -</div> +<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> -</body> -</html> +<?php include('footer.php') ?> \ No newline at end of file Index: side_menu.php =================================================================== RCS file: /cvsroot/webnotes/web/side_menu.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- side_menu.php 7 Sep 2002 14:41:08 -0000 1.3 +++ side_menu.php 7 Sep 2002 23:52:30 -0000 1.4 @@ -8,6 +8,7 @@ <td class="menu_items"> <a class="big" href="index.php">Home</a><br /> <a class="big" href="demo.php">Demo</a><br /> + <a class="big" href="tour.php">Admin Tour</a><br /> <a class="big" href="about.php">About</a><br /> <a class="big" href="download.php">Download</a><br /> <a class="big" href="screenshots.php">Screenshots</a><br /> @@ -17,11 +18,11 @@ <tr> <td class="menu_items"> <a class="big" href="credits.php">Credits</a><br /> - <a href="notes.php3">Notes</a><br /> + <a href="requirements.php">Requirements</a><br /> + <a class="big" href="release.php">Release Notes</a><br /> <a href="installation.php">Installation</a><br /> <a href="upgrading.php">Upgrading</a><br /> <a href="changelog.php">ChangeLog</a><br /> - <a href="requirements.php">Requirements</a><br /> <a href="links.php">Links</a><br /> </td> </tr> @@ -52,6 +53,7 @@ <a href="roadmap.php">Roadmap</a><br /> <a href="database.php">Database</a><br /> <a href="localization.php">Localization</a><br /> + <a href="security.php">Security</a><br /> </td> </tr> <tr> @@ -62,58 +64,3 @@ </td> </tr> </table> - -<td align=center width="240"> - <table bgcolor="#dddddd"> - <tr> - <td> - <table cellpadding="4" cellspacing="1" bgcolor="#ffffff"> - <tr> - <td> - <a href="index.php">phpWebNotes</a><br /> - <a href="credits.php">Credits</a><br /> - </td> - </tr> - <tr> - <td> - <a href="demo.php">Demo</a><br /> - <a href="tour.php">Admin Tour</a><br /> - </td> - </tr> - <tr> - <td> - <a href="download.php">Download</a><br /> - <a href="release.php">Release Notes</a><br /> - <a href="localization.php">Localization</a><br /> - <a href="security.php">Security</a><br /> - </td> - </tr> - <tr> - <td> - Documentation<br /> - <a href="webnotes/INSTALL">Installation</a><br /> - <a href="webnotes/ChangeLog">ChangeLog</a><br /> - </td> - </tr> - <tr> - <td> - Development<br /> - <a href="roadmap.php">Roadmap</a><br /> - <a href="guidelines.php">Coding Guidelines</a><br /> - <a href="database.php">Database</a><br /> - </td> - </tr> - <tr> - <td> - <a href="http://sourceforge.net/projects/webnotes/"> <img src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="phpWebNotes @ SourceForge"></a><br /> - <a href="mailinglists.php">Mailing List</a><br /> - <a href="forums.php">Forum</a><br /> - <a href="cvs.php">CVS</a><br /> - </td> - </tr> - </table> - </td> - </td> - </tr> - </table> -</td> |