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 -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml 7 Apr 2003 16:45:17 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml 24 Jun 2003 03:37:04 -0000 1.4 @@ -166,11 +166,11 @@ pre-written documentation files for the tutorial app. Log in as service0, create the standard directories, and copy the prepared documentation: - [service0@anthrax service0]$ cd /web/service0/packages/samplenote/ -[service0@anthrax samplenote]$ mkdir -p www/doc/xml -[service0@anthrax samplenote]$ cd www/doc/xml -[service0@anthrax xml]$ cp /web/service0/packages/acs-core-docs/www/files/samplenote/* . -[service0@anthrax xml]$ + [service0@yourserver service0]$ cd /web/service0/packages/samplenote/ +[service0@yourserver samplenote]$ mkdir -p www/doc/xml +[service0@yourserver samplenote]$ cd www/doc/xml +[service0@yourserver xml]$ cp /web/service0/packages/acs-core-docs/www/files/samplenote/* . +[service0@yourserver xml]$ OpenACS uses DocBook for documentation. DocBook is an XML standard for semantic markup of documentation. That means that the tags you use indicate meaning, not intended @@ -191,7 +191,7 @@ directory. A Makefile is provided to generate html from the xml, and copy all of the supporting files. If Docbook is set up correctly, all you need to do is: - [service0@anthrax xml]$ make + [service0@yourserver xml]$ make cd .. ; /usr/bin/xsltproc ../../../acs-core-docs/www/xml/openacs.xsl xml/index.xml Writing requirements-introduction.html for sect1(requirements-introduction) Writing requirements-overview.html for sect1(requirements-overview)