From 0afc723fe27e8887bb6d4c3d2e62eb6cf5398859 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Thu, 17 Jun 2021 22:51:27 +0100 Subject: some more explaining --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index e263df3..d713201 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ sure to put them in the root of the cloned honk repo or untarred source. The `make rsstitle install` will : +- download the tarballed source if not already done - apply the rsstitle patch - compile honk - copy manuals to the relevant sections in `/usr/share/man` @@ -46,6 +47,11 @@ The translated strings are contained in the `i18n.go` and help to add translations or notify me for problems, suggestions or improvements. +To apply: +``` +make i18n +``` + ## rsstitle.patch : More descriptive RSS title and description Before the patch, the title and description of an user RSS Feed is like this: @@ -60,6 +66,11 @@ After the patch: I find it clearer. +To apply: +``` +make rsstitle +``` + ## altnavbar.patch (and the i18n version): honking faster with less clicks You need to shitpost fast ? Look no further, this will add a floating @@ -74,6 +85,11 @@ navigation bar at the page's top with link to: The `altnavbar_i18n.patch` is the same, but the labels are i18n'd. +To apply: +``` +make altnavbar # or i18naltnavbar +``` + # Screenshots A video of the i18n module and the navbar patch [here](https://partage.les-miquelots.net/img/honk_i18n.mp4) -- cgit v1.2.3-54-g00ecf