public
Description: An extension for Radiant CMS to send notifications of newly published pages to a Twitter account.
Homepage:
Clone URL: git://github.com/seancribbs/radiant-twitter-extension.git
name age message
file .gitignore Fri Apr 17 16:49:59 -0700 2009 updating to 0.6.6 twitter gem [saturnflyer]
file HELP_admin.md Fri Apr 17 16:49:59 -0700 2009 updating to 0.6.6 twitter gem [saturnflyer]
file README Tue Aug 11 06:20:45 -0700 2009 Updated README to have more details for people ... [Dayne Broderson]
file Rakefile Fri Oct 10 13:03:15 -0700 2008 Initial import. [seancribbs]
directory app/ Sun Dec 21 11:17:32 -0800 2008 Update for 0.7 compatibility. [seancribbs]
directory db/ Fri Oct 10 13:03:15 -0700 2008 Initial import. [seancribbs]
directory lib/ Tue Aug 11 06:34:11 -0700 2009 Make sure we always return true from the callba... [seancribbs]
directory spec/ Fri Oct 10 14:07:48 -0700 2008 Add controller spec. [seancribbs]
file twitter_extension.rb Sun May 31 14:42:27 -0700 2009 Added radius tag for displaying current status ... [Ulf Moehring]
README
= Twitter

Send updates to your Twitter account.

See HELP_admin.md

= Installing 

gem install twitter # sudo gem install twitter
cd /path/to/radiant-installation/
./script/extension install twitter

Then go edit the config/environment.rb and set the Radian::Config options
as needed (See HELP_admin.md).  For details on how to do this see:
http://wiki.github.com/radiant/radiant/additional-configuration-options