portage en squelette SPIP de bibliotype, un modele d'ebook proposé par Craig Mod sur http://www.alistapart.com/articles/a-simpler-page/

master
fil@rezo.net 13 years ago
commit 0a428d92b4

59
.gitattributes vendored

@ -0,0 +1,59 @@
* text=auto !eol
/LICENSE -text
/README -text
css/master.css -text
images/background_guides-port-top_clip.png -text
images/background_guides-top_clip.png -text
images/background_guides.png -text
images/background_paper-crop.jpg -text
images/flatland-illustration.png -text
images/fw-bibliotype_text.png -text
images/fw-h1-bibliotype.png -text
images/fw-ipad_icon.png -text
images/fw-startup.png -text
images/h1-bibliotype.png -text
images/ipad_icon.png -text
images/startup-land.png -text
images/startup.png -text
/index.html -text
js/Hyphenator.js -text
js/bibliotype.js -text
js/hyphenator_LICENSE-COPYING.txt -text
js/jquery.doubletap.js -text
js/jquery.doubletap_LICENSE -text
js/patterns/be.js -text
js/patterns/bn.js -text
js/patterns/cs.js -text
js/patterns/da.js -text
js/patterns/de.js -text
js/patterns/el-monoton.js -text
js/patterns/el-polyton.js -text
js/patterns/en-gb.js -text
js/patterns/en-us.js -text
js/patterns/es.js -text
js/patterns/fi.js -text
js/patterns/fr.js -text
js/patterns/grc.js -text
js/patterns/gu.js -text
js/patterns/hi.js -text
js/patterns/hu.js -text
js/patterns/hy.js -text
js/patterns/it.js -text
js/patterns/kn.js -text
js/patterns/la.js -text
js/patterns/lt.js -text
js/patterns/lv.js -text
js/patterns/ml.js -text
js/patterns/nl.js -text
js/patterns/no-nb.js -text
js/patterns/or.js -text
js/patterns/pa.js -text
js/patterns/pl.js -text
js/patterns/pt.js -text
js/patterns/ru.js -text
js/patterns/sl.js -text
js/patterns/sv.js -text
js/patterns/ta.js -text
js/patterns/te.js -text
js/patterns/tr.js -text
js/patterns/uk.js -text

