Sha256: c28b3de3f7846d7ad15fa02c126b5c876d8a1f3fa3f158ad77a91dffdc1e6709

Contents?: true

Size: 1.11 KB

Versions: 25

Compression:

Stored size: 1.11 KB

Contents

<?xml version="1.0" encoding='utf-8'?>
<service xmlns="http://www.w3.org/2007/app"
         xmlns:atom="http://www.w3.org/2005/Atom">
  <workspace>
    <atom:title>Main Site</atom:title>
    <collection
        href="http://example.org/blog/main" >
      <atom:title>My Blog Entries</atom:title>
      <categories
         href="http://example.org/cats/forMain.cats" />
    </collection>
    <collection
        href="http://example.org/blog/pic" >
      <atom:title>Pictures</atom:title>
      <accept>image/png</accept>
      <accept>image/jpeg</accept>
      <accept>image/gif</accept>
    </collection>
  </workspace>
  <workspace>
    <atom:title>Sidebar Blog</atom:title>
    <collection
        href="http://example.org/sidebar/list" >
      <atom:title>Remaindered Links</atom:title>
      <accept>application/atom+xml;type=entry</accept>
      <categories fixed="yes">
        <atom:category
          scheme="http://example.org/extra-cats/"
          term="joke" />
        <atom:category
          scheme="http://example.org/extra-cats/"
          term="serious" />
      </categories>
    </collection>
  </workspace>
</service>

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
ratom-nokogiri-0.10.11 spec/app/service.xml
ratom-nokogiri-0.10.10 spec/app/service.xml
ratom-nokogiri-0.10.9 spec/app/service.xml
ratom-nokogiri-0.10.8 spec/app/service.xml
ratom-nokogiri-0.10.7 spec/app/service.xml
ratom-nokogiri-0.10.6 spec/app/service.xml
ratom-nokogiri-0.10.5 spec/app/service.xml
ratom-nokogiri-0.10.4 spec/app/service.xml
ratom-nokogiri-0.10.3 spec/app/service.xml
ratom-nokogiri-0.10.2 spec/app/service.xml
ratom-nokogiri-0.10.1 spec/app/service.xml
ratom-nokogiri-0.10.0 spec/app/service.xml
ratom-0.9.0 spec/app/service.xml
ratom-0.8.2 spec/app/service.xml
ratom-0.8.1 spec/app/service.xml
ratom-0.8.0 spec/app/service.xml
ratom-0.7.2 spec/app/service.xml
ratom-0.7.1 spec/app/service.xml
ratom-0.7.0 spec/app/service.xml
ratom-0.6.10 spec/app/service.xml