Add contact.md to en.yml

This commit is contained in:
Jonah 2019-08-06 16:22:44 -05:00
parent d4568f509b
commit 82b94ec597
No known key found for this signature in database
GPG Key ID: B9D1C611859E0649
6 changed files with 40 additions and 15 deletions

View File

@ -1,12 +1,13 @@
source "https://rubygems.org"
# Install github-pages gem (https://jekyllrb.com/docs/github-pages/)
gem "github-pages", group: :jekyll_plugins
gem "jekyll", group: :jekyll_plugins
# Plugins
group :jekyll_plugins do
# example: gem "jekyll-feed", "~> 0.6"
gem 'jekyll-multiple-languages-plugin'
gem 'jekyll-sitemap'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

View File

@ -6,6 +6,7 @@ sass:
plugins:
- jekyll-sitemap
- jekyll-multiple-languages-plugin
plugins_dir: "./_plugins"
sitemap:
file: "/sitemap.xml"
include: [".well-known"]

View File

@ -3,6 +3,7 @@ lang:
polish: "Polski"
global:
further_reading: "Further Reading"
new: "New"
header:
lead: "You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. privacytools.io provides services, tools and knowledge to protect your privacy against global mass surveillance."
search: "Try search.privacytools.io, a Privacy-Respecting Search Engine"
@ -113,3 +114,16 @@ contact:
editorial_team: "Editorial Team"
up_to_date: "It's very important to us to stay up-to-date on the latest changes in the privacy space."
reach_out: "If you have a software recommendation for us, or want to request a change on this website, please don't hesitate to reach out."
start_discussion: "Start a discussion in our Discourse Forum"
open_an_issue: "Open an issue or pull request on GitHub"
reddit_suggestion: "Suggest something new on Reddit"
transparency: "For complete transparency, software and providers will only be considered for this website after discussions take place on either of the above platforms."
on_matrix: "We're now on Matrix! Join us at"
on_matrix2: "to chat with us and other members about this site and privacy in general"
register_matrix: "If you need a Matrix account, you can sign up with our own homeserver"
using: "using"
or_matrix_client: "or any Matrix client!"
abuse1: "We take the operation of our various services very seriously."
abuse2: "Report only abuse here:"
searx_issues: "Searx Issues"
website_issues: "Website Issues"

View File

@ -3,8 +3,8 @@ layout: default
---
<div class="jumbotron p-5">
<h1 class="display-4">{{ page.title }}</h1>
{% if page.description and page.hidedesc != true %}<p class="lead">{{ page.description }}</p>{% endif %}
<h1 class="display-4">{{ page.title | flatify }}</h1>
{% if page.description and page.hidedesc != true %}<p class="lead">{{ page.description | flatify }}</p>{% endif %}
</div>
{{ content }}

View File

@ -0,0 +1,9 @@
module Jekyll
module ExpandNestedVariableFilter
def flatify(input)
Liquid::Template.parse(input).render(@context)
end
end
end
Liquid::Template.register_filter(Jekyll::ExpandNestedVariableFilter)

View File

@ -1,27 +1,27 @@
---
layout: page
permalink: /contact/
title: "Contact Us"
description: "Contact the privacytoolsIO team if you have any suggestions or are experiencing any issues."
title: "{% t contact.title %}"
description: "{% t contact.description %}"
---
## Editorial Team
## {% t contact.editorial_team %}
It's very important to us to stay up-to-date on the latest changes in the privacy space. If you have a software recommendation for us, or want to request a change on this website, please don't hesitate to reach out.
{% t contact.up_to_date %} {% t contact.reach_out %}
[<i class="fab fa-discourse fa-lg fa-fw"></i> Start a discussion in our Discourse Forum](https://forum.privacytools.io/)
[<i class="fab fa-discourse fa-lg fa-fw"></i> {% t contact.start_discussion }](https://forum.privacytools.io/)
[<i class="fab fa-github fa-lg fa-fw"></i> Open an issue or pull request on GitHub](https://github.com/privacytoolsIO/privacytools.io/issues)
[<i class="fab fa-github fa-lg fa-fw"></i> {% t contact.open_an_issue %}](https://github.com/privacytoolsIO/privacytools.io/issues)
[<i class="fab fa-reddit fa-lg fa-fw"></i> Suggest something new on reddit](https://www.reddit.com/r/privacytoolsIO/)
[<i class="fab fa-reddit fa-lg fa-fw"></i> {% t contact.reddit_suggestion %}](https://www.reddit.com/r/privacytoolsIO/)
For complete transparency, software and providers will only be considered for this website after discussions take place on either of the above platforms.
{% t contact.transparency %}
<span class="text-success"><i class="fas fa-comment"></i> New:</span> We're now on Matrix! Join us at `#general:privacytools.io` to chat with us and other members about this site and privacy in general. If you need a Matrix account, you can sign up with our own homeserver (`https://chat.privacytools.io`) using [riot.privacytools.io](https://riot.privacytools.io/) or any Matrix client! If you prefer XMPP, you're welcome to [use the Matrix.org XMPP bridge to join the discussion](https://conversations.im/j/%23general%23privacytools.io@bridge.xmpp.matrix.org).
<span class="text-success"><i class="fas fa-comment"></i> {% t global.new %}:</span> {% t contact.on_matrix %} `#general:privacytools.io` {% t contact.on_matrix2 %}. {% t contact.register_matrix %} (`https://chat.privacytools.io`) {% t contact.using %} [riot.privacytools.io](https://riot.privacytools.io/) {% t contact.or_matrix_client %}
## Abuse
We take the operation of our various [services](/services/) very seriously. Report only <strong>abuse</strong> here: abuse at privacytools dot io.
{% t contact.abuse1 %} {% t contact.abuse2 %} abuse at privacytools dot io.
<div class="row">
<div class="col-12">
@ -30,8 +30,8 @@ We take the operation of our various [services](/services/) very seriously. Repo
GitHub Issues
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item"><strong>Searx Issues:</strong> <a href="https://github.com/privacytoolsIO/search">github.com/privacytoolsIO/search</a></li>
<li class="list-group-item"><strong>Website Issues:</strong> <a href="https://github.com/privacytoolsIO/privacytools.io">github.com/privacytoolsIO/privacytools.io</a></li>
<li class="list-group-item"><strong>{% t contaxt.searx_issues %}:</strong> <a href="https://github.com/privacytoolsIO/search">github.com/privacytoolsIO/search</a></li>
<li class="list-group-item"><strong>{% t contaxt.website_issues %}:</strong> <a href="https://github.com/privacytoolsIO/privacytools.io">github.com/privacytoolsIO/privacytools.io</a></li>
</ul>
</div>
</div>