Skip to content

Commit

Permalink
Creating site for fcrepo-http-api,
Browse files Browse the repository at this point in the history
              4.0.0-beta-01
  • Loading branch information
Andrew Woods committed Jun 5, 2014
1 parent 97991e1 commit 593d6bb
Show file tree
Hide file tree
Showing 110 changed files with 991 additions and 536 deletions.
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>All Classes (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>All Classes (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Constant Field Values (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Deprecated List (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/4.0.0-beta-01/fcrepo-http-api/apidocs/help-doc.html
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>API Help (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/4.0.0-beta-01/fcrepo-http-api/apidocs/index-all.html
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Index (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
Expand Down
38 changes: 2 additions & 36 deletions site/4.0.0-beta-01/fcrepo-http-api/apidocs/index.html
Expand Up @@ -2,49 +2,15 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Fedora Repository HTTP API Module 4.0.0-beta-01 API</title>
<script type="text/javascript">
targetPage = "" + window.location.search;
if (targetPage != "" && targetPage != "undefined")
targetPage = targetPage.substring(1);
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
if (targetPage.indexOf(":") != -1)
targetPage = "undefined";
function validURL(url) {
var pos = url.indexOf(".html");
if (pos == -1 || pos != url.length - 5)
return false;
var allowNumber = false;
var allowSep = false;
var seenDot = false;
for (var i = 0; i < url.length - 5; i++) {
var ch = url.charAt(i);
if ('a' <= ch && ch <= 'z' ||
'A' <= ch && ch <= 'Z' ||
ch == '$' ||
ch == '_') {
allowNumber = true;
allowSep = true;
} else if ('0' <= ch && ch <= '9'
|| ch == '-') {
if (!allowNumber)
return false;
} else if (ch == '/' || ch == '.') {
if (!allowSep)
return false;
allowNumber = false;
allowSep = false;
if (ch == '.')
seenDot = true;
if (ch == '/' && seenDot)
return false;
} else {
return false;
}
}
return true;
}
function loadFrames() {
if (targetPage != "" && targetPage != "undefined")
top.classFrame.location = top.targetPage;
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:11 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:06 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>ContentExposingResource (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:12 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:06 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>FedoraBatch (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:12 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:06 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>FedoraContent (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:12 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:06 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>FedoraExport (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:12 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:06 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>FedoraFieldSearch (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:12 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:06 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>FedoraFixity (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:12 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:06 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>FedoraIdentifiers (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:12 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:06 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>FedoraImport (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:12 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:06 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>FedoraLocks (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:12 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:06 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>FedoraNodes (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:12 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:06 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>FedoraTransactions (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:12 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:06 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>FedoraVersions (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.fcrepo.http.api.ContentExposingResource (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.fcrepo.http.api.FedoraBatch (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.fcrepo.http.api.FedoraContent (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.fcrepo.http.api.FedoraExport (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.fcrepo.http.api.FedoraFieldSearch (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.fcrepo.http.api.FedoraFixity (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.fcrepo.http.api.FedoraIdentifiers (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:17:13 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:08:07 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.fcrepo.http.api.FedoraImport (Fedora Repository HTTP API Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down

0 comments on commit 593d6bb

Please sign in to comment.