From 0ded3c55240451ab6a3bde99442b2fdc8f883eee Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 16 Sep 2021 21:25:05 +0200 Subject: Files --- license | 14 ++++++++++++++ readme.md | 10 ++++++++++ 2 files changed, 24 insertions(+) create mode 100644 license create mode 100644 readme.md diff --git a/license b/license new file mode 100644 index 0000000..9bb358f --- /dev/null +++ b/license @@ -0,0 +1,14 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2021 Marvin Borner +Copyright (C) 2021 Lars Krönner + +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. diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..b589908 --- /dev/null +++ b/readme.md @@ -0,0 +1,10 @@ +# Notability .note support for zathura + +This plugin adds support for the proprietary .note format of Notability. Because I had to reverse engineer the file format, you should expect errors and many missing features. + +## Installation + +1. Install cairo, libplist, libzip and zathura (including header files obviously, e.g. using `-dev` suffix) +2. `meson zathura-note` +3. `cd zathura-note; sudo ninja install` +4. Enjoy! -- cgit v1.2.3