Difference between revisions of "FeedFormat"

From Kiwix
Jump to navigation Jump to search
(Suggested additions)
Line 1: Line 1:
== Example ==
== Example ==
<source lang="xml">
<source lang="xml">
<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 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>
</source>
</source>


== Parameters ==
== Parameters ==
* book id  
=== <library> tag ===
* path
* current:
* title
 
* description
=== <book> tag ===
* language
* book id:
* date
* path:
* creator
* title:
* url
* description:
* community
* language:
* articleCount
* date:
* mediaCount
* creator:
* url:
* community:
* articleCount:
* mediaCount:


== 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:28, 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> tag

  • current:

<book> tag

  • book id:
  • path:
  • title:
  • description:
  • language:
  • date:
  • creator:
  • url:
  • community:
  • articleCount:
  • mediaCount:

Suggested additions

  • fileSize
  • previewImage (might want to make this a separate node within <book>)