diff options
author | Philip Nicolcev <frugen@gmail.com> | 2014-01-14 12:36:24 -0500 |
---|---|---|
committer | Philip Nicolcev <frugen@gmail.com> | 2014-01-14 12:36:24 -0500 |
commit | b8da142891de8764dab1a255527bb480cf75f94b (patch) | |
tree | 7720d4e0b471897cbba93af4e6cae2d5dfa30733 | |
parent | 7dc16c0d2055ed981a8268b55d82881fd1ed48d5 (diff) | |
download | AJAX-Chat-b8da142891de8764dab1a255527bb480cf75f94b.zip AJAX-Chat-b8da142891de8764dab1a255527bb480cf75f94b.tar.gz AJAX-Chat-b8da142891de8764dab1a255527bb480cf75f94b.tar.bz2 |
Update readme.md
-rw-r--r-- | readme.md | 28 |
1 files changed, 13 insertions, 15 deletions
@@ -1,5 +1,5 @@ AJAX Chat Standalone -========= +==================== This is the standalone version of Blueimp's AJAX Chat. If you are looking for a version to integrate with your forum, select a different branch. @@ -10,21 +10,19 @@ Instead of delivering a complete HTML page only updated data is sent in XML form By using JavaScript the chat page can be updated without having to reload the whole page. Requirements -============ +------------ -###Server-Side: -- PHP >= 5 -- MySQL >= 4 -- Ruby >= 1.8 (optional) -###Client-Side: -- Enabled JavaScript -- Enabled Cookies -- Flash Plugin >= 9 (optional) + +| *Server-Side* | *Client-Side* | +| ---------------------- | ---------------------------- | +| PHP >= 5 | Enabled JavaScript | +| MySQL >= 4 | Enabled Cookies | +| Ruby >= 1.8 (optional) | Flash Plugin >= 9 (optional) | Features -======== +-------- - Easy installation - Usable as shoutbox - Multiple channels @@ -60,20 +58,20 @@ Features - Optional support to push updates over a Flash based socket connection (increased performance and responsiveness) - Survives connection timeouts - Easy integration into existing authentication systems -- Sample phpBB2, phpBB3, MyBB, PunBB, SMF and vBulletin integrations provided +- Sample phpBB3, MyBB, PunBB, SMF and vBulletin integrations available - Separation of layout and code - Well commented Source Code - Developed with Security as integral part - built to prevent Code injections, SQL injections, Cross-site scripting (XSS), Session stealing and other attacks -- Tested successfully with Microsoft Internet Explorer, Mozilla Firefox, Opera, Safari and Konqueror - built to work with all modern browsers :) +- Tested successfully with Microsoft Internet Explorer, Mozilla Firefox, Opera and Safari - built to work with all modern browsers :) Help -==== +---- Essential documentation is contained in the attached readme files For more documentation consult the github wiki: https://github.com/Frug/AJAX-Chat/wiki For support questions use google groups: https://groups.google.com/forum/#!forum/ajax-chat -To report bugs use github issues: https://github.com/Frug/AJAX-Chat
\ No newline at end of file +To report bugs use github issues: https://github.com/Frug/AJAX-Chat |