commit bb03761249ba5a2217251d5e6d909cf2755d44e1 Author: vr8ce Date: Sat Nov 16 13:55:46 2019 -0600 Initial commit diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..98f3d87 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,3 @@ +The source text and artwork in this repository are believed to be in the United States public domain; that is, they are believed to be free of copyright restrictions in the United States. Copyright laws vary from country to country, so check your local laws before downloading or using the content in this repository. + +The creators of, and contributors to, this repository hereby dedicate their contributions to the worldwide public domain under the terms in the CC0 1.0 Universal Public Domain Dedication, available at . diff --git a/images/cover.jpg b/images/cover.jpg new file mode 100644 index 0000000..d451b82 Binary files /dev/null and b/images/cover.jpg differ diff --git a/images/cover.svg b/images/cover.svg new file mode 100644 index 0000000..7f67b6c --- /dev/null +++ b/images/cover.svg @@ -0,0 +1,28 @@ + + + The cover for the Standard Ebooks edition of Short Fiction, by O. Henry + + + + SHORT FICTION + O. HENRY + diff --git a/images/titlepage.svg b/images/titlepage.svg new file mode 100644 index 0000000..9abc435 --- /dev/null +++ b/images/titlepage.svg @@ -0,0 +1,21 @@ + + + The titlepage for the Standard Ebooks edition of Short Fiction, by O. Henry + + SHORT FICTION + O. HENRY + diff --git a/src/META-INF/container.xml b/src/META-INF/container.xml new file mode 100644 index 0000000..d0c2bc1 --- /dev/null +++ b/src/META-INF/container.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/epub/content.opf b/src/epub/content.opf new file mode 100644 index 0000000..0b90455 --- /dev/null +++ b/src/epub/content.opf @@ -0,0 +1,93 @@ + + + + url:https://standardebooks.org/ebooks/o-henry/short-fiction + 1900-01-01T00:00:00Z + 1900-01-01T00:00:00Z + The source text and artwork in this ebook edition are believed to be in the U.S. public domain. This ebook edition is released under the terms in the CC0 1.0 Universal Public Domain Dedication, available at https://creativecommons.org/publicdomain/zero/1.0/. For full license information see the Uncopyright file included at the end of this ebook. + Standard Ebooks + Standard Ebooks + https://standardebooks.org + bkd + mdc + pbl + The League of Moveable Type + League of Moveable Type, The + https://www.theleagueofmoveabletype.com + tyd + + Standard Ebooks + textual + textual + alternativeText + longDescription + readingOrder + structuralNavigation + tableOfContents + none + This publication conforms to WCAG 2.1 Level AA. + + Short Fiction + Short Fiction + SUBJECT_1 + SUBJECT_2 + LCSH + LCSH_ID_1 + LCSH + LCSH_ID_2 + TAG + DESCRIPTION + + LANG + PG_URL + Any special notes about the production of this ebook for future editors/producers? Remove this element if not. + WORD_COUNT + READING_EASE + https://en.wikipedia.org/wiki/Short_fiction + https://github.com/standardebooks/o-henry_short-fiction + O. Henry + AUTHOR_SORT + AUTHOR_FULL_NAME + https://en.wikipedia.org/wiki/O._Henry + AUTHOR_NACOAF_URL + aut + COVER_ARTIST + COVER_ARTIST_SORT + COVER_ARTIST_WIKI_URL + COVER_ARTIST_NACOAF_URL + art + TRANSCRIBER + TRANSCRIBER_SORT + TRANSCRIBER_URL + trc + PRODUCER + PRODUCER_SORT + PRODUCER_URL + bkp + blw + cov + mrk + pfr + tyg + + + + + + + + + + + + + + + + + + + + diff --git a/src/epub/css/core.css b/src/epub/css/core.css new file mode 100644 index 0000000..49c3a13 --- /dev/null +++ b/src/epub/css/core.css @@ -0,0 +1,196 @@ +@charset "utf-8"; +@namespace epub "http://www.idpf.org/2007/ops"; + +body{ + hyphens: auto; + -epub-hyphens: auto; +} + +p{ + margin: 0; + text-indent: 1em; +} + +hr{ + border: none; + border-top: 1px solid; + height: 0; + margin: 1.5em auto; + width: 25%; +} + +q::before, +q::after{ + content: ''; +} + +h1, +h2, +h3, +h4, +h5, +h6{ + font-variant: small-caps; + hyphens: none; + -epub-hyphens: none; + page-break-after: avoid; + page-break-inside: avoid; + text-align: center; + margin: 3em 0; +} + +blockquote + p, +h2 + p, +h3 + p, +h4 + p, +h5 + p, +h6 + p, +header + p, +hr + p, +ol + p, +ul + p, +table + p, +p:first-child{ + text-indent: 0; +} + +cite{ + font-style: normal; +} + +abbr{ + border: none; + white-space: nowrap; +} + +blockquote cite{ + display: block; + font-style: italic; + text-align: right; +} + +blockquote cite i{ + font-style: normal; +} + +b, +strong{ + font-variant: small-caps; + font-weight: normal; +} + +header{ + page-break-inside: avoid; + text-align: center; +} + +article > header + *, +section > header + *{ + margin-top: 3em; +} + +section[epub|type~="titlepage"] img{ + display: block; + width: 100%; + margin: 3em auto auto auto; +} + +a[epub|type~="noteref"]{ + font-size: .75em; + vertical-align: super; +} + +section[epub|type~="endnotes"] > ol > li{ + margin: 1em 0; +} + +section[epub|type~="colophon"], +section[epub|type~="imprint"]{ + text-align: center; +} + +section[epub|type~="colophon"] header, +section[epub|type~="imprint"] header{ + line-height: 0; + margin-top: 3em; +} + +section[epub|type~="colophon"] h2, +section[epub|type~="imprint"] h2{ + display: none; +} + +img[epub|type~="z3998:publisher-logo"]{ + max-width: 25%; +} + +section[epub|type~="colophon"] p, +section[epub|type~="imprint"] p{ + margin: 1em auto 0 auto; + text-indent: 0; +} + +section[epub|type~="imprint"] p{ + font-size: .75em; + text-align: justify; + width: 75%; +} + +section[epub|type~="colophon"] p + p::before{ + border-top: 1px solid; + content: ""; + display: block; + margin: auto auto 1em auto; + width: 25%; +} + +section[epub|type~="colophon"] a{ + font-variant: small-caps; +} + +section[epub|type~="imprint"] a, +section[epub|type~="colophon"] a{ + hyphens: none; + -epub-hyphens: none; +} + +section[epub|type~="copyright-page"] p{ + margin: 1em auto; + text-indent: 0; +} + +section[epub|type~="copyright-page"] blockquote p{ + font-style: italic; + text-align: left; + text-indent: 0; +} + +section[epub|type~="copyright-page"] blockquote p span{ + display: block; + padding-left: 1em; + text-indent: -1em; +} + +section[epub|type~="copyright-page"] blockquote br{ + display: none; +} + +@supports(display: flex){ + section[epub|type~="imprint"]{ + align-content: center; + display: flex; + flex-direction: column; + justify-content: center; + min-height: calc(98vh - 3em); + padding-top: 3em; + } + + section[epub|type~="imprint"] header{ + margin-bottom: 2em; + margin-top: 0; + } + + img[epub|type~="z3998:publisher-logo"]{ + max-width: 25vw; + } +} diff --git a/src/epub/css/local.css b/src/epub/css/local.css new file mode 100644 index 0000000..82e5af0 --- /dev/null +++ b/src/epub/css/local.css @@ -0,0 +1,2 @@ +@charset "utf-8"; +@namespace epub "http://www.idpf.org/2007/ops"; diff --git a/src/epub/images/logo.svg b/src/epub/images/logo.svg new file mode 100644 index 0000000..6338d46 --- /dev/null +++ b/src/epub/images/logo.svg @@ -0,0 +1,60 @@ + + + The Standard Ebooks logo + The logo portrays an open book with the letter "S" on the left page and the letter "E" on the right page. A power cord is attached to the bottom of the book and curled beneath it. The book is surrounded by laurels. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/epub/onix.xml b/src/epub/onix.xml new file mode 100644 index 0000000..cabf4e3 --- /dev/null +++ b/src/epub/onix.xml @@ -0,0 +1,38 @@ + + +
+ + Standard Ebooks + + 2014-05-25T00:00:00Z +
+ + + + + 09 + 10 + + + + 09 + 11 + + + + 09 + 13 + + + + 09 + 14 + + + + 09 + 22 + + + +
diff --git a/src/epub/text/colophon.xhtml b/src/epub/text/colophon.xhtml new file mode 100644 index 0000000..842c4d1 --- /dev/null +++ b/src/epub/text/colophon.xhtml @@ -0,0 +1,42 @@ + + + + Colophon + + + + +
+
+

