Giter VIP home page Giter VIP logo

apuleius_the-golden-ass-of-apuleius_william-adlington's People

Contributors

kingrpaul avatar

Stargazers

 avatar

Watchers

 avatar  avatar

apuleius_the-golden-ass-of-apuleius_william-adlington's Issues

Revise Short Description

  • The short description should be a single short sentence in the active voice that summarizes the plot. "A man is transformed into a donkey and goes on an adventure" or something like that. Not, "In this book, this thing happens, then this other thing..."

Retitle Book

  • The title of the book is "The Golden Ass", not "The Golden Ass of Apuleius". Can you update the cover/titlepage images, SE identifier throughout the ebook, and the Github URL? The easiest way to update the images is to create a new dummy draft and copy the images it generates in to the real repo.

Issues

General issues:

editors-dedication.xhtml:

  • Lint is complaining because the file uses structuring for poems, songs, etc. A more correct way to structure this dedication is like this:
		<section id="dedication" epub:type="dedication">
			<p>To<br/>
			<b>Stéphane Mallarmé</b><br/>
			This Metamorphosis of<br/>
			an Ancient Decadent</p>
		</section>

Instead of targeting the second <span> element you can target the <b> for the CSS.

publishers-introduction.xhtml:

  • "W. A. As" needs to be tagged as an abbreviation.

  • Roman numerals are set using uppercase ASCII. You can make this change in an [Editorial] commit.

  • Dramatis personae doesn't need italics.

  • I believe "ungles" should be tagged as Latin instead of French.

translators-dedication.xhtml:

  • "To the Right Honourable and Mighty Lord..." is too long to be the title. The page scans title this section "The Epistle Dedicatory".

  • "To the Right Honourable and Mighty Lord..." can be placed inside of a <header> element along with the title.

  • This section is not a letter and shouldn't use letter semantics like "se:letter.dateline," "z3998:salutation," "z3998:valediction," or "z3998:sender".

  • Typically we stay away from <small> elements. Use CSS to enlarge text in other areas.

tramslators-introduction-2.xhtml:

  • <i epub:type="se:name.publication.book" xml:lang="la">Books of the Golden Ass</i> doesn't need the language tag. The title is in English

authors-preface.xhtml:

chapter-2-11.xhtml:

  • Nilus is the Latin form of Nile, but it doesn't receive italics as it is a proper name (SEMOS 8.2.9.2). You can convert the <i> in a <span>.

chapter-3-14.xhtml:

  • Grecia is the Latin form of Greece, but it doesn't receive italics as it is a proper name (SEMOS 8.2.9.2). You can convert the <i> in a <span>.

chapter-4-19.xhtml:

chapter-4-20.xhtml:

  • Thracia is the Latin form of Thrace, but it doesn't receive italics as it is a proper name (SEMOS 8.2.9.2). You can convert the <i> in a <span>.

chapter-5-22.xhtml:

  • I recommend changing epub:type="z3998:poem" to epub:type="z3998:verse" in this chapter, because the book states "he gave answer in Latin verse..."

  • Sicilie is the Latin form of Sicily, but it doesn't receive italics as it is a proper name (SEMOS 8.2.9.2). You can convert the <i> in a <span>.

chapter-3-39.xhtml:

  • "Coniuncti terram proscindunt boves ut in futurum loeta germinent sata" doesn't appear in a separate paragraph in the page scans (p. 183).

chapter-3-39.xhtml:

  • "Quorsum vacuum ducis asinum?" doesn't appear in a separate paragraph in the page scans (p. 200).

chapter-10-46.xhtml:

  • Grecia is the Latin form of Greece, but it doesn't receive italics as it is a proper name (SEMOS 8.2.9.2). You can convert the <i> in a <span>.

chapter-11-48.xhtml:

content.opf:

  • Lines 57, 63, and 70 need their properties to be property="role".

Colophon:

Etc.:

  • Remember to run se build-title ., se build-manifest ., se build-spine ., and se build-toc . after fixing the titles, file names, and file ids.

New Issues

Chapter Files:

forward-2.xhtml:

			<header>
				<h2 epub:type="title">The Epistle Dedicatory</h2>
				<p>To the Right Honourable and Mighty Lord,<br/>
				<b>Thomas Earl of Sussex,</b><br/>
				Viscount Fitzwalter, Lord of Egremont and of Burnell, Knight of the Most Noble Order of the Garter, Justice of the Forests and Chases from Trent Southward; Captain of the Gentleman Pensioners of the House of the Queen Our Sovereign Lady</p>
			</header>

local.css:

[epub|type~="z3998:poem"] p,
[epub|type~="z3998:verse"] p{
	text-align: initial;
	text-indent: 0;
}

[epub|type~="z3998:poem"] p > span,
[epub|type~="z3998:verse"] p > span{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

[epub|type~="z3998:poem"] p > span + br,
[epub|type~="z3998:verse"] p > span + br{
	display: none;
}
/* Epigraphs in section headers */
section > header [epub|type~="epigraph"]{
	display: inline-block;
	margin: auto;
	max-width: 80%;
	text-align: initial;
}

section > header > p + blockquote[epub|type~="epigraph"]{
	margin-top: 1em;
}

@supports(display: table){
	section > header [epub|type~="epigraph"]{
		display: table;
	}
}
/* End epigraphs in section headers */
section#foreword-2 > header b{
	font-size: 1.5em;
	font-variant: all-small-caps;
}

Colophon:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.