log bns_website/templates/news/news_list.html @ 72:d1c8a723ad10

age author description
2011-11-13 Bob Mourlam I added the jquery plugin jplayer to use for playing samples of the album. For now I just used some of the songs linked to by the jplayer demo, but I also picked a couple songs at random from my iTunes library. Rather than add them to the repository I just named them 1.mp3, 1.m4a, 1.ogg and 2.mp3, 2.m4a, 2.ogg and anybody that wants to test the player will have to add some random songs themselves.
2011-11-08 Bob Mourlam I removed some unused clutter from the news_list.html template. I moved the date to the title line, which looks a lot better I think. I made the space between articles 2em and added a border at the top of each article. I'm not sure I like it, but it's better I think.
2011-11-07 Bob Mourlam I added a get_absolute_url() to the news model so I can use that in the news template tag to create a link to the correct anchor on the news list page.
2011-11-07 Bob Mourlam Merged Chris and Brian's changes with mine.
2011-11-07 Bob Mourlam I reformatted the news_list.html template to be valid html and look a little better.
2011-11-05 Brian Neal Adding support for the TinyMCE javascript editor in the admin for news and reviews apps.
2011-11-01 Bob Mourlam - I added a little New badge for posts in the last 3 days.
2011-11-01 Bob Mourlam I change the news model to have reverse chronological ordering.
2011-10-31 Bob Mourlam My first stab at the news app. The template is a little dull, but it's a start.