Here are some scripts we use to administrate Gajim's website, daily snapshot, ...
Website
Gajim's website is written in php. But to increase speed and decrease server load we convert it to html pages and serve them. Here the script that get those html pages: get_html
Here is one that build po files for website: make_po
This one creates HTML for translation status table in development page: get_stats
Daily snapshot
Daily snapshots and debian package are created in a chrooted environment. So a main script call those scripts and install the built packages so they can be downloaded from website.
Attachments
-
get_html
(210 bytes) - added by asterix
13 months ago.
script to get HTML pages of website
-
make_po
(391 bytes) - added by asterix
13 months ago.
create po / mo files
-
get_stats
(0.9 kB) - added by asterix
13 months ago.
generate HTML of translation status
-
make_svn_snap
(0.7 kB) - added by asterix
13 months ago.
create daily snapshot
-
make_debian_pkg
(0.9 kB) - added by asterix
13 months ago.
create daily debian package
-
gajim_daily_chroot
(1.7 kB) - added by asterix
13 months ago.
install generated tarball / debian package
