emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117462: * etc/emacs.appdata.xml: New file


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117462: * etc/emacs.appdata.xml: New file
Date: Thu, 28 Aug 2014 01:53:32 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117462
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2014-08-27 18:53:26 -0700
message:
  * etc/emacs.appdata.xml: New file
  
  Ref: http://people.freedesktop.org/~hughsient/appdata/
  
  The description is adapted from the Emacs homepage.
added:
  etc/emacs.appdata.xml          
emacs.appdata.xml-20140828015136-91irp8pluqrng0xc-1
modified:
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2014-07-12 09:25:29 +0000
+++ b/etc/ChangeLog     2014-08-28 01:53:26 +0000
@@ -1,3 +1,7 @@
+2014-08-28  Glenn Morris  <address@hidden>
+
+       * emacs.appdata.xml: New file; description from Emacs's homepage.
+
 2014-07-12  Eli Zaretskii  <address@hidden>
 
        * PROBLEMS: Mention the problem from bug #17950.

=== added file 'etc/emacs.appdata.xml'
--- a/etc/emacs.appdata.xml     1970-01-01 00:00:00 +0000
+++ b/etc/emacs.appdata.xml     2014-08-28 01:53:26 +0000
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2014 Free Software Foundation, Inc. -->
+<application>
+ <id type="desktop">emacs.desktop</id>
+ <metadata_license>GFDL-1.3</metadata_license>
+ <!-- It is GFDL-1.3+, but appdata-validate complains... -->
+ <project_license>GPL-3.0+ and GFDL-1.3</project_license>
+ <name>GNU Emacs</name>
+ <summary>An extensible text editor</summary>
+ <description>
+  <p>
+   GNU Emacs is an extensible, customizable text editor - and more.
+   At its core is an interpreter for Emacs Lisp, a dialect of the Lisp
+   programming language with extensions to support text editing.
+  </p>
+  <p>The features of GNU Emacs include:</p>
+  <ul>
+   <li>Content-sensitive editing modes, including syntax coloring, for
+   a wide-range of file types</li>
+   <li>Complete built-in documentation, including a tutorial for new users</li>
+   <li>Full Unicode support for nearly all human languages and their 
scripts</li>
+   <li>Highly customizable, using Emacs Lisp code or a graphical interface</li>
+   <li>Includes a project planner, mail and news reader, debugger
+   interface, calendar, and more</li>
+  </ul>
+ </description>
+ <screenshots>
+  <screenshot type="default" width="632" 
height="354">http://www.gnu.org/software/emacs/images/appdata.png</screenshot>
+ </screenshots>
+ <url type="homepage">http://www.gnu.org/software/emacs</url>
+ <updatecontact>emacs-devel_at_gnu.org</updatecontact>
+ <project_group>GNU</project_group>
+</application>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]