Index: openacs-4/packages/acs-core-docs/www/packages.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/packages.html,v diff -u -r1.41 -r1.42 --- openacs-4/packages/acs-core-docs/www/packages.html 5 Jul 2004 14:24:59 -0000 1.41 +++ openacs-4/packages/acs-core-docs/www/packages.html 16 Feb 2005 00:21:03 -0000 1.42 @@ -1,4 +1,4 @@ -OpenACS Packages

OpenACS Packages

By Pete Su and Bryan Quinn

+OpenACS Packages

OpenACS Packages

By Pete Su and Bryan Quinn

OpenACS docs are written by the named authors, and may be edited by OpenACS documentation staff.

Overview

@@ -12,7 +12,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 diagram

+    

Figure�11.1.�Server file layout diagram

 ROOT/
     bin/
         Various executables and scripts for server maintanence.
@@ -50,7 +50,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 diagram

+    

Figure�11.2.�Package file layout diagram

 ROOT/
   +-- packages/    APM Root
         |
@@ -123,7 +123,7 @@
       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 files

File TypeIts UseNaming Convention
Package Specification FileThe package specification file is an XML file generated and +

Table�11.1.�Package files

File TypeIts UseNaming Convention
Package Specification FileThe package specification file is an XML file generated and maintained by the OpenACS Package Manager (APM). It specifies information about the package including its parameters and its files.notes.info
Data Model Creation Script