WikiProject Paranormal is powered by Pepperminty Wiki - an entire wiki packed inside a single file, which was built by Starbeamrainbowlabs, and can be found on GitHub (contributors will also be listed here in the future). Pepperminty Wiki is licensed under the Mozilla Public License 2.0 (simple version).
Name |
Version |
Author |
Description |
Password hashing action |
0.7 |
Starbeamrainbowlabs |
Adds a utility action (that anyone can use) called hash that hashes a given string. Useful when changing a user's password. |
Page protection |
0.2.2 |
Starbeamrainbowlabs |
Exposes Pepperminty Wiki's new page protection mechanism and makes the protect button in the 'More...' menu on the top bar work. |
Random Page |
0.3.1 |
Starbeamrainbowlabs |
Adds an action called 'random' that redirects you to a random page. |
Raw page source |
0.9.1 |
Starbeamrainbowlabs |
Adds a 'raw' action that shows you the raw source of a page. |
API status |
0.2 |
Starbeamrainbowlabs |
Provides a basic JSON status action that provides a few useful bits of information for API consumption. |
Sidebar |
0.3.2 |
Starbeamrainbowlabs |
Adds a sidebar to the left hand side of every page. Add '$settings->sidebar_show = true;' to your configuration, or append '&sidebar=yes' to the url to enable. Adding to the url sets a cookie to remember your setting. |
Command-line interface |
0.1.2 |
Starbeamrainbowlabs |
Allows interaction with Pepperminty Wiki on the command line. |
Page Comments |
0.3.5 |
Starbeamrainbowlabs |
Adds threaded comments to the bottom of every page. |
First run wizard |
0.2 |
Starbeamrainbowlabs |
Displays a special page to aid in setting up a new wiki for the first time. |
Settings GUI |
0.1.8 |
Starbeamrainbowlabs |
The module everyone has been waiting for! Adds a web based gui that lets mods change the wiki settings. |
Page History |
0.4.2 |
Starbeamrainbowlabs |
Adds the ability to keep unlimited page history, limited only by your disk space. Note that this doesn't store file history (yet). Currently depends on feature-recent-changes for rendering of the history page. |
Interwiki links |
0.1.2 |
Starbeamrainbowlabs |
Adds interwiki link support. Set the interwiki_index_location setting at an index file to activate support. |
Reading time estimator |
0.2 |
Starbeamrainbowlabs |
Displays the approximate reading time for a page beneath it's title. |
Recent Changes |
0.5.3 |
Starbeamrainbowlabs |
Adds recent changes. Access through the 'recent-changes' action. |
Redirect pages |
0.3.2 |
Starbeamrainbowlabs |
Adds support for redirect pages. Uses the same syntax that Mediawiki does. |
Did you mean? support |
0.1.1 |
Starbeamrainbowlabs |
*Experimental* Ever searched for something but couldn't find it because you couldn't spell it correctly? This module is for you! It adds spelling correction for search queries based on the words in the inverted search index. |
Search |
0.13.3 |
Starbeamrainbowlabs |
Adds proper search functionality to Pepperminty Wiki using an inverted index to provide a full text search engine. If pages don't show up, then you might have hit a stop word. If not, try requesting the `invindex-rebuild` action to rebuild the inverted index from scratch. |
Similar Pages |
0.1 |
Starbeamrainbowlabs |
Adds a few suggestions of similar pages below the main content and above the comments of a page. Requires the search engine. |
Statistics |
0.4.5 |
Starbeamrainbowlabs |
An extensible statistics calculation system. Comes with a range of built-in statistics, but can be extended by other modules too. |
Theme Gallery |
0.4.1 |
Starbeamrainbowlabs |
Adds a theme gallery page and optional automatic theme updates. Contacts a remote server, where IP addresses are stored in automatic server logs for security and attack mitigation purposes. |
Uploader |
0.7.2 |
Starbeamrainbowlabs |
Adds the ability to upload files to Pepperminty Wiki. Uploaded files act as pages and have the special 'File/' prefix. |
User Preferences |
0.4.2 |
Starbeamrainbowlabs |
Adds a user preferences page, letting people do things like change their email address and password. |
User Organiser |
0.1.2 |
Starbeamrainbowlabs |
Adds a organiser page that lets moderators (or better) control the reegistered user accounts, and perform adminstrative actions such as password resets, and adding / removing accounts. |
User watchlists |
0.1.4 |
Starbeamrainbowlabs |
Adds per-user watchlists. When a page on a user's watchlist is edited, a notification email is sent. |
Library: Search engine |
0.13.2 |
Starbeamrainbowlabs |
A library module that provides the backend to the search engine module. |
Library: Storage box |
0.13.1 |
Starbeamrainbowlabs |
A library module that provides a fast cached key-value store backed by SQLite. Used by the search engine. |
Credits |
0.8.1 |
Starbeamrainbowlabs |
Adds the credits page. You *must* have this module :D |
Debug Information |
0.4 |
Starbeamrainbowlabs |
Adds a debug action for administrator use only that collects a load of useful information to make reporting bugs easier. |
Page deleter |
0.10.3 |
Starbeamrainbowlabs |
Adds an action to allow administrators to delete pages. |
Page editor |
0.19 |
Starbeamrainbowlabs |
Allows you to edit pages by adding the edit and save actions. You should probably include this one. |
Export |
0.5.2 |
Starbeamrainbowlabs |
Adds a page that you can use to export your wiki as a .zip file. Uses $settings->export_only_allow_admins, which controls whether only admins are allowed to export the wiki. |
Help page |
0.10.2 |
Starbeamrainbowlabs |
Adds a rather useful help page. Access through the 'help' action. This module also exposes help content added to Pepperminty Wiki's inbuilt invisible help section system. |
Page list |
0.11.5 |
Starbeamrainbowlabs |
Adds a page that lists all the pages in the index along with their metadata. |
Login |
0.9.7 |
Starbeamrainbowlabs |
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. |
Logout |
0.6.1 |
Starbeamrainbowlabs |
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. |
Page mover |
0.9.6 |
Starbeamrainbowlabs |
Adds an action to allow administrators to move pages. |
Sitemap |
0.1.1 |
Starbeamrainbowlabs |
Adds XML sitemap generation. Additional manual setup is required to notify search engines about the sitemap. See the Features FAQ in the documentation (or your wiki's credits page) for more information. |
Update |
0.6.2 |
Starbeamrainbowlabs |
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. |
User list |
0.1 |
Starbeamrainbowlabs |
Adds a 'user-list' action that generates a list of users. Supports json output with 'format=json' in the queyr string. |
Page viewer |
0.16.11 |
Starbeamrainbowlabs |
Allows you to view pages. You really should include this one. |
Parsedown |
0.12.1 |
Emanuil Rusev & Starbeamrainbowlabs |
An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https://github.com/erusev/parsedown-extra), which is licensed MIT. Please be careful, as this module adds some weight to your installation. |