Difference between revisions of "Erc"

From Free Software Directory
Jump to: navigation, search
(updates)
(maintainership information, source https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/erc/erc.el)
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=ERC
 
|Name=ERC
|Short description=IRC client for Emacs
+
|Short description=IRC client for Emacs.
|Full description='''ERC''' is a powerful, modular, and extensible IRC client for Emacs. It is distributed with the latest release of [[Emacs]].
+
|Full description='''ERC''' is a powerful, modular, and extensible IRC client for [[Emacs]]. It is distributed with the latest release of [[Emacs]] but also on GNU ELPA.
  
 
It supports multiple channels and multiple servers, private message separation, highlighting, notification, channel tracking, nick completion, history, multiple languages, user scripting and auto reconnect.
 
It supports multiple channels and multiple servers, private message separation, highlighting, notification, channel tracking, nick completion, history, multiple languages, user scripting and auto reconnect.
  
This package is no longer developed as a separate project, but is [https://lists.gnu.org/archive/html/erc-discuss/2012-10/msg00000.html maintained as part of GNU Emacs].  
+
This package is no longer developed as a separate project.
|Homepage URL=https://gnu.org/software/erc/
+
|Homepage URL=https://www.gnu.org/software/emacs/erc.html
|User level=none
+
|Version download=https://elpa.gnu.org/packages/erc.html
|Computer languages=Lisp
+
}}
|Documentation note=Documentation available [https://www.gnu.org/software/emacs/manual/html_mono/erc.html online].
+
{{Project license
 
+
|License=GPLv3orlater
More information at http://www.emacswiki.org/emacs/ERC
+
|License copyright=Copyright (C) 1997-2021 Free Software Foundation, Inc.
|IRC general=irc://irc.freenode.net/#emacs
+
|License verified by=Genium
|Related projects=Circe,Riece
+
|License verified date=2021-10-22
|Keywords=Circe
+
|License note=https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/erc/erc.el
|Version identifier=5.3
+
}}
|Version date=2008-01-26
+
{{Software category
|Version status=stable
+
|Chat=irc
|Version download=http://git.savannah.gnu.org/cgit/erc.git/snapshot/erc-5.3.tar.gz
+
|Interface=command-line, x-window-system
|Last review by=Genium
+
|Live-communications=chat
|Last review date=2015/09/13
+
|Programming-language=lisp
|Submitted by=Database conversion
+
|Runs-on=Windows, BSD, OS X, GNU/Linux
|Submitted date=2011-04-01
+
|Use=live-communications
|Status=
+
}}
 +
{{EntryGNU
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=erc
 
|GNU package identifier=erc
|License verified date=2008-01-31
 
 
}}
 
}}
{{Project license
+
{{Software prerequisite
|License=GPLv3
+
|Prerequisite kind=Required to use
|License verified by=genium
+
|Prerequisite description=[[Emacs]]
|License verified date=2015/09/13
+
}}
 +
{{Person
 +
|Real name=Amin Bandali
 +
|Role=current maintainer
 +
|Email=bandali@gnu.org
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Michael Olson
 
|Real name=Michael Olson
|Role=Maintainer
+
|Role=former maintainer
 
|Email=mwolson@gnu.org
 
|Email=mwolson@gnu.org
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Real name=Diane Murray
+
|Resource audience=Emacs Lisp Package Archive
|Role=Contributor
+
|Resource kind=Download
|Resource URL=
+
|Resource URL=https://elpa.gnu.org/packages/erc.html
 
}}
 
}}
{{Person
+
{{Resource
|Real name=Edward O'Connor
+
|Resource audience=Debian
|Role=Contributor
+
|Resource kind=Developer
|Resource URL=
+
|Resource URL=https://tracker.debian.org/pkg/erc
 
}}
 
}}
{{Person
+
{{Resource
|Real name=Jeremy Maitin-Shepard
+
|Resource audience=Savannah
|Role=Contributor
+
|Resource kind=Developer
|Resource URL=
+
|Resource URL=https://savannah.gnu.org/projects/erc/
}}
 
{{Person
 
|Real name=Johan Bockgård
 
|Role=Contributor
 
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=History
+
|Resource audience=Savannah
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://git.savannah.gnu.org/cgit/erc.git
+
|Resource URL=https://git.savannah.gnu.org/cgit/erc.git
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Mailman
|Resource kind=VCS Repository Webview
+
|Resource kind=Mailing List
|Resource URL=http://git.savannah.gnu.org/cgit/emacs.git
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/emacs-erc
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug reports, feature requests, and suggestions
+
|Resource audience=EmacsWiki
|Resource kind=E-mail
+
|Resource kind=General
|Resource URL=bug-gnu-emacs@gnu.org
+
|Resource URL=https://www.emacswiki.org/emacs/ERC
 
}}
 
}}
{{Software category
+
{{Resource
|Chat=irc
+
|Resource audience=Wikidata
|Interface=command-line, x-window-system
+
|Resource kind=General
|Live-communications=chat
+
|Resource URL=https://www.wikidata.org/wiki/Q599894
|Use=live-communications
 
 
}}
 
}}
{{Software prerequisite
+
{{EntryDetails
|Prerequisite kind=Required to use
+
|Is High Priority Project=No
|Prerequisite description=Emacs
+
|Decommissioned or Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 05:10, 25 October 2021


[edit]

ERC

https://www.gnu.org/software/emacs/erc.html
IRC client for Emacs.

ERC is a powerful, modular, and extensible IRC client for Emacs. It is distributed with the latest release of Emacs but also on GNU ELPA.

It supports multiple channels and multiple servers, private message separation, highlighting, notification, channel tracking, nick completion, history, multiple languages, user scripting and auto reconnect.

This package is no longer developed as a separate project.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

22 October 2021




Leaders and contributors

Contact(s)Role
Michael Olson former maintainer
Amin Bandali current maintainer


Resources and communication

AudienceResource typeURI
MailmanMailing Listhttps://lists.gnu.org/mailman/listinfo/emacs-erc
SavannahDeveloperhttps://savannah.gnu.org/projects/erc/
WikidataGeneralhttps://www.wikidata.org/wiki/Q599894
Emacs Lisp Package ArchiveDownloadhttps://elpa.gnu.org/packages/erc.html
DebianDeveloperhttps://tracker.debian.org/pkg/erc
EmacsWikiGeneralhttps://www.emacswiki.org/emacs/ERC
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/erc.git


Software prerequisites

KindDescription
Required to useEmacs




Entry











"current maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"former maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Emacs Lisp Package Archive" 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.


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


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


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



Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








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.