Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/subsites.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/subsites.xml,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/subsites.xml 20 Aug 2003 16:20:18 -0000 1.5 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/subsites.xml 11 Dec 2003 21:39:48 -0000 1.6 @@ -4,15 +4,12 @@ %myvars; ]> - -Writing OpenACS &version; Application Pages + +Writing OpenACS Application Pages - -By Rafael H. Schloming -and Pete Su - +By Rafael H. Schloming and Pete Su @@ -24,10 +21,10 @@ In this document, we'll examine the user interface pages of the Notes application in more detail, covering two separate aspects of page -development in OpenACS &version;. First, we'll talk about the code needed to make +development in OpenACS. First, we'll talk about the code needed to make your pages aware of which application instance they are running in. Second, we'll talk about using the form builder to develop -form-based user interfaces in OpenACS &version;. While these seem like unrelated +form-based user interfaces in OpenACS. While these seem like unrelated topics, they both come up in the example page that we are going to look at, so it makes sense to address them at the same time. @@ -40,7 +37,7 @@ As you will recall from the packages tutorial, the Request -Processor (RP) and Package Manager (APM) in OpenACS &version; allow site +Processor (RP) and Package Manager (APM) allow site administrators to define an arbitrary mapping from URLs in the site to objects representing content. These objects may represent single files, or entire applications. The APM uses the site map to map