diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-06-21 12:25:56 +0200 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2018-06-22 18:07:58 +0100 |
commit | c39d9ce510de61341530c53bf3314da5375c17d6 (patch) | |
tree | 73173ce3b99474da433d25c4c8b1826f5e9c3871 /docs | |
parent | 621cde3d3c739995f29deedd3e17e9bfff2de464 (diff) | |
download | mupdf-c39d9ce510de61341530c53bf3314da5375c17d6.tar.xz |
Simplify HTML pages.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/android-sdk.html | 16 | ||||
-rw-r--r-- | docs/building.html | 15 | ||||
-rw-r--r-- | docs/coding-overview.html | 15 | ||||
-rw-r--r-- | docs/coding-progressive.html | 16 | ||||
-rw-r--r-- | docs/coding-style.html | 15 | ||||
-rw-r--r-- | docs/index.html | 15 | ||||
-rw-r--r-- | docs/manual-mupdf-gl.html | 15 | ||||
-rw-r--r-- | docs/manual-mutool-clean.html | 15 | ||||
-rw-r--r-- | docs/manual-mutool-convert.html | 15 | ||||
-rw-r--r-- | docs/manual-mutool-create.html | 15 | ||||
-rw-r--r-- | docs/manual-mutool-draw.html | 15 | ||||
-rw-r--r-- | docs/manual-mutool-extract.html | 15 | ||||
-rw-r--r-- | docs/manual-mutool-merge.html | 15 | ||||
-rw-r--r-- | docs/manual-mutool-portfolio.html | 15 | ||||
-rw-r--r-- | docs/manual-mutool-run.html | 19 | ||||
-rw-r--r-- | docs/manual-mutool-show.html | 15 | ||||
-rw-r--r-- | docs/manual-mutool-trace.html | 15 | ||||
-rw-r--r-- | docs/style.css | 12 | ||||
-rw-r--r-- | docs/template.html | 22 | ||||
-rw-r--r-- | docs/thirdparty.html | 15 |
20 files changed, 45 insertions, 265 deletions
diff --git a/docs/android-sdk.html b/docs/android-sdk.html index fba6f27e..ef94f717 100644 --- a/docs/android-sdk.html +++ b/docs/android-sdk.html @@ -3,7 +3,6 @@ <head> <title>MuPDF Android SDK</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> <style> body {counter-reset: h2} h2 {counter-reset: h3} @@ -17,22 +16,12 @@ h5:before {counter-increment: h5; content: counter(h2) "." counter(h3) "." count h6:before {counter-increment: h6; content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) ". "} </style> </head> - <body> <header> <h1>MuPDF Android SDK</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/">Downloads</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> @@ -81,7 +70,6 @@ components in your app. This includes (but is not limited to) <p> Just because a library ships with Android or is made by Google does <i>not</i> make it AGPL compatible! - <p> If you cannot or do not want to comply with these restrictions, you <i><b>must</b></i> acquire a commercial license instead. @@ -322,8 +310,8 @@ Good luck! </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/building.html b/docs/building.html index 3d0edeba..624459c6 100644 --- a/docs/building.html +++ b/docs/building.html @@ -3,24 +3,13 @@ <head> <title>How to build 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>How to build 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/">Downloads</a> -<a href="http://git.ghostscript.com/?p=mupdf.git;a=summary">Source</a> -<a href="https://bugs.ghostscript.com/">Bugs</a> -</nav> - <article> <h2>License</h2> @@ -105,8 +94,8 @@ make HAVE_X11=no HAVE_GLUT=no prefix=/usr/local install </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/coding-overview.html b/docs/coding-overview.html index 0e148c03..2a376a72 100644 --- a/docs/coding-overview.html +++ b/docs/coding-overview.html @@ -3,24 +3,13 @@ <head> <title>MuPDF Overview</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>MuPDF Overview</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/">Downloads</a> -<a href="http://git.ghostscript.com/?p=mupdf.git;a=summary">Source</a> -<a href="https://bugs.ghostscript.com/">Bugs</a> -</nav> - <article> <h2>Contents</h2> @@ -373,8 +362,8 @@ that can be used on new threads. </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/coding-progressive.html b/docs/coding-progressive.html index 395d85d8..f04ba219 100644 --- a/docs/coding-progressive.html +++ b/docs/coding-progressive.html @@ -3,24 +3,13 @@ <head> <title>MuPDF Progressive Loading</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>MuPDF Progressive Loading</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/">Downloads</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> @@ -28,7 +17,6 @@ How to do progressive loading with MuPDF. <h2>What is progressive loading?</h2> - <p> The idea of progressive loading is that as you download a PDF file into a browser, you can display the pages as they appear. @@ -370,8 +358,8 @@ a server. </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/coding-style.html b/docs/coding-style.html index 39b56d77..e3dc419c 100644 --- a/docs/coding-style.html +++ b/docs/coding-style.html @@ -3,24 +3,13 @@ <head> <title>MuPDF Coding Style</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>MuPDF Coding Style</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/">Downloads</a> -<a href="http://git.ghostscript.com/?p=mupdf.git;a=summary">Source</a> -<a href="https://bugs.ghostscript.com/">Bugs</a> -</nav> - <article> <h2>Names</h2> @@ -117,8 +106,8 @@ your own copy. </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/index.html b/docs/index.html index 59a11a5b..b31c42de 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,24 +3,13 @@ <head> <title>MuPDF Documentation</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>MuPDF Documentation</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/">Downloads</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> @@ -145,8 +134,8 @@ Artifex Software also has a <a href="https://artifex.com/developers-bug-bounty-p </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/manual-mupdf-gl.html b/docs/manual-mupdf-gl.html index ffd2b7ce..d0688600 100644 --- a/docs/manual-mupdf-gl.html +++ b/docs/manual-mupdf-gl.html @@ -3,24 +3,13 @@ <head> <title>MuPDF OpenGL Viewer</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>MuPDF OpenGL Viewer</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/">Downloads</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> @@ -113,8 +102,8 @@ For example, to zoom to 150 dpi, type "150z". </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/manual-mutool-clean.html b/docs/manual-mutool-clean.html index 87a814d3..4c284bca 100644 --- a/docs/manual-mutool-clean.html +++ b/docs/manual-mutool-clean.html @@ -3,24 +3,13 @@ <head> <title>mutool clean</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>mutool clean</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/">Downloads</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> @@ -84,8 +73,8 @@ the streams will also be hex encoded after compression. </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/manual-mutool-convert.html b/docs/manual-mutool-convert.html index 06a3fe06..c8205bd0 100644 --- a/docs/manual-mutool-convert.html +++ b/docs/manual-mutool-convert.html @@ -3,24 +3,13 @@ <head> <title>mutool convert</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>mutool convert</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/">Downloads</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> @@ -146,8 +135,8 @@ The SVG output options are: </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/manual-mutool-create.html b/docs/manual-mutool-create.html index 654e20df..41a640eb 100644 --- a/docs/manual-mutool-create.html +++ b/docs/manual-mutool-create.html @@ -3,24 +3,13 @@ <head> <title>mutool create</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>mutool create</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/">Downloads</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> @@ -148,8 +137,8 @@ Q </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/manual-mutool-draw.html b/docs/manual-mutool-draw.html index d9457eb7..435c4b00 100644 --- a/docs/manual-mutool-draw.html +++ b/docs/manual-mutool-draw.html @@ -3,24 +3,13 @@ <head> <title>mutool draw</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>mutool draw</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/">Downloads</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> @@ -141,8 +130,8 @@ rendered. </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/manual-mutool-extract.html b/docs/manual-mutool-extract.html index 907b726a..51a44583 100644 --- a/docs/manual-mutool-extract.html +++ b/docs/manual-mutool-extract.html @@ -3,24 +3,13 @@ <head> <title>mutool extract</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>mutool extract</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/">Downloads</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> @@ -47,8 +36,8 @@ and fonts will be extracted. </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/manual-mutool-merge.html b/docs/manual-mutool-merge.html index 2b033e2e..3667c5db 100644 --- a/docs/manual-mutool-merge.html +++ b/docs/manual-mutool-merge.html @@ -3,24 +3,13 @@ <head> <title>mutool merge</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>mutool merge</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/">Downloads</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> @@ -44,8 +33,8 @@ Options: </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/manual-mutool-portfolio.html b/docs/manual-mutool-portfolio.html index 0505c105..c65b1296 100644 --- a/docs/manual-mutool-portfolio.html +++ b/docs/manual-mutool-portfolio.html @@ -3,24 +3,13 @@ <head> <title>mutool portfolio</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>mutool portfolio</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/">Downloads</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> @@ -60,8 +49,8 @@ For safety, only use ASCII characters in entry names for now. </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/manual-mutool-run.html b/docs/manual-mutool-run.html index 54b96ae6..4c7f395d 100644 --- a/docs/manual-mutool-run.html +++ b/docs/manual-mutool-run.html @@ -1,26 +1,15 @@ <!DOCTYPE html> <html> <head> -<title>mutool run: reference</title> +<title>mutool run</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> -<h1>Calling MuPDF from JavaScript</h1> +<h1>mutool run</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/">Downloads</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> @@ -815,8 +804,8 @@ There are several areas in MuPDF that still need bindings to access from JavaScr </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/manual-mutool-show.html b/docs/manual-mutool-show.html index 3050a616..2190609e 100644 --- a/docs/manual-mutool-show.html +++ b/docs/manual-mutool-show.html @@ -3,24 +3,13 @@ <head> <title>mutool show</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>mutool show</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/">Downloads</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> @@ -85,8 +74,8 @@ or dictionary properties in an object. </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/manual-mutool-trace.html b/docs/manual-mutool-trace.html index d3fbe7cb..8fa7ce07 100644 --- a/docs/manual-mutool-trace.html +++ b/docs/manual-mutool-trace.html @@ -3,24 +3,13 @@ <head> <title>mutool trace</title> <link rel="stylesheet" href="style.css" type="text/css"> -<meta name="viewport" content="width=device-width, initial-scale=1"> </head> - <body> <header> <h1>mutool trace</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/">Downloads</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> @@ -94,8 +83,8 @@ An example trace: </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/style.css b/docs/style.css index 8bb02028..b31aa999 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,7 +1,5 @@ -h1, nav, footer { font-family: sans-serif; } +h1, footer { font-family: sans-serif; } -a { text-decoration: none; } -a:hover { text-decoration: underline; } h2 { font-size: 1.25rem; } h3 { font-size: 1.25rem; } ul li { list-style-type: circle; } @@ -18,18 +16,12 @@ h1 { header { color: white; background: no-repeat; - background-color: #36648b; + background-color: #506b80; background-image: url("logo/mupdf-icon.png"); background-position: bottom right; padding-right: 72px; min-height: 72px; } -nav { - padding: 0.75rem 2rem; - background-color: #ddd; - no-text-transform: uppercase; -} -nav a { color: #303030; padding-right: 2rem; } article { max-width: 50rem; margin: 2rem; diff --git a/docs/template.html b/docs/template.html index 7d6289fd..cda7706e 100644 --- a/docs/template.html +++ b/docs/template.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> -<title>TITLE</title> +<title>$TITLE</title> <link rel="stylesheet" href="style.css" type="text/css"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> @@ -9,28 +9,16 @@ <body> <header> -<h1>TITLE</h1> +<h1>$TITLE</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/">Downloads</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> -CONTENT - +$CONTENT </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> diff --git a/docs/thirdparty.html b/docs/thirdparty.html index 54173297..eed0ccba 100644 --- a/docs/thirdparty.html +++ b/docs/thirdparty.html @@ -3,24 +3,13 @@ <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/">Downloads</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> @@ -54,8 +43,8 @@ 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 © 2006-2017 Artifex Software Inc. +<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> |