diff options
author | Javier <dev.git@javispedro.com> | 2015-06-15 15:40:55 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-06-15 15:40:55 +0200 |
commit | 16158add8ffeb1f38855c3c01dafb436d6e8d8f1 (patch) | |
tree | 44a461dcdb139a5167ef6ed39c7c5ace00e2a650 | |
parent | 36d5b6654856df62bd63d603638c17b7f3b6ee52 (diff) | |
download | scribiu-16158add8ffeb1f38855c3c01dafb436d6e8d8f1.tar.gz scribiu-16158add8ffeb1f38855c3c01dafb436d6e8d8f1.zip |
update README to give additional credit
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -39,13 +39,15 @@ 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) -because of their protocol reverse engineering efforts, specially regarding the STF -data format, which has saved me a lot of time. +and [LibreScribe](https://github.com/dylanmtaylor/LibreScribe) 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. +* 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. |