Fork of GlowingBear, with a different login page pre-filling informations.
Go to file
2013-12-17 15:36:54 -05: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 Use strict comparators 2013-12-17 15:36:54 -05:00
.gitignore Use bower for dependency management 2013-12-16 21:55:34 +00:00
bower.json 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
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 Add bower instructions 2013-12-16 17:09:15 -05:00

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!