aboutsummaryrefslogtreecommitdiff
path: root/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
commit279e74d06be7e2fc98c3df3cd867d1ecfd3e6de4 (patch)
tree5d057841a692d31494faedae6d5220786f39bd90 /manifest.xml
downloadelgg-279e74d06be7e2fc98c3df3cd867d1ecfd3e6de4.tar.gz
elgg-279e74d06be7e2fc98c3df3cd867d1ecfd3e6de4.tar.bz2
Squashed 'mod/landing/' content from commit d1ea0d2
git-subtree-dir: mod/landing git-subtree-split: d1ea0d2593cbf55a3804224fd587dbde00672a8c
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 000000000..4d96a2e98
--- /dev/null
+++ b/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>