Difference between revisions of "Ed"

From Free Software Directory
Jump to: navigation, search
(version 1.14.1 + related projects from Debian)
m (Text replacement - "'''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-command-line Introdu...)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU ed
 
|Name=GNU ed
|Short description=A simple line editor
+
|Short description=Simple line editor.
 
|Full description='''Ed''' is a line-oriented text editor: rather than offering an overview of a document, ed performs editing one line at a time. It can be executed both interactively and via shell scripts. Its method of command input allows complex tasks to be performed in an automated way.  
 
|Full description='''Ed''' is a line-oriented text editor: rather than offering an overview of a document, ed performs editing one line at a time. It can be executed both interactively and via shell scripts. Its method of command input allows complex tasks to be performed in an automated way.  
  
Line 7: Line 7:
  
 
N.B. This pacakge also contains a restricted version of ed, <kbd>red</kbd>, that can only edit files in the current directory and cannot execute shell commands.
 
N.B. This pacakge also contains a restricted version of ed, <kbd>red</kbd>, that can only edit files in the current directory and cannot execute shell commands.
 +
|Screenshot 1=GNU ed Hello World.png
 
|Homepage URL=https://www.gnu.org/software/ed/
 
|Homepage URL=https://www.gnu.org/software/ed/
|User level=advanced
+
|Is High Priority Project=No
|Computer languages=C
+
|Documentation note=https://www.gnu.org/software/ed/manual/
|Documentation note=From the terminal, simply type:
+
 
<kbd>info ed</kbd>
 
  
An online manual for ed can also be found at: https://www.gnu.org/software/ed/manual/ed_manual.html
+
|Decommissioned or Obsolete=No
|Related projects=xmlstarlet,rush,rssh,ddd,moreutils,kakoune
+
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,xmlstarlet,rush,rssh,ddd,moreutils,kakoune
 
|Keywords=text,editor,editing,ed,text editor,word processing
 
|Keywords=text,editor,editing,ed,text editor,word processing
|Version identifier=1.14.1
+
|Version identifier=1.16
|Version date=2016/02/12
+
|Version date=2020/02/20
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/ed/ed-1.14.1.tar.lz
+
|Version download=http://ftpmirror.gnu.org/ed/ed-1.16.tar.lz
 
|Last review by=Genium
 
|Last review by=Genium
|Last review date=2017/01/16
+
|Last review date=2020/03/03
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/01
|Status=
+
|User level=advanced
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=http://ftpmirror.gnu.org/ed/ed-1.16.tar.lz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=ed
 
|GNU package identifier=ed
|License verified date=2010-09-07
 
 
}}
 
}}
 
{{Project license
 
{{Project license
Line 33: Line 37:
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
 
|License verified date=2010-09-07
 
|License verified date=2010-09-07
 +
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Bendikker
 +
|License verified date=2018/05/03
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Antonio Diaz
+
|Real name=Antonio Diaz Diaz
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=antonio@gnu.org
 
|Email=antonio@gnu.org
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Real name=See the THANKS file in the distribution for a complete list
+
|Resource audience=Debian (Ref)
|Role=Contributor
+
|Resource URL=https://tracker.debian.org/pkg/ed
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Savannah (Ref)
|Resource kind=Homepage
 
 
|Resource URL=https://savannah.gnu.org/projects/ed/
 
|Resource URL=https://savannah.gnu.org/projects/ed/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=VCS Repository Webview
|Resource kind=Download
+
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/ed/
|Resource URL=http://ftpmirror.gnu.org/ed/
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
 
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://savannah.gnu.org/projects/ed/
+
|Resource URL=https://cvs.savannah.gnu.org/viewvc/ed/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-ed/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://download.savannah.gnu.org/releases/ed/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=User & Developer
+
|Resource kind=Download
|Resource kind=Bug Tracking Subscribe
+
|Resource URL=https://ftp.gnu.org/gnu/ed/
|Resource URL=http://lists.gnu.org/mailman/listinfo/bug-ed
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource kind=General
|Resource kind=E-mail
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=mailto:bug-ed@gnu.org
 
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 74: Line 88:
 
|Programming-language=C
 
|Programming-language=C
 
|Runs-on=BSD, GNU/Linux
 
|Runs-on=BSD, GNU/Linux
|Software-development=debugging, shell
+
|Software-development=debugging, program-editor, shell
 
|Text-creation=editor
 
|Text-creation=editor
 
|Use=system-administration
 
|Use=system-administration

Latest revision as of 15:49, 4 December 2020


[edit]

GNU ed

https://www.gnu.org/software/ed/
Simple line editor.

Ed is a line-oriented text editor: rather than offering an overview of a document, ed performs editing one line at a time. It can be executed both interactively and via shell scripts. Its method of command input allows complex tasks to be performed in an automated way.

GNU ed offers several extensions over the standard utility. The original editor for Unix was the most widely available text editor of its time. For most purposes, however, it is superseded by full-screen editors such as GNU Emacs or GNU Moe.

N.B. This pacakge also contains a restricted version of ed, red, that can only edit files in the current directory and cannot execute shell commands.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

3 May 2018

Verified by

Kelly Hopkins

Verified on

7 September 2010




Leaders and contributors

Contact(s)Role
Antonio Diaz Diaz Maintainer


Resources and communication

AudienceResource typeURI
Downloadhttps://ftp.gnu.org/gnu/ed/
Debian (Ref)https://tracker.debian.org/pkg/ed
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-ed/
Downloadhttps://download.savannah.gnu.org/releases/ed/
VCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/ed/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
VCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/ed/
Generalhttps://savannah.gnu.org/people/
Savannah (Ref)https://savannah.gnu.org/projects/ed/


Software prerequisites




Entry










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


"Savannah (Ref)" 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.