untracked files on mvc-java-config: 9847e2f fixing bugs, resolvin a conflict and...
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 29 Jul 2014 12:41:37 +0000 (12:41 +0000)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 29 Jul 2014 12:41:37 +0000 (12:41 +0000)
.gitattributes
cdmlib-remote-webapp/src/main/webapp/index.html [new file with mode: 0644]

index 39c4f0f9370c20b628a96b2f97db34b5ad7df87c..9ea197e5b9cb5c04f1e70b0a3bd82f6a48a5d5a0 100644 (file)
@@ -1813,6 +1813,7 @@ cdmlib-remote-webapp/src/main/webapp/css/jquery-ui/images/ui-icons_888888_256x24
 cdmlib-remote-webapp/src/main/webapp/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png -text
 cdmlib-remote-webapp/src/main/webapp/css/jquery-ui/jquery-ui-1.8.23.custom.css -text
 cdmlib-remote-webapp/src/main/webapp/csv/csvExport.jsp -text
+cdmlib-remote-webapp/src/main/webapp/index.html -text
 cdmlib-remote-webapp/src/main/webapp/js/cdm_ws_progress.js -text
 cdmlib-remote-webapp/src/main/webapp/js/csv_export.js -text
 cdmlib-remote-webapp/src/main/webapp/js/jquery-1.7.2.min.js -text
diff --git a/cdmlib-remote-webapp/src/main/webapp/index.html b/cdmlib-remote-webapp/src/main/webapp/index.html
new file mode 100644 (file)
index 0000000..7095c8a
--- /dev/null
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r
+<html>\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">\r
+<title>CDM Remote API</title>\r
+</head>\r
+<body>\r
+  <h1>CDM Remote API</h1>\r
+  <p>This is the root of the CDM remote web application which offers\r
+    the following APIs.</p>\r
+  <h3>RESTful API</h3>\r
+\r
+  <h3>OAI-PMH</h3>\r
+  <ul>\r
+    <li><a href="reference/oai?verb=Identify">OAI-PMH for References</a></li>\r
+    <li><a href="taxon/oai?verb=Identify">OAI-PMH for Taxa</a></li>\r
+    <li><a href="http://wp5.e-taxonomy.eu/cdmlib/oai-pmh.html">documentation</a></li>\r
+  </ul>\r
+  <h3>RESTful API</h3>\r
+  <ul>\r
+    <li><a href="classification">Classifications</a></li>\r
+    <li>for more end points please refer to the<a href="http://wp5.e-taxonomy.eu/cdmlib/rest-api.html">documentation</a></li>\r
+  </ul>\r
+</body>\r
+</html>
\ No newline at end of file