summaryrefslogtreecommitdiffabout
path: root/htdocs/quickref
Unidiff
Diffstat (limited to 'htdocs/quickref') (more/less context) (ignore whitespace changes)
-rw-r--r--htdocs/quickref/index.chtml3
-rw-r--r--htdocs/quickref/metasyntax.chtml3
2 files changed, 4 insertions, 2 deletions
diff --git a/htdocs/quickref/index.chtml b/htdocs/quickref/index.chtml
index d139190..5119723 100644
--- a/htdocs/quickref/index.chtml
+++ b/htdocs/quickref/index.chtml
@@ -1,14 +1,15 @@
1% html(); return; /* vim:set ft=sitecing: */ 1% /* vim:set ft=sitecing: */
2%%derive layout = "/ancestry/layout.chtml"; 2%%derive layout = "/ancestry/layout.chtml";
3%%pragma main=page
3<%constructor> 4<%constructor>
4 PN_PREV("/exceptions/runtime","runtime","runtime exceptions"); 5 PN_PREV("/exceptions/runtime","runtime","runtime exceptions");
5 PN_NEXT("/quickref/metasyntax","syntax","meta syntax"); 6 PN_NEXT("/quickref/metasyntax","syntax","meta syntax");
6</%constructor> 7</%constructor>
7<%codemethod string title() %> 8<%codemethod string title() %>
8 return "quick reference"; 9 return "quick reference";
9</%codemethod> 10</%codemethod>
10<%method void content() %> 11<%method void content() %>
11 <h1>site-C-ing quick reference</h1> 12 <h1>site-C-ing quick reference</h1>
12 <p> 13 <p>
13 I am hoping to put together some quick reference documentation here. For now, 14 I am hoping to put together some quick reference documentation here. For now,
14 I am adding the <a href="/quickref/metasyntax">component meta-syntax quick 15 I am adding the <a href="/quickref/metasyntax">component meta-syntax quick
diff --git a/htdocs/quickref/metasyntax.chtml b/htdocs/quickref/metasyntax.chtml
index 4efc37c..67186f9 100644
--- a/htdocs/quickref/metasyntax.chtml
+++ b/htdocs/quickref/metasyntax.chtml
@@ -1,14 +1,15 @@
1% html(); return; /* vim:set ft=sitecing: */ 1% /* vim:set ft=sitecing: */
2%%derive layout = "/ancestry/layout.chtml"; 2%%derive layout = "/ancestry/layout.chtml";
3%%pragma main=page
3<%constructor> 4<%constructor>
4 PN_PREV("/quickref/","quick reference","quick reference"); 5 PN_PREV("/quickref/","quick reference","quick reference");
5 PN_NEXT("/sources","sources","source browser"); 6 PN_NEXT("/sources","sources","source browser");
6</%constructor> 7</%constructor>
7<%codemethod string title() %> 8<%codemethod string title() %>
8 return "meta syntax quick reference"; 9 return "meta syntax quick reference";
9</%codemethod> 10</%codemethod>
10<%method void content() %> 11<%method void content() %>
11 <h1>site-C-ing meta syntax quick reference</h1> 12 <h1>site-C-ing meta syntax quick reference</h1>
12 13
13 <h2>Table of Contents</h2> 14 <h2>Table of Contents</h2>
14 15