modul mkindex für webgen devel v0.2
This commit is contained in:
parent
46af61f87b
commit
e5401f356e
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
import sys, os, re, datetime, locale
|
import sys, os, re, datetime, locale
|
||||||
|
|
||||||
webbasedir = os.path.expanduser("~/www/i21k.de/")
|
webbasedir = os.path.expanduser("~/Media")
|
||||||
|
|
||||||
### for module mkdirindex:
|
### for module mkdirindex:
|
||||||
targetdir = webbasedir + "test/"
|
targetdir = webbasedir + "/Videos"
|
||||||
indexfilename = "index.html"
|
indexfilename = "index.html"
|
||||||
targetdirheadline = "Statements, rants and articles, mostly in german."
|
targetdirheadline = "Something."
|
||||||
showsize = 0
|
showsize = 0
|
||||||
####
|
####
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue