Difference between revisions of "Zile"

From Free Software Directory
Jump to: navigation, search
(zile-2.6.2)
 
(3 intermediate revisions by 3 users not shown)
Line 9: Line 9:
 
* Zemacs implements a subset of [[emacs | 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/
|Is High Priority Project=No
+
|Version download=https://ftp.gnu.org/gnu/zile/zile-2.6.2.tar.gz
|VCS checkout command=git clone git://git.savannah.gnu.org/zile.git
+
}}
|Documentation note='''Selection from the [https://shop.fsf.org/ FSF shop]'''
+
{{Project license
 
+
|License=GPLv3orlater
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
+
|License copyright=Copyright (c) 1997-2020 Free Software Foundation, Inc.
 
+
|License verified by=Genium
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
+
|License verified date=2020-11-05
 
+
}}
----
+
{{Software category
----
+
|Editor=programming
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
+
|Interface=console
----
+
|Programming-language=C
----
+
|Runs-on=BSD, OS X, GNU/Linux, GNU/Hurd
 
+
|Text-creation=editor
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
+
|Use=text-creation
----
+
|Works-with=text
|Decommissioned or Obsolete=No
+
}}
|Donate=https://my.fsf.org/donate/
+
{{EntryGNU
|Related projects=gnustandards,emacs
 
|Keywords=small,lightweight,emacs,highlighting,Emacs Lisp,highlight,completion,Clone,kill,buffer,register,yank,multiple undo,minibuffer,autofill
 
|Version identifier=2.4.14
 
|Version date=2017/10/06
 
|Version status=stable
 
|Version download=https://ftp.gnu.org/gnu/zile/zile-2.4.14.tar.gz
 
|Last review by=Bendikker
 
|Last review date=2019/01/06
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/01
 
|User level=intermediate
 
|Component programs=Zemacs,Zile
 
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|OpenPGP signature=https://ftp.gnu.org/gnu/zile/zile-2.4.14.tar.gz.sig
 
|Test entry=No
 
 
|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
 
{{Person
Line 62: Line 45:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref)
+
|Resource audience=Savannah
|Resource URL=https://tracker.debian.org/pkg/zile
+
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/zile/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref)
+
|Resource audience=Bugs
|Resource URL=https://savannah.gnu.org/projects/zile/
+
|Resource kind=Bug Tracking
 +
|Resource URL=https://savannah.gnu.org/bugs/?group=zile
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Git
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://git.savannah.gnu.org/cgit/zile.git/
 
|Resource URL=https://git.savannah.gnu.org/cgit/zile.git/
Line 87: Line 73:
 
{{Resource
 
{{Resource
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://ftp.gnu.org/gnu/zile/
+
|Resource URL=https://alpha.gnu.org/gnu/zile/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftpmirror.gnu.org/zile/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/zile
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://savannah.gnu.org/people/
+
|Resource URL=https://www.wikidata.org/wiki/Q3093309
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Editor=programming
+
|Is High Priority Project=No
|Interface=console
+
|Decommissioned or Obsolete=No
|Programming-language=C
+
|Accepts cryptocurrency donations=No
|Runs-on=BSD, GNU/Linux, GNU/Hurd
+
|Test entry=No
|Text-creation=editor
 
|Use=text-creation
 
|Works-with=text
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite description=[[Lua]]
 
 
}}
 
}}
 
{{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.