source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/AboutPage.html @ 5592

Last change on this file since 5592 was 5592, checked in by Twan Goosen, 10 years ago

Created an 'about' page
Fixes #617

  • Property svn:eol-style set to native
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml"
5      xmlns:wicket="http://wicket.apache.org/">
6    <head />
7    <body>
8        <wicket:extend>
9            <h1>About the Virtual Collection Registry</h1>
10            <p>
11                The Virtual Collection Registry (VCR) was developed for
12                CLARIN at <a href="http://www.ids-mannheim.de/">The Institute
13                    for the German Language (IDS)</a> and the
14                <a href="http://www.clarin.eu">CLARIN
15                    <abbr title="European Research Infrastructure Consortium">
16                        ERIC</abbr>
17                </a>.
18            </p>
19            <p>
20                The VCR was developed by:
21                <ul>
22                    <li>Oliver Schonefeld (IDS)</li>
23                    <li>Twan Goosen (CLARIN ERIC)</li>
24                </ul>
25            </p>
26            <h2>Licenses</h2>
27            <p>
28                The VCR is made available under the
29                <a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3.0</a>
30                license.
31            </p>
32            <p>
33                It uses the following software components:
34                <ul>
35                    <li><a href="http://wicket.apache.org">Apache Wicket</a> (<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</a>)</li>
36                    <li><a href="https://jersey.java.net/">Jersey</a> (<a href="https://jersey.java.net/license.html#cddl">CCDL 1.1</a>)</li>
37                    <li><a href="http://projects.spring.io/spring-framework/">Spring Framework</a> (<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</a>)</li>
38                    <li><a href="http://getbootstrap.com/">Bootstrap</a> (<a href="https://github.com/twbs/bootstrap/blob/master/LICENSE">MIT license</a>)</li>
39                    <li><a href="http://jquery.org/license/">jQuery</a> (<a href="https://jquery.org/license/">MIT license</a>)</li>
40                    <li><a href="https://code.google.com/p/wiquery/">WiQuery</a> (<a href="http://opensource.org/licenses/mit-license.php">MIT license</a>)</li>
41                    <li><a href="http://glyphicons.com/">GLYPHICONS free</a> (<a href="http://glyphicons.com/license/">CC-BY 3.0</a>)</li>
42                </ul>
43            </p>
44        </wicket:extend>
45    </body>
46</html>
Note: See TracBrowser for help on using the repository browser.