This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.

33 lines
975 B
HTML
Raw Normal View History

2019-08-28 21:40:11 -07:00
<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 -%}
2019-01-20 18:06:25 +01:00
<div class="row mb-2">
{% include card.html color="success"
title="SparkleShare"
image="/assets/img/tools/SparkleShare.png"
2019-01-20 18:06:25 +01:00
url="https://sparkleshare.org/"
footer="OS: Windows, macOS, Linux."
2019-08-28 21:40:11 -07:00
description=filesync_sparkleshare_descr
%}
{% include card.html color="primary"
2019-01-20 18:06:25 +01:00
title="Syncthing"
image="/assets/img/tools/Syncthing.png"
2019-01-20 18:06:25 +01:00
url="https://syncthing.net/"
footer="OS: Windows, macOS, Linux, Android, BSD, Solaris."
2019-08-28 21:40:11 -07:00
description=filesync_syncthing_descr
2019-01-20 18:06:25 +01:00
%}
</div>
2019-08-28 21:40:11 -07:00
<h3>{% t filesync.worth_mentioning %}</h3>
2019-01-20 18:06:25 +01:00
<ul>
<li>
2019-08-28 21:40:11 -07:00
<a href="https://git-annex.branchable.com/">git-annex</a> {% t filesync.gitannex_descr %}
2019-01-20 18:06:25 +01:00
</li>
</ul>