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 -r1.6 -r1.7 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml 11 Dec 2003 21:39:48 -0000 1.6 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml 26 Jan 2004 15:39:44 -0000 1.7 @@ -15,8 +15,8 @@ Install some API As a workaround for missing content-repository functionality, copy a provided file into the directory for tcl files: - cp /var/lib/aolserver/service1/packages/acs-core-docs/www/files/note-procs.tcl /var/lib/aolserver/service1/packages/myfirstpackage/tcl/ - To make this file take effect, go to the APM and choose "Reload all files" for "MyFirstPackage". + cp /var/lib/aolserver/service0/packages/acs-core-docs/www/files/note-procs.tcl /var/lib/aolserver/service0/packages/myfirstpackage/tcl/ + To make this file take effect, go to the APM and choose "Reload changed" for "MyFirstPackage". Build the "Index" page @@ -31,13 +31,13 @@ database-specific SQL. The default page in any directory is index, so we'll build that first, starting with the tcl file: - [service0@yourserver postgresql]$ cd /var/lib/aolserver/service0/myfirstpackages/www -[service0@yourserver www emacs index.tcl + [service0 postgresql]$ cd /var/lib/aolserver/service0/myfirstpackages/www +[service0 www]$ emacs index.tcl Paste this into the file. ad_page_contract { This is the main page for the package. It displays all of the Notes and provides links to edit them and to create new Notes. - @author Your Name (you@yourserver.test) + @author Your Name (you@example.com) @cvs-id $Id$ } @@ -98,7 +98,7 @@ ad_page_contract { This is the main page for the package. It displays all of the Notes and provides links to edit them and to create new Notes. - @author Your Name (you@yourserver.test) + @author Your Name (you@example.com) @cvs-id $Id$ @param item_id If present, assume we are editing that note. Otherwise, we are creating a new note. @@ -147,7 +147,7 @@ ad_page_contract { This deletes a note - @author Your Name (you@yourserver.test) + @author Your Name (you@example.com) @cvs-id $Id$ @param item_id The item_id of the note to delete