aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-27 09:56:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-27 09:56:49 -0700
commit6b5c5994992aac254f04cf064c92f9b9e927998e (patch)
treead06424ab2a6c88b1a0fcfdf20722ac22de6c56a
parent81fcdbc447efc3df3e7fabd4d124dea76981a6b5 (diff)
downloadsscan-6b5c5994992aac254f04cf064c92f9b9e927998e.tar.gz
add a README
-rw-r--r--README.md59
1 files changed, 59 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..eb6a888
--- /dev/null
+++ b/README.md
@@ -0,0 +1,59 @@
+# sscan -- Sean's scanner
+
+## Synopsis
+
+sscan is a UI for scanning multi-page documents using the scanimage(1)
+command and a flatbed scanner.
+
+I wrote sscan because I often need to scan multi-page documents on my
+GNU/Linux system, and I have only a flatbed scanner, without an ADF.
+
+## Screenshot
+
+[later]
+
+## Installation
+
+1. Ensure that your scanner has [SANE support][].
+2. Install prerequisite utilities: `apt-get install ocrmypdf pdftk
+ sane-utils haskell-stack`.
+3. Obtain sscan source: `git clone https://git.spwhitton.name/sscan`
+4. Optionally, modify the file `Presets.hs` so that it contains
+ settings presets for the scanning tasks you most often need to
+ perform.
+5. Use [stack][] to build and install sscan: `cd sscan && stack
+ install`.
+
+Note that stack will download various dependencies automatically. I
+hope that future versions of sscan will require only dependencies
+available from the Debian mirrors.
+
+[SANE support]: http://www.sane-project.org/sane-supported-devices.html
+[stack]: https://haskellstack.org/
+
+## Usage
+
+Open a terminal, run `sscan` and follow the on-screen instructions.
+
+## Bugs
+
+Please report bugs by e-mail to `<spwhitton@spwhitton.name>`.
+
+## License
+
+Copyright (C) 2017 Sean Whitton
+
+sscan is free software: you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation, either version 3 of the License, or (at your
+option) any later version.
+
+sscan is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+for more details.
+
+You should have received a copy of the GNU General Public License
+along with sscan. If not, see
+[<http://www.gnu.org/licenses/>](http://www.gnu.org/licenses/).
+