pepperminty-wiki-website/src/index.html

118 lines
4.8 KiB
HTML

---
layout: layouts/main
title: Pepperminty Wiki
---
<div class="double">
<div class="left centre padding-wide">
<p>Pepperminty Wiki is a complete wiki engine contained in a single file, inspired by @am2064's <a href="https://github.com/am2064/Minty-Wiki">Minty Wiki</a>. It's open source too (under MPL-2.0), so contributions are welcome!</p>
</div>
<div class="right">
<span class="fancy-browser-window">
<img src="static/images/page-light.png" alt="A screenshot of Pepperminty Wiki" />
</span>
</div>
</div>
<!-- Screenshot here opposite above text - insert badge(s) below above text -->
<div class="feature-list">
<figure>
<img alt="placeholder" src="https://starbeamrainbowlabs.com/images/placeholder/?width=64&amp;height=64" />
<figcaption>
<strong>No database</strong>
Simple flat file structure that scales to millions of words and 1000s of pages, and makes for easy backups too!
</figcaption>
</figure>
<figure>
<img alt="placeholder" src="https://starbeamrainbowlabs.com/images/placeholder/?width=64&amp;height=64" />
<figcaption>
<strong>Simple installation</strong>
Just upload a single file to a clean directory on a PHP-enabled web server, and you're good to go!
</figcaption>
</figure>
<figure>
<img alt="placeholder" src="https://starbeamrainbowlabs.com/images/placeholder/?width=64&amp;height=64" />
<figcaption>
<strong>Markdown syntax</strong>
Powered by <a href="https://parsedown.org/">Parsedown</a>, familiar <a href="https://www.markdownguide.org/">Markdown</a> syntax with helpful extensions can be used to format your pages. Power users can make use of the expressive templating syntax too for ultimate composability.
</figcaption>
</figure>
<figure>
<img alt="placeholder" src="https://starbeamrainbowlabs.com/images/placeholder/?width=64&amp;height=64" />
<figcaption>
<strong>Full-text search</strong>
Find that obscure nugget of information easily with a performant full-text search engine <sup><a href="#footnote-fulltext-search">1</a></sup>! Ninjas can use the advanced query syntax to find even the most stubborn of pages.
</figcaption>
</figure>
<figure>
<img alt="placeholder" src="https://starbeamrainbowlabs.com/images/placeholder/?width=64&amp;height=64" />
<figcaption>
<strong>Revision history</strong>
Accidentally delete an important part of a page? No worries. Just check the page revision history. Limited only by the size of your hard drive!
</figcaption>
</figure>
<figure>
<img alt="placeholder" src="https://starbeamrainbowlabs.com/images/placeholder/?width=64&amp;height=64" />
<figcaption>
<strong>File upload</strong>
Upload images, videos, audio and more and embed them in your pages!
</figcaption>
</figure>
<figure>
<img alt="placeholder" src="https://starbeamrainbowlabs.com/images/placeholder/?width=64&amp;height=64" />
<figcaption>
<strong>Inbuilt help page</strong>
Confused on how to use a feature? The inbuilt dynamic help page is here to help! From Markdown extension syntax to redirect pages, the help page will show you the ropes. Moderators get love too, with extra help sections that appear on login.
</figcaption>
</figure>
<figure>
<img alt="placeholder" src="https://starbeamrainbowlabs.com/images/placeholder/?width=64&amp;height=64" />
<figcaption>
<strong>Page lists</strong>
Get an overview of the pages on your wiki with a page list. Tags are supported too, for easy logical categorisation of pages.
</figcaption>
</figure>
<figure>
<img alt="placeholder" src="https://starbeamrainbowlabs.com/images/placeholder/?width=64&amp;height=64" />
<figcaption>
<strong>File upload</strong>
Upload images, videos, audio and more and embed them in your pages!
</figcaption>
</figure>
</div>
<div class="smallfeature">
<p>And more! Check out the <a href="https://starbeamrainbowlabs.com/labs/peppermint/__nightdocs/02-Features.html">feature list</a> for an extended list of supported features.</p>
<p>Don't see a feature you need? <a href="https://github.com/sbrl/Pepperminty-Wiki/issues/new">Open an issue</a>!</p>
</div>
<!--
Things to add:
- We're open-source
- Download section: latest release, online downloader, docs for from source
- Demo
- Link to docs (at the top and further down?)
- Link to repo
- Latest version badges (probably near the top)
- Screenshots (don't forget to demo the dark mode too)
- A mention that we (should) be fully accessible - open an issue if there's something that could be improved
-->
<footer>
<ol>
<li id="footnote-fulltext-search"><strong>Full-text search:</strong> Tested on an Intel® Core™ i7-7500U with 5 million words from Wikipedia spread across 2011 pages. Average search time for a single-word query that returned ~307 results was ~110ms.</li>
</ol>
<p></p>
</footer>