My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
MetaWeblogAPIextension  
About publishing Pages from desktop/web clients.
Featured
Updated Feb 4, 2010 by dusan.ma...@gmail.com

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 davidkyp...@gmail.com, Jul 9, 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.fr...@gmail.com, 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
Powered by Google Project Hosting