A lot of projects ported from the old metanohi site.

This commit is contained in:
Niels Serup
2011-08-02 23:08:13 +02:00
parent d1b8234f78
commit a63b3ad10d
261 changed files with 12435 additions and 28 deletions

View File

@@ -10,10 +10,8 @@ import mege.git as git
import mege.misc as misc
def download_prog(root, fname):
return ''
def list_pages(pathdir):
def list_pages(pathdir=None):
pathdir = misc.macrog('pathdir', pathdir)
dl = htmlfunc.DefList()
fs = [(p if os.path.isfile(p) else os.path.join(
p, 'index.org'), f, f[:-4] if os.path.isfile(p) else f + '/') for p, f in filter(

Binary file not shown.