From 1f890f03c885ce0761be80e69e678cce5f9ee46a Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Tue, 2 Jun 2015 23:49:18 +0200
Subject: [PATCH] Added new 'Scroller' plugin from @buttle which aims to
 replace the out-dated 'InfiniteScroll' plugin.

Signed-off-by: Roland Haeder <roland@mxchange.org>
---
 .gitmodules       | 3 +++
 plugins/Scroller  | 1 +
 scroller_plugin   | 1 +
 statistics_plugin | 2 +-
 4 files changed, 6 insertions(+), 1 deletion(-)
 create mode 120000 plugins/Scroller
 create mode 160000 scroller_plugin

diff --git a/.gitmodules b/.gitmodules
index 8714c3f611..b716ed282a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
 [submodule "statistics_plugin"]
 	path = statistics_plugin
 	url = https://dev.pztrn.name/statistics_plugin.git
+[submodule "scroller_plugin"]
+	path = scroller_plugin
+	url = https://git.gnu.io/Quix0r/scroller.git
diff --git a/plugins/Scroller b/plugins/Scroller
new file mode 120000
index 0000000000..36eee26602
--- /dev/null
+++ b/plugins/Scroller
@@ -0,0 +1 @@
+../scroller_plugin/
\ No newline at end of file
diff --git a/scroller_plugin b/scroller_plugin
new file mode 160000
index 0000000000..5d38f65bb9
--- /dev/null
+++ b/scroller_plugin
@@ -0,0 +1 @@
+Subproject commit 5d38f65bb9c791b341a5516d95cd471a4e5cec23
diff --git a/statistics_plugin b/statistics_plugin
index 441a38c204..cdff38cc4d 160000
--- a/statistics_plugin
+++ b/statistics_plugin
@@ -1 +1 @@
-Subproject commit 441a38c20487faf6078e70f1055f20a5412a2fa1
+Subproject commit cdff38cc4d4116f42d8ce859025ba21cd16cdc92
-- 
2.39.5