fetch_assoc()) $archs[$row['name']] = $row['name'] . '/'; $print_archs = array_merge( array( '' => '', 'All Arches' => 'all/' ), $archs ); $result = mysql_run_query( "SELECT DISTINCT `repositories`.`name` FROM `repositories` WHERE `repositories`.`is_on_master_mirror` ORDER BY `name`" ); $repos = array(); while ($row = $result -> fetch_assoc()) $repos[$row['name']] = $row['name'] . '/'; $print_repos = array_merge( array( 'All Repos' => '' ), $repos ); $bugtracker_projects = array( 0 => 'All Projects', 1 => 'Arch Linux 32' ); $bugtracker_operations = array( 'Opened' => '', 'Edited' => 'topic=edit&', 'Closed' => 'topic=clo&' ); function print_arches_header() { global $print_archs; foreach ($print_archs as $arch => $dummy) { print "
Several RSS feeds are available for consumption from the Arch32 website. The majority of these are package-related and allow feeds to be customized for the updates you care about.
Grab the news item feed to keep up-to-date with the latest news from the Arch Linux development staff.
If you are interested in all package updates, then grab this feed.
Recently added packages. (to be implemented)
Recently removed packages. (to be implemented)
Grab the
ISO release feed
if you want to help seed the ISO release torrents as they come out.
(to be implemented)
Subscribe to any of the following to track bug tickets and feature requests from the Arch Linux 32 Bugtracker:
Project | $dummy) { print "\n"; print " Recently " . $label . " Tasks\n"; print " | \n"; } ?>
---|---|
\n"; print " " . $project . "\n"; print " | \n"; foreach ($bugtracker_operations as $label => $option) { print "\n"; print " Feed\n"; print " | \n"; } print "