From 99e43b072891211f21ce75c13333ec4c19342d80 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 9 May 2020 14:37:54 +0100 Subject: [PATCH] add a fancy animation to the initial screenshot & do the layout for the features --- src/index.html | 72 +++++++----- src/static/css/main.css | 59 +++++++++- src/static/images/cc-by-sa.png | Bin 0 -> 1515 bytes src/static/images/cc-by-sa.svg | 199 +++++++++++++++++++++++++++++++++ src/static/images/sbrl.png | Bin 0 -> 73800 bytes 5 files changed, 299 insertions(+), 31 deletions(-) create mode 100644 src/static/images/cc-by-sa.png create mode 100644 src/static/images/cc-by-sa.svg create mode 100644 src/static/images/sbrl.png diff --git a/src/index.html b/src/index.html index e905696..5f49d06 100644 --- a/src/index.html +++ b/src/index.html @@ -3,12 +3,26 @@ layout: layouts/main title: Pepperminty Wiki --- -
+
+

Welcome to Pepperminty Wiki!

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!

+

+ stable version badge + pre-release version badge + development version badge + +

+

+ + + License: MPL-2.0 + Docker pulls count +

-
- +
+ A screenshot of Pepperminty Wiki
@@ -18,73 +32,73 @@ title: Pepperminty Wiki
-
- placeholder +
+ placeholder
No database Simple flat file structure that scales to millions of words and 1000s of pages, and makes for easy backups too!
- -
- placeholder +
+ placeholder
Simple installation Just upload a single file to a clean directory on a PHP-enabled web server, and you're good to go!
-
- placeholder +
+ placeholder
Markdown syntax - Powered by Parsedown, familiar Markdown 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. + Powered by Parsedown, familiar Markdown syntax with helpful extensions can be used to format your pages.
-
- placeholder +
+ placeholder
Full-text search Find that obscure nugget of information easily with a performant full-text search engine 1! Ninjas can use the advanced query syntax to find even the most stubborn of pages.
-
- placeholder +
+ placeholder
Revision history 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!
-
- placeholder +
+ placeholder
File upload Upload images, videos, audio and more and embed them in your pages!
-
- placeholder +
+ placeholder
Inbuilt help page - 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. + 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. +
-
- placeholder +
+ placeholder
Page lists Get an overview of the pages on your wiki with a page list. Tags are supported too, for easy logical categorisation of pages.
-
- placeholder +
+ placeholder
File upload Upload images, videos, audio and more and embed them in your pages! @@ -92,7 +106,7 @@ title: Pepperminty Wiki
-
+

And more! Check out the feature list for an extended list of supported features.

Don't see a feature you need? Open an issue!

@@ -109,9 +123,11 @@ title: Pepperminty Wiki - A mention that we (should) be fully accessible - open an issue if there's something that could be improved --> -