[Add RSS feed of latest repo changes to darcs.net homepage. Mark Stosberg **20041229004651 A temporary preview of this is here: http://mark.stosberg.com/Tech/darcs/front.html David suggested it would be desirable to also have the author's named displayed. That appears to be possible because that information is in the feed in an tag. However, I don't have the patience to make that work tonight. If someone else wants to, feel free. ] hunk ./darcs.css 53 + +/* begin styles for RSS Feed This is the most basic style to use for a list with no bullets */ + +.rss_title, rss_title a { + margin: 0px 0; + padding: 0; +} + +.rss_items { + list-style:none; + margin:0; + padding:0; +} + +.rss_item { +/* font-size: x-small; */ + margin-bottom: 1em;; +} + +.rss_item a:link, .rss_item a:visited, .rss_item a:active { + + } + +.rss_item a:hover { + + } + +.rss_date { + font-size: xx-small; + } hunk ./index.html.in 27 + + +
+ Latest darcs repo changes: + + +
+ +