Add a link to this fork

This commit is contained in:
blankie 2023-05-13 18:54:44 +07:00
parent e3d13b02b5
commit 58795b5f1c
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,10 @@
# About
Nitter is a free and open source alternative Twitter front-end focused on
privacy and performance. The source is available on GitHub at
<https://github.com/zedeus/nitter>
privacy and performance. \
Original source code: <https://github.com/zedeus/nitter> \
Custom source code: <https://gitlab.com/blankX/nitter> or
<https://git.nixnet.services/blankie/nitter>
* No JavaScript or ads
* All requests go through the backend, client never talks to Twitter

View File

@ -5,7 +5,7 @@ import karax/[karaxdsl, vdom]
const
date = staticExec("git show -s --format=\"%cd\" --date=format:\"%Y.%m.%d\"")
hash = staticExec("git show -s --format=\"%h\"")
link = "https://github.com/zedeus/nitter/commit/" & hash
link = "https://gitlab.com/blankX/nitter/-/commit/" & hash
version = &"{date}-{hash}"
var aboutHtml: string