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

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

styling tweaks:

  • custom, improved clarin logo in footer
  • removed IDS logo from footer
  • added CLARIN and IDS logos to the 'about' page
  • Property svn:eol-style set to native
File size: 2.9 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            <p id="aboutlogos">
27                <a title="CLARIN ERIC" href="https://www.clarin.eu/"><img src="images/clarin-logo.png" alt="CLARIN ERIC logo"/></a>
28                <a title="IDS" href="https://www.ids-mannheim.de/"><img src="images/ids-logo.png" alt="IDS logo"/></a>
29            </p>
30            <h2>Licenses</h2>
31            <p>
32                The VCR is made available under the
33                <a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3.0</a>
34                license.<br />
35                For information on obtaining source files, go to
36                <a href="http://www.clarin.eu/svn">clarin.eu/svn</a>.
37            </p>
38            <p>
39                It uses the following software components:
40                <ul>
41                    <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>
42                    <li><a href="https://jersey.java.net/">Jersey</a> (<a href="https://jersey.java.net/license.html#cddl">CCDL 1.1</a>)</li>
43                    <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>
44                    <li><a href="http://getbootstrap.com/">Bootstrap</a> (<a href="https://github.com/twbs/bootstrap/blob/master/LICENSE">MIT license</a>)</li>
45                    <li><a href="http://jquery.org/license/">jQuery</a> (<a href="https://jquery.org/license/">MIT license</a>)</li>
46                    <li><a href="https://code.google.com/p/wiquery/">WiQuery</a> (<a href="http://opensource.org/licenses/mit-license.php">MIT license</a>)</li>
47                    <li><a href="http://glyphicons.com/">GLYPHICONS free</a> (<a href="http://glyphicons.com/license/">CC-BY 3.0</a>)</li>
48                </ul>
49            </p>
50        </wicket:extend>
51    </body>
52</html>
Note: See TracBrowser for help on using the repository browser.