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.44.2.1 -r1.44.2.2 --- openacs-4/packages/acs-core-docs/www/packages.html 14 Jan 2007 04:20:10 -0000 1.44.2.1 +++ openacs-4/packages/acs-core-docs/www/packages.html 22 Apr 2007 10:21:56 -0000 1.44.2.2 @@ -13,7 +13,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.
@@ -51,7 +51,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
         |
@@ -124,7 +124,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