Tested on windows only.
Requirements:
1.
python installed.
2. Google Data APIs -
gdata-python-client can be downloaded from here : http://gdata-python-client.googlecode.com/files/gdata.py-1.0.10.latest.zip
Installation :
1.Install python
2.Download gdata-python-client unpack and run "setup.py install"
3.download
bg01.zip unpack bg.py and place in any folder mentioned in %PATH%
4. add this line to your _vmrc file :
nnoremap <Leader>blog :! bg.py --f %:p --u my@email.com --p inline<cr> where my@email.com is your email registered on blogger.com
--p inline - means that password will be asked on every posting to blog , you can specify it in this line if you want.
Than script will not be asking every time.
nnoremap <Leader>blog :! bg.py --f %:p --u my@email.com --p mypassword<cr>Using:
When you want to post current file to blog : just hit '\blog' enter password and new blog entry will be created.
I added post
here how to create blog with syntax-highlighted source code.
Please leave a word or bug :) or questions,concerns,comments,jockes
heremore...