Tor community website
Go to file
2019-09-12 15:40:18 +02:00
.github Add .github/FUNDING.yml 2019-09-12 15:40:18 +02:00
.gitlab/issue_templates Remove gitlab specific comments 2019-06-18 16:45:49 +02:00
assets Update symlinks and add metatag 2019-09-05 16:40:58 +02:00
configs fix needed for translation files to have the proper link on the description 2019-06-17 08:02:25 +02:00
content typo. 2019-09-11 12:32:06 +02:00
databags Use menu databags from lego 2019-08-23 14:33:49 +02:00
i18n First commit 2019-03-13 17:35:58 +01:00
lego@3d8002591b Update symlinks and add metatag 2019-09-05 16:40:58 +02:00
models Training section 2019-06-12 17:56:11 +02:00
templates Update trademark FAQ link in footer 2019-09-08 07:36:43 +05:30
.gitignore Add events 2019-09-02 19:18:12 +02:00
.gitmodules Add submodule lego 2019-07-01 14:57:20 +02:00
.htaccess add forward for english variants 2019-05-28 17:32:56 +02:00
babel.cfg First commit 2019-03-13 17:35:58 +01:00
community.lektorproject add pt-BR, ru, it 2019-05-27 17:09:02 +02:00
packages Use lego and fix templates 2019-07-01 15:27:38 +02:00
README.md Add README.md with contrib, how to build lektor, bug report instructions 2019-09-03 09:08:41 -04:00

Community portal

This is the repository of Community portal. The current online version of this portal can be found at https://community.torproject.org or Community Onion Service.

To clone the code use either of

git clone https://git.torproject.org/project/web/community.git/

torify git clone http://dccbbv6cooddgcrq.onion/project/web/community.git/

or browse it online.

How to report bugs or feedback

First check if your issue wasn't already opened in dip.torproject.org, then file a trac ticket and choose the component: Webpages/Community.

What is Lektor

Lektor is a framework to generate and serve websites from Markdown files.

Its code can be found at GitHub.

How to contribute

(Easy) Edit this page button

You can click Edit this page and submit your content changes in a Pull Request in GitHub.

(Advanced) Compiling a local version of the website

  1. Download and install Lektor: https://www.getlektor.com/downloads/

  2. Install the lektor-i18n plugin and its dependencies.

  3. Clone the repository:

git clone https://git.torproject.org/project/web/community.git

  1. Init the building blocks submodule:

$ cd lego && git submodule update --init --recursive

  1. Translations for the website are imported by Jenkins when bulding the page, but if you want to test them, download the correct branch of the translations repo to the ./i18n/ folder.

  2. Finally

To run a local continuous builder: $ lektor server

To just build the website once: $ lektor build -O <folder>

How to develop on the website

Check our wiki pages.

Translations

To help us to translate, please join the Tor Project team in Transifex.

Getting help

If you want to contribute to the Community portal, we will be happy to help you. Join us at #tor-www in irc.oftc.net.