Index: openacs-4/packages/edit-this-page/www/doc/applications.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/edit-this-page/www/doc/applications.html,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/edit-this-page/www/doc/applications.html 27 Jan 2003 16:08:33 -0000 1.2.2.1 +++ openacs-4/packages/edit-this-page/www/doc/applications.html 5 Aug 2003 02:26:09 -0000 1.2.2.2 @@ -17,14 +17,14 @@ The default application is defined by the ETP package at server startup time as follows:

etp::define_application default {
     index_template               packages/editthispage/templates/article-index
-    index_content_type           content_revision
+    index_content_type           etp_page_revision
     index_object_name           "subtopic"
     index_title_attr_name       "Title"
     index_description_attr_name "Description"
     index_content_attr_name     "Content"
 
     content_template             packages/editthispage/templates/article-content
-    content_content_type         content_revision
+    content_content_type         etp_page_revision
     content_object_name         "page"
     content_title_attr_name       "Title"
     content_description_attr_name "Description"