Code Monkey home page Code Monkey logo

george-bernard-shaw_man-and-superman's People

Contributors

acbsmith avatar

Watchers

 avatar

george-bernard-shaw_man-and-superman's Issues

Issues

Dedication:

  • Fix semantics for the dedication. It is not a chapter.

  • Remove text-indent="0".

  • Wrap the salutation in a <header>, like a letter.

  • Wrap the sender and dateline in a <footer>, like a letter.

Dramatis Personae:

  • Fix the semantics for the dramatis personae. The <body> should look like this:
    <body epub:type="frontmatter z3998:fiction z3998:drama">

Appendix 1:

  • Fix the semantics for Appendix 1. It is backmatter and an appendix.

  • Wrap the signature in a <footer> (located in Foreward).

  • You need to use levels <h4> and <h5> for the chapters.

Appendix 2:

  • Fix the semantics for Appendix 2. It is backmatter and an appendix.

  • Alex: "

    is not correct anywhere in this kind of book." Convert the <article>s into <section>s.

Content.opf:

  • Reorder <spine>. You will also have to reorder the ToC. Make sure to add the List of Illustrations before you make these changes.

Misc. Issues:

  • Since your production contains images you must have a List of Illustrations file. See the manual on everything related to that.

Issues

local.css:

  • Remove unused CSS:
[epub|type~="z3998:dramatis-personae"] ul + p{
	margin-top: 2em;
}
  • You are missing CSS for images (section 7.8).

  • You need to add the styling text-indent: 0; to #appendix-1 p b{ }.

Act 1:

  • Remove <!--division of paragraph-->.

  • Below <!--division of paragraph-->, there is a stage direction in the middle of the dialogue. You can split this into 3 different <tr> sections:

<tr>
	<td epub:type="z3998:persona">Ramsden</td>
	<td>I am sorry, Annie...</td>
</tr>
<tr>
	<td/>
	<td>
		<i epub:type="z3998:stage-direction"><b epub:type="z3998:persona">Ann</b> assents...</i>
	</td>
</tr>
<tr>
	<td/>
	<td>I must say I am surprised...</td>

Note: You don't need the persona for the second section of dialogue. This will add space around the stage direction and make it match the rest of the play.

Modernize Spelling:

  • Run se modernize-spelling . to convert Mahomet to Muhammad.

Image Titles:

  • The image title that contains a fraction. It must follow the typography standards (section 8.8.5.2).

Image Files:

  • You have duplicate SVG files. Just the XML music files should be located in the images file that contains the cover.jpg and cover.source.jpg, while the SVGs should be located in george-bernard-shaw_man-and-superman/src/epub/images.

Branches:

  • Since you no longer need the other repository branch you can delete it.

Building Errors:

  • After running se build --output-dir=$HOME/dist/ --kindle --kobo --check . two errors pop up. Theses need to be fixed.

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.