38
edits
(I added a paragraph about how to archive websites with this tool, my previous edit was not saved properly.) |
(Update docker image name to use "new" ghcr.io location) |
||
Line 28: | Line 28: | ||
- you can now start zimwriterfs with a command like the following one. With this command, the shared folder is at <code>/data</code> in the running Docker image. | - you can now start zimwriterfs with a command like the following one. With this command, the shared folder is at <code>/data</code> in the running Docker image. | ||
<code> | <code> | ||
docker run -it -v $(pwd):/data/dist openzim/zimwriterfs zimwriterfs ... | docker run -it -v $(pwd):/data/dist ghcr.io/openzim/zimwriterfs zimwriterfs ... | ||
</code> | </code> | ||
Line 38: | Line 38: | ||
<code> | <code> | ||
docker run -it -v $(pwd):/data openzim/zim-tools zimwriterfs -w index.html -I icon.png -l eng -t "Testing Heuristics" -d "Early cut of the testing heuristics material." -c "Julian Harty" -p "Commercetest Ltd." /data/dist /data/th-ln.zim | docker run -it -v $(pwd):/data ghcr.io/openzim/zim-tools zimwriterfs -w index.html -I icon.png -l eng -t "Testing Heuristics" -d "Early cut of the testing heuristics material." -c "Julian Harty" -p "Commercetest Ltd." /data/dist /data/th-ln.zim | ||
docker run -it -v $(pwd):/data openzim/zim-tools zimwriterfs -w index.html -I tess.png -l eng -t "Visions for Teaching and Learning" -d "Sample TESS content: Week 1" -c "Open University" -p "Julian Harty" /data/dist /data/week1.zim | docker run -it -v $(pwd):/data ghcr.io/openzim/zim-tools zimwriterfs -w index.html -I tess.png -l eng -t "Visions for Teaching and Learning" -d "Sample TESS content: Week 1" -c "Open University" -p "Julian Harty" /data/dist /data/week1.zim | ||
</code> | </code> | ||
edits