| |
1 |
1 |
<?xml version="1.0"?> |
| |
2 |
2 |
<!-- Generated by the OpenACS Package Manager --> |
| |
3 |
3 |
|
| |
4 |
4 |
<package key="xowiki" url="http://openacs.org/repository/apm/packages/xowiki" type="apm_application"> |
| |
5 |
5 |
<package-name>xowiki</package-name> |
| |
6 |
6 |
<pretty-plural>xowikis</pretty-plural> |
| |
7 |
7 |
<initial-install-p>f</initial-install-p> |
| |
8 |
8 |
<singleton-p>f</singleton-p> |
| |
9 |
9 |
<implements-subsite-p>f</implements-subsite-p> |
| |
10 |
10 |
<inherit-templates-p>t</inherit-templates-p> |
| |
11 |
11 |
<auto-mount>xowiki</auto-mount> |
| |
12 |
12 |
|
| |
13 |
|
<version name="0.138" url="http://openacs.org/repository/download/apm/xowiki-0.138.apm"> |
| |
|
13 |
<version name="0.139" url="http://openacs.org/repository/download/apm/xowiki-0.139.apm"> |
| |
14 |
14 |
<owner url="mailto:neumann@wu-wien.ac.at">Gustaf Neumann</owner> |
| |
15 |
15 |
<summary>A more generic xotcl-based wikis example with object types |
| |
16 |
16 |
and subtypes based on the content repository (with category support)</summary> |
| |
17 |
17 |
<release-date>2011-05-16</release-date> |
| |
18 |
18 |
<vendor>Gustaf Neumann, WU Wien</vendor> |
| |
19 |
19 |
<description format="text/html"><pre> |
| |
20 |
20 |
XoWiki is a Wiki implementation for OpenACS in XOTcl. Instead of |
| |
21 |
21 |
trying to implement the full set of Wiki markup commands of systems |
| |
22 |
22 |
like MediaWiki, XoWiki is based on a rich text editor and focuses more |
| |
23 |
23 |
on integration with OpenACS (e.g categories, general comments, |
| |
24 |
24 |
ADP-includes). XoWiki combines aspects of wikis (ease of |
| |
25 |
25 |
page-creation) with aspects of a content management system (revisions, |
| |
26 |
26 |
re-usable items, multiple languages). Furthermore, XoWiki allows to |
| |
27 |
27 |
define different types of links such one could define book-structures |
| |
28 |
28 |
(where a navigation structure could be built on the fly) or glossaries |
| |
29 |
29 |
with different kind of word relationships (like synonyms, |
| |
30 |
30 |
etc.). XoWiki supports pages in multiple languages and is localized. |
| |
31 |
31 |
|
| |
32 |
32 |
Some features: |
| |
33 |
33 |
- cross language links |
|
| |
39 |
39 |
- categories |
| |
40 |
40 |
- RSS |
| |
41 |
41 |
- weblog |
| |
42 |
42 |
- podcasts |
| |
43 |
43 |
- notifications |
| |
44 |
44 |
- web 2.0 gadgets (digg, delicious, my yahoo) |
| |
45 |
45 |
- audio embedding |
| |
46 |
46 |
- different appearances (template_file) |
| |
47 |
47 |
- book-structures |
| |
48 |
48 |
- prototype pages |
| |
49 |
49 |
- import/export |
| |
50 |
50 |
- virtual presence |
| |
51 |
51 |
- analysis of collaboration networks |
| |
52 |
52 |
- forms |
| |
53 |
53 |
- named/unnamed pages |
| |
54 |
54 |
- various security policies |
| |
55 |
55 |
</pre></description> |
| |
56 |
56 |
<license>BSD-Style</license> |
| |
57 |
57 |
<maturity>0</maturity> |
| |
58 |
58 |
|
| |
59 |
|
<provides url="xowiki" version="0.138"/> |
| |
|
59 |
<provides url="xowiki" version="0.139"/> |
| |
60 |
60 |
<requires url="acs-datetime" version="4.0"/> |
| |
61 |
61 |
<requires url="categories" version="1.0d3"/> |
| |
62 |
62 |
<requires url="file-storage" version="4.7d3"/> |
| |
63 |
63 |
<requires url="general-comments" version="4.6.1"/> |
| |
64 |
|
<requires url="xotcl-core" version="0.118"/> |
| |
|
64 |
<requires url="xotcl-core" version="0.119"/> |
| |
65 |
65 |
|
| |
66 |
66 |
<callbacks> |
| |
67 |
67 |
<callback type="before-uninstall" proc="::xowiki::before-uninstall"/> |
| |
68 |
68 |
<callback type="after-install" proc="::xowiki::after-install"/> |
| |
69 |
69 |
<callback type="before-uninstantiate" proc="::xowiki::before-uninstantiate"/> |
| |
70 |
70 |
<callback type="after-upgrade" proc="::xowiki::upgrade_callback"/> |
| |
71 |
71 |
</callbacks> |
| |
72 |
72 |
<parameters> |
| |
73 |
73 |
<parameter scope="instance" datatype="number" min_n_values="1" max_n_values="1" name="MenuBar" default="0" description="Activate experimental menubar stuff"/> |
| |
74 |
74 |
<parameter scope="instance" datatype="text" min_n_values="1" max_n_values="1" name="PackageDescription" description="Description of the Package. This description will appear for example in the Description of the default RSS feed for this package" section_name="Description"/> |
| |
75 |
75 |
<parameter scope="instance" datatype="string" min_n_values="1" max_n_values="1" name="PackagePath" description="Space delimited names of local URL paths pointing to xowiki instances from where this instance should inherit pages (example: /xowiki /public/wiki)"/> |
| |
76 |
76 |
<parameter scope="instance" datatype="string" min_n_values="1" max_n_values="1" name="PackageTitle" description="Title of the Package; this title will appear for example in the default RSS feed for this package." section_name="Description"/> |
| |
77 |
77 |
<parameter scope="instance" datatype="text" min_n_values="1" max_n_values="1" name="WidgetSpecs" description="Specify pairs of "pagename,fieldname" followed by a Tcl list which is used as a widget spec for ad_form. "pagename" and "fieldname" can contain wild card characters. The following rather complex widget-specs are from openacs.org: |
| |
78 |
78 |
|
| |
79 |
79 |
*,text {richtext(richtext),nospell,optional |
| |
80 |
80 |
{label Content} |
| |
81 |
81 |
{html {style {width: 100%}}} |
| |
82 |
82 |
{options {editor xinha plugins {Stylist OacsFs} height 350px javascript { |
| |
83 |
83 |
|
| |
84 |
84 |
xinha_config.toolbar = [ |