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

Jump to navigation Jump to search
no edit summary
m (Kelson moved page ZIM Naming Convention to Content team/ZIM Naming Convention: Rules only for the content team)
 
(2 intermediate revisions by the same user not shown)
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 be all lowercase and only contain alphanums (<code>a-z</code>, no accentuated or special characters) or <code>-</code> or <code>.</code> characters (regex is <code>[a-z0-9\-\.]</code>).  


The parts must be all lowercase.
{| class="wikitable"
{| class="wikitable"
|+Components of ZIM <code>Name</code> Metadata
|+Components of ZIM <code>Name</code> Metadata
Line 56: Line 55:
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 be all lowercase and only contain alphanums (<code>a-z</code>, no accentuated or special characters) or <code>-</code> or <code>.</code> characters (regex is <code>[a-z0-9\-\.]</code>).  


The filename must be all lowercase.
{| class="wikitable"
{| class="wikitable"
|+Components of ZIM filename
|+Components of ZIM filename
42

edits

Navigation menu