aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/SuckItFos
diff options
context:
space:
mode:
authordvs12025-01-09 14:48:57 +1000
committerdvs12025-01-09 14:48:57 +1000
commit6b04b247f7375cdb84d9348a03d892c675f09c35 (patch)
treee590c35b281c503d4494a5267dbc97841f229561 /SuckItFos
parentCreate Foswiki subdirectories. (diff)
downloadnotYetAnotherWiki-6b04b247f7375cdb84d9348a03d892c675f09c35.zip
notYetAnotherWiki-6b04b247f7375cdb84d9348a03d892c675f09c35.tar.gz
notYetAnotherWiki-6b04b247f7375cdb84d9348a03d892c675f09c35.tar.bz2
notYetAnotherWiki-6b04b247f7375cdb84d9348a03d892c675f09c35.tar.xz
TYPO--
Diffstat (limited to 'SuckItFos')
-rwxr-xr-xSuckItFos2
1 files changed, 1 insertions, 1 deletions
diff --git a/SuckItFos b/SuckItFos
index f9d9b6c..f21decc 100755
--- a/SuckItFos
+++ b/SuckItFos
@@ -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