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.21 -r1.22 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml 27 Oct 2014 16:39:31 -0000 1.21 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml 7 Aug 2017 23:47:54 -0000 1.22 @@ -25,7 +25,7 @@ Overview To start developing new code in OpenACS, we build a new package. A package - is a a discrete collection of web pages, tcl code, and database tables and procedures. + is a a discrete collection of web pages, Tcl code, and database tables and procedures. A package with user interface is called an application; a package which provides functions to other packages and has no direct interface, a service. A package can be installed, upgraded, and @@ -37,8 +37,8 @@ This tutorial uses the content repository package. This radically simplifies the database work, but forces us to work - around the content repository's limitations, including an - incomplete Tcl API. So the tutorial is messier than we'd like + around the content repository's limitations, including an + incomplete Tcl API. So the tutorial is messier than we'd like right now. Code that is temporary hackage is clearly marked. @@ -51,7 +51,7 @@ You will need: A computer with a working installation of - OpenACS. If you don't have this, see . + OpenACS. If you don't have this, see . Example files, which are included in the standard OpenACS &version; distribution. @@ -107,7 +107,7 @@ Click Create a New Package. Fill in the fields listed below. Ignore the rest (and leave the check boxes alone). - (Some will change automatically. Don't mess with those.) + (Some will change automatically. Don't mess with those.) @@ -156,7 +156,7 @@ You can have instances of a package on one site, each with a different URL and different permissions, all sharing the same code and tables. This requires that a package be developed - package-aware. You'll see how to do that + package-aware. You'll see how to do that in this tutorial. Browse to @@ -167,7 +167,7 @@ Choose "My First Package" from the list and click OK (the other fields are optional). - By mounting the package, we've caused all requests to + By mounting the package, we've caused all requests to http://yourserver.test:8000/myfirstpackage to be satisfied from the files at /var/lib/aolserver/$OPENACS_SERVICE_NAME/packages/myfirstpackage/www.