Created
January 22, 2014 16:42
-
-
Save nicwest/8562185 to your computer and use it in GitHub Desktop.
epubdiffsample
This file contains hidden or 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
Summary: | |
--------------------------------- | |
Binary File Change EPUB/images/2565514353_2ae2073e14.jpg | |
Text File Change (With Diff) EPUB/package.opf | |
Text File Change (With Diff) EPUB/script/shared.js | |
Text File Change (With Diff) EPUB/xhtml/p10.xhtml | |
Text File Change (With Diff) EPUB/css/shared-culture.css | |
File Removed EPUB/xhtml/cover.xhtml | |
Details: | |
--------------------------------- | |
Binary File Change EPUB/images/2565514353_2ae2073e14.jpg | |
checksums: 43d95cb95c35a3e4f72a812dab04dbab => 40cf6adfe327b0d98db64047634b2e17 | |
Text File Change (With Diff) EPUB/package.opf | |
checksums: f9e5fb7365fa93d44fb9efdf9b2ce668 => b07805d95e5855316deddd5bfbd62166 | |
diff: | |
--- | |
+++ | |
@@ -3,7 +3,7 @@ | |
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/"> | |
<dc:title id="title">Creative Commons - A Shared Culture</dc:title> | |
<dc:creator>Jesse Dylan</dc:creator> | |
- <dc:identifier id="uid">code.google.com.epub-samples.cc-shared-culture</dc:identifier> | |
+ <dc:identifier id="uid">code.google.com.epub-samples.cc-shared-culture--test</dc:identifier> | |
<dc:language>en-US</dc:language> | |
<meta property="dcterms:modified">2012-01-20T12:47:00Z</meta> | |
<dc:publisher>Creative Commons</dc:publisher> | |
Text File Change (With Diff) EPUB/script/shared.js | |
checksums: 703fd935aadfdc312723a8d9be57936d => 797a6b16c01445b75c84c43cf16d925a | |
diff: | |
--- | |
+++ | |
@@ -15,6 +15,7 @@ | |
var video = document.getElementsByTagName('video')[0]; | |
if (video.ended || video.paused) { | |
video.play(); | |
+ console.log('test') | |
} else { | |
video.pause(); | |
} | |
Text File Change (With Diff) EPUB/xhtml/p10.xhtml | |
checksums: 541185c7bd1ee9df34f403cb118395ed => 5d5e8957667f4b580199549ee8ad650f | |
diff: | |
--- | |
+++ | |
@@ -33,7 +33,7 @@ | |
</code></pre> | |
</div> | |
</video> | |
- <p>In the video, some of the leading thinkers behind Creative Commons | |
+ <p>In the video, some of the leading thinkers behind Creative Commons (TEST) | |
describe how the organization is helping “save the world from failed sharing” | |
through free tools that enable creators to easily make their work available to | |
the public for legal sharing and remix. Dylan puts the Creative Commons system | |
Text File Change (With Diff) EPUB/css/shared-culture.css | |
checksums: 019b6df5e33ca6fe79e15bdcfe2300cc => d6434828e3511d8cf9f9c80a2ccc3a1a | |
diff: | |
--- | |
+++ | |
@@ -8,7 +8,7 @@ | |
font-size: 1em; | |
line-height: 1.33em; | |
} | |
- | |
+/*TEST!*/ | |
p { | |
padding: 0; | |
text-align: justify; | |
@@ -37,7 +37,7 @@ | |
} | |
h2 { | |
- margin-top: 0em; | |
+ margin-top: 1em; | |
margin-left: 4em; | |
font-size: 95%; | |
} | |
File Removed EPUB/xhtml/cover.xhtml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment