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