index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | feeds/index.php | 13 |
diff --git a/feeds/index.php b/feeds/index.php index cce5a57..3678d85 100644 --- a/feeds/index.php +++ b/feeds/index.php @@ -122,28 +122,29 @@ print_feeds_table(''); ?> <p> - Recently added packages. + <s>Recently added packages.</s> (to be implemented) </p> <?php -print_feeds_table('added/'); +// print_feeds_table('added/'); ?> <p> - Recently removed packages. + <s>Recently removed packages.</s> (to be implemented) </p> <?php -print_feeds_table('removed/'); +// print_feeds_table('removed/'); ?> <h3> - Release Feed + <s>Release Feed</s> </h3> <p> - Grab the + <s>Grab the <a href="/feeds/releases/" class="rss" title="Arch Linux release feed">ISO release feed</a> if you want to help seed the ISO release torrents as they come out. + </s> (to be implemented) </p> <h3> Development Feeds |