Difference between revisions of "Alice"

From IRC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Software|name=Alice
{{Software|name=Alice
|programming_language=Perl
|programming_language=Perl
|homepage=[http://www.usealice.org/]
|homepage=http://www.usealice.org/
|platform=Web based IRC client.
|platform=Web based IRC client.
|license=perlgpl<ref>http://www.tu-chemnitz.de/docs/perldoc-html/perlgpl.html</ref>
|license=perlgpl<ref>http://www.tu-chemnitz.de/docs/perldoc-html/perlgpl.html</ref>

Revision as of 04:43, 19 September 2011

Alice

Programming language: Perl
Platform: Web based IRC client.
Status: Active
License: perlgpl[1]
Homepage: http://www.usealice.org/

Alice

Alice is a persistant web IRC client, written in perl.

Functionalities

Alice keep IRC sockets opepened even if you close your web browser.
When a browser connects, it will display the 100 most recent messages for each channel, and update with any new messages as they arrive.

Alice also logs messages to an SQLite database. These logs are searchable through the web interface.


Supported Web Browsers

Alice works on firefox, and probably all last recents browers.
Alice has an iPhone style sheet, but it may work in other mobile browsers as well.

Links

  • www.usealice.org : try Alice here
  • github.com/leedo/alice : get last source here

References