antoniop
committed
on 14 Jun 18
Streamline sql to reduce divergencies between oracle and postgres codebase, remove redundant query definitions
openacs-4/packages/faq/faq.info (+1 -1)
3 3
4 4 <package key="faq" url="http://openacs.org/repository/apm/packages/faq" type="apm_application">
5 5     <package-name>FAQ</package-name>
6 6     <pretty-plural>FAQs</pretty-plural>
7 7     <initial-install-p>f</initial-install-p>
8 8     <singleton-p>f</singleton-p>
9 9    
10 10     <version name="5.10.0d2" url="http://openacs.org/repository/download/apm/faq-5.10.0d2.apm">
11 11         <owner url="mailto:mazloumi@uni-mannheim.de">Nima Mazloumi</owner>
12 12         <owner url="mailto:jennie@ybos.net">Jennie Kim Housman</owner>
13 13         <owner url="mailto:wirth@ybos.net">Elizabeth Wirth</owner>
14 14         <summary>Manage simple and categorized Question and Answer style FAQs with WYSIWYG and notification functionalities.</summary>
15 15         <release-date>2017-08-06</release-date>
16 16         <vendor url="http://ybos.net">Ybos Corporation</vendor>
17 17         <description format="text/html">Handles frequently asked questions Q&amp;A presentation.  Can be one Q&amp;A per page or all presented flat.  Straightforward application with room for improvement. Support for notification as well as WYSIQYG Editor and Categories - both optional. Category trees are displayed flat. No multiple filters.</description>
18 18         <maturity>2</maturity>
19 19         <package_instance_name>#faq.FAQs#</package_instance_name>
20 20
21 21         <provides url="faq" version="5.10.0d2"/>
22 22         <requires url="acs-kernel" version="5.9.1"/>
23           <requires url="acs-tcl" version="5.10.0d7"/>
  23         <requires url="acs-tcl" version="5.10.0d6"/>
24 24         <requires url="categories" version="1.1.3"/>
25 25         <requires url="notifications" version="5.9.1"/>
26 26
27 27         <callbacks>
28 28             <callback type="after-install"  proc="faq::install::package_install"/>
29 29             <callback type="before-uninstall"  proc="faq::install::package_uninstall"/>
30 30             <callback type="before-upgrade"  proc="faq::install::package_upgrade"/>
31 31         </callbacks>
32 32         <parameters>
33 33             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="CategoryContainer"  default="package_id" description="Should the category container for the faqs be &quot;subsite_id&quot; or &quot;package_id&quot;."/>
34 34             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="EnableCategoriesP"  default="0" description="Should categories be enabled? Default is 0 (false)."/>
35 35             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="GeneralCommentsP"  default="1" description="Attach comments to FAQ (value = 1). Prevent comments (value = 0)."/>
36 36             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="UseWysiwygP"  default="t" description="Should we allow users to use a WYSIWYG editor to make their entries? Defaults to f (false)."/>
37 37         </parameters>
38 38
39 39     </version>
40 40 </package>