Index: openacs-4/packages/edit-this-page/tcl/etp-custom-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/edit-this-page/tcl/etp-custom-init.tcl,v diff -u -r1.2.2.3 -r1.2.2.4 --- openacs-4/packages/edit-this-page/tcl/etp-custom-init.tcl 28 Jan 2005 16:15:09 -0000 1.2.2.3 +++ openacs-4/packages/edit-this-page/tcl/etp-custom-init.tcl 28 Jan 2005 16:17:04 -0000 1.2.2.4 @@ -11,28 +11,15 @@ # This is a custom application called asc. It will not work, as the asc-index and acs-content files are not available. #If you want to start your own application, take packages/edit-this-page/templates/article-index.tcl/.adp and use this as your template for your own application. -etp::define_application cognovis-homepage { - index_template packages/edit-this-page/templates/cognovis-homepage - index_object_name "Cognovis Homepage" - - content_template packages/edit-this-page/templates/cognovis-homepage - content_object_name "Cognovis Homepage" - - allow_subtopics t - allow_extlinks t - allow_symlinks t - auto_page_name "number" -} - -etp::define_application cognovis-ebene2 { - index_template packages/edit-this-page/templates/cognovis-ebene2 - index_object_name "Cognovis Ebene2" - - content_template packages/edit-this-page/templates/cognovis-ebene2 - content_object_name "Cognovis Ebene2" - - allow_subtopics t - allow_extlinks t - allow_symlinks t - auto_page_name "number" -} +# etp::define_application asc { +# index_template packages/edit-this-page/templates/asc-index +# index_object_name "ASC" +# +# content_template packages/edit-this-page/templates/asc-content +# content_object_name "asc-article" +# +# allow_subtopics f +# allow_extlinks f +# allow_symlinks f +# auto_page_name "number" +#}