summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2019-10-03 14:31:52 +0200
committerJörg Frings-Fürst <debian@jff.email>2019-10-03 14:31:52 +0200
commit6e3f340511b86d9f883b75ae9c154dbb28a91425 (patch)
tree74051fa0f719d8e2cfe42e1a67165911860d37b6 /README.md
parentb0bef4d2c6d7ece3e80573ff3c0842600684bd29 (diff)
New upstream version 3.34.0upstream/3.34.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 478300d..a6ee6dc 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,9 @@
# Introduction
-This is the source code to *Simple Scan* — a [GNOME](https://www.gnome.org/)
-document scanning application. Simple Scan allows you to capture images using
-[image scanners](https://en.wikipedia.org/wiki/Image_scanner) (e.g. flatbed
-scanners) that have suitable [SANE drivers](http://sane-project.org/) installed.
+*Document Scanner* is a document scanning application for [GNOME](https://www.gnome.org/)
+It allows you to capture images using [image scanners](https://en.wikipedia.org/wiki/Image_scanner)
+(e.g. flatbed scanners) that have suitable [SANE drivers](http://sane-project.org/) installed.
# Building from source
@@ -45,11 +44,11 @@ If you don't have a scanner ready, you can use a virtual "test" scanner:
$ simple-scan --debug test
```
-Simple Scan works by using the [SANE API](http://sane-project.org/html/) to
+This app works by using the [SANE API](http://sane-project.org/html/) to
capture images. It chooses the settings it thinks are appropriate for what you
are trying to do. Drivers have many options and are of differring quality - it
-is useful to work out if any issues are caused by Simple Scan or the drivers. To
-rule out Simple Scan you can use the graphical tool (XSane) or the
+is useful to work out if any issues are caused by the app or the drivers. To
+confirm it is a driver issue you can use the graphical tool (XSane) or the
command line
[scanimage](http://www.sane-project.org/man/scanimage.1.html) provided
by the SANE project - these allow to to easily see and control all the
@@ -57,6 +56,6 @@ settings your driver provides.
# Contributing
-To contribute code to Simple Scan make merge requests on
+To contribute code create merge requests on
[gitlab.gnome.org](https://gitlab.gnome.org/GNOME/simple-scan). If you
find issues please [report them](https://gitlab.gnome.org/GNOME/simple-scan/issues).