TextMate Blogging
This post, sent using the awesome OSX editor that is TextMate! I am behind a proxy server (actually using Authoxy), so I had to hack one of the Ruby files that the Blogging bundle uses. In blogging.rb I used the following statement:
@client ||= MetaWeblogClient.new(@host, @path, 80, 'localhost', 8080)
If you need authentication, the next two parameters in that function call are user and password. I might look into making this a UI thing or rather, get it to retrieve proxy settings from System Preferences. However, I notice that the Blogging bundle doesn’t even store weblog passwords in the keychain.
Advertisements
I cannot thank you enough – I’ve been trying to get the blogging bundle working inside my university network for ages now. Thanks for the hint – my life just got way better!
Jo
Joanna
January 18, 2007 at 12:05 am
Jason, could be more specific and point to where that file could be found etc. That’d be great. Thx, D.
Daniel
March 6, 2007 at 11:01 am
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Blogging.tmbundle/Support/lib/blogging.rb
Found with ‘locate blogging.rb’
jasonmc
March 6, 2007 at 11:39 pm