Go to file
David Cormier dc0b4c1a73 Merge pull request #94 from lorenzhs/highlight
Visually highlight highlights
2013-12-17 06:54:34 -08:00
css Move highlight style to correct file 2013-12-17 14:44:19 +00:00
directives Revert "Split messages with newline into multiple messages" 2013-11-09 12:40:27 -05:00
img Add 128x128 icon 2013-10-21 16:15:46 +02:00
js Visually highlight highlights 2013-12-17 14:37:22 +00:00
.gitignore Use bower for dependency management 2013-12-16 21:55:34 +00:00
COPYING Add license information 2013-10-04 16:52:45 -04:00
README.md Add bower instructions 2013-12-16 17:09:15 -05:00
bower.json Use bower for dependency management 2013-12-16 21:55:34 +00:00
index.html Use bower for dependency management 2013-12-16 21:55:34 +00:00
manifest.json Add chrome app manifest. 2013-10-21 16:12:58 +02:00
manifest.webapp Add icon size 2013-10-21 16:23:42 +02:00

README.md

A web client for WeeChat

Required Weechat version: 0.4.2

To use the web interface you first need to set a relay and a password:

/relay add weechat 9001
/set relay.network.password YOURPASSWORD

Then you can point your browser to the Glowing Bear !

Contributing to glowing-bear

1. Setup your environment

We use Bower to manage dependencies:

$ npm install -r bower
$ bower install bower.json

The files have to be served from a web server. It's as simple as running this command in the glowing-bear directory:

$ python -m SimpleHTTPServer

For any information don't hesitate and join us on #glowing-bear on freenode!