The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Showin Up On Technorati

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Red Handed

Posts: 1158
Nickname: redhanded
Registered: Dec, 2004

Red Handed is a Ruby-focused group blog.
Showin Up On Technorati Posted: Jan 15, 2005 1:06 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Red Handed.
Original Post: Showin Up On Technorati
Feed Title: RedHanded
Feed URL: http://redhanded.hobix.com/index.xml
Feed Description: sneaking Ruby through the system
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Red Handed
Latest Posts From RedHanded

Advertisement

Among the various news aggregation portals (Bloglines, Artima, etc.), I really like the layout and variety of Technorati’s ruby tag (also linked in the right-hand column.) Artima has a tendency to forget about the site for a few days here and there. Technorati allows you to trigger an update by pinging its service.

The Technorati docs are a bit sketchy, though, so I’m going to save you a bit of time, should you want to join in. Here’s how to add your blog to the ruby tag on Technorati:

  1. Add Dublin Core subject tags to each entry in your RSS or Atom feed, using the word “ruby” as the content.
  2.  
     
    
     ...
    
       
         
         cult
         ruby
    
  3. Issue a ping to your feed. So, in my case, I used http://redhanded.hobix.com/index.xml in the URL box.
  4. If you’d like to automate updates to Technorati, setup your blog software to ping Technorati.
  5.  begin
         server = XMLRPC::Client.new( "rpc.technorati.com", "/rpc/ping", 80 )
    
         begin
             result = server.call( "weblogUpdates.ping", 
                          "Your blog's name", "http://your.blog.com/index.xml" )
         rescue XMLRPC::FaultException => e
             puts "Error: [#{ e.faultCode }] #{ e.faultString }" 
         end
     rescue Exception => e
         puts "Error: #{ e.message }" 
     end
    

Read: Showin Up On Technorati

Topic: Guido Van Robot Previous Topic   Next Topic Topic: link2

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use