From: <vb...@us...> - 2002-09-12 14:04:16
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv10424 Modified Files: demo.php Log Message: - Added link to phpWebNotes-2.0.0-dev demo and fixed a typo. Index: demo.php =================================================================== RCS file: /cvsroot/webnotes/web/demo.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- demo.php 9 Sep 2002 03:52:36 -0000 1.4 +++ demo.php 12 Sep 2002 14:04:13 -0000 1.5 @@ -3,10 +3,15 @@ <span class="page_title">Demo</span> <hr size="1" noshade="noshade" width="100%"> -<p>We have put together a <a href="http://webnotes.sourceforge.net/webnotes/demo/">demo</a> 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> +<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> + +<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> <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> -<p>If you have questions or feeback please discuss it on the <a href="mailinglists.php">Mailing Lists</a>.</p> +<p>If you have questions or feedback please discuss it on the <a href="mailinglists.php">Mailing Lists</a>.</p> <?php include('footer.php') ?> |