The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Adding blogging to hoe.

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
Ryan Davis

Posts: 651
Nickname: zenspider
Registered: Oct, 2004

Ryan Davis is a ruby nerd.
Adding blogging to hoe. Posted: Mar 1, 2007 11:55 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Ryan Davis.
Original Post: Adding blogging to hoe.
Feed Title: Polishing Ruby
Feed URL: http://blog.zenspider.com/index.rdf
Feed Description: Musings on Ruby and the Ruby Community...
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Ryan Davis
Latest Posts From Polishing Ruby

Advertisement

Thanks to the ever-awesome Aaron Patterson (go Seattle.rb!), hoe can now blog for you. You've got to set up a ~/.hoerc file to make it work.

--- 
publish_on_announce: true
blogs: 
- user: yourusername
  password: yourpassword
  url: http://blog.example.com/cgi-bin/mt-xmlrpc.cgi
  blog_id: 1
  extra_headers:
    mt_convert_breaks: markdown

Note that extra_headers is just that, extra. This lets me post plain text to the server and apply the markdown filter to make it pretty. Everything else is required and you'll have to consult your blog doco to see what the values should be.

Read: Adding blogging to hoe.

Topic: Replacing AppleScript with Ruby Previous Topic   Next Topic Topic: What Dave said about Agile history...

Sponsored Links



Google
  Web Artima.com   

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