42
edits
(Adapations for move to zim-tools + less "warnings" + more precise docker usage) |
|||
Line 32: | Line 32: | ||
== Examples of using zimwriterfs == | == Examples of using zimwriterfs == | ||
<code> | <code> | ||
docker run -it -v $(pwd):/data openzim/zimwriterfs | 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 openzim/ | 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 | ||
</code> | </code> | ||
edits