changeset 1692:57fcbde44c14

Creating site for 2.5-SNAPSHOT
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Mon, 26 Mar 2018 17:16:47 +0000
parents 8a9c66abb57c
children 79c837179ffb
files iiif-api.html issue-tracking.html license.html mail-lists.html project-info.html source-repository.html team-list.html
diffstat 7 files changed, 38 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/iiif-api.html	Wed Mar 14 18:57:23 2018 +0000
+++ b/iiif-api.html	Mon Mar 26 17:16:47 2018 +0000
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2018-03-14
+ | Generated by Apache Maven Doxia at 2018-03-26
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180314" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
     <title>digilib - The Digital Image Library &#x2013; The digilib IIIF API</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -41,7 +41,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2018-03-14</li>
+                  <li id="publishDate">Last Published: 2018-03-26</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 2.5-SNAPSHOT</li>
                       
                 
@@ -211,7 +211,7 @@
 </pre></div></div>
 <p>where <tt>digilib-webapp</tt> is the name of the digilib web application in the servlet container. </p>
 <p>The value of <tt>iiif-prefix</tt> is defined by the <tt>iiif-prefix</tt> parameter in <a href="digilib-config.html">digilib-config</a>. The default value is &#x201c;IIIF&#x201d;.</p>
-<p>The <tt>identifier</tt> part of the URL must not contain slashes. Since the identifier is mapped to the digilib fn-parameter, which is a filesystem path that likely contains slashes separating subdirectories, all occurrences of a slash have to be replaced by the value of the <tt>iiif-slash-replacement</tt> parameter in <a href="digilib-config.html">digilib-config</a>. The default value of the replacement string is &#x201c;!&#x201d;, so the fn-path &#x201c;books/book1/page0002&#x201d; becomes the identifier &#x201c;books!book1!page0002&#x201d;.</p>
+<p>The <tt>identifier</tt> part of the URL must not contain slashes. Since the identifier is mapped to the digilib fn-parameter, which is a filesystem path that likely contains slashes separating subdirectories, all occurrences of a slash have to be replaced by the value of the <tt>iiif-slash-replacement</tt> parameter in <a href="digilib-config.html">digilib-config</a>. The default value of the replacement string is &#x201c;!&#x201d;, so the fn-path  &#x201c;books/book1/page0002&#x201d; becomes the identifier &#x201c;books!book1!page0002&#x201d;.</p>
 <p>For a definition of the other parameters <tt>region</tt>, <tt>size</tt>, <tt>rotation</tt>, <tt>quality</tt>, and <tt>format</tt> please see the <a class="externalLink" href="http://iiif.io/api/image/2.0/">IIIF Image API docs</a>.</p>
 <p>A IIIF Image API image request URL could look like:</p>
 
@@ -247,7 +247,22 @@
 <div class="source">
 <pre>http://www.example.org/digilib/Manifester/IIIF/books!book1
 </pre></div></div>
-<p>To try out a viewer on your manifest you can go to the website of the Universal Viewer <a class="externalLink" href="http://universalviewer.io/">http://universalviewer.io/</a> and enter the URL of your manifest in the &#x201c;view a manifest&#x201d; box on the page. This will work even with a local digilib installation since the Javascript in your Browser reads and interprets the manifest.</p></div>
+<p>To try out a viewer on your manifest you can go to the website of the Universal Viewer <a class="externalLink" href="http://universalviewer.io/">http://universalviewer.io/</a> and enter the URL of your manifest in the &#x201c;view a manifest&#x201d; box on the page. This will work even with a local digilib installation since the Javascript in your Browser reads and interprets the manifest.</p>
+<p>The minimal information in the manifest can be enhanced with additional metadata or the replaced by a custom manifest. If the servlet finds a file with the name</p>
+
+<div class="source">
+<div class="source">
+<pre>manifest.json
+</pre></div></div>
+<p>in a directory then the contents of that file are sent instead of an auto-generated manifest. This works also in directories with no images so you could put a file with <a class="externalLink" href="http://iiif.io/api/presentation/2.1/#collection">collection</a> information in a higher-level directory.</p>
+<p>If the servlet finds a file with the name</p>
+
+<div class="source">
+<div class="source">
+<pre>manifest-meta.json
+</pre></div></div>
+<p>in a directory with images then the contents of that file are added to the top-level manifest (<tt>@context</tt>, <tt>@type</tt>, <tt>@id</tt>, <tt>sequences</tt> are ignored). You can use this to add real bibliographical information to the manifest.</p>
+<p>The configuration parameter <tt>iiif-manifest-page-label</tt> determines the format of the label of each image: <tt>filename</tt> uses the image file name (default, sans extension), <tt>index</tt> uses the index (counting from 1).</p></div>
                   </div>
             </div>
           </div>
