aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--TODO.md12
2 files changed, 14 insertions, 0 deletions
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: