Difference between revisions of "Metadata"

Jump to navigation Jump to search
203 bytes added ,  19:09, 5 October 2022
(Update specification about Illustration metadata.)
(One intermediate revision by one other user not shown)
Line 14: Line 14:
! Title
! Title
| yes
| yes
| title of zim file
| title of zim file. 30 characters maximum recommended.
| ''English Wikipedia''
| ''English Wikipedia''
|-
|-
Line 34: Line 34:
! Description  
! Description  
| yes
| yes
| description of content (one short sentence)
| description of content (one short sentence). 80 characters maximum recommended.
| ''All articles (without images) from the english Wikipedia''
| ''All articles (without images) from the english Wikipedia''
|-
|-
! LongDescription  
! LongDescription  
| no
| no
| description of content (small paragraph)
| extended description of content. Carriage return allowed. 4000 characters maximum recommended.
| ''This ZIM file contains all articles (without images) from the english Wikipedia by 2009-11-10. The topics are ...''
| ''This ZIM file contains all articles (without images) from the english Wikipedia by 2009-11-10. The topics are ...''
|-
|-
Line 89: Line 89:
We follow the same specification than freedesktop  https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html for the size and scale of the icon.
We follow the same specification than freedesktop  https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html for the size and scale of the icon.


`height`, `width`, `scale` describe the '''target''' size (where the icon is intended to be displayed) :
<code>height</code>, <code>width</code>, <code>scale</code> describe the '''target''' size (where the icon is intended to be displayed) :


- `Illustration_48x48@1` is a 48x48 pixels image to be displayed as a 48x48 icon on a scale 1 screen.
- <code>Illustration_48x48@1</code> is a 48x48 pixels image to be displayed as a 48x48 icon on a scale 1 screen.


- `Illustration_48x48@2` is a 96x96 pixels image to be displayed as a 48x48 icon on a scale 2 screen.
- <code>Illustration_48x48@2</code> is a 96x96 pixels image to be displayed as a 48x48 icon on a scale 2 screen.


- `Illustration_96x96@1` is a 96x96 pixels image to be displayes as a 96x96 icon on a scale 1 screen.
- <code>Illustration_96x96@1</code> is a 96x96 pixels image to be displayes as a 96x96 icon on a scale 1 screen.




`Illustration_48x48@1` is mandatory. Others are optional.
<code>Illustration_48x48@1</code> is mandatory. Others are optional.
!
!
|}
|}

Navigation menu