wok-current rev 18116
Format few descriptions (EOL at the end, 80 symbols length lines)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jun 07 00:27:07 2015 +0300 (2015-06-07) |
parents | a97709a29fd3 |
children | bb0e835025cd |
files | bygfoot/description.txt get-softmodem-driver/description.txt git-gui/description.txt gst-plugins-full/description.txt gtklife/description.txt haserl-lua/description.txt haserl/description.txt hexchat/description.txt o3read/description.txt odt2txt/description.txt pidgin-musictracker/description.txt qtpanel/description.txt ruby-gtk2/description.txt yaws/description.txt zile/description.txt |
line diff
1.1 --- a/bygfoot/description.txt Sat Jun 06 21:23:13 2015 +0200 1.2 +++ b/bygfoot/description.txt Sun Jun 07 00:27:07 2015 +0300 1.3 @@ -1,9 +1,18 @@ 1.4 -Bygfoot is a football (a.k.a. soccer) management game. It is an original concept by Gyözö Both and has been improved with suggestions by players from all over the world. After Gyözö and later Mark Lawrenz left the project Ronald Sterckx took over and is currently developing and maintaining Bygfoot. 1.5 +Bygfoot is a football (a.k.a. soccer) management game. It is an original concept 1.6 +by Gyözö Both and has been improved with suggestions by players from all over 1.7 +the world. After Gyözö and later Mark Lawrenz left the project Ronald Sterckx 1.8 +took over and is currently developing and maintaining Bygfoot. 1.9 1.10 -Bygfoot allows you to manage a team by training the players, buying and selling them, contracting loans, maintaining the stadium, etc. You can be promoted or relegated, even become a champion if you’re a skillful manager. 1.11 +Bygfoot allows you to manage a team by training the players, buying and selling 1.12 +them, contracting loans, maintaining the stadium, etc. You can be promoted or 1.13 +relegated, even become a champion if you’re a skillful manager. 1.14 1.15 -The game is deliberately kept simple (though not easy): you only have to keep one eye at your players and another at your stadium. 1.16 +The game is deliberately kept simple (though not easy): you only have to keep 1.17 +one eye at your players and another at your stadium. 1.18 1.19 -You can customise Bygfoot by writing your own country definition files or by creating your own team definition files. See the Definitions forum for help and hints. 1.20 +You can customise Bygfoot by writing your own country definition files or by 1.21 +creating your own team definition files. See the Definitions forum for help and 1.22 +hints. 1.23 1.24 -Bygfoot is licensed under the GNU General Public License (GPL) and has been compiled successfully in several Linux distros, Windows and Mac. 1.25 \ No newline at end of file 1.26 +Bygfoot is licensed under the GNU General Public License (GPL) and has been 1.27 +compiled successfully in several Linux distros, Windows and Mac.
2.1 --- a/get-softmodem-driver/description.txt Sat Jun 06 21:23:13 2015 +0200 2.2 +++ b/get-softmodem-driver/description.txt Sun Jun 07 00:27:07 2015 +0300 2.3 @@ -1,3 +1,5 @@ 2.4 Support for software modems: Conexant 2.5 2.6 -Warning: This package HAS huge dependencies including a full install of dev tools and a complete kernel compilation. This will use a significant amount of disk space and take a while depending on your processing power. 2.7 +Warning: This package HAS huge dependencies including a full install of dev 2.8 +tools and a complete kernel compilation. This will use a significant amount of 2.9 +disk space and take a while depending on your processing power.
3.1 --- a/git-gui/description.txt Sat Jun 06 21:23:13 2015 +0200 3.2 +++ b/git-gui/description.txt Sun Jun 07 00:27:07 2015 +0300 3.3 @@ -1,7 +1,13 @@ 3.4 A Tcl/Tk based graphical user interface to Git. 3.5 3.6 -git gui focuses on allowing users to make changes to their repository by making new commits, amending existing ones, creating branches, performing local merges, and fetching/pushing to remote repositories. 3.7 +git gui focuses on allowing users to make changes to their repository by making 3.8 +new commits, amending existing ones, creating branches, performing local merges, 3.9 +and fetching/pushing to remote repositories. 3.10 3.11 -Unlike gitk, git gui focuses on commit generation and single file annotation and does not show project history. It does however supply menu actions to start a gitk session from within git gui. 3.12 +Unlike gitk, git gui focuses on commit generation and single file annotation and 3.13 +does not show project history. It does however supply menu actions to start a 3.14 +gitk session from within git gui. 3.15 3.16 -git gui is known to work on all popular UNIX systems, Mac OS X, and Windows (under both Cygwin and MSYS). To the extent possible OS specific user interface guidelines are followed, making git gui a fairly native interface for users. 3.17 \ No newline at end of file 3.18 +git gui is known to work on all popular UNIX systems, Mac OS X, and Windows 3.19 +(under both Cygwin and MSYS). To the extent possible OS specific user interface 3.20 +guidelines are followed, making git gui a fairly native interface for users.
4.1 --- a/gst-plugins-full/description.txt Sat Jun 06 21:23:13 2015 +0200 4.2 +++ b/gst-plugins-full/description.txt Sun Jun 07 00:27:07 2015 +0300 4.3 @@ -1,2 +1,2 @@ 4.4 -gst-plugins-full: 4.5 -Loads all GStreamer plugins and dependencies. This pkg allows users to play all multimedia files GStreamer is capable of. 4.6 +Loads all GStreamer plugins and dependencies. 4.7 +This pkg allows users to play all multimedia files GStreamer is capable of.
5.1 --- a/gtklife/description.txt Sat Jun 06 21:23:13 2015 +0200 5.2 +++ b/gtklife/description.txt Sun Jun 07 00:27:07 2015 +0300 5.3 @@ -3,10 +3,13 @@ 5.4 Conway's Life is a form of artificial life (specifically, a cellular automaton)- 5.5 one of the simplest there is. There are only a few rules: 5.6 5.7 - The game is played on a rectangular grid, where each cell is either alive or dead. 5.8 - Each generation is computed from the state of the previous generation, using rules 3 and 4: 5.9 - A live cell with 2 or 3 live neighbors (adjacent cells, including diagonals) lives on. Otherwise it dies. 5.10 - A dead cell with exactly 3 live neighbors comes to life. 5.11 - 5.12 -That's all there is to it. Yet fascinating behavior arises from these simple 5.13 +1. The game is played on a rectangular grid, where each cell is either alive or 5.14 + dead. 5.15 +2. Each generation is computed from the state of the previous generation, using 5.16 + rules 3 and 4: 5.17 +3. A live cell with 2 or 3 live neighbors (adjacent cells, including diagonals) 5.18 + lives on. Otherwise it dies. 5.19 +4. A dead cell with exactly 3 live neighbors comes to life. 5.20 + 5.21 +That's all there is to it. Yet fascinating behavior arises from these simple 5.22 rules.
6.1 --- a/haserl-lua/description.txt Sat Jun 06 21:23:13 2015 +0200 6.2 +++ b/haserl-lua/description.txt Sun Jun 07 00:27:07 2015 +0300 6.3 @@ -1,13 +1,12 @@ 6.4 -haserl (Html And Shell Embedded Runtime Language) is a cgi 6.5 -program that runs interpreted scripts. It combines three 6.6 -elements into a single CGI interpreter: 6.7 +haserl (Html And Shell Embedded Runtime Language) is a cgi program that runs 6.8 +interpreted scripts. It combines three elements into a single CGI interpreter: 6.9 6.10 -1. It parses POST and GET requests, placing form-elements as name=value 6.11 -pairs into the environment for the CGI script to use. It is similar 6.12 -to uncgi (http://www.midwinter.com/~koreth/uncgi.html) in this respect 6.13 +1. It parses POST and GET requests, placing form-elements as name=value pairs 6.14 + into the environment for the CGI script to use. It is similar to uncgi 6.15 + (http://www.midwinter.com/~koreth/uncgi.html) in this respect 6.16 6.17 -2. It prints the contents of the script as html, and conditionally 6.18 -interpets text within <% ... %> as shell script. In this case haserl 6.19 -scripts are like a poor-man's version of PHP (http://www.php.net) 6.20 +2. It prints the contents of the script as html, and conditionally interpets 6.21 + text within <% ... %> as shell script. In this case haserl scripts are like 6.22 + a poor-man's version of PHP (http://www.php.net) 6.23 6.24 -3. It is very small, and so can be used in embedded environments 6.25 \ No newline at end of file 6.26 +3. It is very small, and so can be used in embedded environments
7.1 --- a/haserl/description.txt Sat Jun 06 21:23:13 2015 +0200 7.2 +++ b/haserl/description.txt Sun Jun 07 00:27:07 2015 +0300 7.3 @@ -1,13 +1,12 @@ 7.4 -haserl (Html And Shell Embedded Runtime Language) is a cgi 7.5 -program that runs interpreted scripts. It combines three 7.6 -elements into a single CGI interpreter: 7.7 +haserl (Html And Shell Embedded Runtime Language) is a cgi program that runs 7.8 +interpreted scripts. It combines three elements into a single CGI interpreter: 7.9 7.10 -1. It parses POST and GET requests, placing form-elements as name=value 7.11 -pairs into the environment for the CGI script to use. It is similar 7.12 -to uncgi (http://www.midwinter.com/~koreth/uncgi.html) in this respect 7.13 +1. It parses POST and GET requests, placing form-elements as name=value pairs 7.14 + into the environment for the CGI script to use. It is similar to uncgi 7.15 + (http://www.midwinter.com/~koreth/uncgi.html) in this respect 7.16 7.17 -2. It prints the contents of the script as html, and conditionally 7.18 -interpets text within <% ... %> as shell script. In this case haserl 7.19 -scripts are like a poor-man's version of PHP (http://www.php.net) 7.20 +2. It prints the contents of the script as html, and conditionally interpets 7.21 + text within <% ... %> as shell script. In this case haserl scripts are like 7.22 + a poor-man's version of PHP (http://www.php.net) 7.23 7.24 -3. It is very small, and so can be used in embedded environments 7.25 \ No newline at end of file 7.26 +3. It is very small, and so can be used in embedded environments
8.1 --- a/hexchat/description.txt Sat Jun 06 21:23:13 2015 +0200 8.2 +++ b/hexchat/description.txt Sun Jun 07 00:27:07 2015 +0300 8.3 @@ -1,5 +1,5 @@ 8.4 -HexChat is an IRC chat program for both Linux and Windows. It allows you to join 8.5 -multiple IRC channels (chat rooms) at the same time, talk publicly, private one- 8.6 -on-one conversations etc. Even file transfers are possible. 8.7 +HexChat is an IRC chat program for both Linux and Windows. It allows you to join 8.8 +multiple IRC channels (chat rooms) at the same time, talk publicly, private 8.9 +one-on-one conversations etc. Even file transfers are possible. 8.10 8.11 -HexChat is a replacement of looks-to-be-dead XChat. 8.12 \ No newline at end of file 8.13 +HexChat is a replacement of looks-to-be-dead XChat.
9.1 --- a/o3read/description.txt Sat Jun 06 21:23:13 2015 +0200 9.2 +++ b/o3read/description.txt Sun Jun 07 00:27:07 2015 +0300 9.3 @@ -1,11 +1,13 @@ 9.4 -This is a standalone converter for the OpenOffice.org swriter (*.sxw) and scalc (*.sxc) formats. It doesn't depend on Open Office or any other external tools or libraries. 9.5 +This is a standalone converter for the OpenOffice.org swriter (*.sxw) 9.6 +and scalc (*.sxc) formats. It doesn't depend on Open Office or any other 9.7 +external tools or libraries. 9.8 9.9 Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1 9.10 9.11 There are three output modules: 9.12 9.13 - * o3read displays a dump of the parse tree 9.14 - * o3totxt creates plain text 9.15 - * o3tohtml creates html code 9.16 + * o3read displays a dump of the parse tree 9.17 + * o3totxt creates plain text 9.18 + * o3tohtml creates html code 9.19 9.20 -The utility utf8tolatin1 converts from utf8 to 8859-1. 9.21 \ No newline at end of file 9.22 +The utility utf8tolatin1 converts from utf8 to 8859-1.
10.1 --- a/odt2txt/description.txt Sat Jun 06 21:23:13 2015 +0200 10.2 +++ b/odt2txt/description.txt Sun Jun 07 00:27:07 2015 +0300 10.3 @@ -1,13 +1,19 @@ 10.4 -odt2txt is a command-line tool which extracts the text out of OpenDocument Texts produced by OpenOffice.org, StarOffice, KOffice and others. 10.5 +odt2txt is a command-line tool which extracts the text out of OpenDocument Texts 10.6 +produced by OpenOffice.org, StarOffice, KOffice and others. 10.7 10.8 -odt2txt can also extract text from some file formats similar to OpenDocument Text, such as OpenOffice.org XML (*.sxw), which was used by OpenOffice.org version 1.x and older StarOffice versions. To a lesser extent, odt2txt may be useful to extract content from OpenDocument spreadsheets (*.ods) and OpenDocument presentations (*.odp). 10.9 +odt2txt can also extract text from some file formats similar to OpenDocument 10.10 +Text, such as OpenOffice.org XML (*.sxw), which was used by OpenOffice.org 10.11 +version 1.x and older StarOffice versions. To a lesser extent, odt2txt may be 10.12 +useful to extract content from OpenDocument spreadsheets (*.ods) and 10.13 +OpenDocument presentations (*.odp). 10.14 10.15 odt2txt is ... 10.16 10.17 - * small 10.18 - * supports multiple output encodings 10.19 - * adopts to your locale 10.20 - * able to substitute common characters which the output charset does not contain with ascii look-a-likes 10.21 - * written in C, has few dependencies 10.22 - * portable (runs on Linux, *BSD, Solaris, HP-UX, Windows, Cygwin) 10.23 - * licensed under GPL, version 2 10.24 \ No newline at end of file 10.25 + * small 10.26 + * supports multiple output encodings 10.27 + * adopts to your locale 10.28 + * able to substitute common characters which the output charset does not 10.29 + contain with ascii look-a-likes 10.30 + * written in C, has few dependencies 10.31 + * portable (runs on Linux, *BSD, Solaris, HP-UX, Windows, Cygwin) 10.32 + * licensed under GPL, version 2
11.1 --- a/pidgin-musictracker/description.txt Sat Jun 06 21:23:13 2015 +0200 11.2 +++ b/pidgin-musictracker/description.txt Sun Jun 07 00:27:07 2015 +0300 11.3 @@ -1,27 +1,42 @@ 11.4 -pidgin-musictracker is a plugin for Pidgin which publicises your currently playing media to your contacts. 11.5 +pidgin-musictracker is a plugin for Pidgin which publicises your currently 11.6 +playing media to your contacts. 11.7 11.8 -Currently supported players: 11.9 +Currently supported players: 11.10 11.11 -on Linux: 11.12 - - Amarok, Audacious, Banshee, Exaile, Last.fm feed, Listen, MOC, MPD, Quod Libet, Rhythmbox, Songbird + DBusBird addon, SqueezeCenter, Vagalume, XMMS, XMMS2 >= 0.6 11.13 - - plus any player supporting the MPRIS DBus interface (Amarok2, BMPx, dragonplayer, Exaile >= 0.3, Goggles Music Manager, QMMP >=0.3, Rhythmbox, Songbird + MPRIS addon, VLC >0.9.0, etc.) 11.14 +on Linux: 11.15 + * Amarok, Audacious, Banshee, Exaile, Last.fm feed, Listen, MOC, MPD, Quod 11.16 + Libet, Rhythmbox, Songbird + DBusBird addon, SqueezeCenter, Vagalume, XMMS, 11.17 + XMMS2 >= 0.6 11.18 + * plus any player supporting the MPRIS DBus interface (Amarok2, BMPx, 11.19 + dragonplayer, Exaile >= 0.3, Goggles Music Manager, QMMP >=0.3, Rhythmbox, 11.20 + Songbird + MPRIS addon, VLC >0.9.0, etc.) 11.21 11.22 +on Windows: 11.23 + * Foobar2000, iTunes, Last.fm feed, MPD, Winamp, Windows Media Player 11.24 + * plus any player with a 'winamp-compatible' interface (AIMP2, MediaMonkey, 11.25 + etc.) 11.26 + * plus any player with a 'Send "Now Playing" information to MSN Messenger' 11.27 + feature (Last.fm client, Media Player Classic, OpenPandora, Songbird + 11.28 + LiveTweeter, Spotify, TTplayer, VLC, etc.) 11.29 11.30 -on Windows: 11.31 - - Foobar2000, iTunes, Last.fm feed, MPD, Winamp, Windows Media Player 11.32 - - plus any player with a 'winamp-compatible' interface (AIMP2, MediaMonkey, etc.) 11.33 - - plus any player with a 'Send "Now Playing" information to MSN Messenger' feature ( Last.fm client, Media Player Classic, OpenPandora, Songbird + LiveTweeter, Spotify, TTplayer, VLC, etc.) 11.34 11.35 -Features: 11.36 - - Allows you to customize the status string with various fields extracted from your media player such as artist, album, track, duration, progress bar, etc. 11.37 - - Different status messages for various media player states such as Playing, Paused and Stopped. You can choose to use the normal status message (by default in the stoppped state). 11.38 - - '/nowplaying' inserts the now-playing information into your conversation 11.39 - - Supports per-account status format customization. 11.40 - - You may choose to have your away message override musictracker. 11.41 - - Optional profanity filter for words in the status. 11.42 - - Can auto-detect which player is in use. 11.43 +Features: 11.44 + * Allows you to customize the status string with various fields extracted from 11.45 + your media player such as artist, album, track, duration, progress bar, etc. 11.46 + * Different status messages for various media player states such as Playing, 11.47 + Paused and Stopped. You can choose to use the normal status message (by 11.48 + default in the stoppped state). 11.49 + * '/nowplaying' inserts the now-playing information into your conversation 11.50 + * Supports per-account status format customization. 11.51 + * You may choose to have your away message override musictracker. 11.52 + * Optional profanity filter for words in the status. 11.53 + * Can auto-detect which player is in use. 11.54 11.55 11.56 -Notes: 11.57 - - To show now playing in MSN personal status messages you must be using pidgin 2.5.0 or later (or msn-pecan). If you have ever had musictracker 0.4.1 or earlier installed, you must reinstall pidgin for MSN personal status messages to work correctly. (See issue 15 , FAQ #2) 11.58 - - See the wiki page for details on configuring your player and musictracker to work together. 11.59 \ No newline at end of file 11.60 +Notes: 11.61 + * To show now playing in MSN personal status messages you must be using pidgin 11.62 + 2.5.0 or later (or msn-pecan). If you have ever had musictracker 0.4.1 or 11.63 + earlier installed, you must reinstall pidgin for MSN personal status 11.64 + messages to work correctly. (See issue 15 , FAQ #2) 11.65 + * See the wiki page for details on configuring your player and musictracker 11.66 + to work together.
12.1 --- a/qtpanel/description.txt Sat Jun 06 21:23:13 2015 +0200 12.2 +++ b/qtpanel/description.txt Sun Jun 07 00:27:07 2015 +0300 12.3 @@ -1,15 +1,16 @@ 12.4 -offdesc:A project to create visual appealing, featured panel (dock) in Qt. 12.5 +qtpanel - a project to create useful and beautiful panel in Qt 12.6 12.7 - wheel to raise/hide items in the taskbar: 12.8 - (like in lxpanel) 12.9 -Used fork (partially) in patch: 12.10 - https://github.com/flatr0ze/qtpanel/commit/6d0e029 12.11 - 12.12 - maintainer's patching: 12.13 -Larger values -> lower panel heigth, 12.14 - 96->125 in dpisupport 12.15 -affects imagesize,patching dockapplet 12.16 -(icons closer to borders). 12.17 -Removed 1-pixel bottom margin. 12.18 -Compact items. 12.19 -Changed QDateTime format. 12.20 \ No newline at end of file 12.21 +Features 12.22 + * Applications menu, xdg compatible. 12.23 + * Taskbar with drag-and-drop rearrange. 12.24 + * Notification area (tray). 12.25 + * Clock applet. 12.26 + * Beautiful look. 12.27 + * High-DPI support. 12.28 + 12.29 +Other notes 12.30 + * Configurability is limited right now (work in progress). 12.31 + * Very small and hackable codebase. 12.32 + 12.33 +https://bbs.archlinux.org/viewtopic.php?id=117528 12.34 +http://qt-apps.org/content/show.php/qtpanel?content=144737
13.1 --- a/ruby-gtk2/description.txt Sat Jun 06 21:23:13 2015 +0200 13.2 +++ b/ruby-gtk2/description.txt Sun Jun 07 00:27:07 2015 +0300 13.3 @@ -1,10 +1,17 @@ 13.4 -Ruby-GNOME2 is a set of Ruby language bindings for the GNOME 2.0 development environment, allowing GTK+ applications 13.5 -to be powered by the Ruby language. This is the next generation of Ruby-GNOME. 13.6 +Ruby-GNOME2 is a set of Ruby language bindings for the GNOME 2.0 development 13.7 +environment, allowing GTK+ applications to be powered by the Ruby language. This 13.8 +is the next generation of Ruby-GNOME. 13.9 13.10 Ruby-GNOME2 now includes the libraries below: 13.11 - - ruby-gtk2 package (Ruby/GLib2, Ruby/ATK, Ruby/GdkPixbuf2, Ruby/Pango, Ruby/GTK2) 13.12 - - ruby-gnome2-all package (ruby-gtk2, Ruby/GnomeCanvas2, Ruby/GNOME2, Ruby/Libart2, Ruby/Libglade2, Ruby/GConf2, Ruby/GnomeVFS, Ruby/GtkGLExt, Ruby/GtkHtml2, Ruby/GtkSourceView, Ruby/PanelApplet, Ruby/GnomePrint, Ruby/GnomePrintUI, Ruby/RSVG, Ruby/GtkMozEmbed, Ruby/Poppler, Ruby/VTE (needs vte & vte-dev installed)) 13.13 - - ruby-gtktrayicon (Ruby/GtkTrayIcon (Deprecated. Use Gtk::StatusIcon in Ruby/GTK instead)) 13.14 + * ruby-gtk2 package (Ruby/GLib2, Ruby/ATK, Ruby/GdkPixbuf2, Ruby/Pango, 13.15 + Ruby/GTK2) 13.16 + * ruby-gnome2-all package (ruby-gtk2, Ruby/GnomeCanvas2, Ruby/GNOME2, 13.17 + Ruby/Libart2, Ruby/Libglade2, Ruby/GConf2, Ruby/GnomeVFS, Ruby/GtkGLExt, 13.18 + Ruby/GtkHtml2, Ruby/GtkSourceView, Ruby/PanelApplet, Ruby/GnomePrint, 13.19 + Ruby/GnomePrintUI, Ruby/RSVG, Ruby/GtkMozEmbed, Ruby/Poppler, Ruby/VTE 13.20 + (needs vte & vte-dev installed)) 13.21 + * ruby-gtktrayicon (Ruby/GtkTrayIcon (Deprecated. Use Gtk::StatusIcon in 13.22 + Ruby/GTK instead)) 13.23 13.24 Ruby-GNOME2 also provides the following programs: 13.25 - - rbbr (Ruby Browser) 13.26 \ No newline at end of file 13.27 + * rbbr (Ruby Browser)
14.1 --- a/yaws/description.txt Sat Jun 06 21:23:13 2015 +0200 14.2 +++ b/yaws/description.txt Sun Jun 07 00:27:07 2015 +0300 14.3 @@ -1,10 +1,11 @@ 14.4 -Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for 14.5 -dynamic-content web applications. Two separate modes of operations are 14.6 +Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for 14.7 +dynamic-content web applications. Two separate modes of operations are 14.8 supported: 14.9 14.10 - Standalone mode where Yaws runs as a regular webserver daemon. This is the default mode. 14.11 - 14.12 - Embedded mode where Yaws runs as an embedded webserver in another Erlang application. 14.13 - 14.14 -Yaws is entirely written in Erlang, and furthermore it is a multithreaded 14.15 + * Standalone mode where Yaws runs as a regular webserver daemon. This is the 14.16 + default mode. 14.17 + * Embedded mode where Yaws runs as an embedded webserver in another Erlang 14.18 + application. 14.19 + 14.20 +Yaws is entirely written in Erlang, and furthermore it is a multithreaded 14.21 webserver where one Erlang lightweight process is used to handle each client.
15.1 --- a/zile/description.txt Sat Jun 06 21:23:13 2015 +0200 15.2 +++ b/zile/description.txt Sun Jun 07 00:27:07 2015 +0300 15.3 @@ -1,1 +1,2 @@ 15.4 -Zile is short for Zile Is Lossy Emacs. Zile has been written to be as similar as possible to Emacs; every Emacs user should feel at home. 15.5 +Zile is short for Zile Is Lossy Emacs. Zile has been written to be as similar 15.6 +as possible to Emacs; every Emacs user should feel at home.