[latexila] DOAP file (for git.gnome.org)



commit 660acdd9f460c9d4091dac9ad95ebf3928b83bac
Author: Sébastien Wilmet <swilmet src gnome org>
Date:   Thu Jun 9 22:36:43 2011 +0200

    DOAP file (for git.gnome.org)
    
    Some URLs will be updated when other services will be migrated to
    gnome.org.

 latexila.doap |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/latexila.doap b/latexila.doap
new file mode 100644
index 0000000..5251546
--- /dev/null
+++ b/latexila.doap
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <name xml:lang="en">latexila</name>
+  <shortdesc xml:lang="en">LaTeXila, an Integrated LaTeX Environment</shortdesc>
+
+  <!-- TODO move all this stuff to gnome.org -->
+  <homepage rdf:resource="http://latexila.sourceforge.net/"; />
+  <mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/latexila-misc"; />
+  <download-page rdf:resource="https://sourceforge.net/projects/latexila/files/"; />
+  <bug-database rdf:resource="https://github.com/swilmet/latexila/issues"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Sébastien Wilmet</foaf:name>
+      <foaf:mbox rdf:resource="mailto:swilmet src gnome org" />
+      <gnome:userid>swilmet</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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