Commit Graph

7 Commits

Author SHA1 Message Date
Dan McGee
736c40e85e Convert a bunch of links to HTTPS
Now that the wiki is HTTPS for the most part, we should skip the redirects
and link directly. Also switch some www links for mailman resources to the
mailman subdomain.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-10-28 19:16:16 -05:00
Dan McGee
e57747442a Use HTTPS for links to AUR
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-10-28 19:04:56 -05:00
Dan McGee
d0170b7fc9 Update BBS and bugs links to use HTTPS
Since we only do HTTPS now on these services, no point in sending someone
through a useless redirect.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-22 23:24:00 -05:00
Dan McGee
da67c4a736 Fix some link title issues
We can't wrap inside the title attribute on links, so fix all the places
where this was happening. The following command helped:

    $ grep -R --color 'title="[^"]*$' templates/

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-25 14:25:05 -05:00
Thayer Williams
67f22221b2 Redesigned feeds page, added additional feeds from sub-sites
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 15:55:38 -05:00
Dan McGee
f445754db5 Make the feeds overview page suck less
There was way too much going on there before and it wasn't laid out that
well. This should be a ton better.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-08 20:51:44 -06:00
Dan McGee
6fe8aec0ab feeds: add per arch, per repo feed ability
Make the feed framework a lot more flexible and give the possibility to have
a feed for each architecture. You can drill down even more than also get a
feed for a particular repo; some might find this helpful for something like
tracking [testing]. Implements FS#12939.

I also bumped up the number of items available in each of these feeds; since
it is full of a bunch of small items it might be more helpful to have more
available and it should also prevent fewer ones from being missed.

The UI isn't exactly spectacular, but I figured some sort of page is better
than none listing all the various feeds you can pull from.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-04 19:03:32 -06:00