KiwiIRC

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

  • 所有者: prawnsalad/KiwiIRC
  • 平台: Linux, Mac, Web browsers, Windows
  • 许可证: GNU Affero General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

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
所有者活动
创建于2011-04-12 22:32:28
推送于2024-05-01 12:37:06
最后一次提交2018-01-24 19:25:04
发布数15
最新版本名称v0.9.4 (发布于 2016-03-31 00:33:34)
第一版名称v0.6.0 (发布于 )
用户参与
星数894
关注者数77
派生数276
提交数2.3k
已启用问题?
问题数614
打开的问题数140
拉请求数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