1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-06-01 02:44:05 +00:00
Timur Ismagilov 41733c50bd
New templates #117 (#236)
Didn't have the chance to migrate //all// templates just yet. We'll get there.

* Implement yet another template system

* Move orphans to the new system and fix a bug in it

* Link orphans in the admin panel

* Move the backlink handlers to the web package

* Move auth routing to web

* Move /user-list to the new system

* Move change password and translate it

* Move stuff

* Move admin-related stuff to the web

* Move a lot of files into internal dir

Outside of it are web and stuff that needs further refactoring

* Fix static not loading and de-qtpl tree

* Move tree to internal

* Keep the globe on the same line #230

* Revert "Keep the globe on the same line #230"

This reverts commit ae78e5e459b1e980ba89bf29e61f75c0625ed2c7.

* Migrate templates from hypview: delete, edit, start empty and existing WIP

The delete media view was removed, I didn't even know it still existed as a GET. A rudiment.

* Make views multi-file and break compilation

* Megarefactoring of hypha views

* Auth-related stuffs

* Fix some of those weird imports

* Migrate cat views

* Fix cat js

* Lower standards

* Internalize trauma
2024-09-07 21:22:41 +03:00
2024-06-29 18:32:42 +03:00
2024-09-07 21:22:41 +03:00
2024-09-07 21:22:41 +03:00
2024-09-07 21:22:41 +03:00
2024-09-07 21:22:41 +03:00
2024-09-07 21:22:41 +03:00
2024-09-07 21:22:41 +03:00
2024-09-07 21:22:41 +03:00
2024-09-07 21:22:41 +03:00
2024-09-07 21:22:41 +03:00
2024-09-07 21:22:41 +03:00
2022-08-19 18:36:35 +03:00
2022-02-01 20:47:32 +07:00
2022-08-07 01:07:52 +05:00
2024-09-07 21:22:41 +03:00
2024-06-02 00:49:58 +03:00
2024-06-03 21:59:18 +03:00
2024-09-07 21:22:41 +03:00
2021-03-29 16:13:52 +05:00
2024-09-07 21:22:41 +03:00
2022-09-14 03:18:02 +03:00
2024-06-29 18:12:23 +03:00

🍄 Mycorrhiza Wiki

Mycorrhiza Wiki is a lightweight file-system wiki engine that uses Git for keeping history. Main wiki

A screenshot of mycorrhiza.wiki's home page in the Safari browser

Features

  • No database used. Everything is stored in plain files. It makes installation super easy, and you can modify the content directly by yourself.
  • Everything is hyphae. A hypha is a unit of content such as a picture, video or a text article. Hyphae can transclude and link each other, forming a tight network of hypertext pages.
  • Hyphae are authored in Mycomarkup, a markup language that's designed to be unambiguous yet easy to use.
  • Categories let you organize hyphae without any hierarchy restrictions, with all the benefits of a category system.
  • Nesting of hyphae is also supported if you like hierarchies.
  • History of changes. Every change is safely stored in Git. Web feeds (RSS, Atom, JSON Feed) for recent changes included.
  • Keyboard-driven navigation. Press ? to see the list of shortcuts.
  • Support for authorization. Both plain username-password pairs and Telegram's login widget are supported.
  • Open Graph support. The most relevant info about a hypha is made available through OG meta tags for consumption by other software.
  • Interwiki support.

Compare Mycorrhiza Wiki with other engines on WikiMatrix.

Installing

See the deployment guide on the wiki. Also, Mycorrhiza might be available in your repositories.

Contributing and community

If you want to contribute with code, open a pull request on GitHub or send a patch to the mailing list. If you want to report an issue, open an issue on GitHub or contact us directly.

Consider supporting the development on Boosty.

Description
Wiki engine fork.
Readme AGPL-3.0 13 MiB
Languages
Go 68%
HTML 18%
CSS 6.8%
JavaScript 6.3%
Roff 0.7%
Other 0.2%