summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/asciidoc/wordpress.conf
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-08-07 09:59:49 +1000
committerChris Johns <chrisj@rtems.org>2017-08-07 09:59:49 +1000
commit8b96e17c8abf61d97dd224b23370dc148f32fe3c (patch)
treee8eb043159d145ffbbbf9c23ef872226de5ab059 /source-builder/sb/asciidoc/wordpress.conf
parent4.12: Fix SIS patch URL (diff)
downloadrtems-source-builder-8b96e17c8abf61d97dd224b23370dc148f32fe3c.tar.bz2
doc: Remove in source documentation and the asciidoc package
The RSB documentation is now in ReST format and part of the RTEMS Documentation project. See https://docs.rtems.org/. Remove support for the GPL based asciidoc tool and remove the asciidoc package from the RSB. Add the Python Markdown package and update the reporter to use Markdown for HTML generation. The resuling HTML report is a single self contained file. Closes #3047.
Diffstat (limited to '')
-rw-r--r--source-builder/sb/asciidoc/wordpress.conf88
1 files changed, 0 insertions, 88 deletions
diff --git a/source-builder/sb/asciidoc/wordpress.conf b/source-builder/sb/asciidoc/wordpress.conf
deleted file mode 100644
index 69e7a1b..0000000
--- a/source-builder/sb/asciidoc/wordpress.conf
+++ /dev/null
@@ -1,88 +0,0 @@
-# AsciiDoc configuration file for Wordpress HTML generation.
-# Resides in AsciiDoc global conf directory or $HOME/.asciidoc directory.
-# Generates HTML which plays nicely with Wordpress.
-# (the generated HTML is still valid HTML 4.01 Transitional though).
-#
-# NOTE: The resulting HTML needs to be further massaged with blogpost.py.
-# http://srackham.wordpress.com/blogpost-readme/
-
-include::html4.conf[]
-
-# Override various tags.
-[listtags-bulleted]
-text=
-
-[listtags-numbered]
-text=
-
-[listtags-labeled]
-text=
-
-[listtags-callout]
-text=
-
-[listtags-qanda]
-term=<em>|</em>
-text=
-
-[listtags-glossary]
-text=
-
-[listtags-bibliography]
-text=
-
-[tabletags-default]
-paragraph=<div>|</div>
-
-[tabletags-emphasis]
-paragraph=<div><em>|</em></div>
-
-[tabletags-strong]
-paragraph=<div><strong>|</strong></div>
-
-[tabletags-monospaced]
-paragraph=<div><code>|</code></div>
-
-[listingblock]
-<a name="{id}"></a>
-<p><b>{title}</b></p>
-<table border="0" bgcolor="#e8e8e8" width="100%" style="margin:0.2em 0;">
-<tr><td style="padding:0.5em;">
-<pre style="margin:0; padding:0;">
-|
-</pre>
-</td></tr>
-</table>
-
-[literalblock]
-<a name="{id}"></a>
-<p><b>{title}</b></p>
-<pre style="padding:0.5em; color:gray;">
-|
-</pre>
-
-[sidebarblock]
-<a name="{id}"></a>
-<table frame="void" bgcolor="#ffffee" width="100%" style="margin:0.2em 0;">
-<tr><td style="padding:0.5em;">
-<p style="margin-top:0;"><b>{title}</b></p>
-|
-</td></tr></table>
-
-[exampleblock]
-<a name="{id}"></a>
-<p><b>{caption=}{title}</b></p>
-<table frame="void" width="100%" style="margin:0.2em 0;">
-<tr><td style="border-left:3px solid #e8e8e8; padding:0.5em;">
-|
-</td></tr></table>
-
-[admonitionblock]
-<a name="{id}"></a>
-<table frame="void" style="margin:0.2em 0;">
-<tr valign="top"><td style="padding:0.5em;"><p><b><u>{caption}</u></b></p></td>
-<td style="border-left:3px solid #e8e8e8; padding:0.5em;">
-<p><b>{title}</b></p>
-|
-</td></tr></table>
-