File: properties.xml

package info (click to toggle)
zope-cmfplone 2.5.1-4etch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,752 kB
  • ctags: 5,237
  • sloc: python: 28,264; xml: 3,723; php: 129; makefile: 99; sh: 2
file content (29 lines) | stat: -rw-r--r-- 1,247 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<site>
 <property name="title">Portal</property>
 <property name="description"></property>
 <property name="default_page" type="string">front-page</property>
 <property name="selectable_views" type="lines">
  <element value="folder_listing"/>
  <element value="news_listing"/>
 </property>
 <property name="email_from_address"
    type="string">postmaster@localhost</property>
 <property name="email_from_name"
    type="string">Portal Administrator</property>
 <property name="validate_email" type="boolean">True</property>
 <property name="default_charset" type="string"></property>
 <property name="enable_permalink" type="boolean">False</property>
 <property name="left_slots" type="lines">
  <element value="here/portlet_navigation/macros/portlet"/>
  <element value="here/portlet_login/macros/portlet"/>
  <element value="here/portlet_recent/macros/portlet"/>
  <element value="here/portlet_related/macros/portlet"/>
 </property>
 <property name="right_slots" type="lines">
  <element value="here/portlet_review/macros/portlet"/>
  <element value="here/portlet_news/macros/portlet"/>
  <element value="here/portlet_events/macros/portlet"/>
  <element value="here/portlet_calendar/macros/portlet"/>
 </property>
</site>