Index: openacs-4/packages/acs-core-docs/www/acs-dev.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/Attic/acs-dev.html,v diff -u -r1.8.2.3 -r1.8.2.4 --- openacs-4/packages/acs-core-docs/www/acs-dev.html 30 Mar 2003 06:04:04 -0000 1.8.2.3 +++ openacs-4/packages/acs-core-docs/www/acs-dev.html 30 Mar 2003 20:33:12 -0000 1.8.2.4 @@ -1,6 +1,6 @@ -
+
This is the place to look if you want to extend OpenACS and build on top of what's already here. Here you can find out about the guts of the system. -
Table of Contents
Table of Contents
Table of Contents
Table of Contents
Table of Contents
List of Figures
Table of Contents
List of Figures
How to create a package. Includes
- Using the APM -
- Package create scripts, including using acs_objects and - standard __new, __delete, and __name stored procedures. -
- Integrating with the content management system -
- Integrating with OpenFTS/Oracle full text search -
- Integrating with notifications -
- Creating .tcl/adp pairs, including ad_page_contract and the - template system -
- Integrating with general_comments -
- Ad_form (draw from http://jongriffin.com/static/openacs/ad_form/using-ad-form) -
- Automated testing -
- caching -
- writing procs, ad_proc, tcl namespaces -
- putting all sql code in .xql, including using partialquery -
- using the html/text entry widget -