aboutsummaryrefslogtreecommitdiff
path: root/mod/landing/manifest.xml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:49:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:49:36 -0300
commit8e863c9c0c6050b3905db80b25b9769d91f59eb6 (patch)
tree642af8fc19cde39bcef1e31d5843e8e75380ecf3 /mod/landing/manifest.xml
parentecf3fa9e33033f2921e266c781e0ba32eecfa977 (diff)
parent279e74d06be7e2fc98c3df3cd867d1ecfd3e6de4 (diff)
downloadelgg-8e863c9c0c6050b3905db80b25b9769d91f59eb6.tar.gz
elgg-8e863c9c0c6050b3905db80b25b9769d91f59eb6.tar.bz2
Merge commit '279e74d06be7e2fc98c3df3cd867d1ecfd3e6de4' as 'mod/landing'
Diffstat (limited to 'mod/landing/manifest.xml')
-rw-r--r--mod/landing/manifest.xml29
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>