Difference between revisions of "Circe"

From Free Software Directory
Jump to: navigation, search
m (section)
m (cleaning)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Circe
 
|Name=Circe
|Short description=IRC client for Emacs
+
|Short description=IRC client for Emacs.
|Full description='''Circe''' is a Client for IRC in [[Emacs]]. It was created to provide a more simple alternative to [[ERC]] that's more featureful than [[Rcirc]].
+
|Full description='''Circe''' is an IRC client for [[Emacs]]. It integrates well with the rest of the editor, using standard Emacs key bindings and indicating activity in channels in the status bar so it stays out of your way unless you want to use it.
  
 
Features include:
 
Features include:
 
*Per-query and per-channel buffers
 
*Per-query and per-channel buffers
*Auto-query buffers/windows (even on /MSG)
+
*Auto-query buffers/windows (even on /MSG)*Nick-highlighting*An extensible ignore*Automatic splitting at word boundaries of long lines to be sent
*Nick-highlighting
 
*An extensible ignore
 
*Automatic splitting at word boundaries of long lines to be sent
 
 
*Flood protection
 
*Flood protection
*Per-server (not per-channel) separate encoding and decoding coding systems; an Emacs feature even allows the client to transparently work with multiple *encodings, such as when both Latin-1 and UTF-8 are used on a channel
+
*Per-server (not per-channel) separate encoding and decoding coding systems; an Emacs feature even allows the client to transparently work with multiple encodings, such as when both Latin-1 and UTF-8 are used on a channel*Auto-join
*Auto-join
 
 
*NickServ-support
 
*NickServ-support
 
*Netsplit handling
 
*Netsplit handling
|Homepage URL=https://github.com/jorgenschaefer/circe
+
|Homepage URL=https://github.com/jorgenschaefer/circe/
|Extension of=Emacs
+
|Is High Priority Project=No
 
|VCS checkout command=git clone git://github.com/jorgenschaefer/circe.git
 
|VCS checkout command=git clone git://github.com/jorgenschaefer/circe.git
|Documentation note=Documentation available at https://github.com/jorgenschaefer/circe/wiki
+
|Documentation note=https://github.com/jorgenschaefer/circe/wiki
 
+
|Decommissioned or Obsolete=No
==== Quick Installation ====
+
|Donate=https://www.patreon.com/jorgenschaefer
Circe is using [[MELPA]], an alternative package archive for emacs:
+
|Related projects=erc, rcirc
(require 'package)
+
|IRC general=irc://irc.freenode.net/#emacs-circe
(add-to-list 'package-archives
+
|Version identifier=2.11
              '("melpa-stable" . "http://stable.melpa.org/packages/") t)
+
|Version date=2019/03/22
(package-initialize)
 
|IRC general=irc://chat.freenode.net/emacs-circe
 
|Version identifier=2.0
 
|Version date=2015/08/10
 
 
|Version status=stable
 
|Version status=stable
|Version download=http://stable.melpa.org/packages/circe-2.0.tar
+
|Version download=https://github.com/jorgenschaefer/circe/archive/v2.11.tar.gz
 
|Last review by=Genium
 
|Last review by=Genium
|Last review date=2015/09/13
+
|Last review date=2021/02/11
 
|Submitted by=Xvx
 
|Submitted by=Xvx
 
|Submitted date=2015/09/12
 
|Submitted date=2015/09/12
|Status=
+
|User level=beginner
|Is GNU=No
+
|Extension of=emacs
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 +
|License verified by=Genium
 +
|License verified date=2016/02/26
 +
|License note=https://github.com/jorgenschaefer/circe/blob/master/LICENSE
 +
}}
 +
{{Software category
 +
|Chat=irc
 +
|Programming-language=lisp
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
 +
|Use=live-communications
 
}}
 
}}
 
{{Person
 
{{Person
Line 45: Line 48:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=contact@jorgenschaefer.de
 
|Email=contact@jorgenschaefer.de
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=GitHub
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://github.com/jorgenschaefer/circe
+
|Resource URL=https://github.com/jorgenschaefer/circe/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=User
+
|Resource audience=GitHub
 
|Resource kind=Bug Tracking
 
|Resource kind=Bug Tracking
 
|Resource URL=https://github.com/jorgenschaefer/circe/issues
 
|Resource URL=https://github.com/jorgenschaefer/circe/issues
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Wiki
+
|Resource audience=Savannah
|Resource kind=Homepage
+
|Resource kind=Developer
|Resource URL=https://github.com/jorgenschaefer/circe/wiki
+
|Resource URL=https://savannah.nongnu.org/projects/circe/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=MELPA
+
|Resource audience=User
|Resource kind=Homepage
+
|Resource kind=Mailing List
|Resource URL=http://stable.melpa.org/#/circe
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/circe-help
 
}}
 
}}
{{Software category
+
{{Resource
|Chat=irc
+
|Resource kind=Download
|Programming-language=lisp
+
|Resource URL=https://github.com/jorgenschaefer/circe/releases/
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
+
}}
|Use=live-communications
+
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q105436640
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/circe
 +
}}
 +
{{Resource
 +
|Resource audience=EmacsWiki
 +
|Resource kind=General
 +
|Resource URL=https://www.emacswiki.org/emacs/Circe
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 13:18, 11 February 2021


[edit]

Circe

https://github.com/jorgenschaefer/circe/
IRC client for Emacs.

Circe is an IRC client for Emacs. It integrates well with the rest of the editor, using standard Emacs key bindings and indicating activity in channels in the status bar so it stays out of your way unless you want to use it.

Features include:

  • Per-query and per-channel buffers
  • Auto-query buffers/windows (even on /MSG)*Nick-highlighting*An extensible ignore*Automatic splitting at word boundaries of long lines to be sent
  • Flood protection
  • Per-server (not per-channel) separate encoding and decoding coding systems; an Emacs feature even allows the client to transparently work with multiple encodings, such as when both Latin-1 and UTF-8 are used on a channel*Auto-join
  • NickServ-support
  • Netsplit handling





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

26 February 2016




Leaders and contributors

Contact(s)Role
Jorgen Schäfer Maintainer


Resources and communication

AudienceResource typeURI
UserMailing Listhttps://lists.gnu.org/mailman/listinfo/circe-help
Downloadhttps://github.com/jorgenschaefer/circe/releases/
SavannahDeveloperhttps://savannah.nongnu.org/projects/circe/
WikidataGeneralhttps://www.wikidata.org/wiki/Q105436640
DebianDeveloperhttps://tracker.debian.org/pkg/circe
GitHubBug Trackinghttps://github.com/jorgenschaefer/circe/issues
GitHubVCS Repository Webviewhttps://github.com/jorgenschaefer/circe/
EmacsWikiGeneralhttps://www.emacswiki.org/emacs/Circe


Software prerequisites




Entry










"GitHub" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"GitHub" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"EmacsWiki" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.







Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.