diff options
Diffstat (limited to 'mod/landing/manifest.xml')
-rw-r--r-- | mod/landing/manifest.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mod/landing/manifest.xml b/mod/landing/manifest.xml new file mode 100644 index 000000000..4d96a2e98 --- /dev/null +++ b/mod/landing/manifest.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> +<name>Landing</name> +<author>Lorea Faeries (federation@lorea.org)</author> +<version>0.1</version> +<blurb>Allow users to choose where to go after login</blurb> +<category>Lorea</category> +<category>Usability</category> +<description> + Choose where you go after you logged in from the front page. + You can choose between 'Site Default', 'Your Profile', 'Your + Dashboard', or 'A Custom Page'. + A custom page can be any existing URL in the site (e.g., your + favorite group, your blog, your friends' activity, or a wiki page.) + + The Dashboard plugin needs to be activated to use the 'Dashboard' + landing. + The Profiles plugin should be activated for the 'Profile' landing to + be useful. +</description> +<website>https://lorea.org/plugins/elgg-landing</website> +<copyright>2012 Lorea Faeries (federation@lorea.org)</copyright> +<license>GNU Affero General Public License version 3 or later</license> +<requires> +<type>elgg_version</type> +<version>2011123101</version> +<comparison>gt</comparison> +</requires> +</plugin_manifest> |