|
|
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:
- w.bloggar (Windows)
- ScribeFire (Firefox extension)
- Windows Live Writer (windows)
- Google Docs (web based)
- ecto (commercial)
- BlogJet (windows)
- Qumana (win & mac)
- Thingama (mac,win,linux)
- ..many others.
!!! EXTENSIVE TESTING NEEDED !!!
Installation
- cd to your extensions directory
- svn co http://feed-me.googlecode.com/svn/trunk/meta_weblog
- edit your config/environment.rb and replace:
config.frameworks -= [ :action_web_service, :action_mailer ]
withconfig.frameworks -= [ :action_mailer ]
Details
Extension will create XML RPC endpoint at http://yourradiant.com/api/xmlrpc
Authenticate with your Radiant username and password.
Sign in to add a comment

I'm getting this error on my local instance of your extension.
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
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