aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
blob: 4d96a2e98b3839217a9e3c21091603c8b8de5a62 (plain)
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
<?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>