Difference between revisions of "Circe"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Circe |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 th...")
 
(general info)
Line 2: Line 2:
 
|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 a Client for IRC in [[Emacs]]. It was created to provide a more simple alternative to [[ERC]] that's more featureful than [[Rcirc]].
  
 
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
+
*Nick-highlighting
An extensible ignore
+
*An extensible ignore
Automatic splitting at word boundaries of long lines to be sent
+
*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/wiki
+
 
 +
==== Quick Installation ====
 +
Circe is using [[MELPA]], an alternative package archive for emacs:
 +
 
 +
First, evaluate this:
 +
<pre>
 +
(require 'package)
 +
(add-to-list 'package-archives
 +
            '("melpa-stable" . "http://stable.melpa.org/packages/") t)
 +
(package-initialize)
 +
</pre>
 +
 
 +
Then, use package-install like with [[GNU ELPA]]:
 +
<pre>
 +
M-x package-install RET circe RET
 +
</pre>
 +
Then run M-x package-install RET circe RET
 +
<pre>
 +
M-x package-install RET circe RET
 +
</pre>
 +
 
 +
After this, M-x circe should work.
 +
 
 +
==== Development Version ====
 +
In the shell:
 +
<pre>
 +
mkdir -d ~/.emacs.d/lisp/
 +
cd ~/.emacs.d/lisp
 +
git clone git://github.com/jorgenschaefer/circe.git
 +
</pre>
 +
 
 +
In the .emacs file:
 +
<pre>
 +
(add-to-list 'load-path "~/.emacs.d/lisp/circe")
 +
(require 'circe)
 +
</pre>
 +
 
 +
Restart Emacs and and use M-x circe to connect to IRC
 +
|Homepage URL=https://github.com/jorgenschaefer/circe
 
|Extension of=Emacs
 
|Extension of=Emacs
|VCS checkout command=https://github.com/jorgenschaefer/circe.wiki.git
+
|VCS checkout command=git clone git://github.com/jorgenschaefer/circe.git
 +
|Documentation note=Documentation available at https://github.com/jorgenschaefer/circe/wiki
 
|IRC general=irc://chat.freenode.net/emacs-circe
 
|IRC general=irc://chat.freenode.net/emacs-circe
 +
|Version identifier=2.0
 +
|Version date=2015/08/10
 +
|Version status=stable
 +
|Version download=http://stable.melpa.org/packages/circe-2.0.tar
 +
|Last review by=Genium
 +
|Last review date=2015/09/13
 +
|Submitted by=Xvx
 +
|Submitted date=2015/09/12
 
|Status=
 
|Status=
 
|Is GNU=No
 
|Is GNU=No
Line 24: Line 71:
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 +
}}
 +
{{Person
 +
|Real name=Jorgen Schäfer
 +
|Role=Maintainer
 +
|Email=contact@jorgenschaefer.de
 +
|Resource URL=
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/jorgenschaefer/circe
 +
}}
 +
{{Resource
 +
|Resource audience=User
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://github.com/jorgenschaefer/circe/issues
 +
}}
 +
{{Resource
 +
|Resource audience=Wiki
 +
|Resource kind=Homepage
 +
|Resource URL=https://github.com/jorgenschaefer/circe/wiki
 
}}
 
}}
 
{{Software category
 
{{Software category

Revision as of 15:56, 13 September 2015


[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












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


"Wiki" 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.