]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added @pztrn@sn.pztrn.name 's wonderful statistics plugin as GIT module and linked...
authorRoland Haeder <roland@mxchange.org>
Wed, 28 Jan 2015 11:43:02 +0000 (12:43 +0100)
committerRoland Haeder <roland@mxchange.org>
Wed, 28 Jan 2015 11:44:12 +0000 (12:44 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
.gitmodules [new file with mode: 0644]
plugins/Statistics/README.md [new symlink]
plugins/Statistics/StatisticsPlugin.php [new symlink]
plugins/Statistics/actions [new symlink]
statistics_plugin [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..8714c3f
--- /dev/null
@@ -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 (symlink)
index 0000000..e98992b
--- /dev/null
@@ -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 (symlink)
index 0000000..41ced2e
--- /dev/null
@@ -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 (symlink)
index 0000000..dd018ab
--- /dev/null
@@ -0,0 +1 @@
+../../statistics_plugin/actions/
\ No newline at end of file
diff --git a/statistics_plugin b/statistics_plugin
new file mode 160000 (submodule)
index 0000000..441a38c
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 441a38c20487faf6078e70f1055f20a5412a2fa1