Diffstat (limited to 'htdocs/ancestry/sources.chtml') (more/less context) (ignore whitespace changes)
-rw-r--r-- | htdocs/ancestry/sources.chtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/ancestry/sources.chtml b/htdocs/ancestry/sources.chtml index eb9c790..35ced64 100644 --- a/htdocs/ancestry/sources.chtml +++ b/htdocs/ancestry/sources.chtml @@ -21,32 +21,35 @@ { 0, 0, 0 }, { "bin", 0, "various scripts" }, { "bin", "build.in", "the template of the script used to precompile the code" }, { "bin", "run.in", "the template of the script used to start fastcgi server" }, { 0, 0, 0 }, { "conf", 0, "configuration files" }, { "conf", "dudki.conf.in", "the template for the dudki daemon configuration file" }, { "conf", "httpd.conf.in", "the template for the apache configuration" }, { "conf", "sitecing.conf.in", "the template for the site-C-ing configuration" }, { 0, 0, 0 }, { "htdocs", 0, "the source files" }, { "htdocs", ".htaccess", "apache access-control file" }, { "htdocs", "index.chtml", "the introduction" }, { "htdocs", "sources.chtml", "the source browser" }, { "htdocs", "style.css", "the CSS style sheet" }, { "htdocs", "view.chtml", "the source viewer" }, + { "htdocs/examples", 0, "examples" }, + { "htdocs/examples", "calendar.chtml", "really simple page" }, + { 0,0,0 }, { "htdocs/exceptions", 0, "exceptions handling overview" }, { "htdocs/exceptions", "index.chtml", "the overview" }, { "htdocs/exceptions", "preprocess.chtml", "preprocessor exceptions" }, { "htdocs/exceptions", "compile.chtml", "compile-time exceptions" }, { "htdocs/exceptions", "runtime.chtml", "runtime exceptions" }, { "htdocs/exceptions/development", 0, "development-mode exceptions samples" }, { "htdocs/exceptions/development", ".htaccess", "apache access control file" }, { "htdocs/exceptions/development", ".scrc", "site-C-ing local configuration" }, { "htdocs/exceptions/development", "preprocess.chtml", "the file that can not be preprocessed" }, { "htdocs/exceptions/development", "runtime.chtml", "exception thrown at runtime" }, { "htdocs/exceptions/development", "compile.chtml", "the file that can not be compiled" }, { "htdocs/exceptions/development", "erroneous.h", "the file to include for more errors" }, { "htdocs/exceptions/development", "compile.html", "compile-time exception handler output" }, { 0,0,0 }, { "htdocs/exceptions/production", 0, "production-mode exceptions samples" }, { "htdocs/exceptions/production", ".htaccess", "apache access control file" }, |