[latexila/wip/latexila-next] Add an AppData file
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila/wip/latexila-next] Add an AppData file
- Date: Wed, 11 Sep 2013 18:41:31 +0000 (UTC)
commit 820366783be2cf996d11eb837751c1454d3eb259
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed Sep 11 20:39:15 2013 +0200
Add an AppData file
http://people.freedesktop.org/~hughsient/appdata/
data/Makefile.am | 3 +++
data/latexila.appdata.xml | 29 +++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 1a91fa6..8794764 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -8,6 +8,9 @@ desktopdir = $(datadir)/applications
desktop_DATA = latexila.desktop
@INTLTOOL_DESKTOP_RULE@
+appdatadir = $(datadir)/appdata
+dist_appdata_DATA = latexila.appdata.xml
+
gsettings_SCHEMAS = org.gnome.latexila.gschema.xml
@INTLTOOL_XML_NOMERGE_RULE@
@GSETTINGS_RULES@
diff --git a/data/latexila.appdata.xml b/data/latexila.appdata.xml
new file mode 100644
index 0000000..5e1b092
--- /dev/null
+++ b/data/latexila.appdata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">latexila.desktop</id>
+ <licence>CC0</licence>
+ <description>
+ <p>
+ LaTeXila is an integrated LaTeX environment for the GNOME desktop.
+ The main features:
+ </p>
+ <ul>
+ <li>Compile, convert and view a document in one click;</li>
+ <li>LaTeX commands completion;</li>
+ <li>Document structure to easily navigate in it;</li>
+ <li>Forward and backward search to switch between the .tex and the PDF;</li>
+ <li>Spell checking;</li>
+ <li>Lists of symbols (Greek letters, arrows, ...);</li>
+ <li>Templates for creating new documents;</li>
+ <li>Easy projects management;</li>
+ <li>Menus and toolbars with the principal LaTeX commands.</li>
+ </ul>
+ </description>
+ <screenshots>
+ <screenshot
type="default">https://projects.gnome.org/latexila/images/screenshot-build-tools.png</screenshot>
+ <screenshot>https://projects.gnome.org/latexila/images/screenshot-completion.png</screenshot>
+ <screenshot>https://projects.gnome.org/latexila/images/screenshot-structure.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://projects.gnome.org/latexila/</url>
+ <updatecontact>swilmet gnome org</updatecontact>
+</application>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]