pagename as argument
This commit is contained in:
parent
157b584434
commit
b13c567498
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ repo="/home/nik/pandoc/futurist-fieldguide/"
|
||||||
doku="/var/www/libarynth/dokuwiki/data/pages/futurist_fieldguide/"
|
doku="/var/www/libarynth/dokuwiki/data/pages/futurist_fieldguide/"
|
||||||
user="www-data"
|
user="www-data"
|
||||||
|
|
||||||
# Dir['*.txt']
|
# Dir['*.txt']
|
||||||
|
|
||||||
file=ARGV[0] # dokuwiki pagenme/basename as argument
|
file=ARGV[0] # dokuwiki pagenme as argument
|
||||||
|
|
||||||
# parse dokuwiki -> html
|
# parse dokuwiki -> html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue