aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3be3aa326c0e8c3a46e2d1ace84848639c1f42c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# honk_custom

[download here](https://git.les-miquelots.net/honk_custom/snapshot/honk_custom-master.zip)

Custom html templates and patches for the
[honk](https://humungus.tedunangst.com/r/honk) federated
ActivityPub server.
These are mainly related to the UX, but patching of the Go files
might happen if I feel the need.

# i18n

The patch `03_bloated_i18n_implementation.patch` works on
`web.go` in the latest changeset
of honk, [dca9f49c629f](https://humungus.tedunangst.com/r/honk/v/dca9f49c629f).

The translations of honks are contained in the `i18n.go` and
`views/i18n/honkpage.js` files. Contact me if you need
help to add translations or notify me for problems, suggestions or
improvements.

Command line to do after adding translations to compile
and run the i18n'd honk should ressemble this:
```
cp patches/03_bloated_i18n_implementation.patch ../honk/
cp views/i18n/* ../honk/views/
cd ../honk
patch -b < 03_bloated_i18n_implementation.patch
make all
./honk
```

# Screenshots

Alternative navigation bar, less uses of the drop down menu:
[alt nav bar menu for honk](https://git.les-miquelots.net/honk_custom/plain/scrots/honk_altnavbar.png)