How has offline Wikipedia affected you? The Wikimedia Foundation (the non-profit that supports Wikipedia) is looking for personal, diverse and inspiring stories about how offline Wikipedia affects the world. If you have a personal story that you would like to share, please contact: stories@kiwix.org. Thank you!
Difference between revisions of "FeedFormat"
Jump to navigation
Jump to search
() |
|||
Line 15: | Line 15: | ||
=== <book> === | === <book> === | ||
* id: Unique id of a book/ZIM. It comes from the ZIM file itself and is automatically generated at the ZIM file creation. | * '''id''': Unique id of a book/ZIM. It comes from the ZIM file itself and is automatically generated at the ZIM file creation. | ||
* path: Filesystem path of the ZIM file. This does only make sense locally. | * '''path''': Filesystem path of the ZIM file. This does only make sense locally. | ||
* title: Title of the book. It comes from the ZIM file itself and is configured at during the ZIM file creation process by the ZIM file creator. | * '''title''': Title of the book. It comes from the ZIM file itself and is configured at during the ZIM file creation process by the ZIM file creator. | ||
* description: Small text describing the content of the book. It comes from the ZIM file itself and is configured at during the ZIM file creation process by the ZIM file creator. | * '''description''': Small text describing the content of the book. It comes from the ZIM file itself and is configured at during the ZIM file creation process by the ZIM file creator. | ||
* language: | * '''language''': | ||
* date: | * '''date''': | ||
* creator: | * '''creator''': | ||
* url: | * '''url''': | ||
* community: | * '''community''': | ||
* articleCount: | * '''articleCount''': | ||
* mediaCount: | * '''mediaCount''': | ||
* '''size''': | |||
* '''favicon''': | |||
== Suggested additions == | == Suggested additions == | ||
* fileSize | * fileSize | ||
* previewImage (might want to make this a separate node within <book>) | * previewImage (might want to make this a separate node within <book>) |
Revision as of 15:32, 21 April 2011
Example
<library current="">
<book id="c998cd0c-63fb-4184-4184-68ea2410e8e272bf" path="wmf_fa_all_07_2010_rc2.zim"
title="Wikipedia, Wikibooks, Wikisource and Wikiquote in Parsi"
description="All the articles from the Wikipedia, Wikibooks, Wikisource and Wikiquote in Parsi."
language="fa" date="2010-09-26" creator="Wikimedia community" url="http://download.kiwix.org/zim/0.9/wmf_fa_all_07_2010_rc2.zim.metalink"
articleCount="174559" mediaCount="52775" />
</library>
Parameters
<library>
- current: This is the id of the book which has to be displayed per default.
<book>
- id: Unique id of a book/ZIM. It comes from the ZIM file itself and is automatically generated at the ZIM file creation.
- path: Filesystem path of the ZIM file. This does only make sense locally.
- title: Title of the book. It comes from the ZIM file itself and is configured at during the ZIM file creation process by the ZIM file creator.
- description: Small text describing the content of the book. It comes from the ZIM file itself and is configured at during the ZIM file creation process by the ZIM file creator.
- language:
- date:
- creator:
- url:
- community:
- articleCount:
- mediaCount:
- size:
- favicon:
Suggested additions
- fileSize
- previewImage (might want to make this a separate node within <book>)