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 3592a132e9
Fix a bunch of bugs with the new interwiki module
2019-01-05 21:28:47 +00:00
build Fix a bunch of bugs with the new interwiki module 2019-01-05 21:28:47 +00:00
docs Fix a bunch of bugs with the new interwiki module 2019-01-05 21:28:47 +00:00
lantern-build-engine@7365f7d156 Seriously reorganise stuff. Much tidier :D 2018-12-12 23:23:50 +00:00
modules Fix a bunch of bugs with the new interwiki module 2019-01-05 21:28:47 +00:00
.gitignore Setup docpress scaffolding 2018-12-12 21:12:29 +00:00
.gitmodules Seriously reorganise stuff. Much tidier :D 2018-12-12 23:23:50 +00:00
.travis.yml Remove php 5.6 from travis-ci tester 2017-05-13 17:03:11 +01:00
Changelog.md Change {{{@}}} to output a message instead of not parsing at all 2019-01-05 17:51:51 +00:00
LICENSE Add license. 2016-03-24 13:58:10 +00:00
README.md Add link to new docs to README 2019-01-03 22:37:30 +00:00
apidoc.json Seriously reorganise stuff. Much tidier :D 2018-12-12 23:23:50 +00:00
build.php Write extension of parsedown extra and change default parser. 2016-03-12 15:26:30 +00:00
build.sh We're not using php_error anymore 2018-12-12 23:37:35 +00:00
core.php Document makepathsafe() better 2019-01-05 17:08:54 +00: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 Fix a bunch of bugs with the new interwiki module 2019-01-05 21:28:47 +00:00
pack.php Fix line endings 2018-10-31 16:44:34 +00:00
package-lock.json Seriously reorganise stuff. Much tidier :D 2018-12-12 23:23:50 +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 Fix a bunch of bugs with the new interwiki module 2019-01-05 21:28:47 +00:00
settings.fragment.php Start creating the user table 2018-05-11 23:29:43 +01:00
theme_default.css It's time for v0.17! 😺 🎆 2018-10-20 17:25:12 +01:00
version Bump version & update changelog 2018-10-31 16:38:56 +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.17.1 (stable) v0.18-dev (development) (Changelog)

Screenshot

Main Page Example

Documentation

For everything you need to know, 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

Run in a docker container with: 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.