--- a/issue-tracking.html	Wed Mar 14 18:57:23 2018 +0000
+++ b/issue-tracking.html	Mon Mar 26 17:16:47 2018 +0000
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2018-03-14
+ | Generated by Apache Maven Doxia at 2018-03-26
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180314" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
     <title>digilib - The Digital Image Library &#x2013; Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -41,7 +41,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2018-03-14</li>
+                  <li id="publishDate">Last Published: 2018-03-26</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 2.5-SNAPSHOT</li>
                       
                 
--- a/license.html	Wed Mar 14 18:57:23 2018 +0000
+++ b/license.html	Mon Mar 26 17:16:47 2018 +0000
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2018-03-14
+ | Generated by Apache Maven Doxia at 2018-03-26
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180314" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
     <title>digilib - The Digital Image Library &#x2013; Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -41,7 +41,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2018-03-14</li>
+                  <li id="publishDate">Last Published: 2018-03-26</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 2.5-SNAPSHOT</li>
                       
                 
--- a/mail-lists.html	Wed Mar 14 18:57:23 2018 +0000
+++ b/mail-lists.html	Mon Mar 26 17:16:47 2018 +0000
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2018-03-14
+ | Generated by Apache Maven Doxia at 2018-03-26
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180314" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
     <title>digilib - The Digital Image Library &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -41,7 +41,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2018-03-14</li>
+                  <li id="publishDate">Last Published: 2018-03-26</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 2.5-SNAPSHOT</li>
                       
                 
--- a/project-info.html	Wed Mar 14 18:57:23 2018 +0000
+++ b/project-info.html	Mon Mar 26 17:16:47 2018 +0000
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2018-03-14
+ | Generated by Apache Maven Doxia at 2018-03-26
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180314" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
     <title>digilib - The Digital Image Library &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -41,7 +41,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2018-03-14</li>
+                  <li id="publishDate">Last Published: 2018-03-26</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 2.5-SNAPSHOT</li>
                       
                 
--- a/source-repository.html	Wed Mar 14 18:57:23 2018 +0000
+++ b/source-repository.html	Mon Mar 26 17:16:47 2018 +0000
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2018-03-14
+ | Generated by Apache Maven Doxia at 2018-03-26
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180314" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
     <title>digilib - The Digital Image Library &#x2013; Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -41,7 +41,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2018-03-14</li>
+                  <li id="publishDate">Last Published: 2018-03-26</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 2.5-SNAPSHOT</li>
                       
                 
--- a/team-list.html	Wed Mar 14 18:57:23 2018 +0000
+++ b/team-list.html	Mon Mar 26 17:16:47 2018 +0000
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2018-03-14
+ | Generated by Apache Maven Doxia at 2018-03-26
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180314" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
     <title>digilib - The Digital Image Library &#x2013; Project Team</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -41,7 +41,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2018-03-14</li>
+                  <li id="publishDate">Last Published: 2018-03-26</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 2.5-SNAPSHOT</li>