Difference between revisions of "Zile"

From Free Software Directory
Jump to: navigation, search
(updates)
(zile-2.6.2)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU Zile
 
|Name=GNU Zile
|Short description=A text editor development kit.
+
|Short description=Text editor development kit.
 
|Full description='''GNU Zile''' is a text editor development kit, so that you can (relatively) quickly develop your own ideal text editor without reinventing the wheel for many of the common algorithms and data-structures needed to do so.
 
|Full description='''GNU Zile''' is a text editor development kit, so that you can (relatively) quickly develop your own ideal text editor without reinventing the wheel for many of the common algorithms and data-structures needed to do so.
  
* It comes with an example implementation of a lightweight Emacs clone, called Zemacs. Every Emacs user should feel at home with Zemacs. Zemacs is aimed at small footprint systems and quick editing sessions (it starts up and shuts down instantly).
+
* It comes with an example implementation of a lightweight [[emacs | Emacs]] clone, called Zemacs. Every [[emacs | Emacs]] user should feel at home with Zemacs. Zemacs is aimed at small footprint systems and quick editing sessions (it starts up and shuts down instantly).
* More editors implemented over the Zile frameworks are forthcoming as the data-structures and interfaces improve: Zz an emacs inspired editor using Lua as an extension language; Zee a minimalist non-modal editor; Zi a lightweight vi clone; and more...
+
* More editors implemented over the Zile frameworks are forthcoming as the data-structures and interfaces improve: Zz an [[emacs | Emacs]] inspired editor using [[Lua]] as an extension language; Zee a minimalist non-modal editor; Zi a lightweight vi clone; and more...
* Zile is a collection of algorithms and data-structures that currently support all basic Emacs-like editing features: it is 8-bit clean (though Unicode support is not ready yet), and the number of editing buffers and windows is only limited by available memoryand screen space respectively. Registers, minibuffer completion and auto fill are available.
+
* Zile is a collection of algorithms and data-structures that currently support all basic [[emacs | Emacs]]-like editing features: it is 8-bit clean (though Unicode support is not ready yet), and the number of editing buffers and windows is only limited by available memory and screen space respectively. Registers, minibuffer completion and auto fill are available.
* Zemacs implements a subset of Emacs with identical function and variable names, continuing the spirit of the earlier Zile editor implemented in C.
+
* Zemacs implements a subset of [[emacs | Emacs]] with identical function and variable names, continuing the spirit of the earlier Zile editor implemented in C.
 
|Homepage URL=https://www.gnu.org/software/zile/
 
|Homepage URL=https://www.gnu.org/software/zile/
|User level=intermediate
+
|Version download=https://ftp.gnu.org/gnu/zile/zile-2.6.2.tar.gz
|Is High Priority Project=No
+
}}
|VCS checkout command=git clone git://git.sv.gnu.org/zile.git
+
{{Project license
|Computer languages=C
+
|License=GPLv3orlater
|Decommissioned/Obsolete=No
+
|License copyright=Copyright (c) 1997-2020 Free Software Foundation, Inc.
|Accepts cryptocurrency donations=No
+
|License verified by=Genium
|Related projects=emacs
+
|License verified date=2020-11-05
|Keywords=small,lightweight,emacs,highlighting,Emacs Lisp,highlight,completion,Clone,kill,buffer,register,yank,multiple undo,minibuffer,autofill
+
}}
|Version identifier=2.4.14
+
{{Software category
|Version date=2017/10/06
+
|Editor=programming
|Version status=stable
+
|Interface=console
|Version download=https://ftp.gnu.org/gnu/zile/zile-2.4.14.tar.gz
+
|Programming-language=C
|Test entry=No
+
|Runs-on=BSD, OS X, GNU/Linux, GNU/Hurd
|Last review by=Bendikker
+
|Text-creation=editor
|Last review date=2018/04/27
+
|Use=text-creation
|Submitted by=David Hedlund
+
|Works-with=text
|Submitted date=2011/04/12
+
}}
 +
{{EntryGNU
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=zile
 
|GNU package identifier=zile
 
}}
 
}}
{{Project license
+
{{Software prerequisite
|License=GPLv3orlater
+
|Prerequisite kind=Weak prerequisite
|License verified by=Andrew Engelbrecht
+
|Prerequisite description=[[Lua]]
|License verified date=2011-12-06
+
}}
 +
{{Person
 +
|Real name=Reuben Thomas
 +
|Role=Maintainer
 +
|Email=rrt@sc3d.org
 
}}
 
}}
 
