KiwiIRC

基于 Web 的 IRC 客户端。(Web based IRC client)

Github星跟蹤圖

注意 -- 此版本不再处于活动开发阶段!

新的、更好的版本在这里:https://github.com/kiwiirc/kiwiirc

此版本的 Kiwi IRC 仅接收错误和安全更新。

这是一个完整的重写,现在正在使用更现代的开发工具,包括超过5年的关于人们如何使用 web IRC 客户端的知识。如果您正在寻找最新的和最伟大的 IRC 功能,那么这个新版本是最好的选择。

Kiwi IRC -- 一个手工制作的IRC客户端

Kiwi IRC 是一个功能齐全的 IRC 客户端,可以扩展以满足几乎任何需求。使用 web 应用程序非常简单,甚至不需要任何 IRC 知识,因为所有的常见需求都直接构建到 UI 中。

有关更多信息,请参阅 https://kiwiirc.com 或应用程序的实时实例,请访问https://kiwiirc.com/client/。 我们的开发 IRC 频道位于 Freenode 网络上,irc.freenode.net#kiwiirc。

开发? 请使用开发分支 -- 而不是主分支!

安装

注意:这需要运行 Node.js。确保首先安装了Node.js! http://nodejs.org/download/

  1. 下载Kiwi源代码或克隆git存储库 $ git clone https://github.com/prawnsalad/KiwiIRC.git && cd KiwiIRC
  2. 安装依赖包 $ npm install
  3. 根据需要复制和编辑配置文件 $ cp config.example.js config.js $ nano config.js
  4. 确保构建了客户端代码: $ ./kiwi build

运行

从源文件夹:$ ./kiwi start

您还可以在前台运行 kiwi,以使用 -f 标志查看任何输出。 例如:$ ./kiwi -f

在浏览器中打开新的 Kiwi 实例。 默认情况下:http://localhost:7778/

错误

使用github上的问题跟踪器报告错误:https://github.com/prawnsalad/KiwiIRC/issues

翻译

Kiwi IRC 已被翻译成25种不同的语言。 翻译可以在 translations.md 中找到

许可

GNU Affero http://www.gnu.org/licenses/agpl.html

概覽

名稱與所有者prawnsalad/KiwiIRC
主編程語言JavaScript
編程語言CSS (語言數: 5)
平台Linux, Mac, Web browsers, Windows
許可證GNU Affero General Public License v3.0
發布數15
最新版本名稱v0.9.4 (發布於 2016-03-31 00:33:34)
第一版名稱v0.6.0 (發布於 )
創建於2011-04-12 22:32:28
推送於2024-05-01 12:37:06
最后一次提交2018-01-24 19:25:04
星數890
關注者數78
派生數276
提交數2.3k
已啟用問題?
問題數613
打開的問題數139
拉請求數204
打開的拉請求數33
關閉的拉請求數107
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Note - This version is no longer in active development!

The new, better version is here: https://github.com/kiwiirc/kiwiirc

This version of Kiwi IRC is only receiving bug and security updates

This is a complete re-write and is now using much more modern development tools and includes over 5 years worth of knowledge on how people use web IRC clients. If you are looking for the latest and greatest IRC features then this new version is the way to go!

Kiwi IRC - A hand-crafted IRC client

Kiwi IRC is a fully featured IRC client that can be extended to suit almost any needs.
Using the web application is extremly simple even without any IRC knowledge as all the common needs are built directly into the UI.

For more information see https://kiwiirc.com or live instance of the application can be found at https://kiwiirc.com/client/.
Our development IRC channel is on the Freenode network, irc.freenode.net #kiwiirc.

Developing? Please use the development branch - not the master branch!

Visit our IRC channel

Installation

Note: This requires Node.js to run. Make sure you have installed Node.js first! http://nodejs.org/download/

  1. Download the Kiwi source or clone the git repository:

    $ git clone https://github.com/prawnsalad/KiwiIRC.git && cd KiwiIRC

  2. Install the dependencies:

    $ npm install

  3. Copy and edit the configuration file as needed:

    $ cp config.example.js config.js

    $ nano config.js

  4. Make sure the client code is built:

    $ ./kiwi build

Running

From the source folder: $ ./kiwi start

You can also run kiwi in the foreground to see any output by using the -f flag. Eg: $ ./kiwi -f

Open your new Kiwi instance in your browser. By default: http://localhost:7778/

Bugs

Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues

Translations

Kiwi IRC has been translated to 25 different languages. The translators can be found in translations.md

Licence

GNU Affero
http://www.gnu.org/licenses/agpl.html

去到頂部