Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anqxyr/mkepub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2
Choose a base ref
...
head repository: anqxyr/mkepub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 13, 2019

  1. Copy latest changes from README.md

    Does it make sense to keep a README.rst and a README.md??
    gforcada committed Feb 13, 2019
    Copy the full SHA
    aa20a32 View commit details

Commits on Jun 11, 2019

  1. Merge pull request #6 from gforcada/patch-2

    Copy latest changes from README.md
    anqxyr authored Jun 11, 2019
    Copy the full SHA
    2555773 View commit details

Commits on Oct 12, 2019

  1. Use image/svg+xml media-type for SVG files.

    The spec allows for `image/svg+xml` to be included without a fallback,
    but does not mention `image/svg`. This causes violations in epubcheck
    when mkepub inserts an SVG file.
    
    https://www.w3.org/publishing/epub3/epub-spec.html#tbl-core-media-types
    elebow committed Oct 12, 2019
    Copy the full SHA
    f32c385 View commit details
  2. Exclude mkepub/tests/* from coverage.py

    It doesn't make sense to measure the test coverage of the tests
    themselves, so exclude them from coverage.py.
    
    This corrects some spurious Coveralls complaints in GitHub PRs.
    
    Also remove some stray whitespace at the end of the license_file line.
    elebow committed Oct 12, 2019
    Copy the full SHA
    7251ca0 View commit details
  3. Add test.log to .gitignore

    elebow committed Oct 12, 2019
    Copy the full SHA
    2dfa050 View commit details
  4. Add dcterms to package.opf template

    The EPUB spec allows for Dublin Core metadata terms. This commit adds
    support for them to the package.opf template.
    
    No API change is necessary—all metadata is already passed through to the
    template.
    
    It is the client's responsibility to ensure that only valid DC
    terms are supplied (just as page content HTML).
    
    https://www.w3.org/publishing/epub3/epub-packages.html#sec-metadata-reserved-prefixes
    https://www.dublincore.org/specifications/dublin-core/dcmi-terms/
    elebow committed Oct 12, 2019
    Copy the full SHA
    698d7a9 View commit details
  5. Merge pull request #8 from elebow/image-mediatype-svg-xml

    Use `image/svg+xml` media-type for SVG files.
    anqxyr authored Oct 12, 2019
    Copy the full SHA
    3d96c2b View commit details
  6. Merge pull request #9 from elebow/exclude-tests-from-coverage.py

    Exclude mkepub/tests/* from coverage.py
    anqxyr authored Oct 12, 2019
    Copy the full SHA
    a9d13db View commit details
  7. Copy the full SHA
    38e885d View commit details
  8. Merge pull request #12 from elebow/support-dcterms

    Add dcterms to package.opf template
    anqxyr authored Oct 12, 2019
    Copy the full SHA
    ecaa6ec View commit details
  9. Merge pull request #10 from elebow/add-test-log-to-gitignore

    Add test.log to .gitignore
    anqxyr authored Oct 12, 2019
    Copy the full SHA
    7dd07d9 View commit details

Commits on Feb 13, 2022

  1. Fix encoding issues

    anqxyr authored Feb 13, 2022
    Copy the full SHA
    e647601 View commit details
Loading