Improved.

This commit is contained in:
Niels Serup
2011-07-08 15:32:28 +02:00
parent 1cc837afc7
commit 6997e7368a
9 changed files with 134 additions and 30 deletions

3
sitespecial/listdir.org Normal file
View File

@@ -0,0 +1,3 @@
#+title: Directory listing: <@eval page.core_url>
<@eval page.dirlist>

7
sitespecial/notfound.org Normal file
View File

@@ -0,0 +1,7 @@
#+title: Error: Page not found
The page <@exec print(repr(page.core_url))> does not exist. The error was:
#\block
<@eval page.error>
#@

View File

@@ -0,0 +1,7 @@
#+title: Server error
There was an error, most likely due to sloppy programming:
#\block
<@eval page.error>
#@