~vern website
Go to file
Skylar "The Cobra" Widulski ef02a13032
Make favicon not transparent
Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
2023-12-04 01:09:30 -05:00
en Fix const because vitor didnt translate sysinfo 2023-12-03 21:40:58 -05:00
media Remove border completely 2023-12-02 16:13:10 -05:00
pt-BR Merge branch 'master' of http://git.vern.cc/vern/website 2023-12-03 22:38:03 -03:00
.gitignore announcements 2022-12-13 11:26:04 +05:30
.woodpecker.yml can't separate the steps 2023-11-22 20:11:46 -05:00
LICENSE.php.txt AGPL 2022-10-31 10:47:44 -04:00
LICENSE.txt Move LICENSE to LICENSE.txt 2022-08-09 18:01:06 -04:00
README.md Add <br> to the example tl-notice 2023-12-03 23:55:32 -05:00
canaries actually add the symlink 2022-12-03 15:57:24 +00:00
favicon.ico Make favicon not transparent 2023-12-04 01:09:30 -05:00
tmate.conf i dont have to do that actually 2022-11-26 23:21:19 +05:30

README.md

~vern's website

This repo contains the files for the ~vern website.

It is completely static other than the 8 php scripts licensed under a GNU Affero General Public License, version 3. The generated content is licensed under a CC BY-SA 4.0 International license, along with all other content on the website

To start a version locally, you can use https://github.com/danvk/ssi-server or nginx configs similar to vern/nginx-configs:/common/website.conf.

Translating

You want to help ~vern and are fluent in English and another language? Great!

Follow these steps to start translating our website. For finer details, check out the existing pt-BR translation.

  1. Sign in (Preferrably with ~vern, if you have an account, but Codeberg OAuth2 is fine)
  2. Fork this repo
  3. Copy en/ to the code of whatever language you want to translate it into (we'll call it xx from now on)
  4. Remove xx/translations.php
  5. Translate! (but not xx/tos.html, xx/privpol.html, xx/p/list.php, or anything that isn't shown to the user (i.e. E-mails sent to admins))
  6. Create xx/tl-notice.html that looks something like this, but in your language:
<h1>Translation notice</h1>
<p>The following document is written in english because of ~vern's geographical jurisdiction. Taking into account that all our servers are in the USA or Canada, the following text couldn't be translated. Currently, our translators can't find a viable way of translating the document whilst keeping the same legal meaning. If you have any suggestions, contact an <a href="/xx/admins">admin</a>.</p>
<p>With this stance, here's the original document, in English:</p>
<br>
  1. Add the following text in tos.html and privpol.html directly under the nav.php include.
<!--#include file="tl-notice.html" -->
  1. Add your language to en/translations.php
  2. Create a pull request