From 1ab1c866ec12a8ecc5bbcdcd9d355cd7d4f0638e Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 14 May 2020 15:36:06 +0200 Subject: [PATCH] readme + license --- LICENSE.md | 13 + README.html | 1069 +++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 17 +- 3 files changed, 1098 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md create mode 100644 README.html diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..f3bbedb --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + 14 rue de Plaisance, 75014 Paris, France + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. \ No newline at end of file diff --git a/README.html b/README.html new file mode 100644 index 0000000..ec9bae8 --- /dev/null +++ b/README.html @@ -0,0 +1,1069 @@ +README

Tool to sync files between your zotero library and the remarkable using webdav

+

Caution: Right now, all login credentials are stored in clear text in your home +folder (~/.zotero_remarkable.yaml). So you probably do not want to use this +on publicly accessible devices.

+

TODO

+ +

LICENSE

+

do whatever you want

+

Do whatever you want.

\ No newline at end of file diff --git a/README.md b/README.md index 8bcc85e..3533cc1 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -Tool to sync files between your zotero library and the remarkable using webdav \ No newline at end of file +Tool to sync files between your zotero library and the remarkable using webdav + + +**Caution**: Right now, all login credentials are stored in clear text in your home +folder (`~/.zotero_remarkable.yaml`). So you probably do not want to use this +on publicly accessible devices. + + +#### TODO +- Remarkable authorization / connection (right now, rmapi is required to set things up) +- Handle all the corner cases + +#### LICENSE +![do whatever you want](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/WTFPL_badge.svg/220px-WTFPL_badge.svg.png) + +Do whatever you want. \ No newline at end of file