forked from vonloxley/offline-dokuwiki
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
25 lines (20 loc) · 773 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
NAME
offline-dokuwiki.sh: make an offline export of a dokuwiki documentation
SYNOPSIS
offline-dokuwiki.sh options
OPTIONS
--login username
--passwd password
--ms-filenames download only windows-compatible filenames
--https use https instead of http
--depth number
--hostname doku.host.tld
--location path/to/start
--header raw html content to add after <body> (do not use @ caracters)
--footer raw html content to add before </body> (do not use @ caracters)
--prefix path to store files into. Default is date-host.
NOTES
if not specified on the command line
* username and password are empty
* hostname defaults to 'mydoku.wiki.lan'
* location defaults to 'doku.php?id=start'