aboutsummaryrefslogtreecommitdiff
path: root/mod/infinite_scroll/manifest.xml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:07:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:07:03 -0300
commit6800aad47fb4208289171b1125eba69ccf93c08c (patch)
treeb4edbb7d60a0ab81be446980294f65c183044326 /mod/infinite_scroll/manifest.xml
parent82ca8e9f8839b98a5770a90027adcecbe603d06f (diff)
parentfe7bc5b2fa63f4b8562a961cf3910db1f3b8f7a1 (diff)
downloadelgg-6800aad47fb4208289171b1125eba69ccf93c08c.tar.gz
elgg-6800aad47fb4208289171b1125eba69ccf93c08c.tar.bz2
Merge commit 'fe7bc5b2fa63f4b8562a961cf3910db1f3b8f7a1' as 'mod/infinite_scroll'
Diffstat (limited to 'mod/infinite_scroll/manifest.xml')
-rw-r--r--mod/infinite_scroll/manifest.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/mod/infinite_scroll/manifest.xml b/mod/infinite_scroll/manifest.xml
new file mode 100644
index 000000000..dd46db9e6
--- /dev/null
+++ b/mod/infinite_scroll/manifest.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Infinite scroll</name>
+ <author>Lorea developers</author>
+ <version>0.4</version>
+ <category>unbundled</category>
+ <description>Loads dynamically next pages in an entity list when reader scrolls to the bottom of the page</description>
+ <website>https://lorea.org</website>
+ <copyright>(C) Lorea 2012</copyright>
+ <license>GNU General Public License, version 2 or later</license>
+ <requires>
+ <type>elgg_release</type>
+ <version>1.8.3</version>
+ </requires>
+ <activate_on_install>true</activate_on_install>
+</plugin_manifest>