Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml 17 Jul 2006 06:05:23 -0000 1.17 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml 17 Jul 2006 08:02:50 -0000 1.18 @@ -49,14 +49,14 @@ example missing Now index.adp: example missing - You can test your work by viewing the page. The index page includes the list page, which we put in /lib instead of /www to designate that it's available for reuse by other packages. [$OPENACS_SERVICE_NAME www]$ mkdir /var/lib/aolserver/$OPENACS_SERVICE_NAME/packages/myfirstpackage/lib [$OPENACS_SERVICE_NAME www]$ cd /var/lib/aolserver/$OPENACS_SERVICE_NAME/packages/myfirstpackage/lib [$OPENACS_SERVICE_NAME lib]$ emacs note-list.tcl example missing [$OPENACS_SERVICE_NAME lib]$ emacs note-list.adp example missing +You can test your work by viewing the page. Create the add/edit page. If note_id is passed in, it display that note, and can change to edit mode if appropriate. Otherwise, it presents a form for adding notes. [$OPENACS_SERVICE_NAME lib]$ cd /var/lib/aolserver/$OPENACS_SERVICE_NAME/packages/myfirstpackage/www Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml,v diff -u -N -r1.18 -r1.19 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml 17 Jul 2006 05:38:37 -0000 1.18 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml 17 Jul 2006 08:02:50 -0000 1.19 @@ -168,7 +168,7 @@ By mounting the package, we've caused all requests to - http://yourserver.test:8000/my-first-package + http://yourserver.test:8000/myfirstpackage to be satisfied from the files at /var/lib/aolserver/$OPENACS_SERVICE_NAME/packages/myfirstpackage/www.