Create gh-pages branch via GitHub
This commit is contained in:
parent
34eac7580a
commit
2c94ef1cf3
11 changed files with 639 additions and 32 deletions
67
index.html
67
index.html
|
|
@ -1,35 +1,38 @@
|
|||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<title>Thumbnailator by apb2006</title>
|
||||
|
||||
<link rel="stylesheet" href="stylesheets/styles.css">
|
||||
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
<title>Thumbnailator by expkg-zone58</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1>Thumbnailator</h1>
|
||||
<p>An XQuery interface to the thumbnail generator library [thumbnailator](http://code.google.com/p/thumbnailator/) </p>
|
||||
<div id="container">
|
||||
<div class="inner">
|
||||
|
||||
<p class="view"><a href="https://github.com/apb2006/thumbnailator">View the Project on GitHub <small>apb2006/thumbnailator</small></a></p>
|
||||
<header>
|
||||
<h1>Thumbnailator</h1>
|
||||
<h2>An XQuery interface to the thumbnail generator library [thumbnailator](https://github.com/coobird/thumbnailator </h2>
|
||||
</header>
|
||||
|
||||
<section id="downloads" class="clearfix">
|
||||
<a href="https://github.com/expkg-zone58/ex-thumbnailator/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
|
||||
<a href="https://github.com/expkg-zone58/ex-thumbnailator/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
|
||||
<a href="https://github.com/expkg-zone58/ex-thumbnailator" id="view-on-github" class="button"><span>View on GitHub</span></a>
|
||||
</section>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/apb2006/thumbnailator/zipball/master">Download <strong>ZIP File</strong></a></li>
|
||||
<li><a href="https://github.com/apb2006/thumbnailator/tarball/master">Download <strong>TAR Ball</strong></a></li>
|
||||
<li><a href="https://github.com/apb2006/thumbnailator">View On <strong>GitHub</strong></a></li>
|
||||
</ul>
|
||||
</header>
|
||||
<section>
|
||||
<h1>
|
||||
<a name="installation" class="anchor" href="#installation"><span class="octicon octicon-link"></span></a>Installation</h1>
|
||||
<hr>
|
||||
|
||||
<section id="main_content">
|
||||
<h1>
|
||||
<a id="installation" class="anchor" href="#installation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Installation</h1>
|
||||
|
||||
<p>The library is packaged in the <a href="http://expath.org/spec/pkg">EXpath</a> xar format with
|
||||
the thumbnailator jar included. It can be installed into the BaseX repository by
|
||||
|
|
@ -39,24 +42,24 @@ executing the command:</p>
|
|||
</code></pre>
|
||||
|
||||
<h1>
|
||||
<a name="usage" class="anchor" href="#usage"><span class="octicon octicon-link"></span></a>Usage</h1>
|
||||
<a id="usage" class="anchor" href="#usage" aria-hidden="true"><span class="octicon octicon-link"></span></a>Usage</h1>
|
||||
|
||||
<pre><code>import module namespace t="apb.image.thumbnailator";
|
||||
t:make("/tmp/pic.jpg","/tmp/small.jpg",120,120)
|
||||
</code></pre>
|
||||
|
||||
<h1>
|
||||
<a name="tests" class="anchor" href="#tests"><span class="octicon octicon-link"></span></a>Tests</h1>
|
||||
<a id="tests" class="anchor" href="#tests" aria-hidden="true"><span class="octicon octicon-link"></span></a>Tests</h1>
|
||||
|
||||
<p>The <code>test.xq</code> script uses the BaseX <a href="http://docs.basex.org/wiki/Unit_Module">Unit module</a></p>
|
||||
</section>
|
||||
<footer>
|
||||
<p>This project is maintained by <a href="https://github.com/apb2006">apb2006</a></p>
|
||||
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="javascripts/scale.fix.js"></script>
|
||||
<script type="text/javascript">
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
Thumbnailator is maintained by <a href="https://github.com/expkg-zone58">expkg-zone58</a><br>
|
||||
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
|
|
@ -67,5 +70,7 @@ t:make("/tmp/pic.jpg","/tmp/small.jpg",120,120)
|
|||
} catch(err) {}
|
||||
</script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue