emacs.appdata.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright (C) 2014-2017 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>