| |
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.2.0d4" url="http://openacs.org/repository/download/apm/faq-5.2.0d4.apm"> |
| |
11 |
11 |
<owner url="mailto:wirth@ybos.net">Elizabeth Wirth</owner> |
| |
12 |
12 |
<owner url="mailto:jennie@ybos.net">Jennie Kim Housman</owner> |
| |
13 |
13 |
<owner url="mailto:mazloumi@uni-mannheim.de">Nima Mazloumi</owner> |
| |
14 |
14 |
<summary>Manage simple and categorized Question and Answer style FAQs with WYSIWYG and notification functionalities.</summary> |
| |
15 |
15 |
<release-date>2004-08-12</release-date> |
| |
16 |
16 |
<vendor url="http://ybos.net">Ybos Corporation</vendor> |
| |
17 |
17 |
<description format="text/html">Handles frequently asked questions Q&A presentation. Can be one Q&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 |
|
| |
20 |
20 |
<provides url="faq" version="5.2.0d4"/> |
| |
21 |
21 |
<requires url="acs-kernel" version="5.2.0d3"/> |
| |
22 |
22 |
<requires url="categories" version="1.0d3"/> |
| |
23 |
23 |
<requires url="notifications" version="5.0.0b4"/> |
| |
24 |
24 |
|
| |
25 |
25 |
<callbacks> |
| |
26 |
|
<callback type="after-install" proc="faq::install::package_install"/> |
| |
27 |
|
<callback type="before-uninstall" proc="faq::install::package_uninstall"/> |
| |
28 |
26 |
<callback type="before-upgrade" proc="faq::install::package_upgrade"/> |
| |
|
27 |
<callback type="before-uninstall" proc="faq::install::package_uninstall"/> |
| |
|
28 |
<callback type="after-install" proc="faq::install::package_install"/> |
| |
29 |
29 |
</callbacks> |
| |
30 |
30 |
<parameters> |
| |
31 |
31 |
<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 "subsite_id" or "package_id"."/> |
| |
32 |
32 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="EnableCategoriesP" default="0" description="Should categories be enabled? Default is 0 (false)."/> |
| |
|
33 |
<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)."/> |
| |
33 |
34 |
<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)."/> |
| |
34 |
35 |
</parameters> |
| |
35 |
36 |
|
| |
36 |
37 |
</version> |
| |
37 |
38 |
</package> |