Add a link to this fork
This commit is contained in:
parent
85c18b2930
commit
ff3e0cc3e7
|
@ -1,8 +1,10 @@
|
||||||
# About
|
# About
|
||||||
|
|
||||||
Nitter is a free and open source alternative Twitter front-end focused on
|
Nitter is a free and open source alternative Twitter front-end focused on
|
||||||
privacy and performance. The source is available on GitHub at
|
privacy and performance. \
|
||||||
<https://github.com/zedeus/nitter>
|
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
|
* No JavaScript or ads
|
||||||
* All requests go through the backend, client never talks to Twitter
|
* All requests go through the backend, client never talks to Twitter
|
||||||
|
|
|
@ -5,7 +5,7 @@ import karax/[karaxdsl, vdom]
|
||||||
const
|
const
|
||||||
date = staticExec("git show -s --format=\"%cd\" --date=format:\"%Y.%m.%d\"")
|
date = staticExec("git show -s --format=\"%cd\" --date=format:\"%Y.%m.%d\"")
|
||||||
hash = staticExec("git show -s --format=\"%h\"")
|
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}"
|
version = &"{date}-{hash}"
|
||||||
|
|
||||||
var aboutHtml: string
|
var aboutHtml: string
|
||||||
|
|
Loading…
Reference in New Issue