You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
David Cormier 5b4b55d085 Add basic travis.yml file 12 years ago
css Move highlight style to correct file 12 years ago
directives Revert "Split messages with newline into multiple messages" 12 years ago
img Add 128x128 icon 12 years ago
js Remove global for variables 12 years ago
.gitignore Use bower for dependency management 12 years ago
.travis.yml Add basic travis.yml file 12 years ago
COPYING Add license information 12 years ago
README.md Add bower instructions 12 years ago
bower.json Use bower for dependency management 12 years ago
index.html Use bower for dependency management 12 years ago
manifest.json Add chrome app manifest. 12 years ago
manifest.webapp Add icon size 12 years ago

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!