summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-06-13 11:31:32 +0200
committerLoïc Hoguin <[email protected]>2018-06-13 11:31:32 +0200
commit89d4d7f0b3a453b648bced460de04ca4675ebafc (patch)
treecaa706470dd108ac9b5c63fb835120d4a120e4d7 /articles/index.html
parent92b54aacc0de5446dd5497c39897b0bbff72e626 (diff)
downloadninenines.eu-89d4d7f0b3a453b648bced460de04ca4675ebafc.tar.gz
ninenines.eu-89d4d7f0b3a453b648bced460de04ca4675ebafc.tar.bz2
ninenines.eu-89d4d7f0b3a453b648bced460de04ca4675ebafc.zip
Add article about Asciideck
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/articles/index.html b/articles/index.html
index b3128c02..8738a8d4 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -67,6 +67,23 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/asciideck/">Asciideck: Asciidoc for Erlang</a></h2>
+ <p class="date">
+ <span class="day">13</span>
+ <span class="month">Jun</span>
+ </p>
+ </header>
+
+ <p>Asciideck is a new project I have been working on in my spare time that implements an Asciidoc parser and translation of Asciidoc documents into various output formats.
+The Asciideck parser returns an AST for the document. That AST can be further manipulated should it be necessary: for example you may need to rewrite some relative links if you are not keeping the same file directory structure as the original Asciidoc documents.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/asciideck/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/gun-1.0.0-rc.1/">Gun 1.0 release candidate 1</a></h2>
<p class="date">
<span class="day">04</span>
@@ -412,23 +429,6 @@ When looking into why the permessage-deflate tests in autobahntestsuite were tak
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/cowboy2-qs/">Cowboy 2.0 and query strings</a></h2>
- <p class="date">
- <span class="day">20</span>
- <span class="month">Aug</span>
- </p>
- </header>
-
- <p>Now that Cowboy 1.0 is out, I can spend some of my time thinking about Cowboy 2.0 that will be released soon after Erlang/OTP 18.0. This entry discusses the proposed changes to query string handling in Cowboy.
-Cowboy 2.0 will respond to user wishes by simplifying the interface of the cowboy_req module. Users want two things: less juggling with the Req variable, and more maps. Maps is the only dynamic key/value data structure in Erlang that we can match directly to extract values, allowing users to greatly simplify their code as they don&apos;t need to call functions to do everything anymore.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/cowboy2-qs/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">