-
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Description
Currently, the customZimTitle
field that we send to the zimfarm is copied directly from the Builder name, which has no restrictions on its length, besides being truncated to 255 characters in the database. ZIM titles, on the other hand, can only be 30 characters max.
A couple of options:
- Inherit the ZIM restriction and limit Builder titles to 30 characters
- Truncate the Builder title when creating a ZIM
I tend to prefer the second option, because I don't see why the limitations of a ZIM should limit the entire WP1 UI.