ncarroll
committed
on 22 Sep 05
Added site-wide-toggle.tcl file to provide site-wide toggle functionality for dotfolio admin.
openacs-4/packages/press/press.info (+1 -45)
1 1 <?xml version="1.0"?>
2 2 <!-- Generated by the ACS Package Manager -->
3 3
4 4 <package key="press" url="http://www.arsdgita.com/acs-repository/apm/packages/press" type="apm_application">
5 5     <package-name>Press</package-name>
6 6     <pretty-plural>Press</pretty-plural>
7 7     <singleton-p>f</singleton-p>
8 8
9 9     <version name="5.0d1" url="http://www.arsdigita.com/acs-repository/download/apm/press-5.0d1.apm">
10 10     <database-support>
11 11         <database>oracle</database>
  12         <database>postgresql</database>
12 13     </database-support>
13 14         <owner url="mailto:sarah@arsdigita.com">Sarah Barwig</owner>
14 15         <summary>Press allows publishers to display external press coverage of their site.</summary>
15 16         <release-date>2001-01-17</release-date>
16 17         <vendor url="http://www.arsdigita.com/">ArsDigita Corporation</vendor>
17 18
18 19         <requires url="acs-content-repository" version="5.0d1"/>
19 20         <requires url="acs-datetime" version="4.0"/>
20 21         <requires url="acs-kernel" version="5.0d13"/>
21 22
22           <files>
23               <file type="package_spec" path="press.info"/>
24               <file type="data_model_create" db_type="oracle" path="sql/oracle/press-create.sql"/>
25               <file type="data_model_drop" db_type="oracle" path="sql/oracle/press-drop.sql"/>
26               <file type="tcl_procs" path="tcl/press-procs.tcl"/>
27               <file type="content_page" path="www/admin/index.adp"/>
28               <file type="content_page" path="www/admin/index.tcl"/>
29               <file type="content_page" path="www/admin/item-create-3.tcl"/>
30               <file type="content_page" path="www/admin/item-create-thankyou.adp"/>
31               <file type="content_page" path="www/admin/item-create.adp"/>
32               <file type="content_page" path="www/admin/item-create.tcl"/>
33               <file type="content_page" path="www/admin/one-item-admin.adp"/>
34               <file type="content_page" path="www/admin/one-item-admin.tcl"/>
35               <file type="content_page" path="www/admin/one-item-approve-2.tcl"/>
36               <file type="content_page" path="www/admin/one-item-approve.adp"/>
37               <file type="content_page" path="www/admin/one-item-approve.tcl"/>
38               <file type="content_page" path="www/admin/one-item-revision-add-3.tcl"/>
39               <file type="content_page" path="www/admin/one-item-revision-add.adp"/>
40               <file type="content_page" path="www/admin/one-item-revision-add.tcl"/>
41               <file type="content_page" path="www/admin/one-item-revision-update.tcl"/>
42               <file type="content_page" path="www/admin/one-item-revoke.tcl"/>
43               <file type="content_page" path="www/admin/preview.adp"/>
44               <file type="content_page" path="www/admin/preview.tcl"/>
45               <file type="content_page" path="www/admin/process-2.tcl"/>
46               <file type="content_page" path="www/admin/process.adp"/>
47               <file type="content_page" path="www/admin/process.tcl"/>
48               <file type="content_page" path="www/admin/template-admin.adp"/>
49               <file type="content_page" path="www/admin/template-admin.tcl"/>
50               <file type="content_page" path="www/admin/template-ae-2.adp"/>
51               <file type="content_page" path="www/admin/template-ae-2.tcl"/>
52               <file type="content_page" path="www/admin/template-ae-3.tcl"/>
53               <file type="content_page" path="www/admin/template-ae.adp"/>
54               <file type="content_page" path="www/admin/template-ae.tcl"/>
55               <file type="content_page" path="www/admin/template-delete-2.tcl"/>
56               <file type="content_page" path="www/admin/template-delete.adp"/>
57               <file type="content_page" path="www/admin/template-delete.tcl"/>
58               <file type="content_page" path="www/admin/template-demo.adp"/>
59               <file type="content_page" path="www/admin/template-demo.tcl"/>
60               <file type="documentation" path="www/doc/design.html"/>
61               <file type="documentation" path="www/doc/index.html"/>
62               <file type="documentation" path="www/doc/requirements.html"/>
63               <file type="content_page" path="www/index.adp"/>
64               <file type="content_page" path="www/index.tcl"/>
65               <file type="content_page" path="www/unauthorized.adp"/>
66           </files>
67 23         <parameters>
68 24             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="DisplayMax"  default="10" description="maximum number of press items displayed per page"/>
69 25             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="ClickThroughP"  default="0" description="do we use clickthrough tracking for the press coverage page?"/>
70 26             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="ActiveDays"  default="14" description="number of days a press item remains active"/>
71 27         </parameters>
72 28
73 29     </version>
74 30 </package>