I use e-texteditor as my primary editor, in which you can execute dynamic languages directly, such as Ruby, Python, Perl etc. Now I want to write blog post in this editor and post it to my blog directly. Though, the blog need authentication(username and password). How can I post data to this kinda of pages?
Thanks.