1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-13 05:50:27 +00:00
Wiki engine fork.
Go to file
2020-07-19 20:00:44 +05:00
cfg Add locale system 2020-07-18 22:23:56 +05:00
fs Add locale system 2020-07-18 22:23:56 +05:00
mycelium Make mycelia somewhat working 2020-07-04 00:20:56 +05:00
plugin Add locale system 2020-07-18 22:23:56 +05:00
render Add locale system 2020-07-18 22:23:56 +05:00
util Create plugin/parser structure, add creole parser 2020-07-04 22:17:08 +05:00
wiki Add locale system 2020-07-18 22:23:56 +05:00
.gitignore Reorganise templates a little bit 2020-06-24 00:34:01 +05:00
go.mod Create plugin/parser structure, add creole parser 2020-07-04 22:17:08 +05:00
go.sum Create plugin/parser structure, add creole parser 2020-07-04 22:17:08 +05:00
handlers.go Make mycelia somewhat working 2020-07-04 00:20:56 +05:00
main.go Add locale system 2020-07-18 22:23:56 +05:00
Makefile Redo templates a little, support w3m and phones, add Makefile 2020-07-05 17:53:57 +05:00
README.md write a better readme 2020-07-19 20:00:44 +05:00

mycorrhiza wiki

A wiki engine inspired by fungi. Not production-ready.

Current version: 0.5 (or more?)

Current features

  • Edit pages through html forms
  • Responsive design
  • Theme support (no themes other than the default one implemented though)
  • Works in text browsers
  • Pages (called hyphae) can be written in markdown, creole or geminitext.
  • Two types of plugins: parsers (for supporting more markup languages) and languages (for i18n)
  • Change history is saved and can be viewed (no nice way to do this yet, it can be done by changing url only)
  • Namespaces called mycelia
  • Everything is stored as simple files, no database required

Future features

  • Tags
  • Authorization
  • History view
  • Granular user rights

Installation

I guess you can just clone this repo and run make to play around with the default wiki.

License

Contents of wiki directory are under CC BY-SA 4.0.

File wiki/favicon.icon is from here.

The license for the rest of files is not decided yet, so let's consider it to be CC BY-SA 4.0 too.