aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-17 19:09:01 +0200
committerLoïc Hoguin <[email protected]>2016-10-17 19:28:40 +0200
commitdf08a3f430bf7727921873ab262294a054e2ae7b (patch)
treeb7fe92d581b186b3c932e91d210c2aba14b2c3b5 /README.asciidoc
downloadasciideck-df08a3f430bf7727921873ab262294a054e2ae7b.tar.gz
asciideck-df08a3f430bf7727921873ab262294a054e2ae7b.tar.bz2
asciideck-df08a3f430bf7727921873ab262294a054e2ae7b.zip
Initial commit
This is still very much in a proof of concept state, though the project should be in a good enough state that future additions are relatively painless. Text formatting nodes are not using the proper form in the AST at the moment. They should not be relied upon just yet.
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc
new file mode 100644
index 0000000..8e06e2c
--- /dev/null
+++ b/README.asciidoc
@@ -0,0 +1,12 @@
+= Asciideck
+
+Asciidoc for Erlang.
+
+The `asciideck` project aims to provide a parser for Asciidoc
+files returning an abstract syntax tree that can be further
+manipulated or used to convert documents to different formats.
+
+== Getting help
+
+* Official IRC Channel: #ninenines on irc.freenode.net
+* http://ninenines.eu/services[Commercial Support]