]> git.agnieray.net Git - galette.git/blob - galette/galette.doap
1.0..4 changelog
[galette.git] / galette / galette.doap
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns:foaf="http://xmlns.com/foaf/0.1/"
4 xmlns="http://usefulinc.com/ns/doap#">
5
6 <name>Galette</name>
7 <homepage rdf:resource="http://galette.tuxfamily.org" />
8 <created>2004-02-09</created>
9
10 <shortdesc xml:lang="en">
11 Online tool for nonprofit oragnizations to manage membership and fees
12 </shortdesc>
13
14 <shortdesc xml:lang="fr">
15 Outil de gestion d'adhérents et de cotisations en ligne pour les associations
16 </shortdesc>
17
18 <description xml:lang="en">
19 Galette is an online tool to manage membership and fees dedicated to
20 nonprofit organizations. It mainly allows executive members to know which
21 fees will soon reach their due dates. Beside that, each member can have
22 it's own credential to review (or change) it's personal information.
23 On the technical side, all you need is a web server supporting
24 PHP and a database (MySQL or PostgreSQL)
25 </description>
26
27 <description xml:lang="fr">
28 Galette est un outil de gestion d'adhérents et de cotisations en ligne à
29 destination des associations. Il permet principalement aux membres du bureau
30 de savoir à tout instant quelles adhésions arrivent bientôt à échéance.
31 Chaque adhérent dispose par ailleurs d'identifiants personnels lui permettant
32 d'aller consulter (et modifier) les informations le concernant. Coté
33 technique, il vous faut juste un serveur web supportant PHP et une base de
34 données (MySQL ou PostgreSQL)
35 </description>
36
37 <programming-language>PHP</programming-language>
38
39 <mailing-list rdf:resource="https://mail.gna.org/listinfo/galette-devel/" />
40 <mailing-list rdf:resource="https://mail.gna.org/listinfo/galette-discussion/" />
41
42 <download-page rdf:resource="http://download.tuxfamily.org/galette/" />
43
44 <maintainer>
45 <foaf:Person>
46 <foaf:name>Johan Cwiklinski</foaf:name>
47 <foaf:homepage rdf:resource="http://ulysses.fr" />
48 </foaf:Person>
49 </maintainer>
50
51 <release>
52 <Version>
53 <name>0.7.5.1</name>
54 <created>2013-08-26</created>
55 <revision>0.7.5.1</revision>
56 </Version>
57 </release>
58
59 <license rdf:resource="http://spdx.org/licenses/GPL-3.0+" />
60
61 <bug-database rdf:resource="http://redmine.ulysses.fr/projects/galette/issues" />
62
63 <repository>
64 <GitRepository>
65 <location rdf:resource="git://git.tuxfamily.org/gitroot/galette/galette.git"/>
66 <browse rdf:resource="http://git.tuxfamily.org/galette/galette"/>
67 </GitRepository>
68 </repository>
69
70 </Project>
71