Skip to content

Instantly share code, notes, and snippets.

@rreeger
rreeger / gist:3388024
Created August 18, 2012 16:08
RSS Resources for Slogger

#RSS Feed Resource for Brett Terpstra's Slogger

I hacked this together from numerous places as a resource for those using Slogger (graciously offered by Brett Terpstra).

I have tried to use ALL_CAPS in the feeds to note those areas that will require your specific info.

Feel free to share the list and make additions. And please let me know if there is anything here that needs correcting.

##App.net

  • Feed
@rreeger
rreeger / gist:3297595
Created August 8, 2012 19:01
CSS: Blue Sheets Table
<!-- Make sure to remove <p> tags from <head> after converting Markdown to HTML. -->
<head>
<style>
table th {
white-space:nowrap
}
table td:nth-child(n+2) {
background: rgb(135, 206, 250);
font-weight:bold;