-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.html
49 lines (46 loc) · 1.24 KB
/
readme.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CGSI-gSOAP</title>
<style type="text/css">
html {
background: gray;
display: table;
margin: auto;
margin-top: 1em;
}
body {
display: table-cell;
background: white;
width: 80ex;
padding: 1em 4ex;
}
</style>
</head>
<body>
<h1>CGSI-gSOAP</h1>
<h2>Description</h2>
<p>
Client and server side library to secure gSOAP using the Globus Security Infrastructure.
</p>
<h2>License</h2>
<p>
CGSI-gSOAP is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2 License</a>.
See <a href="LICENSE">LICENSE</a> for details.
</p>
<h2>Release Notes</h2>
<p>
See <a href="RELEASE-NOTES">RELEASE-NOTES</a> for a detailed changelog.
</p>
<h2>Contact</h2>
<p>
You can notify bugs or ask for feature requests via
</p>
<dl>
<dt>Tracker</dt>
<dd><a href="https://its.cern.ch/jira/browse/DMC/component/14238">https://its.cern.ch/jira/browse/DMC/component/14238</a></dd>
<dt>Mailing list</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
</dl>
</body>
</html>