Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
magoni committed Feb 8, 2016
2 parents 6e05f40 + f9f6a16 commit c11cd13
Show file tree
Hide file tree
Showing 110 changed files with 3,281 additions and 2,099 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ env:
install:
- npm install -g gulp
- npm install
- phantomjs --version

before_script: gulp develop:build

script: gulp develop:test

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Diva.js

Copyright (C) 2011-2015 by Wendy Liu, Evan Magoni, Andrew Horwitz, Andrew Hankinson, Laurent Pugin
Copyright (C) 2011-2016 by Wendy Liu, Evan Magoni, Andrew Horwitz, Andrew Hankinson, Laurent Pugin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion build/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Diva.js

Copyright (C) 2011-2015 by Wendy Liu, Evan Magoni, Andrew Horwitz, Andrew Hankinson, Laurent Pugin
Copyright (C) 2011-2016 by Wendy Liu, Evan Magoni, Andrew Horwitz, Andrew Hankinson, Laurent Pugin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
292 changes: 137 additions & 155 deletions build/css/diva.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/diva.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/diva.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/diva.min.css.map

Large diffs are not rendered by default.

13 changes: 2 additions & 11 deletions build/demo/autoscroll.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,17 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Diva.js Demo Page</title>
<link rel="stylesheet" href="/css/diva.min.css" />
<link rel="stylesheet" href="demo.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="/js/diva.js" type="text/javascript"></script>
<script src="/js/plugins/autoscroll.js" type="text/javascript"></script>
<script src="/js/utils.js" type="text/javascript"></script>
<style>
body, html{
height:90%;
}
#diva-wrapper{
height:100%;
}
.diva-outer{
height:100%;
}
</style>
<script type="text/javascript">
$(document).ready(function() {
$('#diva-wrapper').diva({
Expand Down
12 changes: 12 additions & 0 deletions build/demo/demo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
body {
font-family: 'Helvetica Neue', 'Helvetica', Arial, Verdana, sans-serif;
-webkit-font-smoothing: antialiased;
}

body, html {
height:90%;
}

#diva-wrapper, .diva-outer {
height: 100%;
}
2 changes: 2 additions & 0 deletions build/demo/highlight.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Diva.js Demo Page</title>
<link rel="stylesheet" href="/css/diva.min.css" />
<link rel="stylesheet" href="demo.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Expand Down
2 changes: 2 additions & 0 deletions build/demo/horizontal_scrolling.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Diva.js Demo Page</title>
<link rel="stylesheet" href="/css/diva.min.css" />
<link rel="stylesheet" href="demo.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Expand Down
12 changes: 2 additions & 10 deletions build/demo/iiif-external.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,16 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Diva.js Demo Page</title>
<link rel="stylesheet" href="/css/diva.min.css" />
<link rel="stylesheet" href="demo.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="/js/diva.min.js" type="text/javascript"></script>
<style>
body, html{
height:90%;
}
#diva-wrapper{
height:100%;
}
.diva-outer{
height:100%;
}
#menu {
margin: 0 auto;
font-size: 1.5em;
Expand All @@ -29,7 +22,6 @@
$('#diva-wrapper').diva({
fixedHeightGrid: true,
objectData: 'http://oculus-dev.harvardx.harvard.edu/manifests/drs:5981093',
enableImageTitles: false,
enableIIIFMetadata: true
});

Expand Down
12 changes: 2 additions & 10 deletions build/demo/iiif-openings.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,16 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Diva.js Demo Page</title>
<link rel="stylesheet" href="/css/diva.min.css" />
<link rel="stylesheet" href="demo.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="/js/diva.min.js" type="text/javascript"></script>

<style>
body, html{
height:90%;
}
#diva-wrapper{
height:100%;
}
.diva-outer{
height:100%;
}
#menu {
margin: 0 auto;
font-size: 1.5em;
Expand Down
13 changes: 2 additions & 11 deletions build/demo/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Diva.js Demo Page</title>
<link rel="stylesheet" href="/css/diva.min.css" />
<link rel="stylesheet" href="demo.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="/js/diva.min.js" type="text/javascript"></script>
<style>
body, html{
height:90%;
}
#diva-wrapper{
height:100%;
}
.diva-outer{
height:100%;
}
</style>
<script type="text/javascript">
$(document).ready(function() {
$('#diva-wrapper').diva({
Expand Down
Binary file removed build/img/actions.png
Binary file not shown.
Binary file removed build/img/blank.gif
Binary file not shown.
Binary file removed build/img/book.png
Binary file not shown.
Binary file removed build/img/close-hover.png
Binary file not shown.
Binary file removed build/img/close.png
Binary file not shown.
Binary file removed build/img/closedhand.cur
Binary file not shown.
Binary file removed build/img/document.png
Binary file not shown.
Binary file removed build/img/fullscreen.png
Binary file not shown.
Binary file removed build/img/grid.png
Binary file not shown.
Binary file removed build/img/link.png
Binary file not shown.
Binary file removed build/img/loading.gif
Binary file not shown.
Binary file removed build/img/minimise.png
Binary file not shown.
Binary file removed build/img/openhand.cur
Binary file not shown.
Binary file removed build/img/plugins/annotation.png
Binary file not shown.
Binary file removed build/img/plugins/canvas-buttons.png
Binary file not shown.
Binary file removed build/img/plugins/canvas.png
Binary file not shown.
Binary file removed build/img/plugins/download.png
Binary file not shown.
Binary file removed build/img/plugins/play.png
Binary file not shown.
Binary file removed build/img/zoomin.png
Binary file not shown.
Binary file removed build/img/zoomout.png
Binary file not shown.
Loading

0 comments on commit c11cd13

Please sign in to comment.