From bc3de515434fd248148fb6501cf00f26a7b610de Mon Sep 17 00:00:00 2001 From: bouncepaw Date: Sat, 3 Oct 2020 22:05:10 +0500 Subject: [PATCH] Some cleanup --- README.md | 14 +++++--------- templates/{http_delete.qtpl => delete.qtpl} | 0 templates/{http_delete.qtpl.go => delete.qtpl.go} | 0 3 files changed, 5 insertions(+), 9 deletions(-) rename templates/{http_delete.qtpl => delete.qtpl} (100%) rename templates/{http_delete.qtpl.go => delete.qtpl.go} (100%) diff --git a/README.md b/README.md index c7b62f0..1ff54b3 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,7 @@ # 🍄 MycorrhizaWiki 0.9 A wiki engine. -## 0.9 -This is a development branch for 0.9 version. Features I want to implement in this release: -* [x] Recent changes page. -* [x] Hypha deletion. -* [x] Hypha renaming. -* [x] Support async git ops. - -## Installation +## Building ```sh git clone --recurse-submodules https://github.com/bouncepaw/mycorrhiza cd mycorrhiza @@ -18,7 +11,7 @@ make # * create an executable called `mycorrhiza`. Run it with path to your wiki. ``` -## Current features +## Features * Edit pages through html forms * Responsive design * Works in text browsers @@ -29,6 +22,9 @@ make * List of hyphae page * History page * Random page +* Recent changes page +* Hyphae can be deleted (while still preserving history) +* Hyphae can be renamed (recursive renaming of subhyphae is also supported) * Light on resources: I run a home wiki on this engine 24/7 at an [Orange π Lite](http://www.orangepi.org/orangepilite/). ## Contributing diff --git a/templates/http_delete.qtpl b/templates/delete.qtpl similarity index 100% rename from templates/http_delete.qtpl rename to templates/delete.qtpl diff --git a/templates/http_delete.qtpl.go b/templates/delete.qtpl.go similarity index 100% rename from templates/http_delete.qtpl.go rename to templates/delete.qtpl.go