-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnarayana.rdf
137 lines (130 loc) · 5.48 KB
/
narayana.rdf
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xml:lang="en" xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rhtdoap="https://www.jboss.org/schema/rdf/doap-extension">
<rhtdoap:Project rdf:about="http://narayana.io">
<name>Narayana</name>
<homepage rdf:resource="http://narayana.io" />
<shortdesc>The premier open source transaction manager</shortdesc>
<description>The premier open source transaction manager</description>
<mailing-list rdf:resource="http://www.jboss.org/narayana/lists" />
<foaf:weblog rdf:resource="http://blog.narayana.io/"/>
<maintainer>
<foaf:Person>
<foaf:name>Tom Jenkinson</foaf:name>
<foaf:status>Project Lead</foaf:status>
<foaf:firstName>Tom</foaf:firstName>
<foaf:lastName>Jenkinson</foaf:lastName>
<foaf:account>
<foaf:OnlineAccount>
<rdf:type rdf:resource="http://xmln.com/foaf/0.1/OnlineAccount" />
<foaf:accountServiceHomepage rdf:resource="https://developer.jboss.org/people" />
<foaf:accountName>tomjenkinson</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</maintainer>
<developer>
<foaf:Person>
<foaf:name>Paul Robinson</foaf:name>
<foaf:firstName>Paul</foaf:firstName>
<foaf:lastName>Robinson</foaf:lastName>
<foaf:account>
<foaf:OnlineAccount>
<rdf:type rdf:resource="http://xmln.com/foaf/0.1/OnlineAccount" />
<foaf:accountServiceHomepage rdf:resource="https://community.jboss.org" />
<foaf:accountName>paul.robinson</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</developer>
<developer>
<foaf:Person>
<foaf:name>Gytis Trikleris</foaf:name>
<foaf:firstName>Gytis</foaf:firstName>
<foaf:lastName>Trikleris</foaf:lastName>
<foaf:account>
<foaf:OnlineAccount>
<rdf:type rdf:resource="http://xmln.com/foaf/0.1/OnlineAccount" />
<foaf:accountServiceHomepage rdf:resource="https://community.jboss.org" />
<foaf:accountName>gytis</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</developer>
<developer>
<foaf:Person>
<foaf:name>Amos Feng</foaf:name>
<foaf:firstName>Amos</foaf:firstName>
<foaf:lastName>Feng</foaf:lastName>
<foaf:account>
<foaf:OnlineAccount>
<rdf:type rdf:resource="http://xmln.com/foaf/0.1/OnlineAccount" />
<foaf:accountServiceHomepage rdf:resource="https://community.jboss.org" />
<foaf:accountName>zhfeng</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</developer>
<developer>
<foaf:Person>
<foaf:name>Michael Musgrove</foaf:name>
<foaf:firstName>Michael</foaf:firstName>
<foaf:lastName>Musgrove</foaf:lastName>
<foaf:account>
<foaf:OnlineAccount>
<rdf:type rdf:resource="http://xmln.com/foaf/0.1/OnlineAccount" />
<foaf:accountServiceHomepage rdf:resource="https://community.jboss.org" />
<foaf:accountName>mmusgrov</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</developer>
<developer>
<foaf:Person>
<foaf:name>Mark Little</foaf:name>
<foaf:firstName>Mark</foaf:firstName>
<foaf:lastName>Little</foaf:lastName>
<foaf:account>
<foaf:OnlineAccount>
<rdf:type rdf:resource="http://xmln.com/foaf/0.1/OnlineAccount" />
<foaf:accountServiceHomepage rdf:resource="https://community.jboss.org" />
<foaf:accountName>marklittle</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</developer>
<release>
<Version>
<revision>5.0.2</revision>
<created>2014-06-02</created>
</Version>
</release>
<release>
<Version>
<revision>4.17.7.Final </revision>
<created>2014-07-19</created>
</Version>
</release>
<license rdf:resource="http://opensource.org/licenses/LGPL-2.1" />
<repository>
<GitRepository>
<location rdf:resource="https://github.com/jbosstm/.git" />
<browse rdf:resource="https://github.com/jbosstm/" />
</GitRepository>
</repository>
<bug-database rdf:resource="https://issues.jboss.org/browse/JBTM" />
<programming-language>Java</programming-language>
<programming-language>C/C++</programming-language>
<vendor>Red Hat</vendor>
<implements>
<Specification>
<name>JTA</name>
<description>JTA</description>
<rdfs:seeAlso rdf:resource="https://java.net/projects/jta-spec" />
</Specification>
</implements>
<foaf:logo rdf:resource="http://static.jboss.org/narayana/images/narayana_200x150.png" />
<rhtdoap:status>active</rhtdoap:status>
<rhtdoap:userForum rdf:resource="https://developer.jboss.org/en/jbosstm/?view=discussions" />
<rhtdoap:developerForum rdf:resource="https://developer.jboss.org/en/jbosstm/dev?view=discussions" />
</rhtdoap:Project>
</rdf:RDF>