aboutsummaryrefslogtreecommitdiff
path: root/mod/infinite_scroll/manifest.xml
diff options
context:
space:
mode:
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>