author | Michael Krelin <hacker@klever.net> | 2005-04-01 22:23:54 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-04-01 22:23:54 (UTC) |
commit | 8e7ab6661815e333ee9377c2655a03aee89372c2 (patch) (unidiff) | |
tree | 9bd424c20665b85a46ba26e38a7504ed7ad7cf68 /htdocs/quickref/index.chtml | |
parent | d379841850daab4693d596784b790b13e20e3a03 (diff) | |
download | sitecing-8e7ab6661815e333ee9377c2655a03aee89372c2.zip sitecing-8e7ab6661815e333ee9377c2655a03aee89372c2.tar.gz sitecing-8e7ab6661815e333ee9377c2655a03aee89372c2.tar.bz2 |
added a quick reference section
-rw-r--r-- | htdocs/quickref/index.chtml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/htdocs/quickref/index.chtml b/htdocs/quickref/index.chtml new file mode 100644 index 0000000..20ef217 --- a/dev/null +++ b/htdocs/quickref/index.chtml | |||
@@ -0,0 +1,16 @@ | |||
1 | % html(); return; /* vim:set ft=sitecing: */ | ||
2 | %%derive layout = "/ancestry/layout.chtml"; | ||
3 | <%constructor> | ||
4 | PN_PREV("/exceptions/runtime","runtime","runtime exceptions"); | ||
5 | PN_NEXT("/quickref/metasyntax","syntax","meta syntax"); | ||
6 | </%constructor> | ||
7 | <%codemethod string title() %> | ||
8 | return "quick reference"; | ||
9 | </%codemethod> | ||
10 | <%method void content() %> | ||
11 | <h1>site-C-ing quick reference</h1> | ||
12 | <p> | ||
13 | I am hoping to put together some quick reference documentation here. For now, | ||
14 | I am adding the component meta-syntax quick reference. | ||
15 | </p> | ||
16 | </%method> | ||