openzim / ted

Provide the best of TED.com for offline usage!
https://download.kiwix.org/zim/ted/
GNU General Public License v3.0
13 stars 9 forks source link

Changed identity to use dash instead of underscrores for spaces #88

Closed rgaudin closed 4 years ago

rgaudin commented 4 years ago

The Kiwix/OpenZIM toolchain requires a specific naming in ZIM files and that prevents the use of underscores in some parts of the filename. Because we now generate ZIM files dynamically from the request (multi mode), we need to make sure those can be custom, using {identity} yet still valid on our server. {identity} now replaces spaces with - instead of _.

Additionnaly, --zim-file now accepts {period} in the same custom/practical spirit.

README was also edited to be readable even outside github