Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryotarai/nippocf

Write Nippo (Daily Report in Japanese) on Atlassian Confluence
https://github.com/ryotarai/nippocf

Last synced: 9 days ago
JSON representation

Write Nippo (Daily Report in Japanese) on Atlassian Confluence

Awesome Lists containing this 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:
# 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.