1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-11 21:10:26 +00:00
Wiki engine fork.
Go to file
2021-05-09 15:42:12 +05:00
.github/workflows Do not redirect from / to /hypha/home 2021-05-09 13:34:14 +05:00
.idea Drop support of icon redefining, use a different url for icons 2021-05-09 15:07:01 +05:00
assets Drop support of icon redefining, use a different url for icons 2021-05-09 15:07:01 +05:00
cfg Move config-related stuff to its own module 2021-05-09 14:36:39 +05:00
files Move config-related stuff to its own module 2021-05-09 14:36:39 +05:00
history Move config-related stuff to its own module 2021-05-09 14:36:39 +05:00
hyphae Rewrite the tree using the new iteration object WIP 2021-04-06 23:47:35 +05:00
link Fix anchor being shown when not needed 2021-04-19 21:44:32 +05:00
markup Move config-related stuff to its own module 2021-05-09 14:36:39 +05:00
metarrhiza@515634c88a Make subhyphae links become smaller with deeper nesting 2021-05-01 12:06:29 +05:00
mimetype Move mimetype stuff to a separate module 2021-01-29 00:07:21 +05:00
shroom Move config-related stuff to its own module 2021-05-09 14:36:39 +05:00
tree Show subhyphae counters near the relative hyphae links 2021-04-07 22:49:56 +05:00
user Move config-related stuff to its own module 2021-05-09 14:36:39 +05:00
util Move all web-related stuff to a new module 2021-05-09 15:42:12 +05:00
views Drop support of icon redefining, use a different url for icons 2021-05-09 15:07:01 +05:00
web Move all web-related stuff to a new module 2021-05-09 15:42:12 +05:00
.gitignore Drop support of icon redefining, use a different url for icons 2021-05-09 15:07:01 +05:00
.gitmodules Replace with 0.7 version in a primitive way 2020-08-05 20:08:59 +05:00
flag.go Move all web-related stuff to a new module 2021-05-09 15:42:12 +05:00
gemini.go Move config-related stuff to its own module 2021-05-09 14:36:39 +05:00
go.mod Expand home directory in config paths 2021-04-28 17:37:04 +07:00
go.sum Expand home directory in config paths 2021-04-28 17:37:04 +07:00
LICENSE Change the license to AGPL 2021-03-29 16:13:52 +05:00
main.go Move all web-related stuff to a new module 2021-05-09 15:42:12 +05:00
Makefile Implement registration 2021-04-26 21:29:41 +05:00
mycocredentials.json Start implementing fixed authorization system 2020-11-13 23:45:42 +05:00
name.go Move all web-related stuff to a new module 2021-05-09 15:42:12 +05:00
README.md Increment version 2021-05-01 21:26:21 +05:00

🍄 MycorrhizaWiki 1.2

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

  • Wiki pages (called hyphae) are written in mycomarkup
  • Edit pages through html forms, graphical preview, toolbar that helps you use the markup
  • Responsive design, dark theme (synced with system theme)
  • Works in text browsers
  • 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, registration
  • 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.