More valid.

This commit is contained in:
Niels Serup
2011-08-11 03:37:52 +02:00
parent 806ecf0439
commit 0660079cef
13 changed files with 67 additions and 41 deletions

View File

@@ -2,4 +2,7 @@
* Directory listing: <@eval page.core_url@>
<@deval page.dirlist@>
#++deval
#+BEGIN_SRC python3
page.dirlist
#+END_SRC

View File

@@ -5,10 +5,16 @@
There was an error, most likely due to sloppy programming:
#&block
<@deval page.error@>
#++deval
#+BEGIN_SRC python
page.error
#+END_SRC
#&
<@deval page.errortraceback@>
#++deval
#+BEGIN_SRC python
page.errortraceback
#+END_SRC
** Fixing it

View File

@@ -2,4 +2,7 @@
* Revisions for <@deval repr(page.path_shown)@>
<@deval page.revisions@>
#++deval
#+BEGIN_SRC python3
page.revisions
#+END_SRC

View File

@@ -2,4 +2,7 @@
* Sitemap
<@eval page.sitemap@>
#++eval
#+BEGIN_SRC python
page.sitemap
#+END_SRC