From 6a1b9c499e2fb4c9a444a0f0c75ea43c33d7f28b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 15 Jul 2017 00:09:23 -0700 Subject: doc updates --- README.md | 2 ++ TODO.md | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 7517471..26191c3 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,5 @@ Multiple files can be uploaded at the same time. If you have in-line images you'll need to upload them manually. Haven't tried it yet. +You might want to write a shell script wrapper to help with configuration and +pushing multiple files to multiple spaces. diff --git a/TODO.md b/TODO.md index 90a0fcc..2211670 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,19 @@ +program structure: +- check for pandoc existence +- render each file to pandoc format (checking for typos, etc) +- connect to server +- for each doc: + parse for metadata + read page to see if it exists + if no change, pass + else, upload + +TODO: - `--help` - installation procedure - extract space, title, and/or page ID from pandoc yaml header +- don't push if no change Nice to have, but unlikely to be implemented: -- cgit v1.2.3