diff options
-rwxr-xr-x | SuckItFos | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ do | |||
20 | mkdir -p Foswiki/$base | 20 | mkdir -p Foswiki/$base |
21 | mkdir -p Foswiki/${base}/`dirname ${file}` | 21 | mkdir -p Foswiki/${base}/`dirname ${file}` |
22 | mkdir -p combined/$base | 22 | mkdir -p combined/$base |
23 | mkdir -p combined/${base}/`dirname ${file} | 23 | mkdir -p combined/${base}/`dirname ${file}` |
24 | echo "Converting ${URL}/${base}/${file} -> Foswiki/${base}/${file}.md" | 24 | echo "Converting ${URL}/${base}/${file} -> Foswiki/${base}/${file}.md" |
25 | # pandoc -f html -t markdown --self-contained ${URL}/${base}/${file} >Foswiki/${base}/${file}.md | 25 | # pandoc -f html -t markdown --self-contained ${URL}/${base}/${file} >Foswiki/${base}/${file}.md |
26 | # TODO - try curl, to see what is actually downloaded, and maybe not download unchanged pages. curl to .HTM | 26 | # TODO - try curl, to see what is actually downloaded, and maybe not download unchanged pages. curl to .HTM |