From 194d12ea8df994a5ea76bf628b51fca8f8e9068b Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 9 Apr 2015 14:50:29 +0100 Subject: [PATCH] Begun modularisation process, everythign still works atm --- download.php | 47 +++++++++++++++++++++++++++++++++++++++++++++++ module_index.json | 10 ++++++++++ 2 files changed, 57 insertions(+) create mode 100644 download.php create mode 100644 module_index.json diff --git a/download.php b/download.php new file mode 100644 index 0000000..8b2834f --- /dev/null +++ b/download.php @@ -0,0 +1,47 @@ + + + + + Pepperminty Wiki Download + + +

Pepperminty Wiki Download

+ + +

Module selector

+

Choose the modules that you want to include in your installation of Pepperminty Wiki.

+ + + + + + + + + + + + + + + + + + "); + + } + ?> +
NameDescriptionAuthorVersionLast Updated
$module->description$module->author$module->version" . date("r", $module->lastupdate) . "
+ + + + + \ No newline at end of file diff --git a/module_index.json b/module_index.json new file mode 100644 index 0000000..b521248 --- /dev/null +++ b/module_index.json @@ -0,0 +1,10 @@ +[ + { + "name": "Page Viewer", + "version": "0.4", + "author": "Starbeamrainbowlabs", + "description": "Allows you to view pages. You should include this one.", + "id": "page-view", + "lastupdate": 1426362000 + } +] \ No newline at end of file