Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ksubileau committed Dec 20, 2013
1 parent 5ea86ce commit 20f5842
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
zzChat
======
Build status (master branch) [![Build Status](https://api.travis-ci.com/ksubileau/zzChat.png?token=YeqZq44fjDx7gzspvUoV&branch=master)](https://magnum.travis-ci.com/ksubileau/zzChat)
<p align="center"><img src="/app/img/logo.png" alt="zzChat" width="300px"/></p>
## Description
zzChat is a multi-user chat client, using a REST JSON API and a Javascript client. It provides several bases features, including :
* Multiple chat rooms
* Public access, no password required
* Multilanguage
* Single page web client
* Message formatting (bold, italic, underline, and line-through)

## License
zzChat is released under the GPL v3 (or later) license, see [/LICENSE](/LICENSE)
## Minimum Requirements

* Webserver, Apache is recommended (other web servers are not tested yet).
* PHP 5.3.3 or greater
* No database required
* A recent web browser (IE < 9 isn't supported)

## Code Status
* Travis-CI: [![Build Status](https://api.travis-ci.com/ksubileau/zzChat.png?token=YeqZq44fjDx7gzspvUoV&branch=master)](https://magnum.travis-ci.com/ksubileau/zzChat)

0 comments on commit 20f5842

Please sign in to comment.