Difference between revisions of "Ed"

From Free Software Directory
Jump to: navigation, search
(resources)
(Is GNU checkbox)
 
(7 intermediate revisions by 3 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 8: Line 8:
 
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.
 
|Homepage URL=https://www.gnu.org/software/ed/
 
|Homepage URL=https://www.gnu.org/software/ed/
|User level=advanced
+
|Version download=https://ftpmirror.gnu.org/ed/ed-1.20.2.tar.lz
|Is High Priority Project=No
 
|Documentation note=https://www.gnu.org/software/ed/manual/
 
|Decommissioned/Obsolete=No
 
|Accepts cryptocurrency donations=No
 
|Related projects=xmlstarlet,rush,rssh,ddd,moreutils,kakoune
 
|Keywords=text,editor,editing,ed,text editor,word processing
 
|Version identifier=1.14.2
 
|Version date=2017/02/22
 
|Version status=stable
 
|Version download=https://ftp.gnu.org/gnu/ed/ed-1.14.2.tar.lz
 
|Test entry=No
 
|Last review by=Bendikker
 
|Last review date=2018/05/03
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/12
 
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=ed
 
|GNU package identifier=ed
|License verified date=2010-09-07
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv3orlater
+
|License=GPLv2orlater
|License verified by=Kelly Hopkins
+
|License copyright=Copyright (C) 1993, 1994 Andrew L. Moore
|License verified date=2010-09-07
+
Copyright (C) 2006-2024 Antonio Diaz Diaz.
 +
|License verified by=Genium
 +
|License verified date=2024-04-25
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Programming-language=C
 +
|Runs-on=BSD, OS X, GNU/Linux
 +
|Software-development=debugging, program-editor, shell
 +
|Text-creation=editor
 +
|Use=system-administration
 +
|Works-with=text
 
}}
 
}}
{{Project license
+
{{EntryGNU
|License=GPLv2orlater
+
|Is GNU=Yes
|License verified by=Bendikker
+
|GNU package identifier=ed
|License verified date=2018/05/03
 
 
}}
 
}}
 
{{Person
 
{{Person
Line 42: Line 36:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=antonio@gnu.org
 
|Email=antonio@gnu.org
}}
 
{{Resource
 
|Resource audience=Ruby (Ref)
 
|Resource URL=https://rubygems.org/gems/ed
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 53: Line 43:
 
{{Resource
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
|Resource audience=Savannah (Ref)
|Resource URL=https://savannah.gnu.org/projects/ed
+
|Resource URL=https://savannah.gnu.org/projects/ed/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/ed/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|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
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-ed
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://ftp.gnu.org/gnu/ed
+
|Resource URL=https://download.savannah.gnu.org/releases/ed/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/ed/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=command-line
+
|Screenshot 1=GNU ed Hello World.png
|Programming-language=C
+
|Is High Priority Project=No
|Runs-on=BSD, GNU/Linux
+
|Computer languages=C
|Software-development=debugging, shell
+
|Decommissioned or Obsolete=No
|Text-creation=editor
+
|Version identifier=1.20.2
|Use=system-administration
+
|Version date=2024-04-23
|Works-with=text
+
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2024-04-25
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/ed/ed-1.20.2.tar.lz.sig
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 16:45, 25 April 2024


Overview

GNU ed

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

GNU ed Hello World.png

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.





Details

Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

25 April 2024




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

About this entry

This entry (in part or in whole) was last reviewed on 25 April 2024.



<headertabs />


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.


















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.