Previous page

Next page

Locate page in Contents

Print this page

Sample

This section provides a sample of an APS Catalog feed. For description of a specific feed element, refer to the Elements Reference section.

<feed xmlns="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
  <id>http://apscatalog.com/1.atom</id>
  <title>{}</title>
  <updated>2008-04-07T10:35:34Z</updated>
  <!-- Derived from Opensearch 1.1 -->
  <opensearch:totalResults>73</opensearch:totalResults>
  <opensearch:startIndex>1</opensearch:startIndex>
  <opensearch:itemsPerPage>10</opensearch:itemsPerPage>
  <link rel="search" type="application/opensearchdescription+xml" href=""/>
  <!-- Derived from RFC5005 -->
  <link rel="self" href="http://apscatalog.com/1.atom"/>
  <link rel="first" href="http://apscatalog.com/1.atom" />
  <link rel="last" href="http://apscatalog.com/1.atom?page=8" />
  <link rel="next" href="http://apscatalog.com/1.atom?page=2" /> 
  <!-- Atom elements and APS Catalog extensions -->
  <entry xmlns:a="http://apstandard.com/ns/repo/1" 
        xmlns="http://www.w3.org/2005/Atom">
   <!-- Package ID that conforms to RFC4287 and RFC4151  -->
   <id>
    tag:example.org,2008-02-27:/1/opensource/tikiwiki/1.9.7-34/parallels
   </id>
   <!-- Package name. sa:name value -->
   <title>tikiwiki</title>
   <!-- Summary. sa:summary value -->
   <summary>tikiwiki</summary>
   <!-- The moment the package was added -->
    <updated>2003-12-13T18:30:02Z</updated>
   <!-- Application category. Multiple categories are permitted -->
   <category term="Web/Wiki" />
   <author a:author-type="vendor">
    <!-- Application vendor name -->
    <name>opensource</name>
    <!-- Application vendor URI -->
    <uri>http://info.tikiwiki.org/tiki-index.php</uri>
   </author>
   <author a:author-type="packager">
    <name>Parallels</name>
    <uri>urn:uuid:60a76c80-d399-11d9-b91C-0003939e0af6</uri>
   </author>
  <!-- Application description. sa:description content -->
   <content type="html">TikiWiki enable administrators and users...</content>
  <!-- URI of APS package bits -->
   <link rel="http://apstandard.com/ns/repo/1#bits' type='application/zip' 
    href="http://example.org/1/opensource/tikiwiki/1.9.7-34.aps?packager=parallels"
    length="439144">
   <!-- any number of a:checksum elements is allowed -->
    <a:checksum algorithm=”MD5”>md5 digest</a:checksum>
    <a:checksum algorithm=”SHA1”>sha1 digest</a:checksum>
   </link>
   <!-- Link to Version index -->
   <link rel="alternate"
  href="http://example.org/1/opensource/tikiwiki/1.9.7-34/?packager=parallels"
   <link/>
   <!-- APP-META link -->
   <link rel="http://apstandard.com/ns/repo/1#meta" type="application/xml" 
  href="http://example.org/1/opensource/tikiwiki/1.9.7-34.meta?packager=parallels"
   <link/>
   <!-- Self link -->
   <link rel="self" type="application/xml"  
  href="http://example.org/1/opensource/tikiwiki/1.9.7-34.atom?packager=parallels"
   <link/>
   <!-- Direct screen shot links -->
   <link rel="http://apstandard.com/ns/repo/1#screenshot" type="image/png"
href="http://media.example.org/1/opensource/tikiwiki/1.9.7-34/resources/images/screenshot1.png" />
   <!-- Link to Application resources index -->
   <link rel="http://apstandard.com/ns/repo/1#resources" type="application/xhtml+xml"
href="http://example.org/1/opensource/tikiwiki/1.9.7-34/resources/?packager=parallels"/>
   <!-- Link to Package updates index. -->
   <link rel="http://apstandard.com/ns/repo/1#updates" type="application/atom+xml"
href="http://example.org/1/opensource/tikiwiki/1.9.7-34/updates.atom?packager=parallels"/>
   <a:name>tikiwiki</a:name>
   <a:version>1.9.7</a:version>
   <a:release>34</a:release>
   <a:description>
    TikiWiki enables administrators and users to create, display ...
   </a:description>
   <a:summary>tikiwiki</a:summary>
   <a:vendor>opensource</a:vendor>
   <a:packager>parallels</a:packager>
   <a:categories>
    <a:category>Web/Wiki</a:category>
   </a:categories>
	<a:tags><a:tag>Featured</a:tag><a:tag>Gold Package</a:tag></a:tags>
 </entry>
</feed>

See Also

Main Feed URLs

Elements Reference

Please send us your feedback on this help page