From bf32a48f36c19c97bf91c638aa463ff664a06696 Mon Sep 17 00:00:00 2001
From: nitrohorse <1514352+nitrohorse@users.noreply.github.com>
Date: Tue, 20 Aug 2019 23:07:09 -0700
Subject: [PATCH 1/4] Update Productivity Tools page to cardv2
---
_includes/sections/productivity-tools.html | 61 +++++++++++++---------
source_code.md | 39 ++++----------
2 files changed, 46 insertions(+), 54 deletions(-)
diff --git a/_includes/sections/productivity-tools.html b/_includes/sections/productivity-tools.html
index 01c36154..a7607bbe 100644
--- a/_includes/sections/productivity-tools.html
+++ b/_includes/sections/productivity-tools.html
@@ -1,35 +1,44 @@
+{%
+ include cardv2.html
+ title="CryptPad"
+ image="/assets/img/provider/CryptPad.png"
+ description="
CryptPad is a private-by-design alternative to popular office tools and cloud services. All content is end-to-end encrypted. It is free and open source, enabling anyone to verify its security by auditing the code. The development team is supported by donations and grants. No registration is required, and it can be used anonymously via Tor browser."
+ website="https://cryptpad.fr/"
+ forum=""
+ github="https://github.com/xwiki-labs/cryptpad"
+ web="https://cryptpad.fr/"
+%}
- {% include card.html color="success"
- title="CryptPad"
- image="/assets/img/provider/CryptPad.png"
-
- description="CryptPad is a private-by-design alternative to popular office tools and cloud services. All content is end-to-end encrypted. It is free and open source, enabling anyone to verify its security by auditing the code. The development team is supported by donations and grants. No registration is required, and it can be used anonymously via Tor browser."
-
- url="https://cryptpad.fr/"
- footer='OS: Linux, macOS, Windows, Web.'
- %}
-
- {% include card.html color="primary"
+{%
+ include cardv2.html
title="Etherpad"
image="/assets/img/tools/Etherpad.png"
- url="https://etherpad.org/"
- footer="OS: Windows, macOS, Linux."
- description="Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time. Etherpad allows you to edit documents collaboratively in real-time, much like a live multi-player editor that runs in your browser. Write articles, press releases, to-do lists, etc.
Sites That Run Etherpad"
- %}
+ description="
Etherpad is a highly customizable open source online editor providing collaborative editing in real-time.
Here are a list of sites that run Etherpad."
+ website="https://etherpad.org/"
+ forum=""
+ github="https://github.com/ether/etherpad-lite"
+ windows="https://etherpad.org/#download"
+ linux="https://etherpad.org/#download"
+ mac="https://etherpad.org/#download"
+%}
- {% include card.html color="warning"
+{%
+ include cardv2.html
title="Write.as"
image="/assets/img/tools/WriteAs.png"
- url="https://write.as/"
+ description="
Write.as is a cross-platform, privacy-oriented blogging platform. It's anonymous by default, letting you publish without signing up. If you create an account, it doesn't require any personal information. No ads, distraction-free, and built on a sustainable business model."
+ website="https://write.as/"
+ forum=""
tor="http://writeas7pm7rcdqg.onion"
- footer="OS: Windows, macOS, Linux, Android, iOS, Chrome OS, Web."
- description="Write.as is a cross-platform, privacy-oriented blogging platform. It's anonymous by default, letting you publish without signing up. If you create an account, it doesn't require any personal information. No ads, distraction-free, and built on a sustainable business model."
- %}
-
-
+ git="https://code.as/writeas"
+ web="https://write.as/apps"
+ linux="https://write.as/apps"
+ chrome="https://write.as/apps"
+ android="https://write.as/apps"
+ ios="https://write.as/apps"
+%}