@ -0,0 +1,19 @@
Copyright (C) 2011 by Craig Mod (http://craigmod.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

@ -0,0 +1,55 @@
-----------------------------------------------------------------------------
=============================================================================
B I B L I O T Y P E
*
BASE BOOK / LONGFORM TYPOGRAPHY
FOR TABLET COMPUTERS
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
By Craig Mod
http://craigmod.com
2011
Released under
MIT License
(i.e., do whatever you want with this)
-----------------------------------------------------------------------------
USING THESE TEMPLATES
---
# Setup:
The current instantiation of these templates are optimized only for the iPad.
Here's one suggested workflow for rapidly modifying, testing and iterating
on the templates to suit your needs on OS X:
- Grab the templates from Github (done!)
- Make sure the git repo is in your ~/Sites directory -> ~/Sites/bibliotype
- Turn on web sharing under System Preferences > Sharing
- Connect to your <computername>.local server and the
bibliotype subdirectory on your iPad
- Tap the "Add to Home Screen" button — add to your home screen
Edit the ~/Sites/bibliotype git repo in your favorite text editor and any
changes you make will manifest in the edition on your iPad. Reload the
page to see changes (tap the home button and then click the Bibliotype icon
or swipe right to reload).
Double tap to show menu with adjustments for:
- Size
- Justification
- Font Family
- Contrast
- Grid Toggle
- Hyphenation Toggle
Tips for rapid debugging:
- Swipe right to reload the page

@ -0,0 +1,426 @@
/* -------------------------------------------
===========================================
B I B L I O T Y P E
*
BASE BOOK / LONGFORM TYPOGRAPHY
FOR TABLET COMPUTERS
= = = = = = = = = = = = = = = = = = = = = =
&copy; 2011, Craig Mod
http://craigmod.com
http://bibliotype.org
Released under MIT LICENSE
(Not that HTML + CSS + simple JS
really needs a license. But, still,
use without worry.)
- - -
Permission is hereby granted, free of charge, to
any person obtaining a copy of this software and
associated documentation files (the "Software"),
to deal in the Software without restriction, including
without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom
the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice
shall be included in all copies or substantial portions
of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
------------------------------------------- */
/* -------------------------------------------
CSS RESET
------------------------------------------- */
body,menu,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0; padding:0;
}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
em { font-style: italic; }
strong { font-weight: bold; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
a { color: #ce1b1b; text-decoration: none; }
a:hover { color: #000; border-bottom: 1px solid #f00; }
/* Keep our sup's in line */
sup,
sub {
height: 0;
line-height: 1;
vertical-align: baseline;
position: relative;
}
sup {
bottom: 1ex;
}
/* GENERAL
------------------------------------------- */
body {
font-size: 62.5%; /* -- Sets 1em to equal 10px -- */
background: none top center repeat-y;
}
/* SERIF / SANS */
body.georgia { font-family: Georgia; }
body.helvetica { font-family: Helvetica; }
/* CONTRAST */
body.high { background-color: #ffffff; color: #444; }
body.low { background-color: #e5e0d4; color: #333; }
/* JUSTIFICATION */
body.justified .body_text p { text-align: justify; }
body.ragged .body_text p { text-align: left; }
/* Don't justify the closing fleuron */
body.ragged p.closing, body.justified p.closing { text-align: center !important; }
#content_container, #menu_wrap { margin: 0 auto; border: 0px; }
#menu_wrap { width: 600px; top:0; }
/* FIRST PARAGRAPH */
.fp { text-indent: 0em !important; }
.fp:first-letter { float: left; display: block; }
/* Potentially more effecient (no class necessary)
markup for first paragraph drop caps styling */
/*
.body_text p:first-child { text-index: 0em !important; }
.body_text p:first-child:first-letter { float: left; display: inline; }
*/
/* TITLE BLOCK */
#title_block { text-align: center !important; }
.fleuron { text-indent: 0 !important; }
/* SMALL CAPS */
/* We do small caps this way because not every font has real small caps and the computed
small caps is often too thin. Tnis is a hack and eventually, once opentype fonts and typekit
become more pervasive, we'll be able to drop back to using real, CSS defined small caps.
Can't wait! For now, this: */
.sc { font-size: .9em; text-transform: uppercase; letter-spacing: .1em; }
.not_tablet { display: none; }
header {
text-align: center;
padding-top: 2em;
font-family: Helvetica;
font-size: .7em;
text-transform: uppercase;
color: #999;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #efefef;
padding-bottom: 2em;
border-bottom: 1px solid #cfcfcf;
}
.footnotes { font-size: .7em; border-top: 1px dotted #ccc; padding-top: 2em; margin-top: 2em; color: #666; font-family: Helvetica; }
.footnotes li { margin-bottom: 1em; }
.footnotes li p:first-child { text-indent: 0; }
.footnotes li p:first-child:before { content: '¶ '; font-size: .8em; float: left; width: 10px; margin-left: 0px; }
.footnotes li:last-child { margin-bottom: 0px; }
.footnotes h1 { text-transform: uppercase; font-family: Georgia; display: inline; font-size: .8em; letter-spacing: 1px; font-weight: normal; margin-bottom: 0px; padding-bottom: 0px; line-height: 1em; }
.footnotes h4 { font-weight: bold; float: left; display: inline; }
footer {
text-align: center;
font-family: Georgia;
font-style: italic;
text-shadow: 1px 1px 1px #efefef;
font-size: 12px;
padding-top: 2em;
margin-bottom: 2em;
color: #999;
margin-top: 8em;
border-top: 1px solid #cfcfcf;
}
p.closing {
text-align: center;
margin-top: 1em;
text-indent: 0px !important;
font-size: 1.6em;
color: #777;
text-shadow: 1px 1px 1px #efefef;
}
/* Computer / non-tablet specifications
------------------------------------------- */
@media screen and (min-device-width: 1025px) {
header { text-align: center !important; margin-top: 10px; font-size: 12px; }
.not_tablet { display: inline; float: left; width: 100%; margin-top: 20px; margin-bottom: 50px; text-align: center; color: #999; }
.not_tablet h1.bibliotype { margin: 0 auto 30px auto; display: block; width: 255px; height: 60px; text-overflow: hidden; background: transparent url(../images/h1-bibliotype.png) top left no-repeat; text-indent: -9000px; }
.not_tablet .instructions { border-bottom: 0px dotted #bbb; padding: 0 0 20px 0; }
.not_tablet .alert { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; }
/* No grid for desktop — size indeterminate */
ul.grid { display: none; }
h3 { font-weight: normal; font-style: italic; }
h2 { font-size: .8em; letter-spacing: 1px; text-transform: uppercase; }
footer { margin-bottom: 2em; }
.bed { width: 460px; }
.georgia .bed { font-size: 1.6em; }
.helvetica .bed { font-size: 1.5em; }
.georgia .bed p { text-indent: 1em; line-height: 1.4em; }
.helvetica .bed p { text-indent: 1em; line-height: 1.4em; }
.bed #title_block { margin-bottom: 5em; margin-top: 4em; }
.bed #title_block img { margin-top: 1.8em; width: 200px; }
.georgia .bed .fp:first-letter { font-size: 3.3em; line-height: .95em; margin-top: -.04em; margin-right: .15em; }
.helvetica .bed .fp:first-letter { font-size: 3.3em; line-height: .95em; margin-right: .15em; }
.bed blockquote { margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 1em; margin-right: 1em; font-style: italic; color: #666; }
.knee { width: 560px; }
.georgia .knee { font-size: 1.7em; }
.georgia .knee p { text-indent: 1.5em; line-height: 1.45em; }
.helvetica .knee { font-size: 1.7em; }
.helvetica .knee p { text-indent: 1.5em; line-height: 1.35em; }
.knee #title_block { margin-bottom: 5em; margin-top: 3em; }
.knee #title_block img { margin-top: 1.8em; width: 300px; }
.georgia .knee .fp:first-letter { font-size: 3.5em; line-height: .95em; margin-top: -.02em; margin-right: .15em; }
.helvetica .knee .fp:first-letter { font-size: 3.1em; line-height: .95em; margin-right: .15em; }
.knee blockquote { margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 1.5em; margin-right: 1.5em; font-style: italic; color: #666; }
.breakfast { width: 800px; }
.georgia .breakfast { font-size: 3.2em; }
.helvetica .breakfast { font-size: 3.2em; }
.georgia .breakfast p { text-indent: 2em; line-height: 1.3em; }
.helvetica .breakfast p { text-indent: 2em; line-height: 1.3em; }
.breakfast #title_block { margin-bottom: 5em; margin-top: 2em;}
.breakfast #title_block img { margin-top: 1.8em; }
.georgia .breakfast .fp:first-letter { font-size: 3.1em; line-height: 1em; margin-top: -.05em; margin-right: .15em; }
.helvetica .breakfast .fp:first-letter { font-size: 3.1em; line-height: .95em; margin-right: .15em; }
.breakfast blockquote { margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 2em; margin-right: 2em; font-style: italic; color: #666; }
}
/* Portrait Specifications
------------------------------------------- */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
.not_tablet { display: none; }
header { font-size: 10px; }
.bg_grid { background: url(../images/background_guides-port-top_clip.png) -20px left no-repeat fixed; }
.bed { width: 460px; }
.georgia .bed { font-size: 1.6em; }
.helvetica .bed { font-size: 1.5em; }
.georgia .bed p { text-indent: 1em; line-height: 1.4em; }
.helvetica .bed p { text-indent: 1em; line-height: 1.4em; }
.bed h2 { line-height: 1.2em; font-size: .8em; letter-spacing: .1em; }
.bed h3 { font-weight: normal; font-style: italic; }
.bed #title_block { margin-bottom: 4em; margin-top: 6em; }
.bed #title_block img { margin-top: 1.8em; width: 200px; }
.bed blockquote { margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 1.5em; margin-right: 1.5em; font-style: italic; color: #666; }
.georgia .bed .fp:first-letter { font-size: 3.2em; line-height: .95em; margin-top: -.04em; margin-right: .15em; }
.helvetica .bed .fp:first-letter { font-size: 3.11em; line-height: .95em; margin-right: .15em; }
.knee { width: 560px; }
.georgia .knee { font-size: 2.0em; }
.georgia .knee p { text-indent: 1.5em; line-height: 1.4em; }
.helvetica .knee { font-size: 1.9em; }
.helvetica .knee p { text-indent: 1.5em; line-height: 1.35em; }
.knee h2 { line-height: 1.2em; font-size: .8em; letter-spacing: .1em; }
.knee h3 { font-weight: normal; font-style: italic; }
.knee #title_block { margin-bottom: 3em; margin-top: 4em; }
.knee #title_block img { margin-top: .7em; width: 250px; }
.knee blockquote { margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 1.5em; margin-right: 1.5em; font-style: italic; color: #666; }
.georgia .knee .fp:first-letter { font-size: 3.4em; line-height: .95em; margin-top: -.02em; margin-right: .15em; }
.helvetica .knee .fp:first-letter { font-size: 3.05em; line-height: .95em; margin-right: .15em; }
.breakfast { width: 700px; }
.georgia .breakfast { font-size: 3.2em; }
.helvetica .breakfast { font-size: 3.2em; }
.georgia .breakfast p { text-indent: 2em; line-height: 1.3em; }
.helvetica .breakfast p { text-indent: 2em; line-height: 1.3em; }
.breakfast h2 { line-height: 1.2em; font-size: .8em; letter-spacing: .1em; }
.breakfast h3 { font-weight: normal; font-style: italic; }
.breakfast #title_block { margin-bottom: 1.5em; margin-top: 2em; }
.breakfast #title_block img { margin-top: .7em; width: 350px; }
.breakfast blockquote { margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 2em; margin-right: 2em; font-style: italic; color: #666; }
.georgia .breakfast .fp:first-letter { font-size: 3.1em; line-height: 1em; margin-top: -.05em; margin-right: .15em; }
.helvetica .breakfast .fp:first-letter { font-size: 2.8em; line-height: .95em; margin-right: .15em; }
}
/* Landscape Specifications
------------------------------------------- */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
.not_tablet { display: none; }
header { font-size: 10px; }
.bg_grid { background: url(../images/background_guides-top_clip.png) -20px left no-repeat fixed; }
.bed { width: 460px; }
.georgia .bed { font-size: 1.6em; }
.helvetica .bed { font-size: 1.5em; }
.bed p { text-indent: 1em; line-height: 1.4em; }
.bed h2 { line-height: 1.4em; letter-spacing: .1em; font-size: .8em; }
.bed h3 { line-height: 1.2em; font-size: 1.2em; font-weight: normal; font-style: italic; }
.bed #title_block { margin-bottom: 3.5em; margin-top: 3.4em; }
.bed #title_block img { margin-top: 1.2em; width: 230px; }
.bed .body { margin-bottom: 14em; }
.bed blockquote { margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 1em; margin-right: 1em; font-style: italic; color: #666; }
.georgia .bed .fp:first-letter { font-size: 3.3em; line-height: .95em; margin-top: -.02em; margin-right: .15em; }
.helvetica .bed .fp:first-letter { font-size: 3.1em; line-height: .95em; margin-top: .02em; margin-right: .15em; }
.knee { width: 600px; }
.georgia .knee { font-size: 2.0em; }
.georgia .knee p { text-indent: 1.5em; line-height: 1.45em; }
.helvetica .knee { font-size: 1.9em; }
.helvetica .knee p { text-indent: 1.5em; line-height: 1.35em; }
.knee h2 { line-height: 1.4em; letter-spacing: .1em; font-size: .8em; }
.knee h3 { line-height: 1.2em; font-style: italic; font-weight: normal; }
.knee #title_block { margin-bottom: 3em; margin-top: 4em; }
.knee #title_block img { margin-top: 1.2em; width: 250px; }
.knee .body { margin-bottom: 9em; }
.knee blockquote { margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 1.5em; margin-right: 1.5em; font-style: italic; color: #666; }
.georgia .knee .fp:first-letter { font-size: 3.3em; line-height: .95em; margin-top: -.02em; margin-right: .15em; }
.helvetica .knee .fp:first-letter { font-size: 3em; line-height: .95em; margin-right: .15em; }
.breakfast { width: 850px; }
.georgia .breakfast { font-size: 3em; }
.helvetica .breakfast { font-size: 3em; }
.georgia .breakfast p { text-indent: 2em; line-height: 1.35em; }
.helvetica .breakfast p { text-indent: 2em; line-height: 1.3em; }
.breakfast h2 { line-height: 1.4em; letter-spacing: .1em; font-size: .8em; }
.breakfast h3 { line-height: 1.2em; font-weight: normal; font-style: italic; }
.breakfast #title_block { margin-bottom: 2em; margin-top: 1.4em; }
.breakfast #title_block img { margin-top: .9em; width: 300px; }
.breakfast .body { margin-bottom: 7em; }
.breakfast blockquote { margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 2em; margin-right: 2em; font-style: italic; color: #666; }
.georgia .breakfast .fp:first-letter { font-size: 3.2em; line-height: .95em; margin-top: -.02em; margin-right: .15em; }
.helvetica .breakfast .fp:first-letter { font-size: 3.1em; line-height: .95em; margin-right: .15em; }
}
/* MENU
------------------------------------------- */
#menu_tab {
position: fixed;
top: 0;
left: 20px;
width: 100px;
font-size: 12px;
background-color: #dad5ca;
color: #999;
text-transform: uppercase;
letter-spacing: 1px;
padding-top: 20px;
font-weight: bold;
text-shadow: 1px 1px 1px #fff;
padding-bottom: 20px;
text-align: center;
border: 1px solid #cfcbc0;
border-top: 0px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-box-shadow: 0 1px 2px #bbb;
z-index: 300;
}
#menu_tab:hover { cursor: pointer; color: #666; }
menu {
display: none;
position: fixed;
top: 0px;
left: 0px;
width: 400px;
font-size: 1em;
min-width: 400px;
border: 1px solid #999;
border-top: none;
padding: 12px 20px 20px 20px;
margin-bottom: 20px;
font-family: Helvetica; text-transform: uppercase; letter-spacing: 1px;
text-align: center;
background-color: #f5f1e8;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 0px;
-webkit-box-shadow: 0 2px 2px #cfcabf;
}
menu h1 { float: right; margin-bottom: 20px; margin-right: 10px; display: block; width: 255px; height: 60px; text-overflow: hidden; background: transparent url(../images/h1-bibliotype.png) top left no-repeat; text-indent: -9000px; }
menu ul { clear: both; margin: 0px auto; width: 100%; margin-left: 20px; text-align: left; }
menu ul.contrast, menu ul.text_type, menu ul.family, menu ul.sizes, menu ul.grid { margin-bottom: 20px; }
menu li {
border: 1px solid #bbb;
height: 10px;
float: left;
display: inline;
margin-right: 10px;
margin-bottom: 10px;
font-family: Georgia;
padding: 5px 15px 8px 15px;
-webkit-border-radius: 3px;
background-color: #dfdfdf;
text-shadow: 1px 1px 0px #dedede;
color: #888;
}
menu li:hover { cursor: pointer; background-color: #eee; }
li.highlight { color: #888; font-weight: normal; letter-spacing: 1px; text-shadow: 1px 1px 0px #dedede; background-color: #fff; border: 1px solid #bbb; box-shadow: 1px 1px 2px #000; }
menu li.desc {
border: 0px;
display: block;
float: left;
background: transparent;
width: 80px;
font-weight: bold;
text-align: right;
color: #666;
font-family: Helvetica;
text-shadow: 1px 1px 0px #fff;
}
menu li.desc:hover { cursor: default; }
menu #menu_footer { float: right; font-size: 10px; margin-top: 10px; margin-right: 20px; padding-top: 10px; color: #bbb; }
menu #menu_footer a { text-transform: none; letter-spacing: 0px; font-size: 12px; color: #999; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

@ -0,0 +1,243 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bibliotype — Longform Base Typography for Tablets</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon" sizes="72x72" href="images/ipad_icon.png" />
<link rel="apple-touch-startup-image" href="images/startup.png" />
<!-- This doesn't work in landscape but wouldn't it be nice if it did? /me nudges Apple -->
<link rel="apple-touch-startup-image" media="screen and (orientation: landscape)" href="images/startup-land.png" />
<link href="css/master.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.doubletap.js"></script>
<script type="text/javascript" src="js/Hyphenator.js"></script>
<script type="text/javascript" src="js/bibliotype.js"></script>
</head>
<body class="low georgia ragged">
<div id="menu_tab">Menu</div>
<div id="menu_wrap">
<menu>
<h1>Bibliotype</h1>
<ul class="sizes">
<li class="desc">Size</li>
<li class="size1">bed</li>
<li class="size2">knee</li>
<li class="size3">breakfast</li>
</ul>
<ul class="text_type">
<li class="desc">Justification</li>
<li class="rag">Ragged</li>
<li class="just">Justified</li>
</ul>
<ul class="family">
<li class="desc">Family</li>
<li class="geo">Georgia</li>
<li class="hel">Helvetica</li>
</ul>
<ul class="contrast">
<li class="desc">Contrast</li>
<li class="lowc">Low</li>
<li class="highc">High</li>
</ul>
<ul class="grid">
<li class="desc">Grid</li>
<li class="bg_off">Grid Off</li>
<li class="bg_on">Grid On</li>
</ul>
<ul class="hyphenation">
<li class="desc">Hyphenation</li>
<li id="hyphenToggle">Toggle</li>
</ul>
<div id="menu_footer">
<p>More information at: <a href="http://bibliotype.org/">http://bibliotype.org/</a></p>
</div>
</menu>
</div>
<div id="content_container" class="knee">
<div class="not_tablet">
<!--h1 class="bibliotype">Bibliotype — HTML5 templates for longform reading</h1-->
<div class="instructions">
<p class="alert">These templates are optimized for viewing on an iPad</span></p>
</div>
</div>
<header>Flatland: A Romance of Many Dimensions</header>
<div class="body_text">
<div id="title_block">
<h2>SECTION 15</h2>
<h3>Concerning a Stranger from Spaceland</h3>
<img src="images/flatland-illustration.png" alt="Flatland title illustration" />
</div>
<p class="fp">F<span class="sc">rom dreams</span> I proceed to facts.</p>
<p>It was the last day of our 1999<sup>th</sup> year of our era. The patterning of
the rain had long ago announced nightfall; and I was sitting<sup id="ref3"><a href="#fn3">[3]</a></sup></em> in the company of my wife, musing on the events of the past and the
prospects of the coming year, the coming century, the coming Millennium.</p>
<p>My four Sons and two orphan Grandchildren had retired to their several
apartments; and my wife alone remained with me to see the old
Millennium out and the new one in.</p>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Fdunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</blockquote>
<p>I was rapt in thought, pondering in my mind some words that had
casually issued from the mouth of my youngest Grandson, a most
promising young Hexagon of unusual brilliancy and perfect angularity.
His uncles and I had been giving him his usual practical lesson in
Sight Recognition, turning ourselves upon our centres, now rapidly, now
more slowly, and questioning him as to our positions; and his answers
had been so satisfactory that I had been induced to reward him by
giving him a few hints on Arithmetic, as applied to Geometry.</p>
<p>Taking nine Squares, each an inch every way, I had put them together so
as to make one large Square, with a side of three inches, and I had
hence proved to my little Grandson that&mdash;though it was impossible for
us to SEE the inside of the Square&mdash;yet we might ascertain the number
of square inches in a Square by simply squaring the number of inches in
the side: "and thus," said I, "we know that three-to-the-second, or
nine, represents the number of square inches in a Square whose side is
three inches long."</p>
<p>The little Hexagon meditated on this a while and then said to me; "But
you have been teaching me to raise numbers to the third power: I
suppose three-to-the-third must mean something in Geometry; what does
it mean?" "Nothing at all," replied I, "not at least in Geometry; for
Geometry has only Two Dimensions." And then I began to shew the boy
how a Point by moving through a length of three inches makes a Line of
three inches, which may be represented by three; and how a Line of
three inches, moving parallel to itself through a length of three
inches, makes a Square of three inches every way, which may be
represented by three-to-the-second. xxx Upon this, my Grandson, again
returning to his former suggestion, took me up rather suddenly and
exclaimed, "Well, then, if a Point by moving three inches, makes a Line
of three inches represented by three; and if a straight Line of three
inches, moving parallel to itself, makes a Square of three inches every
way, represented by three-to-the-second; it must be that a Square of
three inches every way, moving somehow parallel to itself (but I don't
see how) must make Something else (but I don't see what) of three
inches every way&mdash;and this must be represented by three-to-the-third."</p>
<p>"Go to bed," said I, a little ruffled by this interruption: "if you
would talk less nonsense, you would remember more sense."</p>
<p>So my Grandson had disappeared in disgrace; and there I sat by my
Wife's side, endeavouring to form a retrospect of the year 1999 and of
the possibilities of the year 2000; but not quite able to shake of the
thoughts suggested by the prattle of my bright little Hexagon. Only a
few sands now remained in the half-hour glass. Rousing myself from my
reverie I turned the glass Northward for the last time in the old
Millennium; and in the act, I exclaimed aloud, "The boy is a fool."</p>
<p>Straightway I became conscious of a Presence in the room, and a
chilling breath thrilled through my very being. "He is no such thing,"
cried my Wife, "and you are breaking the Commandments in thus
dishonouring your own Grandson." But I took no notice of her. Looking
around in every direction I could see nothing; yet still I FELT a
Presence, and shivered as the cold whisper came again. I started up.
"What is the matter?" said my Wife, "there is no draught; what are you
looking for? There is nothing." There was nothing; and I resumed my
seat, again exclaiming, "The boy is a fool, I say; three-to-the-third
can have no meaning in Geometry." At once there came a distinctly
audible reply, "The boy is not a fool; and three-to-the-third has an
obvious Geometrical meaning."</p>
<p>My Wife as well as myself heard the words, although she did not
understand their meaning, and both of us sprang forward in the
direction of the sound. What was our horror when we saw before us a
Figure! At the first glance it appeared to be a Woman, seen sideways;
but a moment's observation shewed me that the extremities passed into
dimness too rapidly to represent one of the Female Sex; and I should
have thought it a Circle, only that it seemed to change its size in a
manner impossible for a Circle or for any regular Figure of which I had
had experience.</p>
<p>But my Wife had not my experience, nor the coolness necessary to note
these characteristics. With the usual hastiness and unreasoning
jealousy of her Sex, she flew at once to the conclusion that a Woman
had entered the house through some small aperture. "How comes this
person here?" she exclaimed, "you promised me, my dear, that there
should be no ventilators in our new house." "Nor are they any," said
I; "but what makes you think that the stranger is a Woman? I see by my
power of Sight Recognition&mdash;"</p>
<p>"Oh, I have no patience with your Sight Recognition," replied she,
"'Feeling is believing' and 'A Straight Line to the touch is worth a
Circle to the sight'"&mdash;two Proverbs, very common with the Frailer Sex
in Flatland.</p>
<p>"Well," said I, for I was afraid of irritating her, "if it must be so,
demand an introduction." Assuming her most gracious manner, my Wife
advanced towards the Stranger, "Permit me, Madam to feel and be felt
by&mdash;" then, suddenly recoiling, "Oh! it is not a Woman, and there are
no angles either, not a trace of one. Can it be that I have so
misbehaved to a perfect Circle?"</p>
<p>"I am indeed, in a certain sense a Circle," replied the Voice, "and a
more perfect Circle than any in Flatland; but to speak more accurately,
I am many Circles in one." Then he added more mildly, "I have a
message, dear Madam, to your husband, which I must not deliver in your
presence; and, if you would suffer us to retire for a few minutes&mdash;"
But my wife would not listen to the proposal that our august Visitor
should so incommode himself, and assuring the Circle that the hour of
her own retirement had long passed, with many reiterated apologies for
her recent indiscretion, she at last retreated to her apartment.</p>
<p>I glanced at the half-hour glass. The last sands had fallen. The
third Millennium had begun.</p>
<p class="closing">*</p>
<div class="footnotes">
<h1>Footnotes</h1>
<ul>
<li id="fn3">
<p>3 &ndash; When I say "sitting," of course I do not mean any change
of attitude such as you in Spaceland signify by that word; for as we
have no feet, we can no more "sit" nor "stand" (in your sense of the
word) than one of your soles or flounders.</p>
<p>Nevertheless, we perfectly well recognize the different mental states
of volition implied by "lying," "sitting," and "standing," which are to
some extent indicated to a beholder by a slight increase of lustre
corresponding to the increase of volition.</p>
<p>But on this, and a thousand other kindred subjects, time forbids me to
dwell. <a href="#ref3">&crarr;</a></p>
</li>
<li>
<p>Another footnote! (If such a thing existed in this chapter, which it doesn't. So let me take a second to implore you to actually read <em>all</em> of Flatland. It really is a good book! I remember reading it for the first time in middle school and being quite impressed.</p>
<p>And if you dig it, then I <em>really</em> recommend you try and find VAS: An Opera in Flatland; a sort of meta-followup to Flatland. Bonus: it's beautifully designed by Stephen Farrell.)</p>
</li>
</ul>
</div>
</div>
<footer>Edwin Abbott Abbott</footer>
</div>
</body>
</html>

File diff suppressed because it is too large Load Diff

@ -0,0 +1,261 @@
/* ---------------------------------------------------
===========================================
B I B L I O T Y P E
*
BASE BOOK / LONGFORM TYPOGRAPHY
FOR TABLET COMPUTERS
= = = = = = = = = = = = = = = = = = = = = =
There is nothing -- seriously, nothing (no really, nothing) -- fancy
going on in here, but just to make people feel comfortable. Here's a
license saying, effectively, hack away.
- - - -
Copyright (C) 2011 by Craig Mod (http://craigmod.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------- */
$(document).ready(function() {
// --------------------------------------
// Setup hyphenator
//
Hyphenator.config({
displaytogglebox : true,
classname: 'body_text',
minwordlength : 4,
togglebox : function () {
var myelem = document.getElementById('hyphenToggle');
if (Hyphenator.doHyphenation) {
myelem.setAttribute("class", "highlight");
myelem.onclick = Hyphenator.toggleHyphenation;
} else {
myelem.setAttribute("class", "");
myelem.onclick = Hyphenator.toggleHyphenation;
}
}
});
Hyphenator.run();
//alert(hyphenate);
// ---------------------------------------
// Turn on and off menu item indicator
//
function menuSet()
{
$('menu li').removeClass('highlight');
var classList1 = $('body').attr('class').split(/\s+/);
var classList2 = $('#content_container').attr('class').split(/\s+/);
classList = classList1.concat(classList2);
var grid_on = false;
//alert(classList);
$.each(classList, function(index, item){
//alert(item);
if (item==='bed') {
$('li.size1').addClass('highlight');
}
else if (item==='knee') {
$('li.size2').addClass('highlight');
}
else if (item==='breakfast') {
$('li.size3').addClass('highlight');
}
else if (item==='bg_grid') {
grid_on = true;
$('li.bg_on').addClass('highlight');
}
else if (item==='low') {
$('li.lowc').addClass('highlight');
}
else if (item==='high') {
$('li.highc').addClass('highlight');
}
else if (item==='ragged') {
$('li.rag').addClass('highlight');
}
else if (item==='justified') {
$('li.just').addClass('highlight');
}
else if (item==='helvetica') {
$('li.hel').addClass('highlight');
}
else if (item==='georgia') {
$('li.geo').addClass('highlight');
}
});
if(!grid_on)
{
$('li.bg_off').addClass('highlight');
}
}
menuSet();
// --------------------------------------
// Swipe Right to reload the page
// (great for quick debugging)
//
/*
$('body').addSwipeEvents().
bind('swiperight', function(evt, touch) {
window.location.reload();
});
*/
// --------------------------------------
// Swipe Left to toggle grid
//
// Great for debugging but otherwise confusing
//
/*
$('body').addSwipeEvents().
bind('swipeleft', function(evt, touch) {
if($('body').hasClass('bg_grid'))
{
$('body').removeClass('bg_grid');
}
else
{
$('body').addClass('bg_grid');
}
menuSet();
});
*/
// --------------------------------------
// Doubletap to show / hide menu
//
$('body').addSwipeEvents().
bind('doubletap', function(evt, touch) {
$('menu').slideToggle('fast', function() {
// Animation complete.
});
});
// --------------------------------------
// Doubleclick to show menu on desktop
//
/*
$(document).bind('dblclick', function(){
$('menu').slideToggle('fast', function() {
// Animation complete.
});
});*/
// Added menu tab instead of double click:
// - Discoverable &
// - Cleaner
$('#menu_tab').click(function() {
$('menu').slideToggle('fast', function() {
// Animation complete.
});
});
// -------------------------------------
// Size toggles
//
$('.size1').click(function() {
$('#content_container').attr("class", "bed");
menuSet();
});
$('.size2').click(function() {
$('#content_container').attr("class", "knee");
menuSet();
});
$('.size3').click(function() {
$('#content_container').attr("class", "breakfast");
menuSet();
});
// -------------------------------------
// Contrast Toggles
//
$('.highc').click(function() {
$('body').removeClass('low high').addClass('high');
menuSet();
});
$('.lowc').click(function() {
$('body').removeClass('low high').addClass('low');
menuSet();
});
// -------------------------------------
// Justification Toggles
//
$('.just').click(function() {
$('body').removeClass('ragged justified').addClass('justified');
menuSet();
});
$('.rag').click(function() {
$('body').removeClass('ragged justified').addClass('ragged');
menuSet();
});
// -------------------------------------
// Serif toggle
//
$('.hel').click(function() {
$('body').removeClass('georgia helvetica').addClass('helvetica');
menuSet();
});
$('.geo').click(function() {
$('body').removeClass('helvetica georgia').addClass('georgia');
menuSet();
});
// -------------------------------------
// Grid toggle
//
$('.bg_on').click(function() {
$('body').removeClass('bg_grid').addClass('bg_grid');
menuSet();
});
$('.bg_off').click(function() {
$('body').removeClass('bg_grid');
menuSet();
});
})

@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.