Pepperminty-Wiki/module_index.json

90 lines
3.1 KiB
JSON
Raw Normal View History

[
{
"name": "Password hashing action",
"version": "0.4",
"author": "Starbeamrainbowlabs",
"description": "Adds a utility action (that anyone can use) called hash that hashes a given string. Useful when changing a user's password.",
"id": "action-hash",
2015-04-25 13:34:40 +00:00
"lastupdate": 1429968727
},
{
"name": "Credits",
"version": "0.4",
"author": "Starbeamrainbowlabs",
"description": "Adds the credits page. You *must* have this module :D",
"id": "page-credits",
2015-04-25 13:34:40 +00:00
"lastupdate": 1428760042
},
{
"name": "Page deleter",
"version": "0.4",
"author": "Starbeamrainbowlabs",
"description": "Adds an action to allow administrators to delete pages.",
"id": "page-delete",
2015-04-25 13:34:40 +00:00
"lastupdate": 1428759115
},
{
"name": "Page editor",
"version": "0.5",
"author": "Starbeamrainbowlabs",
"description": "Allows you to edit pages by adding the edit and save actions. You should probably include this one.",
"id": "page-edit",
"lastupdate": 1431113232
},
{
"name": "Help page",
"version": "0.4",
"author": "Starbeamrainbowlabs",
"description": "Adds the help action. You really want this one.",
"id": "page-help",
2015-04-25 13:34:40 +00:00
"lastupdate": 1428759307
},
{
"name": "Page list",
"version": "0.4",
"author": "Starbeamrainbowlabs",
"description": "Adds a page that lists all the pages in the index long with their metadata.",
"id": "page-list",
2015-04-25 13:34:40 +00:00
"lastupdate": 1428758608
},
{
"name": "Login",
"version": "0.4",
"author": "Starbeamrainbowlabs",
"description": "Adds a pair of actions (login and checklogin) that allow users to login. You need this one if you want your users to be able to login.",
"id": "page-login",
2015-04-25 13:34:40 +00:00
"lastupdate": 1428759587
},
{
"name": "Logout",
"version": "0.4",
"author": "Starbeamrainbowlabs",
"description": "Adds an action to let users user out. For security reasons it is wise to add this module since logging in automatically opens a session that is valid for 30 days.",
"id": "page-logout",
2015-04-25 13:34:40 +00:00
"lastupdate": 1428760035
},
{
"name": "Page mover",
"version": "0.4",
"author": "Starbeamrainbowlabs",
"description": "Adds an action to allow administrators to move pages.",
"id": "page-move",
2015-04-25 13:34:40 +00:00
"lastupdate": 1428760214
},
{
"name": "Update",
"version": "0.4",
"author": "Starbeamrainbowlabs",
"description": "Adds an update page that downloads the latest stable version of Pepperminty Wiki. This module is currently outdated as it doesn't save your module preferences.",
"id": "page-update",
2015-04-25 13:34:40 +00:00
"lastupdate": 1428760319
},
{
"name": "Page viewer",
"version": "0.4",
"author": "Starbeamrainbowlabs",
"description": "Allows you to view pages. You should include this one.",
"id": "page-view",
2015-04-25 13:34:40 +00:00
"lastupdate": 1428757674
}
]