Mercurial > geeqie
view doc/download.sh @ 1790:48cc32388aeb
Update dutch translation. Work in progress.
Patch by Marcel Pol.
author | zas_ |
---|---|
date | Wed, 13 Jan 2010 19:49:39 +0000 |
parents | 2ae81598b254 |
children |
line wrap: on
line source
#!/bin/sh unset LANG PAGES=`curl "http://sourceforge.net/apps/trac/geeqie/wiki/TitleIndex" | \ sed -e "s|>|>\n|g" |grep 'href=.*/geeqie/wiki/Guide'|sed -e 's|.*/wiki/Guide\([a-zA-Z0-9]*\).*|Guide\1|'` mkdir wiki for p in $PAGES ; do curl "http://sourceforge.net/apps/trac/geeqie/wiki/$p?format=txt" > wiki/$p done