summaryrefslogtreecommitdiff
path: root/docs/thirdparty.html
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-04-07 16:18:53 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-04-13 13:52:16 +0200
commitc88941abc6f0fe91a41dc35dcaa1874d4de2c429 (patch)
tree51ff32d773f80219922a0458ec76f401ba21e138 /docs/thirdparty.html
parent9c805cc9f934cd12e89014db8ad70e3191cdaf2d (diff)
downloadmupdf-c88941abc6f0fe91a41dc35dcaa1874d4de2c429.tar.xz
Organize docs into HTML files.
Diffstat (limited to 'docs/thirdparty.html')
-rw-r--r--docs/thirdparty.html61
1 files changed, 61 insertions, 0 deletions
diff --git a/docs/thirdparty.html b/docs/thirdparty.html
new file mode 100644
index 00000000..fa6644a3
--- /dev/null
+++ b/docs/thirdparty.html
@@ -0,0 +1,61 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>Third party libraries used by MuPDF</title>
+<link rel="stylesheet" href="style.css" type="text/css">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</head>
+
+<body>
+
+<header>
+<h1>Third party libraries used by MuPDF</h1>
+</header>
+
+<nav>
+<a href="http://mupdf.com/index.html">ABOUT</a>
+<a href="http://mupdf.com/news.html">NEWS</a>
+<a href="index.html">DOCUMENTATION</a>
+<a href="http://mupdf.com/downloads/">DOWNLOAD</a>
+<a href="http://git.ghostscript.com/?p=mupdf.git;a=summary">SOURCE</a>
+<a href="https://bugs.ghostscript.com/">BUGS</a>
+</nav>
+
+<article>
+
+<p>
+These are the third party libraries used by MuPDF.
+
+<table width="100%">
+<tr><th>Library <th>Version <th>Function <th>License
+
+<tr><td><i>Required:</i>
+<tr><td><a href="http://www.freetype.org/">freetype</a><td>2.6.3<td>Font scaling and rendering <td>BSD-style
+<tr><td><a href="http://www.harfbuzz.org/">harfbuzz</a><td>1.3.2 with patches <td>Text shaping <td>MIT-style
+<tr><td><a href="http://www.ijg.org/">libjpeg</a><td>9.0 with patches <td>JPEG decoding <td>BSD-style
+<tr><td><a href="http://www.openjpeg.org/">openjpeg</a><td>2.1.0 with patches <td>JPEG 2000 decoding <td>BSD-style
+<tr><td><a href="http://www.zlib.net/">zlib</a><td>1.2.7<td>Deflate compression <td>zlib License
+
+<tr><td><i>Optional:</i>
+<tr><td><a href="http://www.glfw.org/">glfw</a><td>3.2.1 with patches <td>OpenGL API for UI<td>BSD-style
+<tr><td><a href="http://curl.haxx.se/">curl</a><td>7.51.0 with patches <td>HTTP data transfer <td>MIT-style
+<tr><td><a href="http://www.luratech.com/">Luratech JP2</a><td>N/A<td>JPEG 2000 decoding <td>commercial
+<tr><td><a href="http://www.luratech.com/">Luratech JBIG2</a><td>N/A<td>JBIG2 decoding <td>commercial
+<tr><td><a href="https://www.itu.int/rec/T-REC-T.835/">JPEG-XR reference</a><td>1.8 with patches <td>JPEG-XR decoding <td>special
+</table>
+
+<p>
+NOTE:
+<a href="http://jbig2dec.com/">jbig2dec</a> and
+<a href="http://mujs.com/">MuJS</a>
+are included in "thirdparty" but are copyright Artifex Software Inc.
+
+</article>
+
+<footer>
+<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a>
+Copyright &copy; 2006-2017 Artifex Software Inc.
+</footer>
+
+</body>
+</html>