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.7.2.11 -r1.7.2.12 --- openacs-4/packages/acs-core-docs/www/packages.adp 1 Aug 2024 08:03:40 -0000 1.7.2.11 +++ openacs-4/packages/acs-core-docs/www/packages.adp 2 Sep 2024 09:40:23 -0000 1.7.2.12 @@ -2,10 +2,14 @@ {/doc/acs-core-docs/ {ACS Core Documentation}} {OpenACS Packages} OpenACS Packages +

@@ -44,8 +48,7 @@ tcl/ bootstrap code www/ - Pages not in packages (static content, customized pages) -

+ Pages not in packages (static content, customized pages)

@@ -123,8 +126,7 @@ | | +-- *.adp UI Templates | | +-- *-oracle.xql Oracle-specific Queries | | +-- *-postgresql.xql PostgreSQL-specific Queries - +-- Other package directories. -

+ +-- Other package directories.

All file locations are relative to the package root, which in this case is ROOT/packages/notes. The following table describes in detail what each of the files up in the diagram @@ -328,8 +330,7 @@ this point, you should add your package files to your CVS repository. I'll assume that you have set up your development repository according to the standards described in this appendix. If so, then -you just do this:

-% cd ROOT/packages
+you just do this:

% cd ROOT/packages
 % cvs add notes
 % cd notes
 % cvs add notes.info
@@ -338,8 +339,7 @@
 % cvs add *.sql
 % cd ROOT/packages/notes
 % cvs commit -m "add new package for notes"
-    
-
+
  • Now you can start developing the package. In addition to writing code, you should also consider the tasks outlined in the package development tutorial.

  • @@ -407,8 +407,8 @@