diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-07-15 00:09:23 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-07-15 00:09:23 -0700 |
commit | 6a1b9c499e2fb4c9a444a0f0c75ea43c33d7f28b (patch) | |
tree | 1ad517694814190c2c86dde3b39a44bc21b2a74d | |
parent | 0d8fcb008d487b71aeaba7d8c25f254eb00a5052 (diff) | |
download | divergence-6a1b9c499e2fb4c9a444a0f0c75ea43c33d7f28b.tar.gz divergence-6a1b9c499e2fb4c9a444a0f0c75ea43c33d7f28b.zip |
doc updates
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | TODO.md | 12 |
2 files changed, 14 insertions, 0 deletions
@@ -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. @@ -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: |