Commit 6c68cd81 authored by kez's avatar kez
Browse files

Initial commit

parents
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+78 −0
Original line number Diff line number Diff line
node_modules

.sass-cache
.DS_Store

public

*.egg-info
*.pyc
__pycache__

i18n/compiled

### Emacs ###
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Org-mode
.org-id-locations
*_archive

# flymake-mode
*_flymake.*

# eshell files
/eshell/history
/eshell/lastdir

# elpa packages
/elpa/

# reftex files
*.rel

# AUCTeX auto folder
/auto/

# cask packages
.cask/
dist/

# Flycheck
flycheck_*.el

# server auth directory
/server/

# projectiles files
.projectile
projectile-bookmarks.eld

# directory configuration
.dir-locals.el

# saveplace
places

# url cache
url/cache/

# cedet
ede-projects.el

# smex
smex-items

# company-statistics
company-statistics-cache.el

# anaconda-mode
anaconda-mode/

assets/logo-temp.png

0 → 100644
+3.2 KiB
Loading image diff...

babel.cfg

0 → 100644
+3 −0
Original line number Diff line number Diff line
[jinja2: **/templates/**.html]
encoding = utf-8
extensions=jinja2.ext.autoescape,jinja2.ext.with_
 No newline at end of file

configs/i18n.ini

0 → 100644
+5 −0
Original line number Diff line number Diff line
content = en
translations = es,fr
i18npath = i18n
translate_paragraphwise = False
url_prefix = https://support.torproject.org/

content/contents.lr

0 → 100644
+24 −0
Original line number Diff line number Diff line
section: development
---
section_id: development
---
color: primary
---
title: Tips for Bypassing Blocking of [Service]
---
subtitle:

Unable to access [service URL]?  
This page details how you can circumvent the censorship.
---
body:

The Tor community is made up of all kinds of contributors.
Some people write documentation and bug reports, while others hold Tor events and conduct outreach.
Whether you have a lot of time to volunteer or a little, and whether you consider yourself technical or not, we want you to join our community, too.
Below you'll find some different ways to volunteer with the Tor community as well as resources to help you help Tor.
---
sections:

#### section ####
content: this is a ***test*** *section*
Loading