Update of /cvsroot/webnotes/webnotes/doc
In directory usw-pr-cvs1:/tmp/cvs-serv18316
Modified Files:
INSTALL
Log Message:
Added instructions for installing the sample.
Index: INSTALL
===================================================================
RCS file: /cvsroot/webnotes/webnotes/doc/INSTALL,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- INSTALL 6 Oct 2002 15:23:36 -0000 1.11
+++ INSTALL 6 Oct 2002 15:35:12 -0000 1.12
@@ -81,6 +81,29 @@
10. You can edit or delete notes later on by going to the page. This option will
only be available if you have logged in as a moderator/administrator.
+11. The next step is to get the sample working. This depends on the auto-index feature.
+For each page we need to index it, and add links to parent, previous, and next. All
+these links can only be established if the page we are linking to is already linked.
+Hence, we need to visit each page to index it, and we also need to visit it again when
+all its neighbours are indexed and already visited (i.e. they know they own urls).
+
+Webopedia
+ |_ Markup
+ | |_ xml
+ | |_ xhtml
+ |
+ |_ Web Services
+
+a. Visit http://.../webnotes/sample/webopedia.php [ this will index webopedia page ]
+b. Visit http://.../webnotes/sample/markup.php [ this will index markup, and add Webopedia as parent / prev ]
+c. Visit http://.../webnotes/sample/xml.php [ this will index xml, add markup as parent, prev ]
+d. Visit http://.../webnotes/sample/xhtml.php [ this will index xhtml, add markup as parent, xml as prev ]
+e. Visit http://.../webnotes/sample/webservices.php [ this will index web services, add webopedia as parent, xhtml as prev ]
+f. Visit http://.../webnotes/sample/xhtml.php [ this will add web services as next ]
+g. Visit http://.../webnotes/sample/xml.php [ this will add xhtml as next ]
+h. Visit http://.../webnotes/sample/markup.php [ this will add xml as next ]
+i. Visit http://.../webnotes/sample/webopedia.php [ this will add markup as next ]
+
-------------------------------------------------------------------------------
### Troubleshooting ###
-------------------------------------------------------------------------------
|