Skip to content

Commit

Permalink
Include username in feed anchor text.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaip committed Jan 15, 2012
1 parent e55f18b commit c62cf65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/birdfeeder/TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
todo:
- trigger a Reader crawlondemand when first generating a feed (or resetting the ID)
- add timestamps to birdpinger
- see why Ann's feed doesn't use PSHB in Reader
- check if @ replies missing in birdpinger is Twitter's fault or tweetstream's
Expand All @@ -18,6 +19,7 @@ thumbnail URLs to support:
- vimeo.com
- 4sq.com
- ow.ly/i (from https://twitter.com/doriegreenspan/status/153033123968466944)
- img.ly (from http://twitter.com/mrgan/status/157981871307886592)

done:
- update oauth_template
Expand Down Expand Up @@ -57,3 +59,4 @@ done:
- cl.ly (from http://twitter.com/krave/status/154684703570530304)
- If-Modified-Since support in feed handler
- kick off feed update when first signing in
- show username that the feed is being generated for on homepage
2 changes: 1 addition & 1 deletion app/templates/birdfeeder/index-signed-in.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% block body %}

<div id="birdfeeder-feed-container">
<a href="{{ timeline_feed_url }}" class="feed-link">Timeline feed</a>
<a href="{{ timeline_feed_url }}" class="feed-link">@{{ twitter_user.screen_name }} timeline feed</a>
-
<a href="{{ timeline_reader_url }}">View in Google Reader</a>
</div>
Expand Down

0 comments on commit c62cf65

Please sign in to comment.