Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stas/methane
Campfire desktop client (W|R)IP
https://github.com/stas/methane
Last synced: 2 days ago
JSON representation
Campfire desktop client (W|R)IP
- Host: GitHub
- URL: https://github.com/stas/methane
- Owner: stas
- License: mit
- Created: 2012-03-31T21:02:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-16T14:52:11.000Z (over 12 years ago)
- Last Synced: 2024-12-06T23:19:30.742Z (about 1 month ago)
- Language: Ruby
- Homepage: https://github.com/stas/methane
- Size: 269 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Methane
Methane was supposed to be a ruby cross-platform Campfire client.
The idea was to build the GUI using qtruby and qt-webkit.
Where HTML UI elements (with Tempo.js/jQuery) inside a webkit frame
communicate through a websocket with
the the backend (EventMachine + tweetstream + tinder).## Failure
I failed to get a stable build (qtruby keept crashing for any unknown reason)
so I discontinued any development.Who knows, I might or not get back to this idea with a smarter approach.
Till then feel free to play with it and hack around.## Installation
Add this line to your application's Gemfile:
gem 'methane'
And then execute:
$ bundle
Or install it yourself as:
$ gem install methane
## Usage
Building qtruby might take some time. Please be patient, after what just run:
$ bundle exec methane
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request