Files
siarp.de/siarp.de/misc/tree-bottom.png
T
Martin Stadler 2670f2b373 replace /index.* in assets and files
Because we used this index structure in step 1, all non-HTML paths are also rewritten to the /index.* pattern.

First, we download the files and assets without rewriting by using HTTrack again in another, temporary directory:
```
httrack http://siarp.de -K -O . -N --robots=0
```
From there we move (overwrite) over the files to our working directory.
```
rm -rf martin misc modules PFAD rss sites themes tilman
cd ../../httrack-abs/siarp.de
mv martin.xml misc modules rss.xml sites themes tilman.xml ../../httrack-clean/siarp.de
cd ../../working-dir/siarp.de
find . -name "*.html" -type f -print0 |   xargs -0 perl -i -pe "s/\/index\././g"
```
2019-12-08 13:56:17 +01:00

129 B
80x81px