File: README.md

package info (click to toggle)
atig 0.6.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 868 kB
  • sloc: ruby: 5,315; makefile: 11; sh: 3
file content (53 lines) | stat: -rw-r--r-- 1,418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Atig.rb - Another Twitter Irc Gateway
===========================================

[![Gem Version](https://badge.fury.io/rb/atig.svg)](https://rubygems.org/gems/atig) [![Build Status](https://travis-ci.org/atig/atig.svg)](https://travis-ci.org/atig/atig) [![Coverage Status](https://coveralls.io/repos/github/atig/atig/badge.svg?branch=master)](https://coveralls.io/github/atig/atig?branch=master) [![Code Climate](https://codeclimate.com/github/atig/atig.svg)](https://codeclimate.com/github/atig/atig)

OVERVIEW
--------
Atig.rb is Twitter Irc Gateway.

Atig.rb is forked from cho45's tig.rb. We improve some features of tig.rb.

PREREQUISITES
-------------

* Ruby 1.9.3 or later
* sqlite3-ruby
* rspec(for unit test)
* rake(for unit test)

HOW TO USE
----------

You type:

    $ cd atig
    $ bin/atig -d
    I, [2010-04-05T07:22:07.861527 #62002]  INFO -- : Host: localhost Port:16668

and access localhost:16668 by Irc client.

DOCUMENTS
---------
See `docs/`, if you could read Japanese.

BRANCH POLICY
-------------

 * master: a branch for current release.
 * testing: a branch for next release.
 * other branches: feature branch

LICENCE
-------
This program is free software; you can redistribute it and/or
modify it under Ruby Lincence.

AUTHOR
------
MIZUNO "mzp" Hiroki (mzp@happyabc.org)

AVAILABILITY
------------
The complete atig.rb distribution can be accessed at [this](https://atig.github.io/)..