45
edits
m (Kelson moved page ZIM Naming Convention to Content team/ZIM Naming Convention: Rules only for the content team) |
(Clarify what alphanums means) |
||
Line 26: | Line 26: | ||
The <code>_</code> character is reserved as separator between the parts. | The <code>_</code> character is reserved as separator between the parts. | ||
The parts must only contain alphanums or <code>-</code> or <code>.</code> characters. | The parts must only contain alphanums (<code>a-zA-Z</code>, no accentuated or special characters) or <code>-</code> or <code>.</code> characters (regex is [a-zA-Z0-9\-\.]). | ||
The parts must be all lowercase. | The parts must be all lowercase. | ||
Line 56: | Line 56: | ||
The <code>_</code> character is reserved as separator between the parts. | The <code>_</code> character is reserved as separator between the parts. | ||
The parts must only contain alphanums or <code>-</code> or <code>.</code> characters. | The parts must only contain alphanums (<code>a-zA-Z</code>, no accentuated or special characters) or <code>-</code> or <code>.</code> characters (regex is [a-zA-Z0-9\-\.]). | ||
The filename must be all lowercase. | The filename must be all lowercase. |
edits