1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-04 18:19:54 +00:00
Wiki engine fork.
Go to file
2021-03-29 16:13:52 +05:00
assets More actions on toolbar, correct cursor position 2021-03-20 22:48:56 +05:00
history Add primitive diffs accessible from history pages 2021-03-14 20:01:32 +05:00
hyphae Fix a bug related to hypha creation 2021-03-14 20:20:02 +05:00
link Fix some bugs with links 2021-03-22 19:06:31 +05:00
markup Delete the markup tests 2021-03-14 20:24:46 +05:00
metarrhiza@e2884a6ca6 Change the license to AGPL 2021-03-29 16:13:52 +05:00
mimetype Move mimetype stuff to a separate module 2021-01-29 00:07:21 +05:00
shroom Throw away all backlink-related stuff 2021-03-14 18:16:30 +05:00
tree Show only stems of names in the relative hyphae block 2021-02-27 13:42:32 +05:00
user Add primitive diffs accessible from history pages 2021-03-14 20:01:32 +05:00
util Add -print-example-config 2021-03-09 19:27:14 +05:00
views More actions on toolbar, correct cursor position 2021-03-20 22:48:56 +05:00
.gitignore gitignore editors and IDEA folders 2021-03-06 02:44:46 +05:00
.gitmodules Replace with 0.7 version in a primitive way 2020-08-05 20:08:59 +05:00
flag.go Add -print-example-config 2021-03-09 19:27:14 +05:00
gemini.go Start the Great Refactoring 2021-02-17 23:41:35 +05:00
go.mod Support configuration files 2021-03-06 14:40:47 +05:00
go.sum Support configuration files 2021-03-06 14:40:47 +05:00
http_admin.go Add /admin/reindex-users 2021-03-14 18:29:57 +05:00
http_auth.go Move mutators.qtpl and auth.qtpl to the views 2021-02-23 19:25:07 +05:00
http_history.go Refactor history views 2021-02-20 21:50:25 +05:00
http_mutators.go Move mutators.qtpl and auth.qtpl to the views 2021-02-23 19:25:07 +05:00
http_readers.go Add primitive diffs accessible from history pages 2021-03-14 20:01:32 +05:00
LICENSE Change the license to AGPL 2021-03-29 16:13:52 +05:00
main.go review changes 2021-03-20 19:21:50 +05:00
Makefile Add -print-example-config 2021-03-09 19:27:14 +05:00
mycocredentials.json Start implementing fixed authorization system 2020-11-13 23:45:42 +05:00
name.go Move navititle, attachment block, backlinks sidebar to the new views module 2021-02-20 20:48:51 +05:00
README.md Update README.md 2021-03-19 19:01:14 +05:00

🍄 MycorrhizaWiki 1.1

A wiki engine.

Main wiki

Building

Also see detailed instructions on wiki.

git clone --recurse-submodules https://github.com/bouncepaw/mycorrhiza
cd mycorrhiza
make
# That make will:
# * run the default wiki. You can edit it right away.
# * create an executable called `mycorrhiza`. Run it with path to your wiki.

Usage

mycorrhiza [OPTIONS...] WIKI_PATH

WIKI_PATH must be a path to git repository which you want to be a wiki.

Options:
  -config-path string
        Path to a configuration file. Leave empty if you don't want to use it.
  -print-example-config
        If true, print an example configuration file contents and exit. You can save the output to a file and base your own configuration on it.

Features

  • Edit pages through html forms, graphical preview
  • Responsive design, dark theme (synced with system theme)
  • Works in text browsers
  • Wiki pages (called hyphae) are written in mycomarkup
  • Everything is stored as simple files, no database required. You can run a wiki on almost any directory and get something to work with
  • Page trees; links to previous and next pages
  • Changes are saved to git
  • List of hyphae page
  • History page
  • Random page
  • Recent changes page; RSS, Atom and JSON feeds available
  • Hyphae can be deleted (while still preserving history)
  • Hyphae can be renamed (recursive renaming of subhyphae is also supported)
  • Light on resources
  • Authorization with pre-set credentials
  • Basic Gemini protocol support

Contributing

Help is always needed. We have a tg chat where some development is coordinated. You can also sponsor on boosty. Feel free to open an issue or contact directly.

You can view list of all planned features on our kanban board.