summaryrefslogtreecommitdiffabout
path: root/htdocs/quickref/index.chtml
blob: d139190912d20ee5f403d8b77ffd44a9fac84b96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% 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 <a href="/quickref/metasyntax">component meta-syntax quick
  reference</a>.
 </p>
</%method>