summaryrefslogtreecommitdiff
path: root/doc/asciidoc/examples/website/plugins.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/asciidoc/examples/website/plugins.txt')
-rw-r--r--doc/asciidoc/examples/website/plugins.txt91
1 files changed, 91 insertions, 0 deletions
diff --git a/doc/asciidoc/examples/website/plugins.txt b/doc/asciidoc/examples/website/plugins.txt
new file mode 100644
index 0000000..12e4895
--- /dev/null
+++ b/doc/asciidoc/examples/website/plugins.txt
@@ -0,0 +1,91 @@
+AsciiDoc Plugins
+================
+
+
+A list of backend, filter and theme link:userguide.html#X101[AsciiDoc
+plugins].
+
+If you have implemented a plugin and it's not in the list please post
+a message to the http://groups.google.com/group/asciidoc[asciidoc
+discussion list] and I'll add it.
+
+
+[[X1]]
+[cols="1e,1,3,3",frame="topbot",options="header"]
+.Backend Plugins
+|====
+|Backend name |Author |Home page |Description
+
+|9man
+|Alex Efros
+|http://powerman.name/asciidoc/
+|A backend plugin to generate man pages (troff) compatible with OS
+Inferno and Plan9.
+
+|deckjs
+|Qingping Hou
+|http://houqp.github.com/asciidoc-deckjs/
+|A 'deck.js' backend for AsciiDoc.
+
+|fossil
+|Stuart Rackham
+|https://github.com/srackham/asciidoc-fossil-backend
+|Generates Fossil friendly Wiki markup from AsciiDoc source.
+
+|slidy2
+|Jean-Michel Inglebert
+|http://code.google.com/p/asciidoc-slidy2-backend-plugin/
+|Enhanced slidy backend.
+
+|====
+
+
+[[X2]]
+[cols="1e,1,3,3",frame="topbot",options="header"]
+.Filter Plugins
+|====
+|Filter name |Author |Home page |Description
+
+|aafigure |Henrik Maier
+|http://code.google.com/p/asciidoc-aafigure-filter/
+|https://launchpad.net/aafigure[Aafigure] ASCII line art filter.
+
+|ditaa |Henrik Maier
+|http://code.google.com/p/asciidoc-ditaa-filter/
+|http://ditaa.sourceforge.net[ditaa] ASCII line art filter.
+
+|graphviz-cmap
+|Alex Efros
+|http://powerman.name/asciidoc/
+|A variant of the built-in graphviz filter, which adds support for
+client-side imagemaps.
+
+|matplotlib |Leonid Volnitsky
+|http://volnitsky.com/project/mplw/
+|Using this filter you can generate charts from inline matplotlib scripts.
+
+|mscgen |Henrik Maier
+|http://code.google.com/p/asciidoc-mscgen-filter/
+|Message sequence chart filter.
+
+|qrcode |Jean-Marc Temmos
+|http://code.google.com/p/asciidoc-qrencode-filter/
+|This filter generates
+http://fukuchi.org/works/qrencode/manual/index.html[QRencode] images.
+
+|====
+
+
+[[X3]]
+[cols="1e,1,3,3",frame="topbot",options="header"]
+.Theme Plugins
+|====
+|Theme name |Author |Home page |Description
+
+|compact
+|Alex Efros
+|http://powerman.name/asciidoc/
+|Similar to default theme but more compact.
+
+|====
+