summaryrefslogtreecommitdiff
path: root/roadmap.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-22 21:19:38 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-22 21:19:38 +0300
commit3d69682eaef8e72ea831018e3d8000ca90ad6a31 (patch)
treea4d8660ae566807c1e46c3aedf675775906873ab /roadmap.mdwn
parent0d3d4c4380f94804e35f6a509fbab9d3f2f58f0b (diff)
downloadsubplot.liw.fi-3d69682eaef8e72ea831018e3d8000ca90ad6a31.tar.gz
Change: update roadmap
Diffstat (limited to 'roadmap.mdwn')
-rw-r--r--roadmap.mdwn44
1 files changed, 44 insertions, 0 deletions
diff --git a/roadmap.mdwn b/roadmap.mdwn
index 5b5fb79..e6558d8 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -19,7 +19,20 @@ website:
label: |
Project website
is updated by CI
+ using Subplot Pandoc
+ filter
+ depends:
+ - pandoc_filter
+ - subplot_deb
+pandoc_filter:
+ label: |
+ Subplot provides
+ a separate binary
+ for use as a Pandoc
+ filter
+ depends:
+ - docgen_roadmap
docgen:
label: |
@@ -27,7 +40,38 @@ docgen:
PDF and HTML docs
from Md, bindings
using Pandoc
+ depends:
+ - docgen_roadmap
+
+docgen_dot:
+ label: |
+ Docgen can render
+ code blocks with
+ dot markup as SVG
+
+docgen_roadmap:
+ label: |
+ Docgen can render
+ code blocks with
+ roadmap markup as SVG
+ depends:
+ - roadmap_crate
+ - docgen_dot
+roadmap_crate:
+ status: next
+ label: |
+ There is a production-ready
+ crate for parsing roadmap
+ markup and producing
+ dot output
+
+subplot_deb:
+ label: |
+ CI produces .deb
+ packages of Subplot
+ depends:
+ - pandoc_filter
codegen:
label: |