My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Search
for
Updated Feb 04 (5 days ago) by dusan.maliarik
Labels: Featured
MetaWeblogAPIextension  
About publishing Pages from desktop/web clients.

MetaWeblog API extension

Allows you to "post" pages from 3rd party apps like desktop blogging clients or Google Docs.

Clients:

!!! EXTENSIVE TESTING NEEDED !!!

Installation

  1. cd to your extensions directory
  2. svn co http://feed-me.googlecode.com/svn/trunk/meta_weblog
  3. edit your config/environment.rb and replace:
  4.   config.frameworks -= [ :action_web_service, :action_mailer ]
with
  config.frameworks -= [ :action_mailer ]

Details

Extension will create XML RPC endpoint at http://yourradiant.com/api/xmlrpc

Authenticate with your Radiant username and password.


Comment by davidkypuros, Jul 09, 2008

I'm getting this error on my local instance of your extension.

LoadError? in ApiController?#xmlrpc

Expected /Users/Judo_Samurai?/railsApps/Radiant/vendor/extensions/meta_weblog/app/controllers/api_controller.rb to define ApiController?

RAILS_ROOT: /Users/Judo_Samurai?/railsApps/Radiant

Comment by larry.fransson, Jul 12, 2008

Make sure you make that change to your config/environment.rb file and restart the application. Then you'll get this NoMethodError? instead: undefined method `web_service_dispatching_mode' for ApiController?:Class


Sign in to add a comment
Hosted by Google Code