Skip to content

Commit

Permalink
Update rdocs with ascii conversion info and add contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
blakesmith committed May 1, 2011
1 parent 74b3d84 commit e5a7ce5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.rdoc
@@ -1,5 +1,7 @@
= Flamethrower: An irc to campfire gateway

* Now with ASCII art conversion! (Oooo, shiney!)

Flamethrower gives you the power to use your awesome irc client to
talk in your campfire rooms.

Expand All @@ -23,14 +25,17 @@ Then start flamethrower like so:

flamethrower -c ~/myconfig.yml

=== A work in progress
By default, flamethrower will use the config file located at ~/.flamethrower/config.yml.

=== Contributing

Flamethrower is a work in progress. Right now basic messaging works, but
it still needs a lot of love. If you find it useful and would like to see
it do something, please submit a patch (with tests please)!. Bug reports are
Flamethrower is a constant work in progress. If you find it useful and would like to see it do something, please submit a patch (with tests please)!. Bug reports are
also highly appreciated.

=== Author
=== Authors

Flamethrower is written by Blake Smith <blakesmith0@gmail.com>

Contributions by:
[Alexander Rakoczy](https://github.com/toothrot)

6 changes: 6 additions & 0 deletions flamethrower.yml.example
@@ -0,0 +1,6 @@
domain: flamethrower # eg, flamethrower.campfirenow.com
token: c9be61aeb7c1a311f8f5a928ac6a0d41c93c4a72 # your personal API token
ascii_conversion:
enabled: true
service: "http://skeeter.blakesmith.me"
scale_to_width: 80

0 comments on commit e5a7ce5

Please sign in to comment.