1
0
Форкнуть 0
A wiki in a box - this is a backup read-only mirror of the main Github repository. https://github.com/sbrl/Pepperminty-Wiki/
Перейти к файлу
Starbeamrainbowlabs 16354b467e
page-edit: fix typo
2024-02-10 19:25:10 +00:00
.vscode add more spelling definitions 2023-12-18 23:30:43 +00:00
core unpacking: catch all possible errors from ZipArchive->open() 2023-10-12 00:51:25 +01:00
docs fixup 2023-12-16 20:22:02 +00:00
experiments docs: Update apiDoc 2022-02-27 16:19:35 +00:00
lantern-build-engine@094e175740 update lantern build engine 2023-01-26 20:57:01 +00:00
modules page-edit: fix typo 2024-02-10 19:25:10 +00:00
themes theme blue: style onebox 2022-03-12 13:27:47 +00:00
.gitignore Add simple markdown guide 2023-09-11 00:52:57 +01:00
.gitmodules Seriously reorganise stuff. Much tidier :D 2018-12-12 23:23:50 +00:00
.travis.yml Update getting a copy docs 2020-01-12 12:01:21 +00:00
CONTRIBUTING.md CONTRIBUTING: tweak wording 2024-02-08 01:56:36 +00:00
Changelog.md page-edit: fix typo 2024-02-10 19:25:10 +00:00
FUNDING.yml Add GitHub FUNDING definition 2019-12-27 23:36:24 +00:00
LICENSE Add license. 2016-03-24 13:58:10 +00:00
README.md Add contributing guide 2024-02-01 23:47:06 +00:00
SECURITY.md security issue reporting: Twitter/X is no longer a safe way to communicate sensitive information. 2023-12-18 23:29:45 +00:00
apidoc.json bump version for development 2023-02-19 02:19:42 +00:00
build.php Add MPL 2.0 short header to core code files 2020-09-23 23:22:39 +01:00
build.sh docs: Update apiDoc 2022-02-27 16:19:35 +00:00
composer.json Add luminous as a composer dependency, but it's not used yet 2019-04-25 01:05:50 +01:00
composer.lock add composer.lock file 2023-01-26 20:57:15 +00:00
download.php Add MPL 2.0 short header to core code files 2020-09-23 23:22:39 +01:00
logo.png Optimise logo 2019-08-25 21:36:35 +01:00
logo.svg Add logo 2017-10-28 17:19:20 +01:00
markdown-guide.md Add simple markdown guide 2023-09-11 00:52:57 +01:00
nightdocs.toml Use nightdocs instead of docpress. 2019-05-12 12:05:44 +01:00
pack.php Add MPL 2.0 short header to core code files 2020-09-23 23:22:39 +01:00
package-lock.json npm: update dependencies 2023-09-10 13:48:15 +01:00
package.json npm: update dependencies 2023-09-10 13:48:15 +01:00
peppermint-config-info.php Add MPL 2.0 short header to core code files 2020-09-23 23:22:39 +01:00
peppermint.guiconfig.json Add initial simple oneboxing support 2022-03-12 02:52:53 +00:00
version bump version for development 2023-02-19 02:19:42 +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 Docker pulls count

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: stable version badge pre-release version badge development version badge (Changelog)

Stay up-to-date! RSS feed GitHub Releases (Don't forget you can watch releases too)

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

Website

Real World Usage

Is your site using Pepperminty Wiki? Contact me or open an issue and tell me about where you are using Pepperminty Wiki and I'll add you to this section 😺

Pepperminty Wiki has also been mentioned in a few places:

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 done!, 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 - in progress over here!
    • Participate in the beta: https://play.google.com/apps/testing/com.sbrl.peppermint
    • Report issues here
    • An iOS app is not practical for the foreseeable future.
      • It's too expensive (dev license requires £££).
      • The ecosystem is very closed off, and I've no idea how to make an iOS app (nor do I own a device to test it on)
      • 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.
  • User watchlists done, as of v0.21!
  • Theme gallery (#5 - coming soon in v0.20!) done, as of v0.20-beta1
  • Self-service user registration (#181)
  • Packaging for sandstorm / Nextcloud?
  • Some kinda fancier (markdown) editor maybe
  • (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 generously provided by @SQL-enwiki. You can run it like so:

docker run -d sqlatenwiki/peppermintywiki:stable

Security

If you've found a security issue, please don't open an issue. Instead, get in touch privately - e.g. via email (security [at sign] starbeamrainbowlabs [replace me with a dot] com), and I'll try to respond ASAP.

If you would like to encrypt any communications with me, you can find my GPG key here.

Contributing

Contributions are very welcome - both issues and pull requests! Please mention in your pull request that you release your work under the MPL-2.0 (see below).

See CONTRIBUTING.md for a guide on what to expect when submitting a pull request or issue to this project.

If you're feeling that way inclined, the sponsor button at the top of the page (if you're on GitHub) will take you to my Liberapay profile if you'd like to donate to say an extra thank you :-)

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. Tldr legal have a great summary of the license if you're interested.