Colophon

+ The Standard Ebooks logo +
+

Short Fiction
+ was published in YEAR by
+ O. Henry.

+

This ebook was produced for the
+ Standard Ebooks project
+ by
+ PRODUCER,
+ and is based on a transcription produced in PG_YEAR by
+ TRANSCRIBER_1, TRANSCRIBER_2, and The Online Distributed Proofreading Team
+ for
+ Project Gutenberg
+ and on digital scans available at the
+ Internet Archive.

+

The cover page is adapted from
+ PAINTING,
+ a painting completed in YEAR by
+ ARTIST.
+ The cover and title pages feature the
+ League Spartan and Sorts Mill Goudy
+ typefaces created in 2014 and 2009 by
+ The League of Moveable Type.

+

The first edition of this ebook was released on
+ January 1, 1900, 12:00 a.m.
+ You can check for updates to this ebook, view its revision history, or download it for different ereading systems at
+ standardebooks.org/ebooks/o-henry/short-fiction.

+

The volunteer-driven Standard Ebooks project relies on readers like you to submit typos, corrections, and other improvements. Anyone can contribute at standardebooks.org.

+
+ + diff --git a/src/epub/text/imprint.xhtml b/src/epub/text/imprint.xhtml new file mode 100644 index 0000000..692e640 --- /dev/null +++ b/src/epub/text/imprint.xhtml @@ -0,0 +1,20 @@ + + + + Imprint + + + + +
+
+

