glowingbear-mainbox/README.md

50 lines
2.2 KiB
Markdown
Raw Normal View History

2014-04-24 17:13:15 +02:00
A web client for WeeChat [![Build Status](https://api.travis-ci.org/glowing-bear/glowing-bear.png)](https://travis-ci.org/glowing-bear/glowing-bear)
2013-08-05 22:57:43 +02:00
========================
2013-08-05 22:22:32 +02:00
2014-04-25 20:54:58 +02:00
Glowing Bear is a HTML5 web frontend for WeeChat that strives to be a modern and slick interface on top of WeeChat. It relies on WeeChat to do all the heavy lifting (connection, servers, history, etc) and then provides a few features on top of that, like content embedding (images, video) and desktop notification.
Glowing Bear uses WeeChat directly as the backend through its relay plugin, which allows us to directly connect to WeeChat from the browser using Websockets. That means that the client does not need a special "backend service", everything is provided by the IRC client itself and this frontend is written in pure HTML/CSS/JavaScript.
2014-04-25 20:54:58 +02:00
You can run Glowing Bear in multiple ways: use it like any other webpage, as a Firefox or Chrome app, a full-screen Chrome app on Android ("Add to homescreen"), and we also provide an Android app that you can install from the Google Play Store.
2014-04-25 20:54:58 +02:00
Getting started
===============
2014-04-25 20:54: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
Then go to the GitHub hosted version of [Glowing Bear](http://glowing-bear.github.io/glowing-bear)!
2014-04-25 20:54:58 +02:00
Screenshots
----------
Running as Chrome application in a separate window on Windows:
![Glowing bear screenshot](http://hveem.no/ss/weechat-web-client720.png)
Running as Firefox application on Android:
![Glowing bear android screenshot](http://hveem.no/ss/weechat-web-android720.png)
Hosting Glowing Bear yourself
=============================
2014-04-25 20:54:58 +02:00
If you want to host the HTML application yourself, it is enough to clone it and serve the pages with a webserver. Here's a simple example using the python simple web server:
2014-04-25 20:54:58 +02:00
git clone https://github.com/glowing-bear/glowing-bear
cd glowing-bear
python -m SimpleHTTPServer
Now you can point your browser to [http://localhost:8000](http://localhost:8000)!
2014-04-25 20:54:58 +02:00
----
2013-12-14 16:09:45 +01:00
Interested in contributing or simply want to talk about the project? Join us at **#glowing-bear** on **freenode**!