diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/cfg/integration.properties b/ccm-sci-bundle/bundles/local/jensp-dev/cfg/integration.properties deleted file mode 100644 index 851dd14f0..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/cfg/integration.properties +++ /dev/null @@ -1,143 +0,0 @@ -# Scientific CMS devel bundle integration.properties -# -waf.bebop.base_page=com.arsdigita.bundle.ui.SimplePage -# -; dhtml editor to use (system wide) -; Xinha is default -; default: Xinha editor & src=/assets/xinha/XinhaLoader.js -; To use FCKeditor configure: -; waf.bebop.dhtml_editor=FCKeditor - -waf.categorization.show_internal_name=true - -waf.dispatcher.default_expiry=3600 -; -waf.kernel.data_permission_check_enabled=false -waf.kernel.primary_user_identifier=email -; if you activate screen_name, forum loader does not work. -; waf.kernel.primary_user_identifier=screen_name -waf.kernel.supported_languages=de,en -waf.kernel.language_independent_items=true - -; security.properties: -waf.auto_registration_on=false - -; Searches for localized style sheet (among others) -waf.templating.stylesheet_resolver=com.arsdigita.templating.PatternStylesheetResolver -waf.templating.stylesheet_paths=/WEB-INF/resources/scientificCMS-stylesheet-paths.txt - -core.ui.pagemap.root_page_url=navigation/ -core.ui.pagemap.workspace_url=navigation/ -core.ui.pagemap.user_redirect_url=content/content-center-redirect.jsp - -; workflow configuration -waf.workflow.simple.alerts_enabled=true -waf.workflow.simple.alerts_sender=root@localhost.localdomain - -; Configures the xml processing -waf.xml.xsl_transformer=xalan -waf.xml.activate_full_date_formatter=true - -# ccm-cms parameters - -com.arsdigita.cms.category_authoring_add_form=com.arsdigita.bundle.ui.ItemCategoryPicker - -com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp -com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp -com.arsdigita.cms.default_template_resolver_class=com.arsdigita.subsite.dispatcher.SubsiteItemTemplateResolver - -; Configure dhtml editor for use in cms content-center -; Xinha is default and does work out of the box -; A CCM specific configuration file is used to prevent a mess with the standard -; configuration, default is: -; com.arsdigita.cms.dhtml_editor_config=Xinha.Config,/assets/xinha/CCMcmsXinhaConfig.js - -; to use FCKeditor: -; com.arsdigita.cms.dhtml_editor_config=FCKEditor.Config.StyleDefault?,/assets/fckeditor/config/fckconfigOpenCCM.js -; com.arsdigita.cms.dhtml_editor_hidden_buttons= -; com.arsdigita.cms.dhtml_editor_plugins=TableOperations,CSS - -com.arsdigita.cms.disable_item_pfs=true - -com.arsdigita.cms.hide_admin_tabs=true -com.arsdigita.cms.hide_folder_index_checkbox=true -com.arsdigita.cms.hide_launch_date=true -com.arsdigita.cms.hide_templates_tab=true -com.arsdigita.cms.hide_timezone=true -com.arsdigita.cms.hide_udct_ui=true - -com.arsdigita.cms.use_section_categories=false -com.arsdigita.cms.use_streamlined_creation=true - - -# ccm-cms-types-event parameters -com.arsdigita.cms.contenttypes.event.hide_cost=true -com.arsdigita.cms.contenttypes.event.hide_date_description=false -com.arsdigita.cms.contenttypes.event.hide_event_type=true -com.arsdigita.cms.contenttypes.event.hide_link_to_map=true -com.arsdigita.cms.contenttypes.event.hide_main_contributor=true -com.arsdigita.cms.contenttypes.event.use_html_date_description=false -com.arsdigita.cms.contenttypes.event.start_year=2000 -com.arsdigita.cms.contenttypes.event.end_year_delta=5 - - -# ccm-cms-types-newsitem parameters -com.arsdigita.cms.contenttypes.newsitem.hide_homepage=true -com.arsdigita.cms.contenttypes.newsitem.start_year=2000 -com.arsdigita.cms.contenttypes.newsitem.end_year_delta=5 - - -# Forum application -com.arsdigita.forum.show_new_tabs=true -com.arsdigita.forum.use_wysiwyg_editor=true -com.arsdigita.forum.allow_quick_finish=true -com.arsdigita.forum.disable_page_caching=true - - -# ccm-navigation application -com.arsdigita.navigation.category_menu_show_grand_children=false -com.arsdigita.navigation.default_cat_root_path=/navigation/ -com.arsdigita.navigation.default_template=/templates/ccm-navigation/navigation/sci-default.jsp -com.arsdigita.navigation.templates_file=bundle/navigation/sci-templates.txt - - -# ccm-search application -com.arsdigita.london.search.show_sponsored_links=true - - -# ccm-subsite application -com.arsdigita.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker - - -# ccm-themedirector application -themedirector.default_theme_context= -#themedirector.default_theme_manifest=ccm-jp-aplaws.web.mf -themedirector.default_theme_path=themes/static/aplaws-generic -themedirector.file_extensions=bmp css gif jpeg jpg js png xml xsl - - -# ccm-sci-bundle (Loader only) -#com.arsdigita.bundle.loader.category_files=bundle/categories/sci-nav-domain-1.00.xml,bundle/categories/sci-nav-hierarchy-1.00.xml -#com.arsdigita.bundle.loader.custom_app_instances=com.arsdigita.navigation.Navigation:scimenu:ScientificCMS Navigation Menu,com.arsdigita.navigation.Navigation:libmenu:LibreCMS Navigation Menu -#com.arsdigita.bundle.loader.domain_mappings=STD-NAV:/navigation/,STD-NAV:/generic/,STD-NAV:/portal/ -# ============================================================================================= -# runtime specific configurations - -waf.admin.email=webmaster@pwi.uni-bremen.de -waf.admin.name.given=ScientificCMS -waf.admin.name.family=Administrator -waf.admin.password=nge2015 -waf.admin.password.question=12345 -waf.admin.password.answer=6 - -waf.runtime.jdbc_url=jdbc\:postgresql\://localhost/ccm?user\=ccm&password\=ccm47web&stringtype\=unspecified -waf.runtime.jdbc_pool_size=30 - -waf.web.server=localhost\:8080 - - -# ============================================================================================= -# devel specific configurations -waf.debug=true -waf.bebop.fancy_xsl_errors=true - diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/cfg/project.xml b/ccm-sci-bundle/bundles/local/jensp-dev/cfg/project.xml deleted file mode 100644 index cbbaab11c..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/cfg/project.xml +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/cfg/web-sci.xml b/ccm-sci-bundle/bundles/local/jensp-dev/cfg/web-sci.xml deleted file mode 100644 index 69abc6f99..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/cfg/web-sci.xml +++ /dev/null @@ -1,601 +0,0 @@ - - - - Scientific CMS - Content and Collaboration Management for Scientific Institutions - - - - log4j-conf-file - WEB-INF/conf/log4j.properties - - - - - - - - shortcuts - com.arsdigita.shortcuts.ShortcutFilter - - - - subsite - com.arsdigita.subsite.SubsiteFilter - - - - - - - subsite - /* - - - - shortcuts - /* - - - - - com.arsdigita.web.CCMApplicationContextListener - - - - - - reg - com.arsdigita.web.ContextRegistrationServlet - - uri - / - - 1 - - - - legacy-dispatcher - com.arsdigita.sitenode.SiteNodeDispatcher - 3 - - - - ccm-dispatcher - com.arsdigita.web.DispatcherServlet - - fallback-servlet - legacy-dispatcher - - 2 - - - - legacy-adapter - com.arsdigita.web.LegacyAdapterServlet - - - - cache-manager - com.arsdigita.caching.CacheServlet - - - - db-test - com.arsdigita.web.monitoring.DBTestServlet - - - - versioning-log - com.arsdigita.versioning.VersioningServlet - - - - webdevsupport - com.arsdigita.webdevsupport.WebDevSupportServlet - - - - webadmin - com.arsdigita.ui.admin.AdminServlet - - - - webadmin-sitemap - com.arsdigita.ui.sitemap.SiteMapServlet - - - - webadmin-permissions - com.arsdigita.ui.permissions.PermissionsServlet - - - - oid-redirect - com.arsdigita.web.OIDRedirectServlet - - - - resource-resolver - com.arsdigita.web.ResourceServlet - - - - - - content-center - com.arsdigita.cms.WorkspaceServlet - - - - content-section - com.arsdigita.cms.ContentSectionServlet - - - - cms-service - com.arsdigita.cms.ServiceServlet - - - - content-type-xsl - com.arsdigita.cms.dispatcher.ContentTypeXSLServlet - - - - content-item-xsl - com.arsdigita.cms.dispatcher.ContentItemXSLServlet - - - - template-xsl - com.arsdigita.cms.dispatcher.TemplateXSLServlet - - - - TextOnlyServlet - Text Only Servlet - - com.arsdigita.web.InternalPrefixerServlet - - - prefix - /text - - - - - PrintFriendlyServlet - Printer Friendly Output Servlet - - com.arsdigita.web.InternalPrefixerServlet - - - prefix - /print - - - - - - - - - forum-main - com.arsdigita.forum.ForumServlet - - - - - portalworkspace-files - com.arsdigita.web.ApplicationFileServlet - - template-path - /templates/ccm-portalworkspace - - - - - navigation-files - com.arsdigita.web.ApplicationFileServlet - - template-path - /templates/ccm-navigation - - - file-resolver - com.arsdigita.navigation.NavigationFileResolver - - - - - portlet-type-xsl - com.arsdigita.dispatcher.PortletTypeXSLServlet - - - - - rssfeed-files - com.arsdigita.web.ApplicationFileServlet - - template-path - /templates/ccm-rssfeed - - - file-resolver - com.arsdigita.rssfeed.RSSFileResolver - - - - - - - worker - com.arsdigita.london.search.SearchWorkerServlet - 4 - - - - search-files - com.arsdigita.web.ApplicationFileServlet - - template-path - /templates/ccm-ldn-search - - - - - AxisServlet - Apache-Axis Servlet - - org.apache.axis.transport.http.AxisServlet - - - - - - - shortcuts-files - com.arsdigita.web.ApplicationFileServlet - - template-path - /templates/ccm-shortcuts - - - - - - subsite-files - com.arsdigita.web.ApplicationFileServlet - - template-path - /templates/ccm-subsite - - - - - - - terms-files - com.arsdigita.web.ApplicationFileServlet - - template-path - /templates/ccm-ldn-terms - - - - - - - theme-files - com.arsdigita.web.ApplicationFileServlet - - template-path - /templates/ccm-themedirector - - - - - ThemeDownload - com.arsdigita.themedirector.dispatcher.ThemeDownloadServlet - - - - ThemePreviewServlet - Servlet to allow admins to preview look/feel - - com.arsdigita.themedirector.dispatcher.InternalThemePrefixerServlet - - - prefix - /theme - - - - - - - - - - forum-main - /forum-main/main/* - - - - - portlet-type-xsl - /themes/servlet/portlet-type/* - - - - portalworkspace-files - /ccm-portalworkspace/files/* - - - - navigation-files - /ccm-navigation/files/* - - - - - rssfeed-files - /ccm-rssfeed/files/* - - - - - - search-files - /ccm-ldn-search/files/* - - - - AxisServlet - /services/* - - - - - - shortcuts-files - /ccm-shortcuts/files/* - - - - - subsite-files - /ccm-subsite/files/* - - - - - - terms-files - /ccm-ldn-terms/files/* - - - - - - theme-files - /theme-files/* - - - - ThemeDownload - /theme-files/download/* - - - - ThemePreviewServlet - /theme/* - - - - - - - - reg - /themes/null/reg/* - - - - ccm-dispatcher - /ccm/* - - - - legacy-adapter - /templates/servlet/legacy-adapter/* - - - - cache-manager - /expireCache/* - - - - db-test - /dbtest - - - - versioning-log - /versioning/* - - - - webdevsupport - /webdevsupport/* - - - - webadmin - /admin/* - - - - webadmin-sitemap - /admin-sitemap/* - - - - webadmin-permissions - /admin-permissions/* - - - - oid-redirect - /redirect/* - - - - resource-resolver - /resource/* - - - - - - content-center - /templates/servlet/content-center/* - - - - content-section - /templates/servlet/content-section/* - - - - cms-service - /templates/servlet/cms-service/* - - - - content-item-xsl - /templates/servlet/content-item/* - - - - content-type-xsl - /themes/servlet/content-type/* - - - - template-xsl - /themes/servlet/template/* - - - - TextOnlyServlet - /text/* - - - - PrintFriendlyServlet - /print/* - - - - - - com.arsdigita.dispatcher.AccessDeniedException - /error/access-denied.jsp - - - - com.arsdigita.dispatcher.ObjectNotFoundException - /error/object-not-found.jsp - - - - com.arsdigita.kernel.permissions.PermissionException - /error/permission-denied.jsp - - - - com.arsdigita.persistence.DbNotAvailableException - /error/db-not-available.jsp - - - - com.arsdigita.db.DbNotAvailableException - /error/db-not-available.jsp - - - - java.lang.Exception - /error/general.jsp - - - - java.lang.Error - /error/general.jsp - - - - - - /WEB-INF/bebop-show.tld - /WEB-INF/bebop-show.tld - - - - /WEB-INF/bebop-define.tld - /WEB-INF/bebop-define.tld - - - diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/dummy b/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/dummy deleted file mode 100644 index f9c053b8b..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/dummy +++ /dev/null @@ -1 +0,0 @@ -Dummy file for developing & testing purpose \ No newline at end of file diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/placeholder.info b/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/placeholder.info deleted file mode 100644 index 5ae76207c..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/placeholder.info +++ /dev/null @@ -1,3 +0,0 @@ -Subdirectory may optionally contain one or more local site specific -import xml files for Terms domain categories. - diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/sci-nav-domain-1.00.xml b/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/sci-nav-domain-1.00.xml deleted file mode 100644 index 31486e212..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/sci-nav-domain-1.00.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/sci-nav-hierarchy-1.00.xml b/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/sci-nav-hierarchy-1.00.xml deleted file mode 100644 index cfce50400..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/sci-nav-hierarchy-1.00.xml +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/xample-nav-domain.xml b/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/xample-nav-domain.xml deleted file mode 100644 index 87ee0c8c2..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/xample-nav-domain.xml +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/xample-nav-hierarchy.xml b/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/xample-nav-hierarchy.xml deleted file mode 100644 index ed6c7c16b..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/xample-nav-hierarchy.xml +++ /dev/null @@ -1,1034 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/xample-nav-mapping-lgcl-anav.xml b/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/xample-nav-mapping-lgcl-anav.xml deleted file mode 100644 index b983bd2d7..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/xample-nav-mapping-lgcl-anav.xml +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/xample-nav-mapping-lgcl-anav.xsl b/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/xample-nav-mapping-lgcl-anav.xsl deleted file mode 100644 index 34b25d21e..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/categories/xample-nav-mapping-lgcl-anav.xsl +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/navigation/sci-templates.txt b/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/navigation/sci-templates.txt deleted file mode 100755 index 65c187b5d..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/res/bundle/navigation/sci-templates.txt +++ /dev/null @@ -1,10 +0,0 @@ -ScientificCMS Default Items Page,Sci Default Navigation Index Page ordering items in ascending order,/templates/ccm-navigation/navigation/sci-default.jsp -ScientificCMS Recent Items Page,Sci List of items ordered with most recent first,/templates/ccm-navigation/navigation/sci-recent.jsp -ScientificCMS A-Z Items,Sci List of items paginated as A-Z,/templates/ccm-navigation/navigation/sci-atoz.jsp -ScientificCMS Events Page,Sci Events Page ordering events in ??? order,/templates/ccm-navigation/navigation/sci-events.jsp -ScientificCMS Portal Page,Sci Portal Page for embedding a portal page as navigation leaves page,/templates/ccm-navigation/navigation/sci-portal.jsp -ScientificCMS Portal Welcome Page,Sci Portal page meant as site welcome page,/templates/ccm-navigation/navigation/sci-portal-welcome.jsp -ScientificCMS Navigation Welcome Page,Sci site welcome page created by navigation root term,/templates/ccm-navigation/navigation/sci-welcome.jsp -ScientificCMS Specializing Items List,Sci Specialising List item page,/templates/ccm-navigation/navigation/SpecializingList.jsp -ScientificCMS Publications List,Sci publications listing page,/templates/ccm-navigation/navigation/SciPublicationList.jsp -Institute Project List,institute project list,/templates/ccm-navigation/navigation/institute-projectlist.jsp diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/res/placeholder.info b/ccm-sci-bundle/bundles/local/jensp-dev/res/placeholder.info deleted file mode 100644 index 5ae76207c..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/res/placeholder.info +++ /dev/null @@ -1,3 +0,0 @@ -Subdirectory may optionally contain one or more local site specific -import xml files for Terms domain categories. - diff --git a/ccm-sci-bundle/bundles/local/jensp-dev/templates/placeholder.info b/ccm-sci-bundle/bundles/local/jensp-dev/templates/placeholder.info deleted file mode 100644 index c78cf06e6..000000000 --- a/ccm-sci-bundle/bundles/local/jensp-dev/templates/placeholder.info +++ /dev/null @@ -1,12 +0,0 @@ -Subdirectory