Imprint

+ The Standard Ebooks logo +
+

This ebook is the product of many hours of hard work by volunteers for Standard Ebooks, and builds on the hard work of other literature lovers made possible by the public domain.

+

This particular ebook is based on a transcription produced for Project Gutenberg and on digital scans available at the Internet Archive.

+

The writing and artwork within are believed to be in the U.S. public domain, and Standard Ebooks releases this ebook edition under the terms in the CC0 1.0 Universal Public Domain Dedication. For full license information, see the Uncopyright at the end of this ebook.

+

Standard Ebooks is a volunteer-driven project that produces ebook editions of public domain literature using modern typography, technology, and editorial standards, and distributes them free of cost. You can download this and other ebooks carefully produced for true book lovers at standardebooks.org.

+
+ + diff --git a/src/epub/text/titlepage.xhtml b/src/epub/text/titlepage.xhtml new file mode 100644 index 0000000..4b57ab7 --- /dev/null +++ b/src/epub/text/titlepage.xhtml @@ -0,0 +1,13 @@ + + + + Titlepage + + + + +
+ The titlepage for the Standard Ebooks edition of Short Fiction, by O. Henry +
+ + diff --git a/src/epub/text/uncopyright.xhtml b/src/epub/text/uncopyright.xhtml new file mode 100644 index 0000000..bd9c723 --- /dev/null +++ b/src/epub/text/uncopyright.xhtml @@ -0,0 +1,28 @@ + + + + Uncopyright + + + + +
+

Uncopyright

+
+

+ May you do good and not evil. +
+ May you find forgiveness for yourself and forgive others. +
+ May you share freely, never taking more than you give. +

+
+

Copyright pages exist to tell you can’t do something. Unlike them, this Uncopyright page exists to tell you, among other things, that the writing and artwork in this ebook are believed to be in the U.S. public domain. The U.S. public domain represents our collective cultural heritage, and items in it are free for anyone in the U.S. to do almost anything at all with, without having to get permission. Public domain items are free of copyright restrictions.

+

Copyright laws are different around the world. If you’re not located in the U.S., check with your local laws before using this ebook.

+

Non-authorship activities performed on public domain items⁠—so-called “sweat of the brow” work⁠—don’t create a new copyright. That means nobody can claim a new copyright on a public domain item for work like digitization, markup, or typography. Regardless, to dispel any possible doubt on the copyright status of this ebook, Standard Ebooks and its contributors release this ebook under the terms in the CC0 1.0 Universal Public Domain Dedication, thus dedicating to the worldwide public domain all of the work they’ve done on this ebook, including but not limited to metadata, the titlepage, imprint, colophon, this Uncopyright, and any changes or enhancements to, or markup on, the original text and artwork. This dedication doesn’t change the copyright status of the underlying works, which, though believed to already be in the U.S. public domain, may not yet be in the public domain of other countries. We make this dedication in the interest of enriching our global cultural heritage, to promote free and libre culture around the world, and to give back to the unrestricted culture that has given all of us so much.

+

+ Standard Ebooks and its contributors offer this ebook as-is and make no representations or warranties of any kind concerning this ebook, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. +

+
+ + diff --git a/src/epub/toc.xhtml b/src/epub/toc.xhtml new file mode 100644 index 0000000..182cc26 --- /dev/null +++ b/src/epub/toc.xhtml @@ -0,0 +1,48 @@ + + + + Table of Contents + + + + + + diff --git a/src/mimetype b/src/mimetype new file mode 100644 index 0000000..57ef03f --- /dev/null +++ b/src/mimetype @@ -0,0 +1 @@ +application/epub+zip \ No newline at end of file