From d8ed4f944642b0f812447c0da5fd23eec3184a61 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 10 Sep 2017 16:56:07 +0200 Subject: Convert comparison table to html --- docs/comparison.md | 120 +++++++++++++++++++++++++++++++++++---- xreadthedocs/css/theme_extra.css | 8 ++- 2 files changed, 114 insertions(+), 14 deletions(-) diff --git a/docs/comparison.md b/docs/comparison.md index b1fda41..ffd9926 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -21,18 +21,114 @@ If you spot an error or want to see a project added, please Overview -------- -| | gocryptfs | encfs | ecryptfs | cryptomator | securefs | CryFS | -| ------------------- | ------------------------------------------------------------------------- | ---------------------------------- | --------------------------- | ------------------------- | ---------- | ------------------ | -| First release | 2015 [1] | 2003 [2] | 2006 [3] | 2014 [4] | 2015 [10] | 2015 | -| Language | Go | C++ | C | Java | C++ | C++ | -| License | MIT | LGPL/GPL [5] | GPL | MIT | MIT | LGPL | -| Development hotspot | Austria | USA | UK (Canonical Ltd) | Germany | China | Germany | -| Lifecycle | Active | Maintainance | Active [9] | Active | Active | Active | -| File interface | FUSE | FUSE | in-kernel filesystem | WebDAV | FUSE | FUSE | -| Platforms | Linux, 3rd-party Windows port [11], OSX in progress [7] | Linux, OSX, 3rd-party Windows port | Linux only | Linux, OSX, Windows | Linux, OSX | Linux | -| User interface | CLI; 3rd-party GUI: [SiriKali](https://mhogomchungu.github.io/sirikali/) | CLI; 3rd-party GUI | Integrated in login process | GUI only; CLI planned [8] | CLI | CLI, 3rd-party GUI | -| Lines of Code {1} | 6,343 | 9,320 | 7,662 {2} | 9,921 | 4,704 {3} | 30,036 {4} | -| Reverse Mode | yes (since v1.1) | yes | no | no | no | no | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
gocryptfsencfsecryptfscryptomatorsecurefsCryFS
First release2015 [1]2003 [2]2006 [3]2014 [4]2015 [10]2015
LanguageGoC++CJavaC++C++
LicenseMITLGPL/GPL [5]GPLMITMITLGPL
Development hotspotAustriaUSAUK (Canonical Ltd)GermanyChinaGermany
LifecycleActiveMaintainanceActive [9]ActiveActiveActive
File interfaceFUSEFUSEin-kernel filesystemWebDAVFUSEFUSE
PlatformsLinux, 3rd-party Windows port [11], OSX in progress [7]Linux, OSX, 3rd-party Windows portLinux onlyLinux, OSX, WindowsLinux, OSXLinux
User interfaceCLI; 3rd-party GUI: [SiriKali](https://mhogomchungu.github.io/sirikali/)CLI; 3rd-party GUIIntegrated in login processGUI only; CLI planned [8]CLICLI, 3rd-party GUI
Lines of Code {1}6,3439,3207,662 {2}9,9214,704 {3}30,036 {4}
Reverse Modeyes (since v1.1)yesnononono
References: [[1]](https://github.com/rfjakob/gocryptfs/releases/tag/v0.1) diff --git a/xreadthedocs/css/theme_extra.css b/xreadthedocs/css/theme_extra.css index 7b5701f..3631418 100644 --- a/xreadthedocs/css/theme_extra.css +++ b/xreadthedocs/css/theme_extra.css @@ -225,9 +225,13 @@ thead { vertical-align: top !important; } - div.wy-nav-content { /* The tables on the comparison page have gotten too big for the default of 800px */ - max-width: 900px; + max-width: 1000px; } + +html, body { + /* make sure long tables are not cut off */ + overflow-x: auto !important; +} \ No newline at end of file -- cgit v1.2.3