diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-17 22:51:27 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-17 22:51:27 +0100 |
commit | 0afc723fe27e8887bb6d4c3d2e62eb6cf5398859 (patch) | |
tree | 261ff926d08cadd63e45fe595d68f33601e7d0af | |
parent | f8494ffd7a1c04fa98b664e72c2ec7432c7dd6a3 (diff) | |
download | honk_custom-master.tar.gz honk_custom-master.zip |
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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) |