summaryrefslogtreecommitdiffabout
path: root/htdocs/quickref/index.chtml
blob: 20ef2178f9b23ac98df95c0098ea562e2160f777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% html(); return; /* vim:set ft=sitecing: */
%%derive layout = "/ancestry/layout.chtml";
<%constructor>
 PN_PREV("/exceptions/runtime","runtime","runtime exceptions");
 PN_NEXT("/quickref/metasyntax","syntax","meta syntax");
</%constructor>
<%codemethod string title() %>
 return "quick reference";
</%codemethod>
<%method void content() %>
 <h1>site-C-ing quick reference</h1>
 <p>
  I am hoping to put together some quick reference documentation here. For now,
  I am adding the component meta-syntax quick reference.
 </p>
</%method>