From 3a17eeddaf005a5e9fe48f1207978d0a0da0ae9d Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 14 Jun 2015 19:18:18 +0200 Subject: add tasks to readme --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 77988f7..d1ec90e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# Screenshots # +# Screenshots ![](http://depot.javispedro.com/livescribe/scribiu1.png) -# About # +# About **Scribiu** is a program that shows the notebooks and voice notes (_paper replay_) from [Livescribe Echo](http://www.livescribe.com) smartpens. It also allows you to export individual pages as PNG files or voice memos as AAC files. -# Requirements # +# Requirements Scribiu requires Qt 4.8, including the core, gui, svg and phonon modules. It also requires libudev, openobex, libusb (<1.0) and QuaZip. @@ -18,7 +18,7 @@ This program should work with the Livescribe Pulse as well as the Livescribe Ech It does not work with the Livescribe 3. It may work with the Livescribe Sky if you get it to work with Echo Desktop, but I have never tried. -# Install # +# Install `qmake`, `make`, and `make install` should be enough. @@ -30,7 +30,7 @@ Look for the Scribiu icon inside the Office menu. It should automatically start synchronizing after connecting a Smartpen. -# Design # +# Design By default Scribiu stores its information inside `$XDG_DATA_HOME/data/scribiu`. Inside there you will find a directory for every synchronized pen, and inside the pen directory, you will find a subdirectory for each one of your LiveScribe notebooks. @@ -41,3 +41,11 @@ Therefore, even if Scribiu fails to display a certain notebook, you may be able We thank the authors of [libsmartpen](https://github.com/srwalter/libsmartpen) because of their protocol reverse engineering efforts, specially regarding the STF data format, which has saved me a lot of time. + +# Tasks + +* Notebook archiving support: it should just be a matter of cp-ing the .afd file + into a new .pen directory. However, need to take care of paper replay and possibly + generate a new GUID for the archived notebook. +* Export entire notebook as PDF +* Deleting stuff from the pen: for now it's best to do this from LS Desktop. -- cgit v1.2.3