Index: openacs-4/packages/acs-core-docs/www/packages.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/packages.adp,v diff -u -r1.1.2.19 -r1.1.2.20 --- openacs-4/packages/acs-core-docs/www/packages.adp 15 Jun 2017 13:56:42 -0000 1.1.2.19 +++ openacs-4/packages/acs-core-docs/www/packages.adp 16 Jun 2017 17:19:51 -0000 1.1.2.20 @@ -25,7 +25,7 @@

Server file layout

Here is how an OpenACS 5 server is laid out starting from the Server root (ROOT):

-

Figure 11.1. Server file layout +

Figure 11.1. Server file layout diagram

 ROOT/
     bin/
@@ -65,7 +65,7 @@
  To illustrate
 the general structure of a package, let's see what the package
 for the "notes" application should look like.

-

Figure 11.2. Package file layout +

Figure 11.2. Package file layout diagram

 ROOT/
   +-- packages/    APM Root
@@ -136,7 +136,7 @@
 files are not sourced in these directories. This makes it suitable
 for storing icons, css files, javascript, and other static content
 which can be treated this way.

-

Table 11.1. Package +

Table 11.1. Package files

@@ -167,8 +167,8 @@ have the scripts source the other data model files. In Oracle this can be done by including \@\@ filename in the creation or drop scripts. See the -Oracle FAQ for examples. In PostgreSQL the same -is accomplished by including \i +Oracle FAQ for examples. In PostgreSQL the same is +accomplished by including \i filename.
sql/<database>/*.sql
Data Model Upgrade ScriptsContain changes to the data model between versions. The APM can