aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-06-17 22:51:27 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-06-17 22:51:27 +0100
commit0afc723fe27e8887bb6d4c3d2e62eb6cf5398859 (patch)
tree261ff926d08cadd63e45fe595d68f33601e7d0af
parentf8494ffd7a1c04fa98b664e72c2ec7432c7dd6a3 (diff)
downloadhonk_custom-master.tar.gz
honk_custom-master.zip
some more explainingHEADmaster
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
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)