From: <vb...@us...> - 2002-09-09 03:52:39
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv9181 Modified Files: demo.php Log Message: Updated demo page. Index: demo.php =================================================================== RCS file: /cvsroot/webnotes/web/demo.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- demo.php 8 Sep 2002 06:12:53 -0000 1.3 +++ demo.php 9 Sep 2002 03:52:36 -0000 1.4 @@ -2,8 +2,11 @@ <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> -<?php include('footer.php') ?> +<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>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> + +<?php include('footer.php') ?> \ No newline at end of file |