Project

nippocf

0.0
No commit activity in last 3 years
No release in over 3 years
Write nippo (daily report in Japanese) on Atlassian Confluence in Markdown
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0

Runtime

 Project Readme

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

  1. Fork it ( http://github.com//nippo_confl/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Licence

MIT Licence

This includes source code of confluence4r which requires MIT licence.