-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
executable file
·40 lines (33 loc) · 1.44 KB
/
manifest.xml
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
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>CMS Pages</name>
<author>Florian DANIEL aka Facyla</author>
<version>3.0.0</version>
<blurb>CMS Pages editor</blurb>
<description>CMSPages is flexible CMS tool for Elgg admins, which turns Elgg into a full CMS, and enables it to act as a website, even when used in walled garden mode. It provides static pages, but also reusable views, content generator modules, and dynamic templates that can be used for interface-building and site pages management. You should enable it if you need to create site-wide pages such as Credits, Legal notice, but also to build a full public website using a navigation menu and external widgets.</description>
<website>https://facyla.fr/</website>
<copyright>(c) Florian DANIEL aka Facyla 2011-2018</copyright>
<license>GNU Public License version 2</license>
<category>admin</category>
<category>interface</category>
<category>appearance</category>
<category>content</category>
<category>CMS</category>
<activate_on_install>false</activate_on_install>
<requires>
<type>elgg_release</type>
<version>3.0</version>
</requires>
<suggests>
<type>plugin</type>
<name>esope</name>
</suggests>
<suggests>
<type>plugin</type>
<name>elgg_menus</name>
</suggests>
<suggests>
<type>plugin</type>
<name>shorturls</name>
</suggests>
</plugin_manifest>