~vern website
Go to file
Vitor Gonçalves f8d6ca8e2f
tl: roadmap.html > pt-BR
2023-12-05 11:36:27 -03:00
en Change f"free and open source" to "free as in freedom" 2023-12-04 14:36:13 -05:00
media Fix verntrans.svg weight 2023-12-04 01:17:15 -05:00
pt-BR tl: roadmap.html > pt-BR 2023-12-05 11:36:27 -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 higher quality 2023-12-04 01:11:34 -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