A wiki in a box - this is a backup read-only mirror of the main Github repository. https://github.com/sbrl/Pepperminty-Wiki/
Go to file
Starbeamrainbowlabs b78e52cc06
Add luminous as a composer dependency, but it's not used yet
2019-04-25 01:05:50 +01:00
core Implement unpacking logic 2019-04-06 13:15:52 +01:00
docs Update docs 2019-02-24 16:03:11 +00:00
lantern-build-engine@7365f7d156 Seriously reorganise stuff. Much tidier :D 2018-12-12 23:23:50 +00:00
modules Bugfix: Return templates as rawHtml instead of text to avoid double-escaping rendered html 2019-03-02 22:07:58 +00:00
.gitignore Download extra files in the pseudo-module_register(), and then pack 'em in the packer 2019-03-02 13:32:12 +00:00
.gitmodules Seriously reorganise stuff. Much tidier :D 2018-12-12 23:23:50 +00:00
.travis.yml Update PHP versions in Travis CI config 2019-02-01 17:30:08 +00:00
Changelog.md Update changelog again 2019-04-06 13:30:14 +01:00
LICENSE Add license. 2016-03-24 13:58:10 +00:00
README.md Bump moar versions 2019-02-24 16:02:29 +00:00
apidoc.json Bump moar versions 2019-02-24 16:02:29 +00:00
build.php Add support for core sharding to build script 2019-03-02 21:13:41 +00:00
build.sh Add support for core sharding to build script 2019-03-02 21:13:41 +00:00
composer.json Add luminous as a composer dependency, but it's not used yet 2019-04-25 01:05:50 +01:00
download.php Fix line endings 2018-10-31 16:44:34 +00:00
logo.png Render svg logo to png 2017-10-28 17:21:12 +01:00
logo.svg Add logo 2017-10-28 17:19:20 +01:00
module_index.json Bugfix: Return templates as rawHtml instead of text to avoid double-escaping rendered html 2019-03-02 22:07:58 +00:00
pack.php build: Cleanup temp file at end of build 2019-03-02 21:59:35 +00:00
package-lock.json Fix 2 more vulnerabilities 2019-02-10 20:21:52 +00:00
package.json Seriously reorganise stuff. Much tidier :D 2018-12-12 23:23:50 +00:00
peppermint-config-info.php Update title of configuration guide page 2018-08-23 00:24:18 +01:00
peppermint.guiconfig.json Update parser engine to handle comments as untrusted 2019-03-02 21:59:50 +00:00
theme_default.css Bugfix: Wrap long lines in code blocks 2019-01-30 21:36:21 +00:00
version Bump moar versions 2019-02-24 16:02:29 +00:00

README.md

Pepperminty Wiki Logo Pepperminty Wiki Build Status Join the chat at https://gitter.im/Pepperminty-Wiki/Lobby License: MPL-2.0

A Wiki in a box

Pepperminty Wiki is a complete wiki engine contained in a single file, inspired by @am2064's Minty Wiki. It's open source too (under MPL-2.0), so contributions are welcome!

Developed by Starbeamrainbowlabs (though contributions from others are welcome!), Pepperminty Wiki has a variety of useful (and cool!) features - such as file upload, a dynamic help page, page revision history, page tags, and more! Other amazing features are in the works too (like a theme gallery, auto update, and user watchlists), so check the release notes to see what's been added recently.

Latest Version: v0.18 (stable) v0.19-dev (development) (Changelog)

Screenshot

Main Page Example

Documentation

For everything you need to know (including how to get your own copy!), you probably want the documentation. It can be found here:

Documentation

Real World Usage

None yet! Contact me or open an issue and tell me about where you are using Pepperminty Wiki and I'll add you to this section 😺

Todo

Here's a list of things that I want to add at some point (please feel free to send a pull request and help out!).

  • Better page history (revert to revision, compare revisions, etc.) (#78, #79)
  • Intelligent auto-updating system that doesn't wipe your settings / module choices
  • A module registry of some sort (ideas welcome!)
  • Image maps (#103)
  • An app for Android (Sorry, iOS is not practical at the current time. Feel free to make one yourself! I'm happy to help out if you need help with Pepperminty Wiki itself (e.g. making it more machine-readable (#138)) - message on Gitter (see above), or open an issue on this repository.) - in progress over here!
  • User watchlists
  • Theme gallery (#5)
  • (See more on the issue tracker!)
  • ...?

Is the feature you want to see not on this list or not implemented yet? Open an issue or send a pull request - contributions welcome!

Docker

The recommended way of running Pepperminty Wiki is with a plain PHP-enabled web server. However, a docker container is generaourly provided by @SQL-enwiki. You can run it like so:

docker run -d sqlatenwiki/peppermintywiki:stable

License

Pepperminty Wiki is released under the Mozilla Public License 2.0. The full license text is included in the LICENSE file in this repository.