From 1fdb99eb4838a588d6fbcd949e7794360e5e5974 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Thu, 17 Jun 2021 22:41:39 +0100 Subject: moar on how to use --- README.md | 21 ++++++++++++++------- scrots/honk_altnavbar.png | Bin 169071 -> 0 bytes 2 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 scrots/honk_altnavbar.png diff --git a/README.md b/README.md index d67add4..abe02b6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,16 @@ and patch the source with the rsstitle.patch. The patches are useable outside the Makefile. You just have to make sure to put them in the root of the cloned honk repo or untarred source. +The `make rsstitle install` will : + +- apply the rsstitle patch +- compile honk +- copy manuals to the relevant sections in `/usr/share/man` +- copy html template to `/usr/share/honk` +- created the **honk** user and group if not existing +- created a systemd service if `SYSTEMD=1` is defined in the Makefile +- initialize the honk database if not existing at `/usr/share/honk/honk.db` + # Patches ## i18n.patch : Translation of the honk user interface @@ -40,13 +50,13 @@ improvements. Before the patch, the title and description of an user RSS Feed is like this: -- title : yourhandle honk -- description: yourhandle honk rss +- **title** : yourhandle honk +- **description**: yourhandle honk rss After the patch: -- title: @yourhandle - honking from honk.club -- description: Honks from yourhandle@honk.club +- **title**: @yourhandle - honking from honk.club +- **description**: Honks from yourhandle@honk.club I find it clearer. @@ -66,7 +76,4 @@ The `altnavbar_i18n.patch` is the same, but the labels are i18n'd. # Screenshots -Alternative navigation bar, less uses of the menu on the left: -[alt nav bar menu for honk](https://git.les-miquelots.net/honk_custom/plain/scrots/honk_altnavbar.png) - A video of the i18n module and the navbar patch [here](https://partage.les-miquelots.net/img/honk_i18n.mp4) diff --git a/scrots/honk_altnavbar.png b/scrots/honk_altnavbar.png deleted file mode 100644 index 76323ef..0000000 Binary files a/scrots/honk_altnavbar.png and /dev/null differ -- cgit v1.2.3-54-g00ecf