Sha256: e465a09a54a748bf2e773f4181db3a5a0a321a641aec49efba1816a85daf7088
Contents?: true
Size: 894 Bytes
Versions: 40
Compression:
Stored size: 894 Bytes
Contents
xml.instruct! :xml, :version=>"1.0", :encoding=>"UTF-8" xml.rsd "version"=>"1.0", "xmlns"=>"http://archipelago.phrasewise.com/rsd" do xml.service do xml.engineName "Typo" xml.engineLink "http://www.typosphere.org" xml.homePageLink url_for(:controller => "articles") xml.apis do xml.api "name" => "Movable Type", "preferred"=>"true", "apiLink" => url_for(:controller => "backend", :action => "xmlrpc", :only_path => false), "blogID" => "1" xml.api "name" => "MetaWeblog", "preferred"=>"false", "apiLink" => url_for(:controller => "backend", :action => "xmlrpc", :only_path => false), "blogID" => "1" xml.api "name" => "Blogger", "preferred"=>"false", "apiLink" => url_for(:controller => "backend", :action => "xmlrpc", :only_path => false), "blogID" => "1" end end end
Version data entries
40 entries across 21 versions & 1 rubygems