Commit Graph

21 Commits

Author SHA1 Message Date
Dan McGee
b2f33457f6 Make recent updates group multiple architectures
It isn't the most elegant operation in the world, but attempt to only show
one line per package, grouping by architecture if multiple were updated in
the same go. This makes the recent packages view a bit more useful as a
heads up view. Implements FS#17304.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-05 17:03:35 -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
Dan McGee
31b38b49c3 Spruce up the developer view pages
Quite a few changes here. Unify the developer view pages into one actual
django view and template, and use different dispatches from urls.py to set
up the three different queries for who to display and what message and group
name to show.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31 22:55:49 -06:00
Dan McGee
de780492ef Arch art: add alt text to images
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31 22:21:14 -06:00
Dan McGee
3f2c2b6413 More profile page cleanup
* Use {% with %} to make getting things out of the profile easier
* Remove HTML exemption as it was causing unescaped entities to get through
  to the page
* Link URLs instead of just printing them to the page

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31 22:14:51 -06:00
Dan McGee
c096ee658e Dev list: use username as link anchor
Guaranteed unique, and also a whole lot less likely to break validation
given we have several users with special characters (and even spaces) in
their first names.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31 22:01:15 -06:00
Dan McGee
be3591d957 More validation fixups
Random stupids in our HTML, this should be a little better at least.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31 17:18:00 -06:00
Dan McGee
c60856ff6e Update beginners' guide naming
FS#17287.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30 16:24:39 -06:00
Pierre Schmitz
56b10b6c5d Update download page to match the kernel on the current ISO image
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30 14:56:45 -06:00
Aaron Griffin
c58bcd5d77 Add Costa Rica IRC channel
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30 12:57:32 -06:00
Andrea Scarpino
1390a8b40e added #archlinux-gaelic channel, sorted list 2009-11-17 20:40:28 -02:00
Ismael Carnales
046b4543a4 made every public view return a RequestContext
RequestContexts are needed to check if the user is logged in

NOTE: Generic views as direct_to_template and object_list always return
a request context, so is good to use them :)

Later will add a render_template shortcut that adds the RequestContext
automatically
2009-11-09 22:24:43 -02:00
Ismael Carnales
b4999b495e changed landing view
- moved devel.views.siteindex to public.views.index
 - using template from public view with added devel menu
 - added extra styles and images
2009-11-09 22:24:41 -02:00
Ismael Carnales
79f00ef686 "imported" public app files from archweb_pub 2009-11-09 22:24:37 -02:00
eliott
8fcdf0c2cd Moved some templates around 2007-12-29 18:42:50 -08:00
eliott
45454908df Added logos under media 2007-12-29 18:34:52 -08:00
eliott
f02fdceef9 Changed paypal information to Aaron, from Judd. 2007-12-11 20:27:48 -08:00
eliott
3a6217bfa3 Added irc channel.
Removed media url. Should be served by apache.
2007-12-11 20:27:44 -08:00
Simo Leone
3456d372b1 Add Projects url to main page
gogo gadget projects.
2007-11-18 20:43:46 -06:00
Simo Leone
9bf2490514 Fix schwag url
http://bbs.archlinux.org/viewtopic.php?id=39575
Thanks for pointing this out.
2007-11-06 21:52:13 -06:00
eliott
39a548fd26 Initial import for public release...
Special Note
  Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!
2007-11-03 03:45:10 -04:00