Wiki for spmenu
Go to file
2023-06-04 21:07:28 +02:00
icons update wiki 2023-05-21 14:38:43 +00:00
images HELP I CANT USE NANO!!!!!! 2023-02-01 20:03:56 +00:00
locales HELP I CANT USE NANO!!!!!! 2023-02-01 20:03:56 +00:00
md HELP I CANT USE NANO!!!!!! 2023-02-01 20:03:56 +00:00
pages Update Home.md, remove public editing because of abuse. 2023-06-04 21:07:28 +02:00
tests HELP I CANT USE NANO!!!!!! 2023-02-01 20:03:56 +00:00
config.php HELP I CANT USE NANO!!!!!! 2023-02-01 20:03:56 +00:00
index.css some minor changes, add more pages 2023-04-24 19:33:59 +02:00
index.php Update Home.md, remove public editing because of abuse. 2023-06-04 21:07:28 +02:00
LICENSE HELP I CANT USE NANO!!!!!! 2023-02-01 20:03:56 +00:00
README.md HELP I CANT USE NANO!!!!!! 2023-02-01 20:03:56 +00:00
run.sh add using the wiki and centered status bar pages 2023-02-18 15:18:01 +01:00
test.sh add using the wiki and centered status bar pages 2023-02-18 15:18:01 +01:00

W2 wiki

W2 wiki is a web-based, wiki-like notepad that you can host yourself.

Notable features:

  • Elegant text markup:
    • Uses Markdown Syntax.
    • It supports double-brackets like this to link to another page in the wiki by title
    • It supports double-braces {{like this}} to link to an uploaded image
  • Minimalistic but functional interface:
    • Fits to screen nicely when viewed on iPhone, with custom icon for adding to home screen
    • HTML5 compliant output
  • Title & content search
  • Filesystem storage (no database required) in plain Markdown text files.
  • Rudimentary git integration to commit & push each page edit
  • Localization support (currently en/ja translations available)
  • Image uploading support
  • Optionally password-protected
  • Unlike cloud / hosted solutions, you retain control of your data
  • Written in PHP for portability and hackability
  • Extremely compact (only a few .php files and a .css file)

Installation & Configuration

See Installation instructions.

Security Notice

In its current form, W2 wiki is not security-hardened; it's recommended to only run on an additionally secured server (e.g. in a small, private network for one user only; and secured behind a VPN and/or HTTPS with basic authentication).

License

W2 is licensed under the MIT license.

Acknowledgements

Originally written by Steven Frank and others, with modifications by

W2 wiki uses PHP Markdown by Michel Fortin for rendering Markdown to HTML.

The Markdown syntax description is taken from daringfireball.net.

Maintainer of this fork is codeling.

Reporting Bugs

Please report bugs in the github issue tracker of this fork.