Nippocf
Write nippo (daily report in Japanese) on Atlassian Confluence.
Nippocf:
- posts blog entry
- convert markdown to html
Installation
$ gem install nippocf
Requirements
- Mac OS X
- because this gem uses keychain to save your password
Usage
$ export CONFL_URL="https://your-confluence-host"
$ export CONFL_USERNAME="your.user.name"
$ nippocf
Password for your.user.name: <type here, the password will be stored in keychain>
# Editor opens automatically
# Write nippo in markdown
# Nippocf posts a blog entry.
$ # For instance, it's 2013/12/31
$ # Edit nippo of 2013/12/31
$ nippocf
$ # Edit nippo of 2013/12/20
$ nippocf 20
$ # Edit nippo of 2013/11/20
$ nippocf 11/20
$ # Edit nippo of 2012/11/20
$ nippocf 2012/11/20
SOCKS Proxy
If you set ENV['SOCKS_PROXY']
, this connect to confluence server via SOCKS proxy.
Contributing
- Fork it ( http://github.com//nippo_confl/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Licence
MIT Licence
This includes source code of confluence4r which requires MIT licence.