Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing static library to match new data model #30

Merged
merged 1 commit into from
Feb 4, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions epub_content/epub_library.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,28 @@
"title" : "Page Blanche",
"author" : "Boulet",
"coverHref" : "epub_content/page-blanche/EPUB/Image/cover.jpg",
"packageUrl" : "epub_content/page-blanche/EPUB/package.opf"
"packagePath" : "EPUB/package.opf",
"rootUrl" : "epub_content/page-blanche"
},
{
"title" : "Moby Dick",
"author" : "Herman Melville",
"coverHref" : "epub_content/moby_dick/OPS/images/9780316000000.jpg",
"packageUrl" : "epub_content/moby_dick/OPS/package.opf"
"packagePath" : "OPS/package.opf",
"rootUrl" : "epub_content/moby_dick"
},
{
"title" : "Accessible EPUB 3",
"author" : "Matt Garrish",
"coverHref" : "epub_content/accessible_epub_3/EPUB/covers/9781449328030_lrg.jpg",
"packageUrl" : "epub_content/accessible_epub_3/EPUB/package.opf"
"packagePath" : "EPUB/package.opf",
"rootUrl" : "epub_content/accessible_epub_3"
},
{
"title" : "A First Course in Linear Algebra",
"author" : "Robert A. Beezer",
"packageUrl" : "epub_content/linear-algebra/EPUB/package.opf"
"packagePath" : "EPUB/package.opf",
"rootUrl" : "epub_content/linear-algebra"
}

]
Expand Down