diff options
| author | Glenn Morris | 2014-08-27 18:53:26 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-08-27 18:53:26 -0700 |
| commit | b62da77c1c94b393f8be7854ff1cb30b012aa238 (patch) | |
| tree | f9cbb84dcc7fea40c0e929c30fb8cbdff4b7da07 | |
| parent | 9b6ab1afe403fcd1a842a22ddf9c02723ca2ae5e (diff) | |
| download | emacs-b62da77c1c94b393f8be7854ff1cb30b012aa238.tar.gz emacs-b62da77c1c94b393f8be7854ff1cb30b012aa238.zip | |
* etc/emacs.appdata.xml: New file
Ref: http://people.freedesktop.org/~hughsient/appdata/
The description is adapted from the Emacs homepage.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/emacs.appdata.xml | 33 |
2 files changed, 37 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 06a0c4b5312..43027e57f89 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-08-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs.appdata.xml: New file; description from Emacs's homepage. | ||
| 4 | |||
| 1 | 2014-07-12 Eli Zaretskii <eliz@gnu.org> | 5 | 2014-07-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * PROBLEMS: Mention the problem from bug #17950. | 7 | * PROBLEMS: Mention the problem from bug #17950. |
diff --git a/etc/emacs.appdata.xml b/etc/emacs.appdata.xml new file mode 100644 index 00000000000..d662bcba550 --- /dev/null +++ b/etc/emacs.appdata.xml | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!-- Copyright (C) 2014 Free Software Foundation, Inc. --> | ||
| 3 | <application> | ||
| 4 | <id type="desktop">emacs.desktop</id> | ||
| 5 | <metadata_license>GFDL-1.3</metadata_license> | ||
| 6 | <!-- It is GFDL-1.3+, but appdata-validate complains... --> | ||
| 7 | <project_license>GPL-3.0+ and GFDL-1.3</project_license> | ||
| 8 | <name>GNU Emacs</name> | ||
| 9 | <summary>An extensible text editor</summary> | ||
| 10 | <description> | ||
| 11 | <p> | ||
| 12 | GNU Emacs is an extensible, customizable text editor - and more. | ||
| 13 | At its core is an interpreter for Emacs Lisp, a dialect of the Lisp | ||
| 14 | programming language with extensions to support text editing. | ||
| 15 | </p> | ||
| 16 | <p>The features of GNU Emacs include:</p> | ||
| 17 | <ul> | ||
| 18 | <li>Content-sensitive editing modes, including syntax coloring, for | ||
| 19 | a wide-range of file types</li> | ||
| 20 | <li>Complete built-in documentation, including a tutorial for new users</li> | ||
| 21 | <li>Full Unicode support for nearly all human languages and their scripts</li> | ||
| 22 | <li>Highly customizable, using Emacs Lisp code or a graphical interface</li> | ||
| 23 | <li>Includes a project planner, mail and news reader, debugger | ||
| 24 | interface, calendar, and more</li> | ||
| 25 | </ul> | ||
| 26 | </description> | ||
| 27 | <screenshots> | ||
| 28 | <screenshot type="default" width="632" height="354">http://www.gnu.org/software/emacs/images/appdata.png</screenshot> | ||
| 29 | </screenshots> | ||
| 30 | <url type="homepage">http://www.gnu.org/software/emacs</url> | ||
| 31 | <updatecontact>emacs-devel_at_gnu.org</updatecontact> | ||
| 32 | <project_group>GNU</project_group> | ||
| 33 | </application> | ||