added tokens to file sync page

This commit is contained in:
yeet648
2019-08-28 21:40:11 -07:00
parent d2488e1859
commit f506ad1c7b
2 changed files with 18 additions and 10 deletions

View File

@ -1,4 +1,7 @@
<h1 id="sync" class="anchor"><a href="#sync"><i class="fas fa-link anchor-icon"></i></a> Secure File Sync Software</h1>
<h1 id="sync" class="anchor"><a href="#sync"><i class="fas fa-link anchor-icon"></i></a> {% t filesync.software %}</h1>
{%- capture filesync_sparkleshare_descr -%}{% t filesync.sparkleshare_descr %}{%- endcapture -%}
{%- capture filesync_syncthing_descr -%}{% t filesync.syncthing_descr %}{%- endcapture -%}
<div class="row mb-2">
@ -7,24 +10,23 @@
image="/assets/img/tools/SparkleShare.png"
url="https://sparkleshare.org/"
footer="OS: Windows, macOS, Linux."
description="SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or \"projects\") to this folder. These projects will be automatically
kept in sync with both the host and all of your peers when someone adds, removes or edits a file."
%} {% include card.html color="primary"
description=filesync_sparkleshare_descr
%}
{% include card.html color="primary"
title="Syncthing"
image="/assets/img/tools/Syncthing.png"
url="https://syncthing.net/"
footer="OS: Windows, macOS, Linux, Android, BSD, Solaris."
description="Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to
choose where it is stored, if it is shared with some third-party and how it's transmitted over the Internet."
description=filesync_syncthing_descr
%}
</div>
<h3>Worth Mentioning</h3>
<h3>{% t filesync.worth_mentioning %}</h3>
<ul>
<li>
<a href="https://git-annex.branchable.com/">git-annex</a> - Allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle,
whether due to limitations in memory, time, or disk space.
<a href="https://git-annex.branchable.com/">git-annex</a> {% t filesync.gitannex_descr %}
</li>
</ul>