Tox / tox.chat

The Tox Project's official website
https://tox.chat
Creative Commons Attribution Share Alike 4.0 International
231 stars 52 forks source link

add TRIfA to website #238

Open zoff99 opened 2 years ago

nurupo commented 2 years ago

themes/website/static/js/osdetect.js and themes/website/templates/clients.html are missing entries for TRIfA.

When adding client screenshots, please run them through:

find . -type f -iname "*.png" -print0 | xargs -I {} -0 optipng -o7 -zm1-9 "{}"
find . -type f -iname "*.jp*" -print0 | xargs -I {} -0 jpegoptim --strip-all "{}"

(don't run it on the screenshots already on the website).

zoff99 commented 2 years ago

@nurupo @iphydf --> done. should i squash?

zoff99 commented 2 years ago

any news on this?

nurupo commented 2 years ago

How about something like this (the three commits I have added)?

trifa_2.png was removed because it wasn't a screenshot.

nurupo commented 2 years ago

Someone pointed out that osdetect.js would add trifa download to the top of the download page without any warnings shown, so something should be done to remedy this.

zoff99 commented 2 years ago

is there any progress on this?

nurupo commented 2 years ago

Sorry, I'm away for a few months, maybe @robinlinden or someone else can take over this.

zoff99 commented 1 year ago

any news on this? is this going to be merged?