[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] flog 1.0

Hans Fugal

5/18/2006 4:59:00 PM

Announcing the best way for a CLI junkie to inflict his blog upon the world!

The README:

# flog
A simple $EDITOR blogging client.

## Requirements
- [Blog::Client](http://raa.ruby-lang.org/project/b...)

## Synopsis
Run `flog` and edit the post template in $EDITOR. When done, save and
exit $EDITOR and your post will be submitted.

Alternatively, pass in your post as an argument or on stdin.

`flog -h` for other options.

## Configuration

$ flog --dump-default-config > ~/.flogrc
$ $EDITOR ~/.flogrc


The download:

http://hans.fugal.net/src/flog/flog-...

I use it with Typo.
1 Answer

senthil.nayagam@gmail.com

5/18/2006 5:28:00 PM

0

:)

now I have one more reason to add xmlrpc feature to my blog.

code is short and readable

Senthilnayagam