-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |