vimblog.vim

vimblog.vim is a ruby script that allows you to blog from Vim.
Download

vimblog.vim Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • pedro mg
  • Publisher web site:
  • http://blog.tquadrado.com

vimblog.vim Tags


vimblog.vim Description

vimblog.vim is a ruby script that allows you to blog from Vim. vimblog.vim is a ruby script that allows you to blog from Vim. For Vi, Vim or GVim users, there is a simple way to manage your blog posts. Under Vim environment, you can create new blog posts, edit, list all categories, list older posts, delete posts, turn Published into Draft posts, and vice-versa.It is out-of-the-box working for Wordpress, but very easily, you can make it manage Blogger, MovableType, TextPattern, etc, platforms. Its the beauty of Open Source software. Study the code, change it, and use it.Requirements:· VIM compiled with Ruby scripting support· RubyINSTALLATION:please, copy this file to one of your VIM direxample: to your .vim home folder: $HOME/.vim/vimblog.vimplease, add this code to your .vimrc file: if !exists('*Wordpress_vim') runtime vimblog.vim endifchange your blog login/password info on the get_personal_data function below.make sure you have xmlrpc.php file in your / blog dir. If not, change the @xml variable to find it.testing: open vim, and do :Blog rp to get your recent 10 posts.


vimblog.vim Related Software