Wiki for spmenu
Go to file
2023-07-26 15:43:23 +02:00
articles Add new theme, use links instead 2023-07-26 15:43:23 +02:00
css Add new article, adjust the CSS slightly 2023-07-02 04:05:27 +02:00
icons Remove icons that we don't use 2023-06-28 18:23:48 +02:00
md HELP I CANT USE NANO!!!!!! 2023-02-01 20:03:56 +00:00
.htaccess 404 document to .htaccess 2023-07-01 18:24:21 +02:00
404.php Move index.css to css/ 2023-06-28 18:29:11 +02:00
config.php Replace 12 hour time with 24 hour time. 2023-07-01 11:16:09 +02:00
footer.php Use a footer file instead 2023-06-28 19:34:45 +02:00
index.php Don't link headers 2023-07-02 01:47:17 +02:00
LICENSE I was not working on this wiki in 2022 2023-06-28 18:32:07 +02:00
README.md Rename pages to articles, just like speedie-page 2023-06-28 23:08:33 +02:00
test.sh add using the wiki and centered status bar pages 2023-02-18 15:18:01 +01:00

spmenu-wiki

The official wiki and documentation for spmenu.

Contributing

I accept contributions in the form of both new articles and edits to existing articles. In the past this was a wiki where anyone could edit any page or add new pages, but due to abuse that has since been disabled and removed.

Pages/articles should be written in Markdown, and should be located in the articles/ directory. The sidebar itself can also be found in articles/.

Before submitting your changes, please test locally. If you have php installed, you can simply do this by running test.sh and navigating to localhost:1337 in your web browser.

When you're done with your changes, fork the project, make any changes you wish to make, and submit a pull request using Gitea. I will then approve the changes, or request changes to be made to it before it can be merged. Please allow some time after the pull request has been merged for the changes to be displayed.

Please note that any documentation is licensed under the CC-BY-SA 4.0 license. The actual code (including all PHP) is licensed under the MIT license.