-rw-r--r-- | htdocs/ancestry/layout.chtml | 4 | ||||
-rw-r--r-- | htdocs/ancestry/sources.chtml | 4 | ||||
-rw-r--r-- | htdocs/examples/calendar.chtml | 1 | ||||
-rw-r--r-- | htdocs/index.chtml | 8 | ||||
-rw-r--r-- | htdocs/quickref/index.chtml | 3 | ||||
-rw-r--r-- | htdocs/quickref/metasyntax.chtml | 37 | ||||
-rw-r--r-- | htdocs/style.css | 8 |
7 files changed, 53 insertions, 12 deletions
diff --git a/htdocs/ancestry/layout.chtml b/htdocs/ancestry/layout.chtml index df34ad7..4551d04 100644 --- a/htdocs/ancestry/layout.chtml +++ b/htdocs/ancestry/layout.chtml @@ -24,6 +24,6 @@ % if(!(urlPrev.empty() || descPrev.empty())) { - <a class="prevnext-prev" href="<% urlPrev %>" title="<% sitecing::html_escape(titlePrev.empty()?descPrev:titlePrev) %>"><% sitecing::html_escape(descPrev) %></a> + <a class="prevnext-prev" href="<% urlPrev %>" title="<% sitecing::html_escape(titlePrev.empty()?descPrev:titlePrev) %>">◄ <% sitecing::html_escape(descPrev) %></a> % } % if(!(urlNext.empty() || descNext.empty())) { - <a class="prevnext-next" href="<% urlNext %>" title="<% sitecing::html_escape(titleNext.empty()?descNext:titleNext) %>"><% sitecing::html_escape(descNext) %></a> + <a class="prevnext-next" href="<% urlNext %>" title="<% sitecing::html_escape(titleNext.empty()?descNext:titleNext) %>"><% sitecing::html_escape(descNext) %> ►</a> % } diff --git a/htdocs/ancestry/sources.chtml b/htdocs/ancestry/sources.chtml index 35ced64..1d9fcc9 100644 --- a/htdocs/ancestry/sources.chtml +++ b/htdocs/ancestry/sources.chtml @@ -62,2 +62,6 @@ { 0,0,0 }, + { "htdocs/quickref", 0, "reference documentation" }, + { "htdocs/quickref", "index.chtml", "the overview" }, + { "htdocs/quickref", "metasyntax.chtml", "component meta syntax quick reference" }, + { 0,0,0 }, { 0,0,0 }, diff --git a/htdocs/examples/calendar.chtml b/htdocs/examples/calendar.chtml index eea20cb..85aa7ba 100644 --- a/htdocs/examples/calendar.chtml +++ b/htdocs/examples/calendar.chtml @@ -6,2 +6,3 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +% __SCIF->flush(); <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> diff --git a/htdocs/index.chtml b/htdocs/index.chtml index e8cedda..20d34c2 100644 --- a/htdocs/index.chtml +++ b/htdocs/index.chtml @@ -35,5 +35,7 @@ href="mailto:sitecing-patches@klever.net">welcome</a>). Also note that you - will need <a href="http://fastcgi.com/">mod_fastcgi</a> apache module, which - is the only CGI-interface supported by the <em>site-C-ing</em> engine at the - moment. + may need <a href="http://fastcgi.com/">mod_fastcgi</a> apache module, + although now that fastcgi is not the only supported interface you may get the + thing running with 'plain' CGI with a bit of tweaking. Again, if you got it + working without breaking the fastcgi part your patches are <a + href="mailto:sitecing-patches@klever.net">welcome</a>. </p> diff --git a/htdocs/quickref/index.chtml b/htdocs/quickref/index.chtml index 20ef217..d139190 100644 --- a/htdocs/quickref/index.chtml +++ b/htdocs/quickref/index.chtml @@ -13,3 +13,4 @@ I am hoping to put together some quick reference documentation here. For now, - I am adding the component meta-syntax quick reference. + I am adding the <a href="/quickref/metasyntax">component meta-syntax quick + reference</a>. </p> diff --git a/htdocs/quickref/metasyntax.chtml b/htdocs/quickref/metasyntax.chtml index a63f596..4efc37c 100644 --- a/htdocs/quickref/metasyntax.chtml +++ b/htdocs/quickref/metasyntax.chtml @@ -45,5 +45,6 @@ <blockquote class="qr_sample"> + <div> <body><br/> + Here is the way we count.<br/><br/> <em><a href="#qr__line" title="% description">%</a> for(int t=0;t<10;t++) {<br/></em> - Here is the way we count.<br/><br/> Just saying out loud: <a href="#qr__inline" title="<% ... %> description"><%</a> t <a href="#qr__inline" title="<% ... %> description">%></a><br/><br/> @@ -51,2 +52,3 @@ </body> + </div> </blockquote> @@ -65,6 +67,8 @@ <blockquote class="qr_sample"> + <div> + Here is the way we count.<br/><br/> <a href="#qr__line" title="% description">%</a> for(int t=0;t<10;t++) {<br/> - Here is the way we count.<br/><br/> <em> Just saying out loud: <a href="#qr__inline" title="<% ... %> description"><%</a> t <a href="#qr__inline" title="<% ... %> description">%></a><br/><br/></em> <a href="#qr__line" title="% description">%</a> } + </div> </blockquote> @@ -81,2 +85,3 @@ <dd> + <p> Escape from the output mode to code mode. Opposite to <code><a href="#qr__output" title="<%output> description"><%output></a></code>. Roughly the same as <code><a href="#qr__output" title="<%output> description"></%output></a> <kbd>...</kbd> <a href="#qr__output" title="<%output> description"><%output></a></code> (note the reverse order), but more self-explanatory and applies to more cases. @@ -84,2 +89,3 @@ <blockquote class="qr_sample"> + <div> <body><br/> @@ -93,2 +99,3 @@ </body> + </div> </blockquote> @@ -111,2 +118,3 @@ <blockquote class="qr_sample"> + <div> <em><a href="#qr__codemethod" title="<%codemethod ... %> description"><%codemethod</a> std::string ua() <a href="#qr__codemethod" title="<%codemethod ... %> description">%></a><br/> @@ -115,2 +123,3 @@ The user agent is: <a href="#qr__inline" title="<% ... %> description"><%</a> ua() <a href="#qr__inline" title="<% ... %> description">%></a><br/> + </div> </blockquote> @@ -133,2 +142,3 @@ <blockquote class="qr_sample"> + <div> <a href="#qr___var" title="%%var description">%%var</a> bool is_msie;<br/> @@ -137,2 +147,3 @@ <a href="#qr__constructor" title="<%constructor> description"></%constructor></a><br/></em> + </div> </blockquote> @@ -161,2 +172,3 @@ <blockquote class="qr_sample"> + <div> <em><a href="#qr___decl" title="%%decl description">%%decl</a> #include <string><br/></em> @@ -169,2 +181,3 @@ <a href="#qr__method" title="<%method ... %> description"></%method></a> + </div> </blockquote> @@ -183,4 +196,6 @@ <blockquote class="qr_sample"> + <div> <em><a href="#qr___derive" title="%%derive description">%%derive</a> pagelayout = "/ancestry/page_layout.chtml";<br/></em> <a href="#qr__line" title="% description">%</a> pagelayout::member_function(); + </div> </blockquote> @@ -203,2 +218,3 @@ <blockquote class="qr_sample"> + <div> <a href="#qr___var" title="%%var description">%%var</a> type_t *tmp = 0;<br/> @@ -210,2 +226,3 @@ <a href="#qr__destructor" title="<%destructor> description"></%destructor></a><br/></em> + </div> </blockquote> @@ -234,3 +251,4 @@ <blockquote class="qr_sample"> - <em><a href"#qr___impl" title="%%impl description">%%impl</a> #include <string.h><br/></em> + <div> + <em><a href="#qr___impl" title="%%impl description">%%impl</a> #include <string.h><br/></em> <a href="#qr__method" title="<%method ... %gt; description"><%method</a> void output_if_contains(const char *haystack,const char *needle) <a href="#qr__method" title="<%method ... %gt; description">%></a><br/> @@ -253,2 +271,3 @@ <a href="#qr__method" title="<%method ... %> description"></%method></a><br/> + </div> </blockquote> @@ -271,2 +290,3 @@ <blockquote class="qr_sample"> + <div> <em><a href="#qr__method" title="<%method ... %> description"><%method</a> void emphasized(const char *t) <a href="#qr__method" title="<%method ... %> description">%></a><br/> @@ -275,2 +295,3 @@ <a href="#qr__line" title="% description">%</a> emphasized("emphasized text"); + </div> </blockquote> @@ -291,2 +312,3 @@ <blockquote class="qr_sample"> + <div> <a href="#qr__codemethod" title="<%codemethod ... %> description"><%codemethod</a> void count() <a href="#qr__codemethod" title="<%codemethod ... > description">%></a><br/> @@ -299,2 +321,3 @@ <a href="#qr__line" title="% description">%</a> count(); + </div> </blockquote> @@ -317,4 +340,6 @@ <blockquote class="qr_sample"> + <div> <a href="#qr___derive" title="%%derive description">%%derive</a> pagelayout = "/ancestry/page_layout.chtml";<br/> <em><a href="#qr___pragma" title="%%pragma description">%%pragma</a> main=pagelayout</em> + </div> </blockquote> @@ -325,4 +350,4 @@ <a id="qr___var" name="qr___var" title="member variable declaration"> - <code>%%var <kbd>type_t</kbd> <kbd>varname</kbd>;<br/> - <code>%%var <kbd>type_t</kbd> <kbd>varname</kbd> = <kbd>initalizer</kbd>;<br/> + <code>%%var <kbd>type_t</kbd> <kbd>varname</kbd>;</code><br/> + <code>%%var <kbd>type_t</kbd> <kbd>varname</kbd> = <kbd>initalizer</kbd>;</code><br/> </a> @@ -336,2 +361,3 @@ <blockquote class="qr_sample"> + <div> <em><a href="#qr___var" title="%%var description">%%var</a> std::string strval = "default value";<br/> @@ -339,2 +365,3 @@ <a href="#qr___var" title="%%var description">%%var</a> int whatnot;</em> + </div> </blockquote> diff --git a/htdocs/style.css b/htdocs/style.css index 96e4c59..28aa8df 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -216,2 +216,3 @@ div.prevnext a:hover { color: white; + text-decoration: none; } @@ -226,2 +227,3 @@ dl.quickref { margin: 1ex 1em; + overflow: hidden; } @@ -236,3 +238,4 @@ dl.quickref dd { padding: 0px; - border: 1px solid grey; + border: 1px solid gray; + overflow: hidden; } @@ -247,2 +250,4 @@ dl.quickref blockquote { font-family: monospace; + font-size: 90%; + overflow: hidden; } @@ -255,2 +260,3 @@ dl.quickref blockquote em { background: #ffc0c0; + overflow: hidden; } |