w3mepub

Text-based EPUB reader
git clone git://efe.kim/w3mepub
Log | Files | Refs | README | LICENSE

commit 8227b9c473d83a060917aa71f2a794b2b68f0eb4
parent 8606974690a2172ae0a0d338f13a8a04c7056eba
Author: Sunur Efe Vural <efe@efe.kim>
Date:   Sun,  5 May 2019 15:14:01 -0400

add readme and license

Diffstat:
ALICENSE | 19+++++++++++++++++++
AREADME | 14++++++++++++++
Mw3mepub | 1-
3 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2019 Sunur Efe Vural <efe@efe.kim> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README b/README @@ -0,0 +1,14 @@ +w3mepub +======= +Text-based EPUB reader. + +Dependencies +------------ +* w3m +* unzip +* xsltproc (comes w/ libxslt) +* less + +Installation +------------ + sudo make install diff --git a/w3mepub b/w3mepub @@ -1,5 +1,4 @@ #!/bin/sh -#dep: w3m, less, xsltproc, unzip tmpdir=$(mktemp -d /tmp/w3mepub-XXXXXX) xsldir=~/test/w3mepub/xslt