Re: ANN: Django site on washingtonpost.com

2005-12-06 Thread Adrian Holovaty
On 12/6/05, Jason F. McBrayer <[EMAIL PROTECTED]> wrote: > One thing -- the RSS feeds would be a lot more useful if they included > the bill and the vote description -- the Question field is not very > informative without that, and right now it's the only thing besides Yes > or No in the entry afa

Re: ANN: Django site on washingtonpost.com

2005-12-06 Thread Jason F. McBrayer
On Mon, 2005-12-05 at 21:20 -0600, Adrian Holovaty wrote: > Check it out: The first Django app at washingtonpost.com! > > The U.S. Congress Votes Database > http://projects.washingtonpost.com/congress/ > > It lets you browse every vote in the U.S. Congress since 1991. Very useful, and the RSS f

Re: ANN: Django site on washingtonpost.com

2005-12-06 Thread Ian Maurer
Ha! Congressional voting by astrological sign! The app overall is great ... nice work! ian On 12/6/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 12/5/05, Tom Tobin <[EMAIL PROTECTED]> wrote: > > BTW, is there any particular reason the Recent Votes feed is in Atom, > > while all the oth

Re: ANN: Django site on washingtonpost.com

2005-12-05 Thread Adrian Holovaty
On 12/5/05, Tom Tobin <[EMAIL PROTECTED]> wrote: > BTW, is there any particular reason the Recent Votes feed is in Atom, > while all the others are in RSS? (Not that my aggregator cares; just > curious!) Nice catch! I'd left that code in as a test and forgot to remove it. I'll update it on the s

Re: ANN: Django site on washingtonpost.com

2005-12-05 Thread Tom Tobin
On 12/5/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > Check it out: The first Django app at washingtonpost.com! Already added to my aggregator. ;-) BTW, is there any particular reason the Recent Votes feed is in Atom, while all the others are in RSS? (Not that my aggregator cares; just cu

Re: ANN: Django site on washingtonpost.com

2005-12-05 Thread david
Very cool. Great to see. david. On 12/5/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > Check it out: The first Django app at washingtonpost.com! > > The U.S. Congress Votes Database > http://projects.washingtonpost.com/congress/ > > It lets you browse every vote in the U.S. Congress since 19