Project

General

Profile

« Previous | Next » 

Revision c6e10c9f

Added by Andreas Kohlbecker almost 10 years ago

turning the static index.jsp into a index.html

View differences:

.gitattributes
1792 1792
cdmlib-remote-webapp/src/main/webapp/WEB-INF/datasources/p6spy.xml -text
1793 1793
cdmlib-remote-webapp/src/main/webapp/WEB-INF/datasources/routing-datasource.xml -text
1794 1794
cdmlib-remote-webapp/src/main/webapp/WEB-INF/json-views.xml -text
1795
cdmlib-remote-webapp/src/main/webapp/WEB-INF/jsp/index.jsp -text
1796 1795
cdmlib-remote-webapp/src/main/webapp/WEB-INF/oai-views.xml -text
1797 1796
cdmlib-remote-webapp/src/main/webapp/WEB-INF/rdf-views.xml -text
1798 1797
cdmlib-remote-webapp/src/main/webapp/WEB-INF/web.xml -text
cdmlib-remote-webapp/src/main/webapp/WEB-INF/jsp/index.jsp
1
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
2
  pageEncoding="ISO-8859-1"%>
3
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4
<html>
5
<head>
6
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7
<title>CDM Remote API</title>
8
</head>
9
<body>
10
  <h1>CDM Remote API</h1>
11
  <p>This is the root of the CDM remote web application which offers
12
    the following APIs.</p>
13
  <h3>RESTful API</h3>
14

  
15
  <h3>OAI-PMH</h3>
16
  <ul>
17
    <li><a href="reference/oai?verb=Identify">OAI-PMH for References</a></li>
18
    <li><a href="taxon/oai?verb=Identify">OAI-PMH for Taxa</a></li>
19
    <li><a href="http://wp5.e-taxonomy.eu/cdmlib/oai-pmh.html">documentation</a></li>
20
  </ul>
21
  <h3>RESTful API</h3>
22
  <ul>
23
    <li><a href="classification">Classifications</a></li>
24
    <li>for more end points please refer to the<a href="http://wp5.e-taxonomy.eu/cdmlib/rest-api.html">documentation</a></li>
25
  </ul>
26
</body>
27
</html>

Also available in: Unified diff