Skip to content

Commit

Permalink
updated README file and page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven committed Nov 12, 2009
1 parent 4aa638f commit 8cd4716
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README
Expand Up @@ -47,3 +47,18 @@ Tweetie will send
TODO:
[ ] Proper testing on the models and controllers
[ ] Some real tests with mock webservice calls

==========
Features:
Flickr4Twitter is a full-service endpoint that provides the the easiest way to upload your photos to Flickr and post them to your Twitter timeline. You can post through the web with Flickr4Twitter.com or any supported Twitter client (such as Tweetie 2). Flickr4Twitter features include:

* Is open-source and got a good start thanks to ebonical's tweetie_flickr project on Github
* Returns a Flickr short URL (http://flic.kr/) for your photo to your tweet or Twitter client (including Tweetie 2)
* Autotags with "iPhone" and "flickr4twitter" currently
* Converts any hashtags in your tweet into Flickr photo tags
* Automatically updates your Flickr photo description to the text of the tweet you posted as well as a URL for your tweet
* Has a basic web interface to view your photos as well as photos uploaded by other users
* You can also upload via the website once you are logged in so that you don't have to use yet another service to tweet from the web when your mobile twitter client isn't handy.
* Authenticates via Twitter's OAuth service and does not store your Twitter password in any way (even if a client sends it)
* Posts all sensitive data and images over SSL to ensure your security
* Generates a unique endpoint URL based upon your Twitter OAuth hash (or a custom one you generate if you have several Twitter accounts using the same client)
1 change: 1 addition & 0 deletions app/views/photos/show.rhtml
@@ -1,3 +1,4 @@
<%- content_for :title do -%>Photo <%= @photo.short_url %><%- end -%>
<div id="photo_show">
<% div_for @photo do %>
<%- if @photo.flickr_image -%>
Expand Down
1 change: 1 addition & 0 deletions app/views/users/show.rhtml
@@ -1,3 +1,4 @@
<%- content_for :title do -%><%= "#{@user.twitter_username}'s Profile" %><%- end -%>
<div id="user_show" class="user">
<%- if current_user == @user -%>
<div class="private">
Expand Down

0 comments on commit 8cd4716

Please sign in to comment.