Project information
Name: WS Export
Homepage: https://wikisource.org/wiki/Wikisource:WS_Export
Project link: https://github.com/wikimedia/ws-export
Code repository: https://github.com/wikimedia/ws-export.git
- Source branch: main
- Target branch: main
OS License: GPL 2.0 or later
Issue Tracker: https://phabricator.wikimedia.org/tag/wikisource_export/
Project contact: @Samwilson
Logo:
- Without text:
- With text:
Project description:
WS Export is a tool for exporting Wikisource books in EPUB, PDF, and other file formats.
Project setup checklist
- Project information (see template above)
- Content fit
- Quality of strings
- Message documentation
- Activity
- File format: JSON
- Commit access
- Update Translatewiki.net news
- Update Translatewiki.net group description
- Create project page: https://translatewiki.net/wiki/Translating:WSExport
Project configuration (for translation admins)
Namespace: NS_WIKIMEDIA
Prefix: ws-export-
Validators:
- MediaWikiParameter
- BraceBalance
Concerns
(FIXED) Low Priority: Suggestion for parameter documentation formatting in qqq.json file
Current:
"statistics": "Statistics statement. $1 is a link to the statistics page, with text from the 'statistics-link' message.", "footer-version": "Application name and version statement. $1 is the application title; $2 is a link to the current version (constructed with the 'version' message below).",
Expected:
"statistics": "Statistics statement.\n\nParameters:\n* $1 is a link to the statistics page, with text from the 'statistics-link' message.", "footer-version": "Application name and version statement.\n\nParameters:\n* $1 is the application title;\n* $2 is a link to the current version (constructed with the 'version' message below).",