aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-10-01 13:54:14 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:13 -0400
commit1cc6a04b8bce82fa83b62d919bf8bdf14cad0b92 (patch)
treed8c44fa4acb7f588640b2be4117e26bbb864221c /org/sdp.org
parentheader, body split a more reliable regex solution (diff)
update sdlang, start looking to using dub remote dependenciesdoc-reform_v0.0.6
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org32
1 files changed, 32 insertions, 0 deletions
diff --git a/org/sdp.org b/org/sdp.org
index af16b3d..60b37c3 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -437,6 +437,7 @@ break;
<<sdp_version_mixin>>
mixin CompileTimeInfo;
mixin RgxInit;
+/++ A SiSU document parser writen in D. +/
void main(string[] args) {
<<sdp_mixin>>
<<sdp_args>>
@@ -450,6 +451,14 @@ void main(string[] args) {
}
}
}
+/// sdp sisu document parser
+unittest {
+ /++
+ name "sdp"
+ description "A SiSU document parser writen in D."
+ homepage "http://sisudoc.org"
+ +/
+}
#+END_SRC
├── src
@@ -509,6 +518,28 @@ figure out best program dir structure for dub and compilers, issue with rdmd
| metadata | | (from regular header) | | output |
|---------------------+------------------------------------------+------------------------+------------------------+--------|
+- header
+
+- table of contents
+ - scroll #[ocn]
+ - seg ../[fn]/#[ocn]
+- substantive contents
+ contents
+ footnotes
+ - seg #[ocn]
+ internal links
+ - scroll #[ocn]
+ - seg ../[fn]/#[ocn]
+- endnotes
+ - scroll
+ - seg ../[fn]/#[ocn]
+- glossary
+- bibliography
+- book index
+ - scroll #[ocn]
+ - seg ../[fn]/#[ocn]
+- metadata
+
** config :config:
using sdlang in sdp
@@ -530,6 +561,7 @@ Alternatively, you can git clone both SDLang-D and the latest version of
libInputVisitor,
#+BEGIN_SRC d :tangle no
+dub fetch sdlang-d
git clone https://github.com/Abscissa/SDLang-D
git clone https://github.com/abscissa/libInputVisitor
#+END_SRC