-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
73 lines (72 loc) · 4.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- /META SOCIAL EDIT OR DELETE THIS CONTENT -->
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="icon" href="http://chafalladas.com/wp-content/uploads/favicon/g4735.ico" type="image/x-icon">
<link rel="shortcut icon" href="http://chafalladas.com/wp-content/uploads/favicon/g4735.ico" type="image/x-icon">
<meta name="description" content="An online composer for DZI tile set images suitable for the Openseadragon viewer. Launcher." />
<meta name="keywords" content="Openseadragon, Seadragon, Deepzoom, tiles, DZI, ajax" />
<meta name="robots" content="index,follow,noodp,noydir" />
<link rel="canonical" href="http://chafalladas.com/dzifiles/index.html" />
<link rel="image_src" href="http://chafalladas.com/dzifiles/dzi_creator_up/pantallazo.jpg" />
<meta itemprop="image" content="http://chafalladas.com/dzifiles/dzi_creator_up/pantallazo.jpg" />
<meta name="msapplication-TileImage" content="http://chafalladas.com/dzifiles/dzi_creator_up/pantallazo.jpg" />
<meta property="og:image" content="http://chafalladas.com/dzifiles/dzi_creator_up/pantallazo.jpg" />
<meta property="og:image" content="http://chafalladas.com/dzifiles/dzi_creator_up/pantallazo.jpg" />
<meta property="og:image:width" content="640" />
<meta property="og:image:height" content="416" />
<meta property="og:description" content="An online composer for DZI tile set images suitable for the Openseadragon viewer. Select the server side CGI to execute." />
<meta property="og:type" content="application" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Chafalladas Digitales, Sumar, restar, comparar, persignarse." />
<meta property="og:title" content="Openseadragon DZI online composer. Perl Version." />
<meta property="og:url" content="http://chafalladas.com/dzifiles/dzi_creator_up/index" />
<meta property="article:tag" content="OpenSeadragon" />
<meta property="article:tag" content="Deepzoom" />
<meta property="article:tag" content="Ajax" />
<meta property="article:tag" content="Perl" />
<meta property="article:tag" content="DZI" />
<meta property="article:author" content="http://postcards.chafalladas.com/author/chafalleiro/" />
<meta property="profile:first_name" content="Alfonso" />
<meta property="profile:last_name" content="Abelenda Escudero" />
<meta property="profile:username" content="Chafalleiro" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Openseadragon DZI online composer. Selector" />
<meta property="twitter:description" content="An online composer for DZI tile set images suitable for the Openseadragon viewer. Launcher.<br/>Select the server side language." />
<meta property="twitter:image" content="http://chafalladas.com/dzifiles/dzi_creator_up/pantallazo.jpg" />
<meta property="twitter:image" content="http://chafalladas.com/dzifiles/dzi_creator_up/pantallazo.jpg" />
<meta property="twitter:url" content="http://chafalladas.com/dzifiles/dzi_creator_up/index.html" />
<meta name="twitter:creator" content="@chafalladas_com" />
<!-- /META SOCIAL -->
<title>Openseadragon dzi online composer</title>
<style type="text/css">
body {
font: normal 16px/20px "Helvetica Neue", Helvetica, sans-serif;
background:
/* top, transparent red, faked with gradient */
linear-gradient(
rgba(150, 180, 190, 0.75),
rgba(255, 150, 150, 0.75)
),
/* bottom, image */
url(background.jpg);
margin: 0;
margin-top: 40px;
padding: 0;
}
section, header, footer {
display: block;
}
</style>
</head>
<body>
<a href="sources/dzi_online_composer_06.zip"><img src="chafalladas_plain.svg" width="100" valign="top" alt="Source files v0.05"/>Source files.</a>
<br />
<a href="dzo_creator_perl.html"><img src="perlcamel.jpg" width="100" valign="top" alt="(source image form here http://picgood.xyz%2Fperl-camel.html&psig=AFQjCNEXWVLDTtrcfpBMiadNxscfV2NaCA&ust=1456742464078527)\nOther source: https://yanapermana.wordpress.com/2014/12/11/465/"/>Perl version of DZI Online Composer.</a>
<br />
<a href="dzo_creator_php.html"><img src="php-med-trans.png" width="100" valign="top" alt="PHP with Imagick"/>PHP version of DZI Online Composer.</a>
<br />
</body>
</html>