-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
44 lines (44 loc) · 1.96 KB
/
about.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
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div class="row">
<div class="col-md-6">
<h2 id="changelog">ChangeLog</h2>
<!-- jmmc-about:changelog is called by page.html template -->
Current version: <span data-template="jmmc-about:version"/> (<span data-template="jmmc-about:status"/>)
<br/>
Deployed on: <span data-template="jmmc-about:deployed"/>
<div data-template="templates:each" data-template-from="changes" data-template-to="change">
<div>
<hr/>
<div>
<b>Version <span data-template="jmmc-about:change-version"/>
</b>
</div>
<div data-template="jmmc-about:change"/>
</div>
</div>
</div>
<div class="col-md-6">
<h2>
<a name="credits"/>Credits</h2>
<p>
Many thanks to :
<ul>
<li>
<a href="http://www.ivoa.net">IVOA</a> community and products
</li>
<li>Colleagues from <a href="http://www.france-vo.org">
<img alt="france-ov logo" src="resources/images/france-vo.jpg" width="106" heigth="59"/>
</a>
<ul>
<li>J.M. Glorian OV-GSO and Renaud Savalle for their feedback and contribution.</li>
<li>T. Boch CDS for integration samples provided on <a href="http://aladin.u-strasbg.fr/AladinLite/#embedding">AladinLite</a>.</li>
<li>L. Michel with <a href="http://saada.unistra.fr/taphandle/">TapHandle</a> samples</li>
</ul>
</li>
<li>exist-db, gnu/linux, apache and many other wonderful tools.</li>
</ul>
</p>
</div>
</div>
</div>