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 -N -r1.1.2.15 -r1.1.2.16 --- openacs-4/packages/acs-core-docs/www/packages.adp 6 Jan 2017 09:18:42 -0000 1.1.2.15 +++ openacs-4/packages/acs-core-docs/www/packages.adp 21 Apr 2017 15:07:52 -0000 1.1.2.16 @@ -50,7 +50,7 @@

What a Package Looks Like

Each package encapsulates all of its data model, library code, -logic, adminstration pages and user pages in a single part of the +logic, administration pages and user pages in a single part of the file tree. This means developers can track down everything that is related to a particular package without hunting all over the file system. Encapsulating everything about a package in one place also makes it @@ -168,7 +168,7 @@ can be done by including \@\@ filename in the creation or drop scripts. See the Oracle FAQ for examples. In PostgreSQL the same -is acomplished by including \i +is accomplished by including \i filename.sql/<database>/*.sql Data Model Upgrade ScriptsContain changes to the data model between versions. The APM can