public
Fork of peterk/twoot
Description: An open source light-weight OS X twitter client based on jQuery and Fluid
Homepage: http://www.peterkrantz.com/2008/twitter-client-with-fluid-and-jquery/
Clone URL: git://github.com/travisjeffery/twoot.git
Click here to lend your support to: twoot and make a donation at www.pledgie.com !
twoot /
name age message
file README.rst Wed Mar 04 18:25:09 -0800 2009 updated sample picture [Travis Jeffery]
file TODO.txt Thu Dec 25 17:34:25 -0800 2008 knocked off another todo [travisjeffery]
file icon.png Fri Aug 01 23:21:07 -0700 2008 Initial release with automatic refresh [peterk]
file jquery-latest.pack.js Sun Aug 03 09:22:48 -0700 2008 jQuery and default style folder setup [peterk]
file jquery.hotkeys-0.7.8-packed.js Sat Nov 15 05:55:36 -0800 2008 Fetch new tweets by pressing 'r' key. [peterk]
directory styles/ Wed Mar 04 18:20:12 -0800 2009 added retweeting [Travis Jeffery]
file twoot.htm Tue Dec 30 11:05:52 -0800 2008 favorites, replies, visit statuses, url titles [travisjeffery]
file twoot.js Wed Mar 04 20:58:38 -0800 2009 changed recycle symbol to RT for iPhones [Travis Jeffery]
README.rst

Twoot is a customizable minimal twitter client for WebKit-based SSBs. It is based on jQuery, Fluid and some basic HTML and CSS. The idea is to provide a native-looking application that is easy to customize to your specific needs. The twitter javascript code is sinspired by the SeaOfClouds tweet code.

The code has only been tested with Fluid, but should work in Safari and other WebKit-based browsers (including the iPhone I guess).

http://18.media.tumblr.com/3jJyzeT8jkoczwwgHclEugYIo1_400.png

Installation

Put all Twoot files in a folder somewhere. Download Fluid and create the Twoot.app by following the instructions here:

http://www.peterkrantz.com/2008/twitter-client-with-fluid-and-jquery/

Launching the app will prompt you for your username and password on the first run.

License

MIT

The default icon was found at http://www.iconarchive.com/show/dragon-soft-icons-by-artua/User-icon.html and is used according to the restrictions described (free for non-commercial use).

The styles/default/Morpho-Helena-128x128.png icon is created by Adrian Melsha and is used in accordance with the license terms here: http://www.iconarchive.com/category/animals/morpho-butterfly-icons-by-adrian-melsha.html

Customization

The idea is that you should adapt Twoot to fit your requirements. If you know HTML and CSS it is trivial to add a new style. Create a new folder under the style directory and add all style files (css/images) there. Don't forget to change the stylesheet link in the twoot.htm file.

If you want to modify the way Twoot works, all javascript code is in the twoot.js file.

Currently Twoot has two themes, "Default" and "HUD-black" to match the window styles available in Fluid. To switch theme, edit twoot.htm and point the stylesheet to the correct css file in the styles folder.

Bugs, praise, feature requests

Hit me up with an email at eatsleepgolf at gmail dot com or twitter @travisjeffery.

OR

Create a comment on the initial announcement page.

Thanks

Thanks to Dr. Drang and of course Peter Krantz for the original code and idea.