Skip to content

Commit

Permalink
Merge pull request #185 from dan-niles/update-publisher
Browse files Browse the repository at this point in the history
Update publisher metadata from 'Kiwix' to 'openZIM'
  • Loading branch information
benoit74 committed Mar 8, 2024
2 parents dc0f0db + 3b58bcf commit f0fff22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- pin markupsafe until we upgrade Jinja2
- fix issue with video that do not need to be re-encoded and were marked as missing
- README.md: replace course in sample command by one under a Creative Commons license
- changed default publisher metadata from 'Kiwix' to 'openZIM'

# 1.0.1

Expand Down
2 changes: 1 addition & 1 deletion openedx2zim/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main():
parser.add_argument("--creator", help="Name of content creator", default="edX")

parser.add_argument(
"--publisher", help="Custom publisher name (ZIM metadata)", default="Kiwix"
"--publisher", help="Custom publisher name (ZIM metadata)", default="openZIM"
)

parser.add_argument(
Expand Down

0 comments on commit f0fff22

Please sign in to comment.