File: module.xml

package info (click to toggle)
thunarx-python 0.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: xml: 1,500; ansic: 678; python: 136; makefile: 106; sh: 11
file content (18 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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">thunarx-python</name>
    <shortdesc xml:lang="en">Thunarx Python Bindings</shortdesc>

    <maintainer>
        <foaf:Person>
            <foaf:name>Adam Plumb</foaf:name>
            <foaf:mbox>mailto:adamplumb@gmail.com</foaf:mbox>
            <gnome:userid>adamplumb</gnome:userid>
        </foaf:Person>
    </maintainer>
</Project>