Sha256: c4e3333718300010c63cf00274563794eeff9e58fe07f2bb3f4cb59af1c21d0a

Contents?: true

Size: 1.11 KB

Versions: 26

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.com/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

26 entries across 26 versions & 3 rubygems

Version Path
atom-tools-2.0.5 spec/fixtures/service.xml
ratom-ssl-0.1.0 spec/app/service.xml
ratom-ssl-0.0.0 spec/app/service.xml
ratom-0.6.5 spec/app/service.xml
ratom-0.6.4 spec/app/service.xml
ratom-0.6.3 spec/app/service.xml
atom-tools-2.0.4 spec/fixtures/service.xml
ratom-0.6.2 spec/app/service.xml
ratom-0.3.3 spec/app/service.xml
ratom-0.2.1 spec/app/service.xml
ratom-0.3.6 spec/app/service.xml
ratom-0.3.7 spec/app/service.xml
ratom-0.4.1 spec/app/service.xml
ratom-0.5.0 spec/app/service.xml
ratom-0.4.2 spec/app/service.xml
ratom-0.3.4 spec/app/service.xml
ratom-0.3.1 spec/app/service.xml
ratom-0.3.5 spec/app/service.xml
ratom-0.4.0 spec/app/service.xml
ratom-0.2.2 spec/app/service.xml