summaryrefslogtreecommitdiff
path: root/plugins/InfiniteScroll/README
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-01-10 01:46:39 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-01-10 01:46:39 +0100
commit0c4dbf158812da899ffe7969e0f2287bfc15ec5e (patch)
treed7bb7fc9ff0793b39cb8fec018f53c4c11434630 /plugins/InfiniteScroll/README
parentb0aea3f9c1cf9a6402bcb2751ac767445103a70b (diff)
parenta07d8dab256d7841c3695267bdfe7540a0ced4d7 (diff)
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Diffstat (limited to 'plugins/InfiniteScroll/README')
-rw-r--r--plugins/InfiniteScroll/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/InfiniteScroll/README b/plugins/InfiniteScroll/README
new file mode 100644
index 000000000..2428cc69a
--- /dev/null
+++ b/plugins/InfiniteScroll/README
@@ -0,0 +1,6 @@
+Infinite Scroll adds the following functionality to your StatusNet installation: When a user scrolls towards the bottom of the page, the next page of notices is automatically retrieved and appended. This means they never need to click "Next Page", which dramatically increases stickiness.
+
+Installation
+============
+Add "addPlugin('InfiniteScroll');" to the bottom of your config.php
+That's it!