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.1 -r1.2.2.2 --- openacs-4/packages/edit-this-page/tcl/etp-custom-init.tcl 30 Dec 2004 15:41:15 -0000 1.2.2.1 +++ openacs-4/packages/edit-this-page/tcl/etp-custom-init.tcl 30 Dec 2004 15:43:18 -0000 1.2.2.2 @@ -11,26 +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 "Cognov�s Homepage" - - content_template packages/edit-this-page/templates/cognovis-content - content_object_name "Cognov�s Content" - 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 "Cognov�s Ebene2" - - content_template packages/edit-this-page/templates/cognovis-ebene2-content - content_object_name "Cognov�s Ebene2 Content" - 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" +#}