This repository has been archived by the owner on Jan 3, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 381
Add EPUB version of lessons (build with pandoc) #435
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Need small fixes before be ready for merge:
Others screenshots: Note: the previous screenshot shows a bug at Help test itIf you can, please help test the EPUB at the devices and/or softwares that you have. For this you can download the EPUB from https://r-gaia-cs.github.io/bc/book.epub. |
Just had a flick through the book using "UB Reader" on my android phone. Looks good to me! All the image embeds seem to have worked fine. Just a few minor points I spotted:
|
Originally the glossary is available at http://software-carpentry.org/v5/gloss.html but for http://software-carpentry.org/v5/book.html it is already available at the same page. So we could change the links pointing to glossary to the book. This change is necessary to to avoid problems when creating the EPUB and PDF version of our lessons.
- Improve to handle err class - Improve pandoc support
Update Markdown files based on previous commit changes at template. Built with $ python --version Python 2.7.7 $ ipython --version 2.1.0
- Makefile for EPUB - Metadata for EPUB - CSS for EPUB - Post-processor for EPUB building stack When converting HTML to EPUB using pandoc we lose the anchors at glossary. This PR add a post-processor to restore this anchors. This close swcarpentry#550.
This was referenced Jun 29, 2014
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a work in progress. Don't merge it.
This add a entry in
Makefile
to build EPUB(2) from_site/book.html
:Problem:
pandoc
will not include HTMLclass
es from_site/book.html
into EPUB (more information at jgm/pandoc#1052).