modul mkindex für webgen devel v0.2

This commit is contained in:
Wolfgang Nowak 2022-11-13 01:24:50 +01:00
parent 46af61f87b
commit e5401f356e

View file

@ -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
#### ####