File: chatty.doap

package info (click to toggle)
chatty 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,448 kB
  • sloc: ansic: 57,146; sql: 5,122; xml: 158; cpp: 39; makefile: 22; sh: 11; lisp: 8; javascript: 6
file content (40 lines) | stat: -rw-r--r-- 1,463 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?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>chatty</name>
  <shortname>chatty</shortname>
  <shortdesc>A messaging client for SMS and more</shortdesc>
  <description>SMS, MMS and basic Matrix Client for mobile phones. XMPP support via libpurple is a optional build time</description>
  <homepage rdf:resource="https://gitlab.gnome.org/World/Chatty" />
  <license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />

  <programming-language>C</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Andrea Schaefer</foaf:name>
      <foaf:mbox rdf:resource="mailto:andrea.schaefer@puri.sm" />
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Mohammed Sadiq</foaf:name>
      <foaf:mbox rdf:resource="mailto:sadiq@sadiqpk.org" />
      <gnome:userid>pksadiq</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Evangelos Ribeiro Tzaras</foaf:name>
      <foaf:mbox rdf:resource="mailto:evangelos.tzaras@puri.sm" />
      <foaf:mbox rdf:resource="mailto:devrtz@fortysixandtwo.eu" />
      <gnome:userid>devrtz</gnome:userid>
    </foaf:Person>
  </maintainer>
</Project>