Index: openacs-4/packages/acs-core-docs/www/tutorial-newpackage.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/tutorial-newpackage.adp,v diff -u -N -r1.1.2.12 -r1.1.2.13 --- openacs-4/packages/acs-core-docs/www/tutorial-newpackage.adp 19 Nov 2016 09:21:55 -0000 1.1.2.12 +++ openacs-4/packages/acs-core-docs/www/tutorial-newpackage.adp 6 Jan 2017 09:18:42 -0000 1.1.2.13 @@ -18,7 +18,7 @@ The intended page map

-Overview

To start developing new code in OpenACS, we build a new package. +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. A package with user interface is called an application; @@ -36,14 +36,14 @@ displaying a list of text notes.

-Before you begin

You will need:

You will need:

-

Figure 9.1. Assumptions in this +

Figure 9.1. Assumptions in this section

@@ -62,7 +62,7 @@

-Use the APM to initialize a new +Use the APM to initialize a new package

We use the ACS Package Manager (APM) to add, remove, and upgrade packages. It handles package meta-data, such as lists of files that belong in the package. Each package is uniquely identified by a @@ -102,7 +102,7 @@ packages).

-Add an Application Instance to the +Add an Application Instance to the Server

In order to see your work in progress, you must create a map between the URL space of incoming requests and the package application instance. You do this by adding the application in the @@ -121,7 +121,7 @@ to be satisfied from the files at /var/lib/aolserver/$OPENACS_SERVICE_NAME/packages/myfirstpackage/www.

-Quick start

The remainder of the tutorial walks you through each file one at +Quick start

The remainder of the tutorial walks you through each file one at a time as you create the package. You can skip all this, and get a working package, by doing the following:

 cd /var/lib/aolserver/$OPENACS_SERVICE_NAME/packages/acs-core-docs/www/files/tutorial