Path: | README.rdoc |
Last Update: | Wed Jun 01 23:33:08 +0200 2011 |
*RuGPost* (Ruby, Gmail and Posterous) is a command line facility which allows you to create posts on your own [posterous](posterous.com) sites using your GMail account.
You simply start creating your site local repo where adding your drafts. Drafts are written using *textile* lightweight markup.
When a draft is ready for publishng, you just need to publish it. *RuGPost* will convert the draft to *html* and will create a post on the related site for you, using your GMail account.
gem install RuGPost
Create and initialize a RuGPost project:
mkdir MyProject cd MyProject rugpost init rugpost config --gmail=gmailusername
Add a repository (must have same name of the posterous site):
rugpost repo RuGPost
Create your first draft in the just created site repo:
rugpost draft helloworld
Publish your draft:
rugpost publish helloworld gmailpassword
That‘s all. Note that if you follow the above steps as is, you should be able to post in a minute a nice ‘helloworld’ on rugpost.posterous.com. You are invited to do so.
For help about the available commands use:
rugpost --help
For help about a specific command use:
rugpost --help <command>
Copyright (c) 2011 empo. See LICENSE.txt for further details.