From: Roland Haeder <roland@mxchange.org>
Date: Wed, 28 Jan 2015 11:43:02 +0000 (+0100)
Subject: Added @pztrn@sn.pztrn.name 's wonderful statistics plugin as GIT module and linked... 
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c0d559e6ab5e32695a6e01a22134c42fc3b29cc6;p=quix0rs-gnu-social.git

Added @pztrn@sn.pztrn.name 's wonderful statistics plugin as GIT module and linked all relevant files.

Signed-off-by: Roland Haeder <roland@mxchange.org>
---

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000000..8714c3f611
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "statistics_plugin"]
+	path = statistics_plugin
+	url = https://dev.pztrn.name/statistics_plugin.git
diff --git a/plugins/Statistics/README.md b/plugins/Statistics/README.md
new file mode 120000
index 0000000000..e98992b7de
--- /dev/null
+++ b/plugins/Statistics/README.md
@@ -0,0 +1 @@
+../../statistics_plugin/README.md
\ No newline at end of file
diff --git a/plugins/Statistics/StatisticsPlugin.php b/plugins/Statistics/StatisticsPlugin.php
new file mode 120000
index 0000000000..41ced2e1af
--- /dev/null
+++ b/plugins/Statistics/StatisticsPlugin.php
@@ -0,0 +1 @@
+../../statistics_plugin/StatisticsPlugin-gnusocial.php
\ No newline at end of file
diff --git a/plugins/Statistics/actions b/plugins/Statistics/actions
new file mode 120000
index 0000000000..dd018ab769
--- /dev/null
+++ b/plugins/Statistics/actions
@@ -0,0 +1 @@
+../../statistics_plugin/actions/
\ No newline at end of file
diff --git a/statistics_plugin b/statistics_plugin
new file mode 160000
index 0000000000..441a38c204
--- /dev/null
+++ b/statistics_plugin
@@ -0,0 +1 @@
+Subproject commit 441a38c20487faf6078e70f1055f20a5412a2fa1