Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skapral/poetryclub
A service for coordinating efforts inside community of creative people
https://github.com/skapral/poetryclub
grizzly jax-rs jersey oo-atom oop
Last synced: 3 months ago
JSON representation
A service for coordinating efforts inside community of creative people
- Host: GitHub
- URL: https://github.com/skapral/poetryclub
- Owner: skapral
- License: mit
- Created: 2018-09-03T14:09:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T02:18:20.000Z (over 3 years ago)
- Last Synced: 2024-10-08T15:10:53.266Z (4 months ago)
- Topics: grizzly, jax-rs, jersey, oo-atom, oop
- Language: Java
- Homepage:
- Size: 313 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Poetry Club
[![Travis Build](https://travis-ci.org/skapral/poetryclub.svg?branch=master)](https://travis-ci.org/skapral/poetryclub)
[![Build status](https://ci.appveyor.com/api/projects/status/ny3rmbdxubkbqmm2/branch/master?svg=true)](https://ci.appveyor.com/project/skapral/poetryclub/branch/master)
[![Codecov](https://codecov.io/gh/skapral/poetryclub/branch/master/graph/badge.svg)](https://codecov.io/gh/skapral/poetryclub)Poetry Club is a web service for community of creative people, united by common idea, where each member can expect a
support from the others.## How it works
Community, hosted by Poetry Club, has one administrator and arbitrary number of members. Each member (including
the admin) has following responsibilities to the community:1. Once a month they must publish some contribution.
2. Each of the member must read the contributions, made by other members and provide some feedback. It may be a
constructive discussion, raised in social networks, or a share/repost.A system aggregates the members activity and provides agenda for administrator, showing them the users who violate
the rules and don't support the community. Upon administrator's decision, they may be banned.## Development and deployment
See [this](DEVELOP.md) guide.
## License
MIT License
Copyright (c) 2018 Kapralov Sergey
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.