Difference between revisions of "Content team/ZIM Naming Convention"

Jump to navigation Jump to search
m
no edit summary
(Clarify what alphanums means)
m
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 (<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 only contain alphanums (<code>a-zA-Z</code>, no accentuated or special characters) or <code>-</code> or <code>.</code> characters (regex is <code>[a-zA-Z0-9\-\.]</code>).  


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 (<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 only contain alphanums (<code>a-zA-Z</code>, no accentuated or special characters) or <code>-</code> or <code>.</code> characters (regex is <code>[a-zA-Z0-9\-\.]</code>).  


The filename must be all lowercase.
The filename must be all lowercase.
45

edits

Navigation menu