Key some software pages

This covers
* Calendar/Contacts Sync Tools
* Digital Notebook
* Email Alternatives and Clients
* File Encrpytion, Sharing, and Sync
* Metadata Removal Toosl
* Password Manager
* Productivity Tools
* Self-contained Networks
* Self-hosted Cloud Server
This commit is contained in:
djoate
2019-11-24 18:20:21 -05:00
parent 13b5827a79
commit 271c705ad3
22 changed files with 827 additions and 88 deletions

View File

@@ -2,7 +2,7 @@
<a href="#sync">
<i class="fas fa-link anchor-icon"></i>
</a>
File Sync
{% t File Sync %}
</h1>
{%
@@ -32,11 +32,10 @@
mac="https://github.com/hbons/SparkleShare/releases/"
%}
<h3>Worth Mentioning</h3>
<h3>{% t 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="{% t https://git-annex.branchable.com/ %}">{% t git-annex %}</a> - {% t 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. %}
</li>
</ul>