Search:
Login
Preferences
Help/Guide
About Trac
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
Back to AdminScripts
AdminScripts
: get_html
File get_html,
210 bytes
(added by asterix,
15 months
ago)
script to get HTML pages of website
Line
1
#!/bin/sh
2
3
LANGS
=
'fr en es bg pt-br eo ru de'
4
PAGES
=
'index screenshots downloads docs dev'
5
6
for
p in
$PAGES
;
do
7
for
l in
$LANGS
;
do
8
wget -q -O
$p
.
$l
.html
"http://devel.gajim.org/$p.php?lang=$l"
9
done
10
done
11
Download in other formats:
Original Format