source: rtems-source-builder/source-builder/sb/asciidoc/examples/website/layout1.conf @ 0464153

4.104.114.95
Last change on this file since 0464153 was 0464153, checked in by Chris Johns <chrisj@…>, on 03/03/13 at 04:58:11

Change asciidoc to the 8.6.4 release package because Windows was broken.

  • Property mode set to 100644
File size: 5.2 KB
Line 
1#
2# AsciiDoc website.
3# Three division table based layout (layout1).
4# NOTE: You should probably use the the pure CSS layout
5#       (layout2.conf).
6
7# +-----------------------------------------------------+
8# |          #layout-banner                             |
9# +--------------+--------------------------------------+
10# |              |                                      |
11# |              |                                      |
12# | #layout-menu |          #layout-content             |
13# |              |                                      |
14# |              |                                      |
15# |              |                                      |
16# +--------------+--------------------------------------+
17#
18# - The #layout-menu and #layout-content divisions are contained in a
19#   two cell table.
20# - The #layout-content division is a container for AsciiDoc page documents.
21# - Documents rendered in the #layout-content use the standard AsciiDoc
22#   xhtml11 backend stylesheets.
23
24[specialwords]
25monospacedwords=(?u)\\?\basciidoc\(1\) (?u)\\?\ba2x\(1\)
26
27[header]
28<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
29    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
30<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
31<head>
32<meta http-equiv="Content-Type" content="text/html; charset={encoding}" />
33<meta name="generator" content="AsciiDoc {asciidoc-version}" />
34<meta name="description" content="{description}" />
35<meta name="keywords" content="{keywords}" />
36<title>{title}</title>
37{title%}<title>{doctitle=}</title>
38<link rel="stylesheet" href="{stylesdir=.}/{theme=asciidoc}.css" type="text/css" />
39{doctype-manpage}<link rel="stylesheet" href="{stylesdir=.}/{theme=asciidoc}-manpage.css" type="text/css" />
40ifdef::quirks[]
41<link rel="stylesheet" href="{stylesdir=.}/xhtml11-quirks.css" type="text/css" />
42endif::quirks[]
43<link rel="stylesheet" href="{stylesdir=.}/layout1.css" type="text/css" />
44<script type="text/javascript" src="{scriptsdir=.}/asciidoc.js"></script>
45<script type="text/javascript">
46/*<![CDATA[*/
47asciidoc.install({toc?{toclevels}});
48/*]]>*/
49</script>
50ifdef::asciimath[]
51<script type="text/javascript" src="{scriptsdir=.}/ASCIIMathML.js"></script>
52endif::asciimath[]
53ifdef::latexmath[]
54<script type="text/javascript" src="{scriptsdir=.}/LaTeXMathML.js"></script>
55endif::latexmath[]
56</head>
57<body{max-width? style="max-width:{max-width}"}>
58<div id="layout-banner">
59  <div id="layout-title">AsciiDoc</div>
60  <div id="layout-description">Text based document generation</div>
61</div>
62<table>
63<tr valign="top">
64<td id="layout-menu">
65  <div>&#187;<a href="index.html">Home</a></div>
66  <div>&#187;<a href="userguide.html">User&nbsp;Guide</a></div>
67  <div>&#187;<a href="INSTALL.html">Installation</a></div>
68  <div>&#187;<a href="faq.html">FAQ</a></div>
69  <div>&#187;<a href="manpage.html">asciidoc(1)</a></div>
70  <div>&#187;<a href="a2x.1.html">a2x(1)</a></div>
71  <div>&#187;<a href="asciidocapi.html">API</a></div>
72  <div>&#187;<a href="plugins.html">Plugins</a></div>
73  <div>&#187;<a href="http://powerman.name/doc/asciidoc">Cheatsheet</a></div>
74  <div>&#187;<a href="testasciidoc.html">Tests</a></div>
75  <div>&#187;<a href="CHANGELOG.html">ChangeLog</a></div>
76  <div>&#187;<a href="support.html">Support</a></div>
77  <div id="page-source">&#187;<a href="{eval:os.path.basename(r'{infile}')}">Page&nbsp;Source</a></div>
78</td>
79<td>
80<div id="layout-content">
81# Article, book header.
82ifndef::doctype-manpage[]
83<div id="header">
84<h1>{doctitle}</h1>
85<span id="author">{author}</span><br />
86<span id="email"><code>&lt;<a href="mailto:{email}">{email}</a>&gt;</code></span><br />
87{authored}<span id="revision">version {revnumber}{revdate?,}</span>
88{authored}{revdate}
89ifdef::toc[]
90<div id="toc">
91  <div id="toctitle">Table of Contents</div>
92  <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
93</div>
94endif::toc[]
95</div>
96endif::doctype-manpage[]
97# Man page header.
98ifdef::doctype-manpage[]
99<div id="header">
100<h1>
101{doctitle} Manual Page
102</h1>
103ifdef::toc[]
104<div id="toc">
105  <div id="toctitle">Table of Contents</div>
106  <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
107</div>
108endif::toc[]
109<h2>NAME</h2>
110<div class="sectionbody">
111<p>{manname} -
112   {manpurpose}
113</p>
114</div>
115</div>
116endif::doctype-manpage[]
117<div id="content">
118
119[footer]
120</div>
121{disable-javascript%<div id="footnotes"><hr /></div>}
122<div id="footer">
123<div id="footer-text">
124Version {revnumber}<br />
125Last updated {localdate} {localtime}
126</div>
127ifdef::badges[]
128<div id="footer-badges">
129ifdef::textonly[]
130Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a>
131and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
132endif::textonly[]
133ifndef::textonly[]
134<a href="http://validator.w3.org/check?uri=referer">
135  <img style="border:0;width:88px;height:31px"
136    src="http://www.w3.org/Icons/valid-xhtml11-blue"
137    alt="Valid XHTML 1.1" height="31" width="88" />
138</a>
139<a href="http://jigsaw.w3.org/css-validator/">
140  <img style="border:0;width:88px;height:31px"
141    src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
142    alt="Valid CSS!" />
143</a>
144endif::textonly[]
145</div>
146endif::badges[]
147</div>
148</div>
149</td>
150</tr>
151</table>
152</body>
153</html>
Note: See TracBrowser for help on using the repository browser.