Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryotarai/nippocf
- Owner: ryotarai
- License: mit
- Created: 2014-01-31T14:44:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-20T07:24:31.000Z (almost 11 years ago)
- Last Synced: 2024-04-23T22:19:43.123Z (8 months ago)
- Language: Ruby
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.