{{Person
 
{{Person
Line 40: Line 45:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref)
+
|Resource audience=Savannah
|Resource URL=https://savannah.gnu.org/projects/zile
+
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/zile/
 +
}}
 +
{{Resource
 +
|Resource audience=Bugs
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://savannah.gnu.org/bugs/?group=zile
 +
}}
 +
{{Resource
 +
|Resource audience=Git
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/zile.git/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref)
+
|Resource kind=Mailing List
|Resource URL=https://tracker.debian.org/pkg/zile
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-zile/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=bug reports, enhancements
+
|Resource kind=Mailing List
|Resource kind=Mailing List Info/Archive
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-zile/
|Resource URL=http://lists.gnu.org/mailman/listinfo/bug-zile
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=user help
+
|Resource kind=Mailing List
|Resource kind=Mailing List Info/Archive
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
|Resource URL=http://lists.gnu.org/mailman/listinfo/help-zile
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=Download
|Resource kind=VCS Repository Webview
+
|Resource URL=https://alpha.gnu.org/gnu/zile/
|Resource URL=http://git.savannah.gnu.org/cgit/zile.git
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=FTP
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=http://ftpmirror.gnu.org/zile/
+
|Resource URL=https://ftpmirror.gnu.org/zile/
 
}}
 
}}
{{Software category
+
{{Resource
|Editor=programming
+
|Resource audience=Debian
|Interface=console
+
|Resource kind=Developer
|Programming-language=C
+
|Resource URL=https://tracker.debian.org/pkg/zile
|Runs-on=BSD, GNU/Linux, GNU/Hurd
+
}}
|Text-creation=editor
+
{{Resource
|Use=text-creation
+
|Resource audience=Wikidata
|Works-with=text
+
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q3093309
 
}}
 
}}
{{Software prerequisite
+
{{EntryDetails
|Prerequisite kind=Source requirement
+
|Is High Priority Project=No
|Prerequisite description=Lua
+
|Decommissioned or Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Featured
 
{{Featured
|Featured date=2011/09/30
+
|Featured date=2011-09-30
 
|Featured source=The Free Software Supporter
 
|Featured source=The Free Software Supporter
 
|Featured category=GNU Spotlight
 
|Featured category=GNU Spotlight
 
}}
 
}}

Latest revision as of 04:35, 5 May 2021


[edit]

GNU Zile

https://www.gnu.org/software/zile/
Text editor development kit.

GNU Zile is a text editor development kit, so that you can (relatively) quickly develop your own ideal text editor without reinventing the wheel for many of the common algorithms and data-structures needed to do so.

  • It comes with an example implementation of a lightweight Emacs clone, called Zemacs. Every Emacs user should feel at home with Zemacs. Zemacs is aimed at small footprint systems and quick editing sessions (it starts up and shuts down instantly).
  • More editors implemented over the Zile frameworks are forthcoming as the data-structures and interfaces improve: Zz an Emacs inspired editor using Lua as an extension language; Zee a minimalist non-modal editor; Zi a lightweight vi clone; and more...
  • Zile is a collection of algorithms and data-structures that currently support all basic Emacs-like editing features: it is 8-bit clean (though Unicode support is not ready yet), and the number of editing buffers and windows is only limited by available memory and screen space respectively. Registers, minibuffer completion and auto fill are available.
  • Zemacs implements a subset of Emacs with identical function and variable names, continuing the spirit of the earlier Zile editor implemented in C.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

5 November 2020




Leaders and contributors

Contact(s)Role
Gary V. Vaughan Maintainer
Reuben Thomas Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-zile/
GitVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/zile.git/
Downloadhttps://alpha.gnu.org/gnu/zile/
WikidataGeneralhttps://www.wikidata.org/wiki/Q3093309
DebianDeveloperhttps://tracker.debian.org/pkg/zile
BugsBug Trackinghttps://savannah.gnu.org/bugs/?group=zile
SavannahDeveloperhttps://savannah.gnu.org/projects/zile/
FTPDownloadhttps://ftpmirror.gnu.org/zile/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-zile/


Software prerequisites

KindDescription
Weak prerequisiteLua




Entry

















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


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


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










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


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