aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2021-09-20 15:10:15 +0200
committerJavier <dev.git@javispedro.com>2021-09-20 15:10:15 +0200
commitfc7f234252853db2ce927aa1837eb691d6d3ff9f (patch)
tree2529f71f5dbd528840967398bddb5e5ee1ca8ac1
parent263c1c8846b1f7aed8c3a563f76a5b90191611d9 (diff)
downloadscribiu-fc7f234252853db2ce927aa1837eb691d6d3ff9f.tar.gz
scribiu-fc7f234252853db2ce927aa1837eb691d6d3ff9f.zip
update about page and screenshot
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 9fca1dc..9f79dbf 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Screenshots
-![Screenshot](http://depot.javispedro.com/livescribe/scribiu1.png)
+![Screenshot](http://depot.javispedro.com/livescribe/scribiu-tutorial.png)
# About
@@ -12,7 +12,7 @@ It also allows you to export individual pages as PNG files or voice memos as AAC
Scribiu requires Qt 5, including the core, gui, widgets, svg and multimedia modules.
It also requires libudev, openobex (>=1.7), libusb (>=1.0) and QuaZip (1.0).
-Most of these should be packaged by your distribution.
+Most of these should be packaged by your GNU/Linux distribution.
For example, on Ubuntu, these correspond with packages:
@@ -28,7 +28,7 @@ libquazip5-dev
`
This program should work with the Livescribe Pulse as well as the Livescribe Echo.
-It does not work with the Livescribe 3.
+It does not work with the Livescribe 3, Aegir, Symphony or any of the newer Bluetooth pens.
It may work with the Livescribe Sky if you get it to work with Echo Desktop, but I have never tried.
# Install
@@ -38,7 +38,7 @@ It may work with the Livescribe Sky if you get it to work with Echo Desktop, but
A udev rule will be installed in `/lib/udev/rules.d/60-livescribe.rules` that will take care of the proper permissions when a Smartpen is detected.
You may need to reboot or reload the udev daemon in order for these changes to work.
-![Scribiu icon](https://git.javispedro.com/cgit/scribiu.git/plain/icons/48x48/scribiu.png)
+![Scribiu icon](http://depot.javispedro.com/livescribe/scribiu-icon-48.png)
Look for the Scribiu icon inside the Office menu.
It should automatically start synchronizing after connecting a Smartpen.
@@ -51,9 +51,9 @@ These directories contain the raw notebook, stroke, and voice data as received f
Therefore, even if Scribiu fails to display a certain notebook, you may be able to use other Livescribe programs in order to view the synchronized data.
-We thank the authors of [libsmartpen](https://github.com/srwalter/libsmartpen)
-and [LibreScribe](https://github.com/dylanmtaylor/LibreScribe) because of their
-protocol reverse engineering efforts, specially regarding the STF data format,
+Many thanks to the authors of [libsmartpen](https://github.com/srwalter/libsmartpen)
+and [LibreScribe](https://github.com/dylanmtaylor/LibreScribe) for their efforts
+reverse engineering the protocols, specially regarding the STF data format,
which has saved me a lot of time.
# Tasks
@@ -63,4 +63,4 @@ which has saved me a lot of time.
generate a new GUID for the archived notebook.
* Paper replay stroke animation.
* Export entire notebook as PDF.
-* Deleting stuff from the pen: for now it's best to do this from LS Desktop.
+* Deleting stuff from the pen: for now it's best to do this from Echo Desktop.