source: rtems-tools/doc/asciidoc/wordpress.conf @ f91e023

4.104.115
Last change on this file since f91e023 was f91e023, checked in by Chris Johns <chrisj@…>, on 02/17/14 at 07:04:46

Add the documentation.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1# AsciiDoc configuration file for Wordpress HTML generation.
2# Resides in AsciiDoc global conf directory or $HOME/.asciidoc directory.
3# Generates HTML which plays nicely with Wordpress.
4# (the generated HTML is still valid HTML 4.01 Transitional though).
5#
6# NOTE: The resulting HTML needs to be further massaged with blogpost.py.
7#       http://srackham.wordpress.com/blogpost-readme/
8
9include::html4.conf[]
10
11# Override various tags.
12[listtags-bulleted]
13text=
14
15[listtags-numbered]
16text=
17
18[listtags-labeled]
19text=
20
21[listtags-callout]
22text=
23
24[listtags-qanda]
25term=<em>|</em>
26text=
27
28[listtags-glossary]
29text=
30
31[listtags-bibliography]
32text=
33
34[tabletags-default]
35paragraph=<div>|</div>
36
37[tabletags-emphasis]
38paragraph=<div><em>|</em></div>
39
40[tabletags-strong]
41paragraph=<div><strong>|</strong></div>
42
43[tabletags-monospaced]
44paragraph=<div><code>|</code></div>
45
46[listingblock]
47<a name="{id}"></a>
48<p><b>{title}</b></p>
49<table border="0" bgcolor="#e8e8e8" width="100%" style="margin:0.2em 0;">
50<tr><td style="padding:0.5em;">
51<pre style="margin:0; padding:0;">
52|
53</pre>
54</td></tr>
55</table>
56
57[literalblock]
58<a name="{id}"></a>
59<p><b>{title}</b></p>
60<pre style="padding:0.5em; color:gray;">
61|
62</pre>
63
64[sidebarblock]
65<a name="{id}"></a>
66<table frame="void" bgcolor="#ffffee" width="100%" style="margin:0.2em 0;">
67<tr><td style="padding:0.5em;">
68<p style="margin-top:0;"><b>{title}</b></p>
69|
70</td></tr></table>
71
72[exampleblock]
73<a name="{id}"></a>
74<p><b>{caption=}{title}</b></p>
75<table frame="void" width="100%" style="margin:0.2em 0;">
76<tr><td style="border-left:3px solid #e8e8e8; padding:0.5em;">
77|
78</td></tr></table>
79
80[admonitionblock]
81<a name="{id}"></a>
82<table frame="void" style="margin:0.2em 0;">
83<tr valign="top"><td style="padding:0.5em;"><p><b><u>{caption}</u></b></p></td>
84<td style="border-left:3px solid #e8e8e8; padding:0.5em;">
85<p><b>{title}</b></p>
86|
87</td></tr></table>
88
Note: See TracBrowser for help on using the repository browser.