2013-12-17 22:40:32 +01:00
|
|
|
A web client for WeeChat [![Build Status](http://travis-ci.org/cormier/glowing-bear.png)](http://travis-ci.org/cormier/glowing-bear)
|
2013-08-05 22:57:43 +02:00
|
|
|
========================
|
2013-08-05 22:22:32 +02:00
|
|
|
|
2013-10-08 18:28:58 +02:00
|
|
|
Required Weechat version: 0.4.2
|
|
|
|
|
2013-08-05 22:57:43 +02:00
|
|
|
To use the web interface you first need to set a relay and a password:
|
2013-08-05 22:22:32 +02:00
|
|
|
|
2013-08-05 22:57:43 +02:00
|
|
|
/relay add weechat 9001
|
|
|
|
/set relay.network.password YOURPASSWORD
|
2013-08-05 22:22:32 +02:00
|
|
|
|
2013-08-05 22:57:43 +02:00
|
|
|
Then you can point your browser to the
|
|
|
|
[Glowing Bear](http://cormier.github.io/glowing-bear) !
|
2013-12-14 16:09:45 +01:00
|
|
|
|
2013-12-16 23:09:15 +01:00
|
|
|
Contributing to glowing-bear
|
|
|
|
----------------------------
|
|
|
|
|
|
|
|
### 1. Setup your environment
|
|
|
|
|
|
|
|
We use Bower to manage dependencies:
|
|
|
|
|
|
|
|
$ npm install -r bower
|
2013-12-17 23:07:58 +01:00
|
|
|
$ bower install
|
2013-12-16 23:09:15 +01:00
|
|
|
|
|
|
|
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**!
|
|
|
|
|