<?xml version="1.0" encoding="UTF-8"?>
<?rfc toc="yes" ?><?rfc symrefs="yes" ?><?rfc sortrefs="yes"?><?rfc iprnotified="yes" ?><?rfc strict="yes" ?><?rfc compact="no" ?><?rfc comments="yes" ?><?rfc inline="yes" ?><?rfc tocdepth="3" ?><rfc category="std" submissionType="IETF" ipr="full3978" xml:lang="en" obsoletes="" docName="draft-ietf-atompub-protocol-15.txt" updates="">
       <front>
           <title>The Atom Publishing Protocol</title>
           <author role="editor" fullname="Joe Gregorio" surname="Gregorio" initials="J.C.">
               <organization>IBM</organization>
               <address>
                   <postal>
                       <street>4205 South Miama Blvd.</street>
                       <city>Research Triangle Park</city> <region>NC</region> <code>27709</code>
                       <country>US</country>
                   </postal>
                   <phone>+1 919 272 3764</phone>
                   <email>joe@bitworking.org</email>
                   <uri>http://ibm.com/</uri>
               </address>
           </author>
           <author role="editor" fullname="Bill de hOra" surname="de hOra" initials="B.">
               <organization>Propylon Ltd.</organization>
               <address>
                   <postal>
                       <street>45 Blackbourne Square, Rathfarnham Gate</street>
                       <city>Dublin</city> <region>Dublin</region> <code>D14</code>
                       <country>IE</country>
                   </postal>
                   <phone>+353-1-4927444</phone>
                   <email>bill@dehora.net</email>
                   <uri>http://www.propylon.com/</uri>
               </address>
           </author>

           <date year="2007" day="22" month="May"></date>
           <abstract>

               <t>The Atom Publishing Protocol (APP) is an application-level
                   protocol for publishing and editing Web resources. The
                   protocol is based on HTTP transfer of Atom-formatted
                   representations. The Atom format is documented in the Atom
                   Syndication Format.
               </t>

           </abstract>

           <note title="Editorial Note">
               <t>
                   <cref>Remove this section upon publication</cref>
               </t>
               <t>To provide feedback on this Internet-Draft, join the <eref target="http://www.imc.org/atom-protocol/index.html">atom-protocol mailing
                       list (http://www.imc.org/atom-protocol/index.html)</eref>.
               </t>
           </note>
       </front>

       <middle>

           <section toc="default" title="Introduction">

               <t>The Atom Publishing Protocol is an application-level
                   protocol for publishing and editing Web Resources using HTTP
                   <xref target="RFC2616" pageno="false" format="default"></xref> and XML 1.0 <xref target="REC-xml" pageno="false" format="default"></xref>. 
                   The protocol supports the creation of Web Resources and
                   provides facilities for:
               </t>

               <t>
                   <list style="symbols">
                       <t>Collections: 
                           Sets of Resources, which can be retrieved in whole or in part.</t>
                       <t>Services: 
                           Discovery and description of Collections.</t>
                       <t>Editing: 
                           Creating, editing, and deleting Resources.</t>
                   </list>
               </t>

               <t>The Atom Publishing Protocol is different from many
                   contemporary protocols in that the server is given wide
                   latitude in processing requests from clients. See
                   <xref target="larksvomit" pageno="false" format="default"></xref> for more details.
               </t>

           </section>

           <section toc="default" title="Notational Conventions">
               <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL",
                   "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY",
                   and "OPTIONAL" in this document are to be interpreted as
                   described in <xref target="RFC2119" pageno="false" format="default"></xref>.
               </t>


               <section toc="default" anchor="xml-conv" title="XML-related Conventions">
                   <section toc="default" anchor="i-items" title="Referring to Information Items">

                       <t>Atom Protocol Document formats are specified in terms of the XML
                           Information Set <xref target="REC-xml-infoset" pageno="false" format="default"></xref>, serialized
                           as XML 1.0 <xref target="REC-xml" pageno="false" format="default"></xref>.
                       </t>
                       <t>
                           The Infoset terms "Element Information Item" and
                           "Attribute Information Item" are shortened to
                           "element" and "attribute" respectively.  Therefore,
                           when this specification uses the term "element", it
                           is referring to an Element Information Item, and when
                           it uses the term "attribute", it is referring to an
                           Attribute Information Item.
                       </t>
                   </section>

                   <section toc="default" title="RELAX NG Schema">
                       <t>
                           Some sections of this specification are illustrated with
                           fragments of a non-normative RELAX NG Compact schema <xref target="RNC" pageno="false" format="default"></xref>.  However, the text of this specification
                           provides the definition of conformance.  Complete schemas
                           appear in <xref target="schema" pageno="false" format="default"></xref>.  
                       </t>
                   </section>

                   <section toc="default" anchor="baselang" title="Use of xml:base and xml:lang">
                       <t>XML elements defined by this specification MAY have an
                           xml:base attribute
                           <xref target="REC-xmlbase" pageno="false" format="default"></xref>. When
                           xml:base is used, it serves the function described in
                           Section 5.1.1 of URI Generic Syntax
                           <xref target="RFC3986" pageno="false" format="default"></xref>, by establishing the base
                           URI (or IRI) for resolving relative references found
                           within the scope of the xml:base attribute.
                       </t>

                       <t>Any element defined by this specification MAY have an
                           xml:lang attribute, whose content indicates the
                           natural language for the element and its descendents.
                           Requirements regarding the content and interpretation
                           of xml:lang are specified in Section 2.12 of XML 1.0
                           <xref target="REC-xml" pageno="false" format="default"></xref>.
                       </t>
                   </section>
               </section>


           </section>

           <section toc="default" anchor="terminology" title="Terminology">

               <t>For convenience, this protocol can be referred to as the "Atom Protocol"
                   or "APP". The following terminology is used by this specification:
               </t>

               <t>
                 <list style="symbols">
               <t>URI - A Uniform Resource Identifier as defined in
                 <xref target="RFC3986" pageno="false" format="default"></xref>. In this specification the phrase "the
                 URI of a document" is shorthand for "a URI which, when
                 dereferenced, is expected to produce that document as a
                 representation".</t>

               <t>IRI - An Internationalized Resource Identifier as defined in
               <xref target="RFC3987" pageno="false" format="default"></xref>. Before an IRI found in a document is
               used by HTTP, the IRI is first converted to a URI. See <xref target="naming" pageno="false" format="default"></xref>.</t>


               <t>Resource - A network-accessible data object or
                   service
                   identified by an IRI, as defined in <xref target="RFC2616" pageno="false" format="default"></xref>. See
                   <xref target="REC-webarch" pageno="false" format="default"></xref> for further discussion
                   on Resources.
               </t>

<t>
relation (or "relation of") - Refers to the "rel" attribute value of an atom:link element.
</t> 

               <t>Representation - An entity included with a request or
                   response as defined in <xref target="RFC2616" pageno="false" format="default"></xref>.
               </t>

               <t>Collection - A Resource that contains a set of Member
                   Resources. Collections are represented as Atom Feeds.
                   See <xref target="collection_resource" pageno="false" format="default"></xref>.
               </t>

               <t>Member (or Member Resource) - A Resource whose IRI is listed in a Collection
                   by an atom:link element with a relation of "edit" or "edit-media".  See
                   <xref target="memuri" pageno="false" format="default"></xref>. The protocol defines two kinds of
                   Members:
               <list style="symbols">

               <t>Entry Resource - Members of a Collection that are
               represented as Atom Entry Documents, as defined in <xref target="RFC4287" pageno="false" format="default"></xref>. </t>

               <t>Media Resource - Members of a Collection that
               have representations other than Atom Entry Documents.  </t>
               
               </list>
               </t>
               <t>Media Link Entry - an Entry Resource that contains metadata
               about a Media Resource.  See <xref target="media-link-entries" pageno="false" format="default"></xref>. </t>

               <t>Workspace - A named group of Collections. See <xref target="workspaces" pageno="false" format="default"></xref>.
               </t>

               <t>Service Document - A document that describes the location and
                   capabilities of one or more Collections, grouped into
                   Workspaces.  See <xref target="appdocs" pageno="false" format="default"></xref>.</t>

               <t>Category Document - A document that describes the categories
                   allowed in a Collection.  See <xref target="catdocs" pageno="false" format="default"></xref>.
               </t>
               </list>
                 </t>
            

           </section>


<section toc="default" anchor="model" title="Protocol Model">

  <t>
    The Atom Protocol specifies operations for publishing and editing Resources
   using HTTP. It uses Atom-formatted representations to describe the state and
   metadata of those Resources. It defines how Collections of Resources
   can be organized, and specifies formats to support their discovery, grouping
   and categorization.
  </t>

 <section toc="default" anchor="naming" title="Identity and Naming">

   <t>Atom Protocol documents allow the use of IRIs <xref target="RFC3987" pageno="false" format="default"></xref>, as
      well as URIs <xref target="RFC3986" pageno="false" format="default"></xref> to identify Resources. Before an IRI
      in a document is used by HTTP, the IRI is first converted to a URI
      according to the procedure defined in Section 3.1 of
      <xref target="RFC3987" pageno="false" format="default"></xref>.  In accordance with that specification, the
      conversion SHOULD be applied as late as possible.  Conversion does not
      imply Resource creation - the IRI and the URI into which it is converted
      identify the same Resource.
   </t>
   <t>
     While the Atom Protocol specifies the formats of the representations that
     are exchanged and the actions that can be performed on the IRIs embedded in
     those representations, it does not constrain the form of the URIs that are
     used. HTTP <xref target="RFC2616" pageno="false" format="default"></xref> specifies that the URI space of each
     server is controlled by that server, and this protocol imposes no further
     constraints on that control.
   </t>
</section>

<section toc="default" anchor="dataiscode" title="Documents and Resource classification ">
  <t>
A Resource whose IRI is listed in a Collection is called a Member Resource. The
protocol defines two kinds of Member Resources - Entry Resources and Media
Resources. Entry Resources are represented as Atom Entry Documents
<xref target="RFC4287" pageno="false" format="default"></xref>. Media Resources can have representations in any media
type. A Media Resource is described within a Collection using an Entry called a
Media Link Entry. This diagram shows the classification of Resources within the
Atom Protocol:
  </t>
<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
             Member Resources
                    |
             -----------------
            |                 |
      Entry Resources     Media Resources
            |
      Media Link Entry      
</artwork>
</figure>
  <t>
    The Atom Protocol defines Collection Resources for managing and organizing
    both kinds of Member Resource. A Collection is represented by an Atom Feed
    Document. A Collection Feed's Entries contain the IRIs of, and metadata
    about, the Collection's Member Resources.  A Collection Feed can contain any
    number of Entries, which might represent all the Members of the Collection,
    or an ordered subset of them (see <xref target="partial-lists" pageno="false" format="default"></xref>). In the
    diagram of a Collection below, there are two Entries. The first contains the
    IRI of an Entry Resource. The second contains the IRIs of both a Media
    Resource and a Media Link Entry Resource, which contains the metadata for
    that Media Resource:
  </t>
<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
  Collection
     |
     o- Entry
     |    |
     |    o- Member Entry IRI (Entry Resource)
     |
     o- Entry
          | 
          o- Member Entry IRI (Media Link Entry)
          | 
          o- Media IRI        (Media Resource)
</artwork>
</figure>

  <t>
  The Atom Protocol does not make a distinction between Feeds used for
  Collections and other Atom Feeds. The only mechanism that this specification
  supplies for indicating a Feed is a Collection Feed is the presence of its IRI
  in a Service Document.
  </t>

  <t> Service Documents represent server-defined groups of Collections, and are
used to initialize the process of creating and editing Resources. These groups
of Collections are called Workspaces. Workspaces have names, but no IRIs, 
and no specified processing model. The
Service Document can indicate which media types, and which categories, a
Collection will accept. In the diagram below, there are two Workspaces each
describing the IRIs, acceptable media types, and categories for a Collection:
  </t>
<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
  Service
     o- Workspace
     |    |
     |    o- Collection
     |         |
     |         o- IRI, categories, mediatypes
     |
     o- Workspace
          |
          o- Collection
               |
               o- IRI, categories, mediatypes
     </artwork>
</figure>

</section>

<section toc="default" anchor="codeisdata" title="Control and Publishing">
  <t>
    The Atom Publishing Protocol uses HTTP methods to author Member Resources as
    follows:
  </t>
  <t>
    <list style="symbols">
      <t>GET is used to retrieve a representation of a
        known Resource.</t>
      <t>POST is used to create a new, dynamically-named, Resource. When the
        client submits non-Atom-Entry representations to a Collection for
        creation, two Resources are always created - a Media Entry for the
        requested Resource, and a Media Link Entry for metadata about the
        Resource that will appear in the Collection.</t>
      <t>PUT is used to edit a known Resource. It is not used
        for Resource creation.</t>
      <t>DELETE is used to remove a known Resource.</t>
    </list>
  </t>

  <t>
    The Atom Protocol only covers the creating, editing, and deleting of Entry and
    Media Resources. Other Resources could be created, edited and deleted as the
    result of manipulating a Collection, but the number of those Resources,
    their media-types, and effects of Atom Protocol operations on them are
    outside the scope of this specification.
  </t>

  <t>
    Since all aspects of client-server interaction are defined in terms of HTTP,
    <xref target="RFC2616" pageno="false" format="default"></xref> should be consulted for any areas not covered in
    this specification.
  </t>
 </section>


<section toc="default" anchor="larksvomit" title="Client Implementation Considerations">
  <t>
    The Atom Protocol imposes few restrictions on the actions of servers. Unless
    a constraint is specified here, servers can be expected to vary in behavior,
    in particular around the manipulation of Atom Entries sent by clients.  For
    example, although this specification only defines the expected behavior of
    Collections with respect to GET and POST, this does not imply that PUT,
    DELETE, PROPPATCH and others are forbidden on Collection Resources - only
    that this specification does not define what the server's response would be
    to those methods.  Similarly while some HTTP status codes are mentioned
    explicitly, clients ought to be prepared to handle any status code from a
    server.  Servers can choose to accept, reject, delay, moderate, censor,
    reformat, translate, relocate or re-categorize the content submitted to them.
    Only some of these choices are immediately relayed back to the client in
    responses to client requests; other choices may only become apparent later,
    in the feed or published entries.  The same series of requests to two
    different publishing sites can result in a different series of HTTP
    responses, different resulting feeds or different entry contents.
  </t>

  <t>
    As a result, client software has to be written flexibly to accept what the
    server decides are the results of its submissions.  Any server response or
    server content modification not explicitly forbidden by this specification
    or HTTP <xref target="RFC2616" pageno="false" format="default"></xref> is therefore allowed.
  </t>
</section>



</section>



<section toc="default" anchor="operation" title="Protocol Operations">

    <t>While specific HTTP status codes are shown
        in the interaction diagrams below, an APP client should
        be prepared to handle any status code. For example,
        a PUT to a Member URI could result in the return of
        a "204 No Content" status code, which still indicates success.
    </t>
    
<section toc="default" anchor="find-collections" title="Retrieving a Service Document">
<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
Client                                     Server
  |                                           |
  |  1.) GET to Service Document URI          |
  |------------------------------------------&gt;|
  |                                           |
  |  2.) 200 Ok                               |
  |      Service Document                     |
  |&lt;------------------------------------------|
  |                                           |
</artwork>
</figure>

<t>

<list style="numbers">
  <t>The client sends a GET request to the URI of the Service Document.</t>
  <t>The server responds with a Service Document enumerating the IRIs of a group of
  Collections and the capabilities of those Collections supported by the
  server. The content of this document can vary based on aspects of the client
  request, including, but not limited to, authentication credentials.</t>
</list>
</t>
</section>

<section toc="default" anchor="listing" title="Listing Collection Members">

<t>
    To list the members of a Collection, the client sends a GET request to the
    URI of a Collection.  An Atom Feed Document is returned whose 
    Entries contain the IRIs of Member Resources. The returned
    Feed may describe all, or only a partial list, of the Members
    in a Collection (see <xref target="listing-collections" pageno="false" format="default"></xref>). 
</t>
        <figure width="" align="left" height="" alt="" title="">
          <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
Client                          Server
  |                                |
  |  1.) GET to Collection URI     |
  |-------------------------------&gt;|
  |                                |
  |  2.) 200 Ok                    |
  |      Atom Feed                 |
  |&lt;-------------------------------|
  |                                |
          </artwork>
        </figure>

        <t>
          <list style="numbers">
        <t>
          The client sends a GET request to the URI of the Collection.
        </t>
        <t>
          The server responds with an Atom Feed Document containing the IRIs
          of the Collection Members.
        </t>
          </list>
        </t>

      </section>




<section toc="default" anchor="post-to-create" title="Creating a Resource">

<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
Client                                     Server
  |                                           |
  |  1.) POST to Collection URI               |
  |      Member Representation                |
  |------------------------------------------&gt;|
  |                                           |
  |  2.) 201 Created                          |
  |      Location: Member Entry URI           |
  |&lt;------------------------------------------|
  |                                           |
</artwork>
</figure>

<t>
<list style="numbers">
  <t>The client POSTs a representation of the Member to the URI of the
  Collection.</t>
  <t>If the Member Resource was created successfully, the server responds with a
      status code of 201 and a Location: header that contains the IRI of the
      newly created Entry Resource. Media Resources could have also been created
      and their IRIs can be found through the Entry Resource.  See
      <xref target="media-link-entries" pageno="false" format="default"></xref> for more details.</t>
</list>
</t>

</section>


<section toc="default" anchor="edit" title="Editing a Resource">

<t>Once a Resource has been created and its Member URI is known, that URI can be
used to retrieve, edit, and delete the
Resource. <xref target="atom-entry-extensions" pageno="false" format="default"></xref> describes extensions to the
Atom Syndication Format used in the Atom Protocol for editing purposes.</t>

    <section toc="default" title="Retrieving a Resource">

<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
Client                                     Server
  |                                           |
  |  1.) GET to Member URI                    |
  |------------------------------------------&gt;|
  |                                           |
  |  2.) 200 Ok                               |
  |      Member Representation                |
  |&lt;------------------------------------------|
  |                                           |
</artwork>
</figure>

<t>
<list style="numbers">
  <t>The client sends a GET request to the URI of a Member Resource to retrieve its
  representation.</t>
  <t>The server responds with the representation of the Member Resource.</t>
</list>
</t>
</section>

<section toc="default" title="Editing a Resource">

<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
Client                                     Server
  |                                           |
  |  1.) PUT to Member URI                    |
  |      Member Representation                |
  |------------------------------------------&gt;|
  |                                           |
  |  2.) 200 OK                               |
  |&lt;------------------------------------------|
</artwork>
</figure>

<t>
<list style="numbers">
   <t>The client sends a PUT request to store a representation of a Member Resource.</t>
   <t>If the request is successful, the server responds with a status
   code of 200.</t>
</list>
</t>
</section>

<section toc="default" title="Deleting a Resource">
<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
Client                                     Server
  |                                           |
  |  1.) DELETE to Member URI                 |
  |------------------------------------------&gt;|
  |                                           |
  |  2.) 200 OK                               |
  |&lt;------------------------------------------|
  |                                           |
</artwork>
</figure>

<t>
<list style="numbers">
  <t>The client sends a DELETE request to the URI of a Member Resource.</t>
   <t>If the deletion is successful the server responds with a
       status code of 200.    </t>
</list>
   A different approach is taken
   for deleting Media Resources; see <xref target="media-link-entries" pageno="false" format="default"></xref> for details.
</t>
</section>
</section>




    <section toc="default" title="Use of HTTP Response codes">
        <t>
        The Atom Protocol uses the response status codes defined in HTTP to
        indicate the success or failure of an operation. Consult the HTTP
        specification <xref target="RFC2616" pageno="false" format="default"></xref> for detailed definitions of each
        status code. Implementers are asked to note that according to the HTTP
        specification, HTTP 4xx and 5xx response entities SHOULD include a
        human-readable explanation of the error.
        </t>
      </section>

 </section>


 <section toc="default" anchor="xmlns" title="Protocol Documents">

<section toc="default" anchor="appcatsext" title="Document Types">
   <t>This specification defines two kinds of documents - Category
   Documents and Service Documents.</t>

   <t>A Category Document (<xref target="catdocs" pageno="false" format="default"></xref>) contains lists of
   categories specified using the "atom:category" element from the Atom
   Syndication Format (see Section 4.2.2 of <xref target="RFC4287" pageno="false" format="default"></xref>). </t>

   <t>A Service Document (<xref target="appdocs" pageno="false" format="default"></xref>) groups available
   Collections into Workspaces.   </t>

   <t> The namespace name <xref target="REC-xml-names" pageno="false" format="default"></xref> for either kind of
  document is: </t>
   <figure width="" align="left" height="" alt="" title="">
     <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    http://purl.org/atom/app#</artwork>
   </figure>
   <t>
       <cref>The namespace name 'http://purl.org/atom/app#' needs to be updated
       throughout the document with the final URI upon publication</cref>
   </t>

   <t>
     Atom Publishing Protocol XML Documents MUST be "namespace-well-formed" as
     specified in Section 7 of <xref target="REC-xml-names" pageno="false" format="default"></xref>. </t>
   
   <t> This specification uses the prefix "app:" for the namespace name.  The
   prefix "atom:" is used for "http://www.w3.org/2005/Atom", the namespace name of
   the Atom Syndication Format <xref target="RFC4287" pageno="false" format="default"></xref>. These namespace prefixes
   are not semantically significant.</t>

  <t> This specification does not define any DTDs for Atom Protocol formats, and
  hence does not require them to be "valid" in the sense used by
  <xref target="REC-xml" pageno="false" format="default"></xref>.</t>
</section>

<section toc="default" anchor="appcatsex" title="Document Extensibility">

  <t> Unrecognized markup in an Atom Publishing Protocol document is considered
  "foreign markup" as defined in Section 6 of the Atom Syndication Format
  <xref target="RFC4287" pageno="false" format="default"></xref>. Foreign markup can be used anywhere within a
  Category or Service Document unless it is explicitly forbidden. Processors
  that encounter foreign markup MUST NOT stop processing and MUST NOT signal an
  error. Clients SHOULD preserve foreign markup when transmitting such
  documents. </t>

<t>The namespace name "http://purl.org/atom/app#" is reserved for forward
  compatible revisions of the Category and Service Document types - this does
  not exclude the addition of elements and attributes that might not be
  recognized by processors conformant to this specification. Such unrecognized
  markup from the "http://purl.org/atom/app#" namespace MUST be treated as
  foreign markup.</t>

</section>


            </section>

<section toc="default" anchor="catdocs" title="Category Documents">


         <t>
Category Documents contain lists of categories described using the
"atom:category" element from the Atom Syndication Format
<xref target="RFC4287" pageno="false" format="default"></xref>.  Categories can also appear in Service Documents,
where they indicate the categories allowed in a Collection (see
<xref target="categories-elem" pageno="false" format="default"></xref>).
         </t>

     <t>Category Documents are identified with the "application/atomcat+xml" media type (see
         <xref target="iana-atomcat" pageno="false" format="default"></xref>).
     </t>


<section toc="default" anchor="catdocseg" title="Example">

<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    &lt;?xml version="1.0" ?&gt;
    &lt;app:categories
        xmlns:app="http://purl.org/atom/app#"
        xmlns:atom="http://www.w3.org/2005/Atom"
        fixed="yes" scheme="http://example.com/cats/big3"&gt;
      &lt;atom:category term="animal" /&gt;
      &lt;atom:category term="vegetable" /&gt;
      &lt;atom:category term="mineral" /&gt;
    &lt;/app:categories&gt;
</artwork>

</figure>

<t>
This Category Document contains atom:category elements, with the terms 'animal',
'vegetable', and 'mineral'. None of the categories use the "label" attribute
defined in <xref target="RFC4287" pageno="false" format="default"></xref>. They all inherit the
"http://example.com/cats/big3" "scheme" attribute declared on the app:categories
element. Therefore if the 'mineral' category were to appear in an Atom Entry or
Feed Document, it would appear as:
</t>

<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">

&lt;atom:category scheme="http://example.com/cats/big3" term="mineral"/&gt;
</artwork>
</figure>

</section>

<section toc="default" anchor="catdocselemdef" title="Element Definitions">


<section toc="default" anchor="appcats" title='The "app:categories" element'>
<t>
The root of a Category Document is the "app:categories" element. An
app:categories element can contain zero or more "atom:category" elements from the
Atom Syndication Format <xref target="RFC4287" pageno="false" format="default"></xref> namespace ("http://www.w3.org/2005/Atom").
</t>

<t>An atom:category child element that has no "scheme" attribute inherits the
attribute from its app:categories parent.  An atom:category child element with
an existing "scheme" attribute does not inherit the "scheme" value of its
"app:categories" parent element. </t>

        <t>
            <figure width="" align="left" height="" alt="" title="">
                <artwork name="app:categories" align="left" height="" width="" alt="" type="" xml:space="preserve">
atomCategory =
    element atom:category {
       atomCommonAttributes,
       attribute term { text },
       attribute scheme { atomURI }?,
       attribute label { text }?,
       undefinedContent
    }

appInlineCategories =
    element app:categories {
        attribute fixed { "yes" | "no" }?,
        attribute scheme { atomURI }?,
        (atomCategory*,
        undefinedContent)
    }

appOutOfLineCategories =
    element app:categories {
        attribute href { atomURI },
        undefinedContent
    }

appCategories = appInlineCategories | appOutOfLineCategories</artwork>
            </figure>
            </t>
<section toc="default" anchor="appcatsattr" title='Attributes of "app:categories"'>

<t>The app:categories element can contain a "fixed" attribute, with a value of
either "yes" or "no", indicating whether the list of categories is a fixed or an
open set. The absence of the "fixed" attribute is equivalent to the presence of
a "fixed" attribute with a value of "no". </t>


<t>Alternatively, the app:categories element MAY contain an "href" attribute,
whose value MUST be an IRI reference identifying a Category Document. If the
"href" attribute is provided, the app:categories element MUST be empty and MUST
NOT have the "fixed" or "scheme" attributes.</t>



</section>

</section>

</section>

</section>






 <section toc="default" anchor="appdocs" title="Service Documents">


         <t> For authoring to commence, a client needs to discover the
             capabilities and locations of the available Collections.  Service
             Documents are designed to support this discovery process. 

         </t>


         <t>How Service Documents are discovered is not defined in this
             specification.</t>

         <t>Service Documents are identified with the "application/atomsvc+xml"
         media type (see <xref target="iana-atomsvc" pageno="false" format="default"></xref>).
         </t>

     <section toc="default" anchor="workspaces" title="Workspaces">
         <t>
           A Service Document groups Collections into Workspaces.  Operations on
             Workspaces, such as creation or deletion, are not defined by this
             specification. This specification assigns no meaning to Workspaces;
             that is, a Workspace does not imply any specific processing
             assumptions.
         </t>

         <t>
              There is no requirement that a server support multiple Workspaces. In addition,
              a Collection MAY appear in more than one Workspace.
            </t>


</section>

     <section toc="default" anchor="appdocs_example" title="Example">

         <figure width="" align="left" height="" alt="" title="">
             <artwork name="introspectionDoc" align="left" height="" width="" alt="" type="" xml:space="preserve">
&lt;?xml version="1.0" encoding='utf-8'?&gt;
&lt;service xmlns="http://purl.org/atom/app#"
         xmlns:atom="http://www.w3.org/2005/Atom"&gt;
  &lt;workspace&gt;
    &lt;atom:title&gt;Main Site&lt;/atom:title&gt;
    &lt;collection
        href="http://example.org/blog/main" &gt;
      &lt;atom:title&gt;My Blog Entries&lt;/atom:title&gt;
      &lt;categories
         href="http://example.com/cats/forMain.cats" /&gt;
    &lt;/collection&gt;
    &lt;collection
        href="http://example.org/blog/pic" &gt;
      &lt;atom:title&gt;Pictures&lt;/atom:title&gt;
      &lt;accept&gt;image/png&lt;/accept&gt;
      &lt;accept&gt;image/jpeg&lt;/accept&gt;
      &lt;accept&gt;image/gif&lt;/accept&gt;
    &lt;/collection&gt;
  &lt;/workspace&gt;
  &lt;workspace&gt;
    &lt;atom:title&gt;Sidebar Blog&lt;/atom:title&gt;
    &lt;collection
        href="http://example.org/sidebar/list" &gt;
      &lt;atom:title&gt;Remaindered Links&lt;/atom:title&gt;
      &lt;accept&gt;application/atom+xml;type=entry&lt;/accept&gt;
      &lt;categories fixed="yes"&gt;
        &lt;atom:category
          scheme="http://example.org/extra-cats/"
          term="joke" /&gt;
        &lt;atom:category
          scheme="http://example.org/extra-cats/"
          term="serious" /&gt;
      &lt;/categories&gt;
    &lt;/collection&gt;
  &lt;/workspace&gt;
&lt;/service&gt;
</artwork>
         </figure>


         <t>
             The Service Document above describes two Workspaces. The first
             Workspace is called "Main Site", and has two Collections called "My
             Blog Entries" and "Pictures", whose IRIs are
             "http://example.org/blog/main" and
             "http://example.org/blog/pic" respectively.  The "Pictures"
             Collection includes three "accept" elements indicating the types of
             image files the client can send to the Collection to create new Media
             Resources (entries associated with Media Resources are discussed in
             <xref target="media-link-entries" pageno="false" format="default"></xref>).
         </t>
         <t>
             The second Workspace is called "Sidebar Blog" and has a single
             Collection called "Remaindered Links" whose IRI is
             "http://example.org/sidebar/list". The Collection has an "accept"
             element whose content is "application/atom+xml;type=entry",
             indicating it will accept Atom Entries from a client.
        </t>

<t>
Within each of the two Entry Collections, the "categories" element provides a list
of available categories for Member Entries. In the "My Blog Entries" Collection,
the list of available categories is available through the "href" attribute. The
"Sidebar Blog" Collection provides a category list within the Service Document,
but states the list is fixed, signaling a request from the server that Entries
be POSTed using only those two categories.
</t>

     </section>


     <section toc="default" anchor="service_document_elements" title="Element Definitions">

         <section toc="default" title='The "app:service" Element'>

        <t>The root of a Service Document is the "app:service" element. </t>

            <t>The app:service element is the container for service
            information associated with one or more Workspaces. An app:service
            element MUST contain one or more app:workspace elements.</t>

            <t>
            <figure width="" align="left" height="" alt="" title="">
             <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
namespace app = "http://purl.org/atom/app#"
start = appService
             </artwork>
            </figure>

        </t>

            <t>
            <figure width="" align="left" height="" alt="" title="">
                <artwork name="app:service" align="left" height="" width="" alt="" type="" xml:space="preserve">
appService =
   element app:service {
      appCommonAttributes,
      ( appWorkspace+
        &amp; extensionElement* )
   }</artwork>
            </figure>
            </t>


        </section>

        <section toc="default" title='The "app:workspace" Element'>
            <t>
              Workspaces are server-defined groups of Collections. The
                "app:workspace" element contains zero or more app:collection
                elements describing the Collections of Resources available for
                editing.
            </t>

            <t>
                <figure width="" align="left" height="" alt="" title="">
                    <artwork name="app:workspace" align="left" height="" width="" alt="" type="" xml:space="preserve">
appWorkspace =
   element app:workspace {
      appCommonAttributes,
      ( atomTitle
        &amp; appCollection*
        &amp; extensionSansTitleElement* )
   }

atomTitle = element atom:title { atomTextConstruct }</artwork>
                </figure>
            </t>

            <section toc="default" title='The "atom:title" Element'>
              <t>
The app:workspace element MUST contain one "atom:title" element (as defined in
<xref target="RFC4287" pageno="false" format="default"></xref>), giving a human-readable title for the Workspace.
              </t>
            </section>

        </section>



        <section toc="default" title='The "app:collection" Element'>
            <t>
              The "app:collection" element describes a Collection. The app:collection Element MUST contain one "atom:title" element.
            </t>

            <t> The app:collection element MAY contain any number of app:accept
              elements, indicating the types of representations accepted by the
              Collection. The order of such elements is not significant.
            </t>

            <t>The app:collection element MAY contain any number of
              app:categories elements.</t>

            <t>
                <figure width="" align="left" height="" alt="" title="">
                    <artwork name="app:collection" align="left" height="" width="" alt="" type="" xml:space="preserve">
appCollection =
   element app:collection {
      appCommonAttributes,
      attribute href { atomURI  },
      ( atomTitle
        &amp; appAccept*
        &amp; appCategories*
        &amp; extensionSansTitleElement* )
   }</artwork>
                </figure>
            </t>
 
            <section toc="default" title='The "href" Attribute'>
                <t>The app:collection element MUST contain an "href"
                    attribute, whose value gives the IRI of the
                    Collection.
                </t>
            </section>
            <section toc="default" title='The "atom:title" Element'>
              <t>
               The "atom:title" element is defined in <xref target="RFC4287" pageno="false" format="default"></xref>,
               and gives a human-readable title for the Collection.
              </t>
            </section>


        </section>

        <section toc="default" anchor="accept" title='The "app:accept" Element'>

            <t>
                The content of an "app:accept" element value is a media-range as
                defined in <xref target="RFC2616" pageno="false" format="default"></xref>. The media range specifies
                a type of representation that can be POSTed to a
                Collection. 
            </t>
            <t>
                The app:accept element is similar to the HTTP Accept
                request-header <xref target="RFC2616" pageno="false" format="default"></xref>. Media type parameters
                are allowed within app:accept, but app:accept has no notion of
                preference - "accept-params" or "q" arguments, as specified in
                Section 14.1 of <xref target="RFC2616" pageno="false" format="default"></xref> are not
                significant.</t>

            <t>
              White space (as defined in <xref target="REC-xml" pageno="false" format="default"></xref>) around
              the app:accept element's media-range is insignificant and MUST be
              ignored.
            </t>

            <t>
                A value of "application/atom+xml;type=entry" MAY appear in any
               app:accept list of media-ranges and indicates that Atom Entry
               Documents can be POSTed to the Collection.  If no app:accept
               element is present, clients SHOULD treat this as equivalent
               to an app:accept element with the content
               "application/atom+xml;type=entry".

            </t>

            <t>
              If one accept element exists and is empty, clients SHOULD assume
              that the Collection does not support the creation of new Entries.
            </t>

            <t>
                <figure width="" align="left" height="" alt="" title="">
                    <artwork name="app:accept" align="left" height="" width="" alt="" type="" xml:space="preserve">
appAccept =
   element app:accept {
         appCommonAttributes,
         ( text? )
   }</artwork>
                </figure>
            </t>

        </section>

           <section toc="default" title="Usage in Atom Feed Documents">
            <t>
                The app:collection element MAY appear as a child of an atom:feed
                or atom:source element in an Atom Feed Document. Its content
                identifies a Collection by which new Entries can be added to
                appear in the feed. When it appears in an atom:feed or atom:source element, 
                the app:collection element is considered
                foreign markup as defined in Section 6 of <xref target="RFC4287" pageno="false" format="default"></xref>.
            </t>

            </section>




<section toc="default" anchor="categories-elem" title='The "app:categories" Element'>

<t>The "app:categories" element provides a list of the categories that can be
    applied to the members of a Collection.  See <xref target="appcats" pageno="false" format="default"></xref> for
    the detailed definition of app:categories.
</t>

<t> The server MAY reject attempts to create or store members whose categories
are not present in it's categories list.  Collections that indicate the
category set is open SHOULD NOT reject otherwise acceptable members whose
categories are not in its categories list. The absence of an "app:categories"
element means that the category handling of the Collection is unspecified.  A
"fixed" category list that contains zero categories indicates the Collection does
not accept category data.
</t>

</section>


    </section>



</section>



   <section toc="default" anchor="collection_resource" title="Creating and Editing Resources">

<section toc="default" anchor="memuri" title="Member URIs">

<t>
    The Member URI allows clients to retrieve, edit and delete a Member Resource
    using HTTP's GET, PUT and DELETE methods. Entry Resources are represented as
    Atom Entry documents.
</t>

<t>
    Member URIs appear in two places. They are returned in a Location header
    after successful Resource creation using POST, as described in
    <xref target="crwp" pageno="false" format="default"></xref> below. They can also appear in a Collection Feed's
    entries, as atom:link elements with a link relation of "edit".</t>

<t> A Member Entry SHOULD contain such an atom:link element with a link relation
    of "edit", which indicates the Member URI.
</t>

    </section>
    <section toc="default" anchor="crwp" title="Creating Resources with POST">
        <t>
            To add members to a Collection, clients send POST requests to the
            URI of the Collection. 
        </t>

        <t> Successful member creation is indicated with a 201 ("Created")
            response code.  When the Collection responds with a status code of
            201, it SHOULD also return a response body, which MUST be an Atom
            Entry Document representing the newly-created Resource. Since the
            server is free to alter the POSTed Entry, for example by changing
            the content of the atom:id element, returning the Entry can be
            useful to the client, enabling it to correlate the client and server
            views of the new Entry.
        </t>

        <t>
            When a Member Resource is created, its Member Entry URI MUST be
            returned in a Location header in the Collection's response.
        </t>

        <t>
            If the creation request contained an Atom Entry Document, and the
            subsequent response from the server contains a Content-Location
            header that matches the Location header character-for-character,
            then the client is authorized to interpret the response entity as
            being a complete representation of the newly created Entry.  Without a
            matching Content-Location header, the client MUST NOT assume the
            returned entity is a complete representation of the created
            Resource.
        </t>

        <t>
            The request body sent with the POST need not be an Atom Entry. For
            example, it might be a picture, or a movie.  Collections MAY return
            a response with a status code of 415 ("Unsupported Media Type") to
            indicate that the media-type of the POSTed entity is not allowed or
            supported by the Collection.  For a discussion of the issues in
            creating such content, see <xref target="media-link-entries" pageno="false" format="default"></xref>.
        </t>



       <section toc="default" anchor="create-example" title="Example">
           <t>Below, the client sends a POST request containing an Atom Entry representation using the URI of the Collection:
               <figure width="" align="left" height="" alt="" title="">
   <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    POST /edit/ HTTP/1.1
    Host: example.org
    User-Agent: Thingio/1.0
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Type: application/atom+xml;type=entry
    Content-Length: nnn
    Slug: First Post

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;Atom-Powered Robots Run Amok&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2003-12-13T18:30:02Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;John Doe&lt;/name&gt;&lt;/author&gt;
      &lt;content&gt;Some text.&lt;/content&gt;
    &lt;/entry&gt;</artwork>
             </figure>
         </t>

         <t>
             The server signals a successful creation with a status code of
             201. The response includes a Location: header indicating the
             Member Entry URI of the Atom Entry, and a representation of that Entry in
             the body of the response.

               <figure width="" align="left" height="" alt="" title="">
   <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    HTTP/1.1 201 Created
    Date: Fri, 7 Oct 2005 17:17:11 GMT
    Content-Length: nnn
    Content-Type: application/atom+xml;type=entry;charset="utf-8"
    Location: http://example.org/edit/first-post.atom
    ETag: "c180de84f991g8"  

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;Atom-Powered Robots Run Amok&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2003-12-13T18:30:02Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;John Doe&lt;/name&gt;&lt;/author&gt;
      &lt;content&gt;Some text.&lt;/content&gt;
      &lt;link rel="edit"
          href="http://example.org/edit/first-post.atom"/&gt;
    &lt;/entry&gt;</artwork>
             </figure>
         </t>

         <t>
             The Entry created and returned by the Collection might not match the
             Entry POSTed by the client.  A server MAY change the values of
             various elements in the Entry, such as the atom:id, atom:updated and
             atom:author values, and MAY choose to remove or add other elements
             and attributes, or change element content and attribute values.
         </t>
     </section> 

 </section> 


       <section toc="default" anchor="edit-via-PUT" title="Editing Resources with PUT">
            <t>
                To edit a Member Resource, clients send PUT requests to its Member URI, as
                specified in <xref target="RFC2616" pageno="false" format="default"></xref>.
            </t>
           <t>
               To avoid unintentional loss of data when editing Member Entries
               or Media Link Entries, Atom Protocol clients SHOULD preserve all
               metadata that has not been intentionally modified, including
               unknown foreign markup as defined in Section 6 of
               <xref target="RFC4287" pageno="false" format="default"></xref>.
           </t>
       </section>


       <section toc="default" anchor="delete-via-DELETE" title="Deleting Resources with DELETE">

           <t>
               To delete a Member Resource, clients send a DELETE request to its
               Member URI, as specified in <xref target="RFC2616" pageno="false" format="default"></xref>. The
               deletion of a Media Link Entry SHOULD result in the deletion of
               the corresponding Media Resource.
           </t>

       </section>

       <section toc="default" anchor="etags" title="Caching and entity tags">
           <t>
               Implementers are advised to pay attention to cache controls, and
               to make use of the mechanisms available in HTTP when editing
               Resources, in particular entity-tags as outlined in
               <xref target="NOTE-detect-lost-update" pageno="false" format="default"></xref>. Clients
               are not assured to receive the most recent representations of
               Collection Members using GET if the server is authorizing
               intermediaries to cache them.
           </t>

<section toc="default" anchor="edit-no-lost-update" title="Example">

<t>Below, the client creates a Member Entry using POST:
</t>

<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    POST /myblog/entries HTTP/1.1
    Host: example.org
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Type: application/atom+xml;type=entry
    Content-Length: nnn
    Slug: First Post

    &lt;?xml version="1.0" ?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;Atom-Powered Robots Run Amok&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2007-02-123T17:09:02Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Captain Lansing&lt;/name&gt;&lt;/author&gt;
      &lt;content&gt;It's something moving... solid metal&lt;/content&gt;
    &lt;/entry&gt;
</artwork>
</figure>

<t>
The server signals a successful creation with a status code of 201, and returns
an ETag header in the response. Because, in this case, the server returned a
Content-Location and Location header with the same value, the returned Entry
representation can be understood to be a complete representation of the 
newly created Entry (see <xref target="crwp" pageno="false" format="default"></xref>).
</t>

<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    HTTP/1.1 201 Created
    Date: Fri, 23 Feb 2007 21:17:11 GMT
    Content-Length: nnn
    Content-Type: application/atom+xml;type=entry
    Location: http://example.org/edit/first-post.atom
    Content-Location: http://example.org/edit/first-post.atom
    ETag: "e180ee84f0671b1"  

    &lt;?xml version="1.0" ?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;Atom-Powered Robots Run Amok&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2007-02-123T17:09:02Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Captain Lansing&lt;/name&gt;&lt;/author&gt;
      &lt;content&gt;It's something moving... solid metal&lt;/content&gt;
    &lt;/entry&gt;</artwork>
</figure>

<t>
The client can, if it wishes, use the returned ETag value to later construct a
"Conditional GET" as defined in <xref target="RFC2616" pageno="false" format="default"></xref>. In this case, prior to
editing, the client sends the ETag value for the Member using the If-None-Match:
header.
</t>

<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    GET /edit/first-post.atom HTTP/1.1
    Host: example.org
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    If-None-Match: "e180ee84f0671b1"</artwork>
</figure>

<t>
If the Entry has not been modified, the response will be a status code of 304 (Not Modified). This allows the client to determine
it still has the most recent representation of the Entry at the time of editing.
</t>

<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    HTTP/1.1 304 Not Modified
    Date: Sat, 24 Feb 2007 13:17:11 GMT </artwork>
</figure>

<t>
After editing, the client can PUT the Entry and send the ETag entity
value in an If-Match header, informing the server to accept the entry on the
condition the entity value sent still matches the server's.
</t>

<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    PUT /edit/first-post.atom HTTP/1.1
    Host: example.org
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Type: application/atom+xml;type=entry
    Content-Length: nnn
    If-Match: "e180ee84f0671b1" 

    &lt;?xml version="1.0" ?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;Atom-Powered Robots Run Amok&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2007-02-24T16:34:06Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Captain Lansing&lt;/name&gt;&lt;/author&gt;
      &lt;content&gt;Update: it's a hoax!&lt;/content&gt;
    &lt;/entry&gt;</artwork>
</figure>

<t>The server however has since received a more recent copy than the client's,
and responds with a status code of 412 (Precondition Failed).
</t>

<figure width="" align="left" height="" alt="" title="">
    <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    HTTP/1.1 412 Precondition Failed
    Date: Sat, 24 Feb 2007 16:34:11 GMT</artwork>
</figure>

<t>This informs the client that the server has a more recent version of the
Entry and will not allow the sent entity to be stored.</t>

</section>



       </section>

       <section toc="default" anchor="media-link-entries" title="Media Resources and Media Link Entries">

         <t> A client can POST Media Resources as well as Entry Resources to a
         Collection.  If a server accepts such a request, then it
         MUST create two new Resources - one that corresponds to the entity sent
         in the request, called the Media Resource, and an associated Member
         Entry, called the Media Link Entry. Media Link Entries are represented
         as Atom Entries, and appear in the Collection.  </t>

     <t>The Media Link Entry contains the metadata and IRI of the (perhaps
         non-textual) Media Resource.  The Media Link Entry thus makes the
         metadata about the Media Resource separately available for retrieval
         and alteration.  </t>

     <t>The server can signal the media types it will accept using the
         app:accept element in the Service Document, as specified in
         <xref target="accept" pageno="false" format="default"></xref>.</t>

         <t> Successful responses to creation requests MUST include the URI of
         the Media Link Entry in the Location header.  The Media Link
         Entry SHOULD contain an atom:link element with a link relation of
         "edit-media" that contains the Media Resource IRI.
         The Media Link Entry MUST have an atom:content element with a
         "src" attribute. The value of the "src" attribute
         is an IRI for the newly created Media Resource.
         It is OPTIONAL that the IRI of the "src" attribute on the
         atom:content element be the same as the Media Resource IRI. For example,
         the "src" attribute value might instead be a link into a static cache
         or content distribution network and not the Media Resource IRI.
         </t>

         <t>Implementers are asked to note that <xref target="RFC4287" pageno="false" format="default"></xref>
         specifies that Atom Entries MUST contain an atom:summary element.
         Thus, upon successful creation of a Media Link Entry, a server MAY
         choose to populate the atom:summary element (as well as any other
         required elements such as atom:id, atom:author and atom:title) with
         content derived from the POSTed entity or from any other source.  A
         server might not allow a client to modify the server selected values
         for these elements.</t>

         <t>For Resource creation this specification only defines cases where
         the POST body has an Atom Entry entity declared as an Atom media type
         ("application/atom+xml"), or a non-Atom entity declared as a non-Atom
         media type. When a client is POSTing an Atom Entry to a collection, it may use a
         media-type of either "application/atom+xml" or "application/atom
         +xml;type=entry". This specification does not specify any request semantics or server
         behavior in the case where the POSTed media-type is
         "application/atom+xml" but the body is something other than an Atom
         Entry. In particular, what happens on POSTing an Atom Feed Document
         to a Collection using the "application/atom+xml" media type is
         undefined.
           </t>
         <t>
           The Atom Protocol does not specify a means to create multiple
           representations of the same Resource (for example a PNG and a JPG of
           the same image) either on creation or editing.
         </t>

 <section toc="default" anchor="mle-example" title="Examples">

               <t>
                   Below, the client sends a POST request containing a PNG image to the
                   URI of a Collection that accepts PNG images:
               </t>

               <t>
            <figure width="" align="left" height="" alt="" title="">
              <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    POST /edit/ HTTP/1.1
    Host: media.example.org
    Content-Type: image/png
    Slug: The Beach
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Length: nnn

    ...binary data... </artwork>
            </figure>
        </t>


               <t>
                   The server signals a successful creation with a status code
                   of 201. The response includes a Location header indicating
                   the Member URI of the Media Link Entry and a representation
                   of that entry in the body of the response.  The Media Link
                   Entry includes a content element with a src attribute.
                   It also contains a link with a link
                   relation of "edit-media", specifying the IRI to be used for
                   modifying the Media Resource.
               </t>

               <t>
            <figure width="" align="left" height="" alt="" title="">
              <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    HTTP/1.1 201 Created
    Date: Fri, 7 Oct 2005 17:17:11 GMT
    Content-Length: nnn
    Content-Type: application/atom+xml;type=entry;charset="utf-8"
    Location: http://example.org/media/edit/the_beach.atom

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;The Beach&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2005-10-07T17:17:08Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Daffy&lt;/name&gt;&lt;/author&gt;
      &lt;summary type="text" /&gt;
      &lt;content type="image/png"
         src="http://media.example.org/the_beach.png"/&gt;
      &lt;link rel="edit-media"
         href="http://media.example.org/edit/the_beach.png" /&gt;
      &lt;link rel="edit"
         href="http://example.org/media/edit/the_beach.atom" /&gt;
    &lt;/entry&gt; </artwork>
            </figure>
        </t>

    <t>
      Later, the client sends a PUT request containing the new PNG using the URI
      indicated in the Media Link Entry's "edit-media" link:


       <figure width="" align="left" height="" alt="" title="">
         <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    PUT /edit/the_beach.png HTTP/1.1
    Host: media.example.org
    Content-Type: image/png
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Length: nnn

    ...binary data... </artwork>
            </figure>

    </t>
    <t>
      The server signals a successful edit with a status code of 200.
    


          <figure width="" align="left" height="" alt="" title="">
              <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    HTTP/1.1 200 Ok
    Date: Fri, 8 Oct 2006 17:17:11 GMT
     </artwork>
            </figure>
    </t>

    <t>The client can edit the metadata for the picture.
    First GET the Media Link Entry:</t>


               <t>
            <figure width="" align="left" height="" alt="" title="">
              <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    GET /media/edit/the_beach.atom HTTP/1.1
    Host: example.org
    Authorization: Basic ZGFmZnk6c2VjZXJldA== </artwork>
            </figure>
        </t>

        <t>The Media Link Entry is returned.</t>

              <t>
            <figure width="" align="left" height="" alt="" title="">
              <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    HTTP/1.1 200 Ok 
    Date: Fri, 7 Oct 2005 17:18:11 GMT
    Content-Length: nnn
    Content-Type: application/atom+xml;type=entry;charset="utf-8"
    ETag: "c181bb840673b5"  

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;The Beach&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2005-10-07T17:17:08Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Daffy&lt;/name&gt;&lt;/author&gt;
      &lt;summary type="text" /&gt;
      &lt;content type="image/png"
         src="http://media.example.org/the_beach.png"/&gt;
      &lt;link rel="edit-media"
         href="http://media.example.org/edit/the_beach.png" /&gt;
      &lt;link rel="edit"
         href="http://example.org/media/edit/the_beach.atom" /&gt;
    &lt;/entry&gt; </artwork>
            </figure>
        </t>

     <t>The metadata can be updated, in this case to add a summary, and then PUT
         back to the server.
     </t>

               <t>
            <figure width="" align="left" height="" alt="" title="">
              <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    PUT /media/edit/the_beach.atom HTTP/1.1
    Host: example.org
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Type: application/atom+xml;type=entry
    Content-Length: nnn
    If-Match: "c181bb840673b5"  

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;The Beach&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2005-10-07T17:17:08Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Daffy&lt;/name&gt;&lt;/author&gt;
      &lt;summary type="text"&gt;
          A nice sunset picture over the water.
      &lt;/summary&gt;
      &lt;content type="image/png"
         src="http://media.example.org/the_beach.png"/&gt;
      &lt;link rel="edit-media"
         href="http://media.example.org/edit/the_beach.png" /&gt;
      &lt;link rel="edit"
         href="http://example.org/media/edit/the_beach.atom" /&gt;
    &lt;/entry&gt; </artwork>
            </figure>
        </t>

        <t>The update was successful.</t>

              <t>
            <figure width="" align="left" height="" alt="" title="">
              <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    HTTP/1.1 200 Ok 
    Date: Fri, 7 Oct 2005 17:19:11 GMT
    Content-Length: 0 
 </artwork>
            </figure>
        </t>

        <t>Multiple media Resources can be added to the Collection.</t>




               <t>
            <figure width="" align="left" height="" alt="" title="">
              <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    POST /edit/ HTTP/1.1
    Host: media.example.org
    Content-Type: image/png
    Slug: The Pier 
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Length: nnn

    ...binary data... </artwork>
            </figure>
        </t>


               <t>The Resource is created successfully. </t>

               <t>
            <figure width="" align="left" height="" alt="" title="">
              <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    HTTP/1.1 201 Created
    Date: Fri, 7 Oct 2005 17:17:11 GMT
    Content-Length: nnn
    Content-Type: application/atom+xml;type=entry;charset="utf-8"
    Location: http://example.org/media/edit/the_pier.atom

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;The Pier&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efe6b&lt;/id&gt;
      &lt;updated&gt;2005-10-07T17:26:43Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Daffy&lt;/name&gt;&lt;/author&gt;
      &lt;summary type="text" /&gt;
      &lt;content type="image/png"
         src="http://media.example.org/the_pier.png"/&gt;
      &lt;link rel="edit-media"
         href="http://media.example.org/edit/the_pier.png" /&gt;
      &lt;link rel="edit"
         href="http://example.org/media/edit/the_pier.atom" /&gt;
    &lt;/entry&gt; </artwork>
            </figure>
        </t>

        <t>The client can now create a new Atom Entry
            in the blog Entry Collection that
            references the two newly created Media Resources.
        </t>
               <t>
            <figure width="" align="left" height="" alt="" title="">
              <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    POST /blog/ HTTP/1.1
    Host: example.org
    Content-Type: application/atom+xml;type=entry 
    Slug: A day at the beach 
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Length: nnn

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;A fun day at the beach&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6b&lt;/id&gt;
      &lt;updated&gt;2005-10-07T17:40:02Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Daffy&lt;/name&gt;&lt;/author&gt;
      &lt;content type="xhtml"&gt;
          &lt;xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"&gt;
              &lt;xhtml:p&gt;We had a good day at the beach.
                  &lt;xhtml:img alt="the beach"
                      src="http://media.example.org/the_beach.png"/&gt;
              &lt;/xhtml:p&gt;
              &lt;xhtml:p&gt;Later we walked down to the pier.
                  &lt;xhtml:img  alt="the pier"
                      src="http://media.example.org/the_pier.png"/&gt;
              &lt;/xhtml:p&gt;
          &lt;/xhtml:div&gt;
      &lt;/content&gt;
    &lt;/entry&gt; </artwork>
            </figure>
        </t>


               <t>The Resource is created successfully. </t>

               <t>
            <figure width="" align="left" height="" alt="" title="">
              <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    HTTP/1.1 200 Ok 
    Date: Fri, 7 Oct 2005 17:20:11 GMT
    Content-Length: nnn
    Content-Type: application/atom+xml;type=entry;charset="utf-8"
    Location: http://example.org/blog/atom/a-day-at-the-beach.atom

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;A fun day at the beach&lt;/title&gt;
      &lt;id&gt;http://example.org/blog/a-day-at-the-beach.xhtml&lt;/id&gt;
      &lt;updated&gt;2005-10-07T17:43:07Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Daffy&lt;/name&gt;&lt;/author&gt;
      &lt;content type="xhtml"&gt;
          &lt;xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"&gt;
              &lt;xhtml:p&gt;We had a good day at the beach.
                  &lt;xhtml:img alt="the beach"
                     src="http://media.example.org/the_beach.png"/&gt;
              &lt;/xhtml:p&gt;
              &lt;xhtml:p&gt;Later we walked down to the pier.
                  &lt;xhtml:img alt="the pier"
                     src="http://media.example.org/the_pier.png"/&gt;
              &lt;/xhtml:p&gt;
          &lt;/xhtml:div&gt;
      &lt;/content&gt;
      &lt;link rel="edit"
        href="http://example.org/blog/edit/a-day-at-the-beach.atom"/&gt;
      &lt;link rel="alternate" type="text/html"
        href="http://example.org/blog/a-day-at-the-beach.html"/&gt;
    &lt;/entry&gt; </artwork>
            </figure>
        </t>

        <t>Note that the returned Entry contains a link
            with a relation of "alternate" that points to
            the associated HTML page that was created.
            This is not required by this specification,
            but is included to show the kinds of changes 
            a server can make to an Entry.
        </t>

    </section>



       </section> 

<section toc="default" title="The Slug: Header">


  <t>Slug is an HTTP entity-header whose presence in a POST to a Collection
   constitutes a request by the client to use the header's value as part of any
   URIs that would normally used to retrieve the to-be-created Entry or Media
   resources.
  </t>

<t>
Servers MAY use the value of the Slug header when creating the Member URI of the
newly-created Resource, for instance, by using some or all of the words in the
value for the last URI segment. Servers MAY also use the value when creating the
atom:id, or as the title of a Media Link Entry (see
<xref target="media-link-entries" pageno="false" format="default"></xref>.).
</t>

<t>
Servers MAY choose to ignore the Slug entity-header. Servers MAY alter the
header value before using it. For instance, a server might filter out some
characters or replace accented letters with non-accented ones, replace spaces
with underscores, change case, and so on.
</t>

<section toc="default" title="Slug: Header syntax">

<t>The syntax of this header MUST conform to the augmented BNF grammar in section 2.1 of
the HTTP/1.1 specification <xref target="RFC2616" pageno="false" format="default"></xref>. The TEXT rule is described in section 2.2 of the same document. </t>

<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
        Slug = "Slug" ":" *TEXT
</artwork>
</figure>


<t>The field-value of the Slug header is a percent-encoded utf-8 Unicode string
    that does not contain CR or LF, where CR and LF are defined
    in <xref target="RFC2616" pageno="false" format="default"></xref>.
    All non-ASCII characters in the utf-8 representation 
    MUST be percent-encoded according to the rules in 
    Section 2.1 of <xref target="RFC3986" pageno="false" format="default"></xref>. 
</t>


</section>

           <section toc="default" anchor="title-header-example" title="Example">

        <t>
            Here is an example of the Slug: header that uses percent-encoding to
            represent the Unicode character U+00E8 (LATIN SMALL LETTER E WITH GRAVE):
        </t>

               <t>
            <figure width="" align="left" height="" alt="" title="">
              <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
    POST /myblog/entries HTTP/1.1
    Host: example.org
    Content-Type: image/png
    Slug: The Beach at S%C3%A8te
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Length: nnn

    ...binary data... </artwork>
            </figure>
        </t>

        <t>
            See <xref target="create-example" pageno="false" format="default"></xref> for an example
            of the Slug: header applied to the creation of
            an Entry Resource.
        </t>

           </section> 

       </section> 


 </section> 

       <section toc="default" anchor="listing-collections" title="Listing Collections">

<t>Collection Resources MUST provide representations in the form of Atom Feed
documents whose Entries contain the IRIs of the Members in the Collection.  No 
distinction is made between Collection Feeds and other kinds of Feeds - a Feed
might act both as a 'public' feed for subscription purposes and as a Collection
Feed.</t>

<t> Each Entry in the Feed Document SHOULD have an atom:link element with a
relation of "edit" (See <xref target="new-link-relation" pageno="false" format="default"></xref>). </t>

<t>The Entries in the returned Atom Feed SHOULD be ordered by their
"app:edited" property, with the most recently edited Entries coming first in
the document order.  The app:edited value is not equivalent to the HTTP
Last-Modified: header and cannot be used to determine the freshness of cached
responses. 
</t>

<t>
Clients MUST NOT assume that an Atom Entry returned in the Feed is a full
representation of an Entry Resource and SHOULD perform a GET on the URI of the
Member Entry before editing it. See <xref target="etags" pageno="false" format="default"></xref> for a discussion on
the implications of cache control directives when obtaining entries.</t>




<section toc="default" anchor="partial-lists" title="Collection partial lists">

<t>Collections can contain large numbers of Resources. A client such as a web
spider or web browser might be overwhelmed if the response to a GET contained
every Entry in a Collection - in turn the server might also waste bandwidth and
processing time on generating a response that cannot be handled. For this
reason, servers MAY respond to Collection GET requests with a Feed Document
containing a partial list of the Collection's members, and a link to the
next partial list feed, if it exists. The first such partial list returned MUST
contain the most recently edited member Resources and MUST have an atom:link
with a "next" relation whose "href" value is the URI of the next partial list of
the Collection. This next partial list will contain the next most recently
edited set of Member Resources (and an atom:link to the following partial list
if it exists).
</t>

<t> In addition to the "next" relation, partial list feeds MAY contain link
elements with "rel" attribute values of "previous", "first", and "last", that can
be used to navigate through the complete set of entries in the Collection.
</t>

<t>
For instance, suppose a client is supplied the URI
"http://example.org/entries/go" of a Collection of Member entries, where the
server as a matter of policy avoids generating feed documents containing more
than 10 Entries.  The Atom Feed Document for the Collection will then represent
the first partial list of a set of 10 linked feed documents. The "first"
relation will reference the initial Feed Document in the set and the "last"
relation references the final Feed Document in the set. Within each
document, the "next" and "previous" link relations reference the preceding and
subsequent documents.

<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
  &lt;feed xmlns="http://www.w3.org/2005/Atom"&gt;
    &lt;link rel="first"
          href="http://example.org/entries/go" /&gt;
    &lt;link rel="next"
          href="http://example.org/entries/2" /&gt;
    &lt;link rel="last"
          href="http://example.org/entries/10" /&gt;
    ...
  &lt;/feed&gt;
</artwork>
</figure>
</t>

<t>
The "next" and "previous" link elements for the partial list feed located at
"http://example.org/entries/2" would look like this:
<figure width="" align="left" height="" alt="" title="">
<artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
  &lt;feed xmlns="http://www.w3.org/2005/Atom"&gt;
    &lt;link rel="first"
          href="http://example.org/entries/go" /&gt;
    &lt;link rel="previous"
          href="http://example.org/entries/go" /&gt;
    &lt;link rel="next"
          href="http://example.org/entries/3" /&gt;
    &lt;link rel="last"
          href="http://example.org/entries/10" /&gt;
    ...
  &lt;/feed&gt;
</artwork>
</figure>


</t>


    </section>
    <section toc="default" title='The "app:edited" Element'>
        <t>
            The "app:edited" element is a Date construct (as defined by
            <xref target="RFC4287" pageno="false" format="default"></xref>), whose content indicates the last time an
            Entry was edited. If the entry has not been edited yet, the content
            indicates the time it was created. Atom Entry elements in Collection
            documents SHOULD contain one "app:edited" element, and MUST NOT
            contain more than one.
        </t>

            <figure width="" align="left" height="" alt="" title="">
                <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
appEdited = element app:edited ( atomDateConstruct )
</artwork>
</figure>

        <t>
            The server SHOULD change the value of this element every time
            an Entry Resource or an associated Media Resource has been edited.
        </t>
    </section>
</section>




   <section toc="default" anchor="atom-entry-extensions" title="Atom Format Link Relation Extensions">

       <section toc="default" anchor="new-link-relation" title='The "edit" Link Relation'>
           <t>
               This specification adds the value "edit" to the Atom Registry of
               Link Relations (see section 7.1 of <xref target="RFC4287" pageno="false" format="default"></xref>).
               The value of "edit" specifies that the value of the href
               attribute is the IRI of an editable Member Entry. When appearing
               within an atom:entry, the href IRI can be used to retrieve,
               update and delete the Resource represented by that Entry. An
               atom:entry MUST NOT contain more than one "edit" link relation.
           </t>
       </section>


       <section toc="default" anchor="new-media-link-relation" title='The "edit-media" Link Relation'>
           <t>
               This specification adds the value "edit-media" to the Atom
               Registry of Link Relations (see section 7.1 of
               <xref target="RFC4287" pageno="false" format="default"></xref>). When appearing within an atom:entry,
               the value of the href attribute is an IRI that can be used to
               modify a Media Resource associated with that Entry.
           </t>
           <t>
               An atom:entry element MAY contain zero or more "edit-media" link
               relations. An atom:entry MUST NOT contain more than one atom:link
               element with a rel attribute value of "edit-media" that has the
               same "type" and "hreflang" attribute values. All "edit-media" link
               relations in the same Entry reference the same Resource.  If a
               client encounters multiple "edit-media" link relations in an
               Entry then it SHOULD choose a link based on the client
               preferences for "type" and "hreflang". If a client encounters
               multiple "edit-media" link relations in an Entry and has no
               preference based on the "type" and "hreflang" attributes then the
               client SHOULD pick the first "edit-media" link relation in
               document order.
           </t>
       </section>

   </section>


   <section toc="default" anchor="atom-format-type-parameter" title="The Atom Format Type Parameter">
       <t>
           The Atom Syndication Format <xref target="RFC4287" pageno="false" format="default"></xref> defines the
           "application/atom+xml" media type to identify both Atom Feed and Atom
           Entry Documents.  Implementation experience has demonstrated that
           Atom Feed and Entry Documents can have different processing models
           and that there are situations where they need to be differentiated.
           This document defines an optional "type" parameter used to
           differentiate the two types of Atom documents.
       </t>


       <section toc="default" anchor="type-parameter-defn" title="The 'type' parameter">

           <t>
               This document defines a new "type" parameter for use with the
               "application/atom+xml" media type. The "type" parameter 
               has a value of "entry" or "feed".
           </t>

           <t>
               Neither the parameter name nor its value are case sensitive.
           </t>

           <t>
               The value "entry" indicates that the media type identifies an Atom
               Entry Document.  The root element of the document MUST be atom:entry.
           </t>

           <t>
               The value "feed" indicates that the media type identifies an Atom
               Feed Document.  The root element of the document MUST be atom:feed.
           </t>

           <t>
               If not specified, the type is assumed to be unspecified, requiring
               Atom processors to examine the root element to determine the type of
               Atom document.
           </t>

           <section toc="default" anchor="type-parameter-conf" title="Conformance">

               <t>
                   New specifications MAY require that the "type" parameter be used to
                   identify the Atom Document type.  Producers of Atom Entry Documents
                   SHOULD use the "type" parameter regardless of whether or not it is
                   required.  Producers of Atom Feed Documents MAY use the parameter.
               </t>

               <t>
                   Atom processors that do not recognize the "type" parameter MUST
                   ignore its value and examine the root element to determine the
                   document type.
               </t>

               <t>
                   Atom processors that do recognize the "type" parameter SHOULD detect and
                   report inconsistencies between the parameter's value and the actual
                   type of the document's root element.
               </t>
           </section>
       </section>
   </section>


   <section toc="default" anchor="pub-control" title="Atom Publishing Controls">
           <t>
               This specification defines an Atom Format Structured Extension,
               as defined in Section 6 of <xref target="RFC4287" pageno="false" format="default"></xref>, for publishing
               control within the "http://purl.org/atom/app#" namespace.
           </t>

           <section toc="default" title='The "app:control" Element'>
             <figure width="" align="left" height="" alt="" title="">
               <artwork name="" align="left" height="" width="" alt="" type="" xml:space="preserve">
namespace app = "http://purl.org/atom/app#"

 pubControl =
    element app:control {
    atomCommonAttributes,
    pubDraft?
    &amp; extensionElement
 }

 pubDraft =
   element app:draft { "yes" | "no" }</artwork>
        </figure>


        <t>
          The "app:control" element MAY appear as a child of an atom:entry that
          is being created or updated via the Atom Publishing Protocol. The
          app:control element MUST appear only once in an Entry. The app:control
          element is considered foreign markup as defined in Section 6 of
          <xref target="RFC4287" pageno="false" format="default"></xref>.
        </t>
        <t>
          The app:control element and its child elements MAY be included in Atom
          Feed or Entry Documents.
        </t>
        <t>
          The app:control element can contain an optional "app:draft" element as
          defined below, and can contain extension elements as defined in
          Section 6 of <xref target="RFC4287" pageno="false" format="default"></xref>. 
      </t>

          <section toc="default" title='The "app:draft" Element'>
            <t>
              The inclusion of the "app:draft" element represents a request by the
              client to control the visibility of a Member Resource. Server
              support is optional and thus the app:draft element MAY be ignored
              by the server. </t>

            <t>The number of app:draft elements in app:control MUST be zero or
              one. The content of an app:draft element MUST be one of "yes" or
              "no". If the element contains "no" this indicates a client request
              that the Member Resource be made publicly visible. If the
              app:draft element is not present then servers that support the
              extension MUST behave as though an app:draft element containing
              "no" was sent.
            </t>
          </section>

        </section>

    </section>

    <section toc="default" title="Securing the Atom Publishing Protocol">
        <t>
            The Atom Publishing Protocol is based on HTTP. Authentication requirements for HTTP 
            are covered in Section 11 of <xref target="RFC2616" pageno="false" format="default"></xref>. 
        </t>
        <t>
            The use of authentication mechanisms to prevent POSTing or editing by unknown or 
            unauthorized clients is RECOMMENDED but not required.  When authentication is not 
            used, clients and servers are vulnerable to trivial spoofing, denial of service,
            and defacement attacks. However, in some contexts, this is an acceptable risk.
        </t>
        <t>
            The type of authentication deployed is a local decision made by the
            server operator.  Clients are likely to face authentication schemes
            that vary across server deployments.  At a minimum, client and
            server implementations MUST be capable of being configured to use
            HTTP Basic Authentication <xref target="RFC2617" pageno="false" format="default"></xref> in conjunction
            with a TLS <xref target="RFC2246" pageno="false" format="default"></xref> connection as defined in
            <xref target="RFC2818" pageno="false" format="default"></xref> (but note that <xref target="RFC2246" pageno="false" format="default"></xref>
            has been superseded by <xref target="RFC4346" pageno="false" format="default"></xref>). See
            <xref target="RFC4346" pageno="false" format="default"></xref> for more information on TLS.
        </t>
        <t>
            The choice of authentication mechanism will impact
            interoperability. The minimum level of security referenced above
            (Basic Authentication with TLS) is considered good practice for
            Internet applications at the time of publication of this
            specification and sufficient for establishing a baseline for
            interoperability.  Implementers are encouraged to investigate and
            use alternative mechanisms regarded as equivalently good or better
            at the time of deployment. It is RECOMMENDED that clients be
            implemented in such a way that new authentication schemes can 
            be deployed.
        </t>
        <t>
            Because this protocol uses HTTP response status codes as the primary means of 
            reporting the result of a request, servers are advised to respond to unauthorized 
            or unauthenticated requests using an appropriate 4xx HTTP response code 
            (e.g. 401 "Unauthorized" or 403 "Forbidden") in accordance with <xref target="RFC2617" pageno="false" format="default"></xref>.
        </t>
    </section>

    <section toc="default" title="Security Considerations">
        <t>
            The Atom Publishing Protocol is based on HTTP and thus subject to the security considerations found 
            in Section 15 of <xref target="RFC2616" pageno="false" format="default"></xref>.
        </t>

        <section toc="default" title="Denial of Service">
            <t>
                Atom Publishing Protocol server implementations need to take adequate precautions to ensure 
                malicious clients cannot consume excessive server resources (CPU, memory, disk, etc).
            </t>
        </section>

        <section toc="default" title="Replay Attacks">
            <t>
                Atom Publishing Protocol server implementations are susceptible to replay attacks.  Specifically,
                this specification does not define a means of detecting duplicate requests. Accidentally 
                sent duplicate requests are indistinguishable from intentional and malicious replay attacks.
            </t>
        </section>

        <section toc="default" title="Spoofing Attacks">
            <t>
                Atom Publishing Protocol implementations are susceptible to a variety of spoofing attacks. Malicious 
                clients may send Atom Entries containing inaccurate information anywhere in the document.
            </t>
        </section>

        <section toc="default" title="Linked Resources">
            <t>
                Atom Feed and Entry documents can contain XML External Entities as defined in Section 
                4.2.2 of <xref target="REC-xml" pageno="false" format="default"></xref>.  Atom implementations are not required to load external entities.
                External entities are subject to the same security concerns as any network operation
                and can alter the semantics of an Atom document. The same issues exist for Resources
                linked to by Atom elements such as atom:link and atom:content.
            </t>
        </section>

        <section toc="default" title="Digital Signatures and Encryption">

            <t>
                Atom Entry Documents sent to a server might contain XML Digital Signatures 
                <xref target="REC-xmldsig-core" pageno="false" format="default"></xref> and might be encrypted using XML Encryption 
                <xref target="REC-xmlenc-core" pageno="false" format="default"></xref> as specified in Section 5 of <xref target="RFC4287" pageno="false" format="default"></xref>.  
            </t>

            <t>
                Servers are allowed to modify received Resource representations in ways that 
                can invalidate signatures covering those representations.
            </t>
        </section>

        <section toc="default" title="URIs and IRIs">
            <t>
                Atom Publishing Protocol implementations handle URIs and
                IRIs. See Section 7 of <xref target="RFC3986" pageno="false" format="default"></xref> and Section 8 of
                <xref target="RFC3987" pageno="false" format="default"></xref> for security considerations related to
                their handling and use.
            </t>
        </section>

        <section toc="default" title="Code Injection and Cross Site Scripting">

          <t>Atom Feed and Entry documents can contain a broad range of content
            types including code that might be executable in some
            contexts. Malicious clients could attempt to attack servers or other
            clients by injecting code into a Collection Document's Entry or
            Media Resources.</t>

          <t>Server implementations are strongly encouraged to verify that
            client supplied content is safe prior to accepting, processing or
            publishing it. In the case of HTML, experience indicates that
            verification based on a white list of acceptable content is more
            effective than a black list of forbidden content.</t>

          <t>Additional information about XHTML and HTML content safety can be
            found in Section 8.1 of <xref target="RFC4287" pageno="false" format="default"></xref></t>
        </section>

    </section>




    <section toc="default" anchor="iana" title="IANA Considerations">

        <t>This document uses two new media types that conform to
            the registry mechanism described in 
            <xref target="RFC4288" pageno="false" format="default"></xref>, a new message header that conforms to
            the registry mechanism described in 
            <xref target="RFC3864" pageno="false" format="default"></xref>, and two new link relations that conform to
            the registry mechanism described in 
            <xref target="RFC4287" pageno="false" format="default"></xref>.
        </t>
 
      <section toc="default" anchor="iana-atomcat" title="Content-type registration for 'application/atomcat+xml'">

          <t>An Atom Publishing Protocol Category Document, when serialized
          as XML 1.0, can be identified with the following media type:</t>

          <t>
              <list style="hanging">
                  <t hangText="MIME media type name:"> application</t>
                  <t hangText="MIME subtype name:"> atomcat+xml</t>
                  <t hangText="Mandatory parameters:"> None.</t>
                  <t hangText="Optional parameters:">
                      <list style="hanging">
                          <t hangText='"charset":'> This parameter has identical
                              semantics to the charset parameter of the
                              "application/xml" media type as specified in <xref target="RFC3023" pageno="false" format="default"></xref>.</t>
                      </list>
                  </t>

                  <t hangText="Encoding considerations:"> Identical to those of
                      "application/xml" as described in <xref target="RFC3023" pageno="false" format="default"></xref>,
                      section 3.2.</t>

                  <t hangText="Security considerations:"> As defined in this
                      specification. <cref>update upon publication</cref></t>

                  <t>In addition, as this media type uses the "+xml" convention,
                      it shares the same security considerations as described in
                      <xref target="RFC3023" pageno="false" format="default"></xref>, section 10.</t>

                  <t hangText="Interoperability considerations:"> There are no
                      known interoperability issues.</t>

                  <t hangText="Published specification:"> This
                      specification. <cref>update upon publication</cref></t>

                  <t hangText="Applications that use this media type:"> No known
                      applications currently use this media type.</t>

              </list>
          </t>

          <t>Additional information:</t>

          <t>
              <list style="hanging">

                  <t hangText="Magic number(s):"> As specified for
                      "application/xml" in <xref target="RFC3023" pageno="false" format="default"></xref>, section
                      3.2.</t>

                  <t hangText="File extension:"> .atomcat</t>

                  <t hangText="Fragment identifiers:"> As specified for
                      "application/xml" in <xref target="RFC3023" pageno="false" format="default"></xref>, section 5.</t>

                  <t hangText="Base URI:"> As specified in <xref target="RFC3023" pageno="false" format="default"></xref>, section 6.</t>

                  <t hangText="Macintosh File Type code:"> TEXT</t>

                  <t hangText="Person and email address to contact for further information:"> Joe Gregorio &lt;joe@bitworking.org&gt;</t>

                  <t hangText="Intended usage:">
                      COMMON</t> <t hangText="Author/Change controller:"> This
                      specification's author(s). <cref>update upon publication</cref></t>
              </list>
          </t>
      </section>



          <section toc="default" anchor="iana-atomsvc" title="Content-type registration for 'application/atomsvc+xml'">

          <t>An Atom Publishing Protocol Service Document, when serialized
          as XML 1.0, can be identified with the following media type:</t>

          <t>
              <list style="hanging">
                  <t hangText="MIME media type name:"> application</t>
                  <t hangText="MIME subtype name:"> atomsvc+xml</t>
                  <t hangText="Mandatory parameters:"> None.</t>
                  <t hangText="Optional parameters:">
                      <list style="hanging">
                          <t hangText='"charset":'> This parameter has identical
                              semantics to the charset parameter of the
                              "application/xml" media type as specified in <xref target="RFC3023" pageno="false" format="default"></xref>.</t>
                      </list>
                  </t>

                  <t hangText="Encoding considerations:"> Identical to those of
                      "application/xml" as described in <xref target="RFC3023" pageno="false" format="default"></xref>,
                      section 3.2.</t>

                  <t hangText="Security considerations:"> As defined in this
                      specification. <cref>update upon publication</cref></t>

                  <t>In addition, as this media type uses the "+xml" convention,
                      it shares the same security considerations as described in
                      <xref target="RFC3023" pageno="false" format="default"></xref>, section 10.</t>

                  <t hangText="Interoperability considerations:"> There are no
                      known interoperability issues.</t>

                  <t hangText="Published specification:"> This
                      specification. <cref>update upon publication</cref></t>

                  <t hangText="Applications that use this media type:"> No known
                      applications currently use this media type.</t>

              </list>
          </t>

          <t>Additional information:</t>

          <t>
              <list style="hanging">

                  <t hangText="Magic number(s):"> As specified for
                      "application/xml" in <xref target="RFC3023" pageno="false" format="default"></xref>, section
                      3.2.</t>

                  <t hangText="File extension:"> .atomsvc</t>

                  <t hangText="Fragment identifiers:"> As specified for
                      "application/xml" in <xref target="RFC3023" pageno="false" format="default"></xref>, section 5.</t>

                  <t hangText="Base URI:"> As specified in <xref target="RFC3023" pageno="false" format="default"></xref>, section 6.</t>

                  <t hangText="Macintosh File Type code:"> TEXT</t>

                  <t hangText="Person and email address to contact for further information:"> Joe Gregorio &lt;joe@bitworking.org&gt;</t>

                  <t hangText="Intended usage:">
                      COMMON</t> <t hangText="Author/Change controller:"> This
                      specification's author(s). <cref>update upon publication</cref></t>
              </list>
          </t>
      </section>




<section toc="default" anchor="iana-slug" title="Header field registration for 'SLUG'">

          <t>
              <list style="hanging">
                  <t hangText="Header field:">SLUG</t>
                  <t hangText="Applicable protocol:">http <xref target="RFC2616" pageno="false" format="default"></xref></t>
                  <t hangText="Status:">standard.</t>
                  <t hangText=" Author/Change controller:">IETF (iesg@ietf.org) Internet Engineering Task Force</t>
                  <t hangText="Specification document(s):">
                  This specification. <cref>update on rfc number assignment</cref>)</t>
                  <t hangText="Related information:"></t>
              </list>
          </t>
</section>



<section toc="default" anchor="link-rel-edit-reg" title='The Link Relation registration "edit"'>
    <t>
        <list style="hanging">
            <t hangText="Attribute Value:">edit</t>
            <t hangText="Description:">An IRI of an editable Member Entry. When appearing
                within an atom:entry, the href IRI can be used to retrieve,
                update and delete the Resource represented by that Entry.
            </t>
            <t hangText="Expected display characteristics:">
                Undefined; this relation can be used for
                background processing or to provide extended functionality without
                displaying its value.
            </t> 
            <t hangText="Security considerations:">                   
                Automated agents should take care when this
                relation crosses administrative domains (e.g., the URI has a different
                authority than the current document).
            </t>
        </list>
    </t>
</section>

<section toc="default" anchor="link-rel-edit-media-reg" title='The Link Relation registration "edit-media"'>
    <t>
        <list style="hanging">
            <t hangText="Attribute Value:">edit-media</t>
            <t hangText="Description:">An IRI of an editable Media Resource. When appearing
                within an atom:entry, the href IRI can be used to retrieve,
                update and delete the Media Resource associated with that Entry.
            </t>
            <t hangText="Expected display characteristics:">
                Undefined; this relation can be used for
                background processing or to provide extended functionality without
                displaying its value.
            </t> 
            <t hangText="Security considerations:">                   
                Automated agents should take care when this
                relation crosses administrative domains (e.g., the URI has a different
                authority than the current document).
            </t>
        </list>
    </t>
</section>


<section toc="default" anchor="atom-type-reg" title="The Atom Format Media Type Parameter">
    <t>
        IANA is requested to add a reference to this specification in the
        'application/atom+xml' media type registration.
    </t>
</section>




</section>

  </middle>
  <back>


      <references title="Normative References">

          

<reference anchor="RFC2119">

<front>
<title abbrev="RFC Key Words">Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname="Scott Bradner" surname="Bradner" initials="S.">
<organization>Harvard University</organization>
<address>
<postal>
<street>1350 Mass. Ave.</street>
<street>Cambridge</street>
<street>MA 02138</street></postal>
<phone>- +1 617 495 3864</phone>
<email>sob@harvard.edu</email></address></author>
<date month="March" year="1997"></date>
<area>General</area>
<keyword>keyword</keyword>
<abstract>
<t>
   In many standards track documents several words are used to signify
   the requirements in the specification.  These words are often
   capitalized.  This document defines these words as they should be
   interpreted in IETF documents.  Authors who follow these guidelines
   should incorporate this phrase near the beginning of their document:

<list>
<t>
      The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
      NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED",  "MAY", and
      "OPTIONAL" in this document are to be interpreted as described in
      RFC 2119.
</t></list></t>
<t>
   Note that the force of these words is modified by the requirement
   level of the document in which they are used.
</t></abstract></front>

<seriesInfo name="BCP" value="14"></seriesInfo>
<seriesInfo name="RFC" value="2119"></seriesInfo>
<format type="TXT" target="ftp://ftp.isi.edu/in-notes/rfc2119.txt" octets="4723"></format>
<format type="HTML" target="http://xml.resource.org/public/rfc/html/rfc2119.html" octets="14486"></format>
<format type="XML" target="http://xml.resource.org/public/rfc/xml/rfc2119.xml" octets="5661"></format>
</reference>

          
          
          

<reference anchor="RFC2616">

<front>
<title abbrev="HTTP/1.1">Hypertext Transfer Protocol -- HTTP/1.1</title>
<author fullname="Roy T. Fielding" surname="Fielding" initials="R.">
<organization abbrev="UC Irvine">Department of Information and Computer Science</organization>
<address>
<postal>
<street>University of California, Irvine</street>
<city>Irvine</city>
<region>CA</region>
<code>92697-3425</code></postal>
<facsimile>+1(949)824-1715</facsimile>
<email>fielding@ics.uci.edu</email></address></author>
<author fullname="James Gettys" surname="Gettys" initials="J.">
<organization abbrev="Compaq/W3C">World Wide Web Consortium</organization>
<address>
<postal>
<street>MIT Laboratory for Computer Science, NE43-356</street>
<street>545 Technology Square</street>
<city>Cambridge</city>
<region>MA</region>
<code>02139</code></postal>
<facsimile>+1(617)258-8682</facsimile>
<email>jg@w3.org</email></address></author>
<author fullname="Jeffrey C. Mogul" surname="Mogul" initials="J.">
<organization abbrev="Compaq">Compaq Computer Corporation</organization>
<address>
<postal>
<street>Western Research Laboratory</street>
<street>250 University Avenue</street>
<city>Palo Alto</city>
<region>CA</region>
<code>94305</code></postal>
<email>mogul@wrl.dec.com</email></address></author>
<author fullname="Henrik Frystyk Nielsen" surname="Frystyk" initials="H.">
<organization abbrev="MIT/LCS">World Wide Web Consortium</organization>
<address>
<postal>
<street>MIT Laboratory for Computer Science, NE43-356</street>
<street>545 Technology Square</street>
<city>Cambridge</city>
<region>MA</region>
<code>02139</code></postal>
<facsimile>+1(617)258-8682</facsimile>
<email>frystyk@w3.org</email></address></author>
<author fullname="Larry Masinter" surname="Masinter" initials="L.">
<organization abbrev="Xerox">Xerox Corporation</organization>
<address>
<postal>
<street>MIT Laboratory for Computer Science, NE43-356</street>
<street>3333 Coyote Hill Road</street>
<city>Palo Alto</city>
<region>CA</region>
<code>94034</code></postal>
<email>masinter@parc.xerox.com</email></address></author>
<author fullname="Paul J. Leach" surname="Leach" initials="P.">
<organization abbrev="Microsoft">Microsoft Corporation</organization>
<address>
<postal>
<street>1 Microsoft Way</street>
<city>Redmond</city>
<region>WA</region>
<code>98052</code></postal>
<email>paulle@microsoft.com</email></address></author>
<author fullname="Tim Berners-Lee" surname="Berners-Lee" initials="T.">
<organization abbrev="MIT/LCS">World Wide Web Consortium</organization>
<address>
<postal>
<street>MIT Laboratory for Computer Science, NE43-356</street>
<street>545 Technology Square</street>
<city>Cambridge</city>
<region>MA</region>
<code>02139</code></postal>
<facsimile>+1(617)258-8682</facsimile>
<email>timbl@w3.org</email></address></author>
<date month="June" year="1999"></date>
<abstract>
<t>
   The Hypertext Transfer Protocol (HTTP) is an application-level
   protocol for distributed, collaborative, hypermedia information
   systems. It is a generic, stateless, protocol which can be used for
   many tasks beyond its use for hypertext, such as name servers and
   distributed object management systems, through extension of its
   request methods, error codes and headers . A feature of HTTP is
   the typing and negotiation of data representation, allowing systems
   to be built independently of the data being transferred.
</t>
<t>
   HTTP has been in use by the World-Wide Web global information
   initiative since 1990. This specification defines the protocol
   referred to as "HTTP/1.1", and is an update to RFC 2068 .
</t></abstract></front>

<seriesInfo name="RFC" value="2616"></seriesInfo>
<format type="TXT" target="ftp://ftp.isi.edu/in-notes/rfc2616.txt" octets="422317"></format>
<format type="PS" target="ftp://ftp.isi.edu/in-notes/rfc2616.ps" octets="5529857"></format>
<format type="PDF" target="ftp://ftp.isi.edu/in-notes/rfc2616.pdf" octets="550558"></format>
<format type="HTML" target="http://xml.resource.org/public/rfc/html/rfc2616.html" octets="528063"></format>
<format type="XML" target="http://xml.resource.org/public/rfc/xml/rfc2616.xml" octets="476536"></format>
</reference>

          

<reference anchor="RFC2617">

<front>
<title abbrev="HTTP Authentication">HTTP Authentication: Basic and Digest Access Authentication</title>
<author fullname="John Franks" surname="Franks" initials="J.">
<organization>Northwestern University, Department of Mathematics</organization>
<address>
<postal>
<street>Northwestern University</street>
<city>Evanston</city>
<region>IL</region>
<code>60208-2730</code>
<country>USA</country></postal>
<email>john@math.nwu.edu</email></address></author>
<author fullname="Phillip M. Hallam-Baker" surname="Hallam-Baker" initials="P.M.">
<organization>Verisign Inc.</organization>
<address>
<postal>
<street>301 Edgewater Place</street>
<street>Suite 210</street>
<city>Wakefield</city>
<region>MA</region>
<code>01880</code>
<country>USA</country></postal>
<email>pbaker@verisign.com</email></address></author>
<author fullname="Jeffery L. Hostetler" surname="Hostetler" initials="J.L.">
<organization>AbiSource, Inc.</organization>
<address>
<postal>
<street>6 Dunlap Court</street>
<city>Savoy</city>
<region>IL</region>
<code>61874</code>
<country>USA</country></postal>
<email>jeff@AbiSource.com</email></address></author>
<author fullname="Scott D. Lawrence" surname="Lawrence" initials="S.D.">
<organization>Agranat Systems, Inc.</organization>
<address>
<postal>
<street>5 Clocktower Place</street>
<street>Suite 400</street>
<city>Maynard</city>
<region>MA</region>
<code>01754</code>
<country>USA</country></postal>
<email>lawrence@agranat.com</email></address></author>
<author fullname="Paul J. Leach" surname="Leach" initials="P.J.">
<organization>Microsoft Corporation</organization>
<address>
<postal>
<street>1 Microsoft Way</street>
<city>Redmond</city>
<region>WA</region>
<code>98052</code>
<country>USA</country></postal>
<email>paulle@microsoft.com</email></address></author>
<author fullname="Ari Luotonen" surname="Luotonen" initials="A.">
<organization>Netscape Communications Corporation</organization>
<address>
<postal>
<street>501 East Middlefield Road</street>
<city>Mountain View</city>
<region>CA</region>
<code>94043</code>
<country>USA</country></postal></address></author>
<author fullname="Lawrence C. Stewart" surname="Stewart" initials="L.">
<organization>Open Market, Inc.</organization>
<address>
<postal>
<street>215 First Street</street>
<city>Cambridge</city>
<region>MA</region>
<code>02142</code>
<country>USA</country></postal>
<email>stewart@OpenMarket.com</email></address></author>
<date month="June" year="1999"></date>
<abstract>
<t>
   "HTTP/1.0", includes the specification for a Basic Access
   Authentication scheme. This scheme is not considered to be a secure
   method of user authentication (unless used in conjunction with some
   external secure system such as SSL ), as the user name and
   password are passed over the network as cleartext.
      </t>
<t>
   This document also provides the specification for HTTP's
   authentication framework, the original Basic authentication scheme
   and a scheme based on cryptographic hashes, referred to as "Digest
   Access Authentication".  It is therefore also intended to serve as a
   replacement for RFC 2069 .  Some optional elements specified by
   RFC 2069 have been removed from this specification due to problems
   found since its publication; other new elements have been added for
   compatibility, those new elements have been made optional, but are
   strongly recommended.
      </t>
<t>
   Like Basic, Digest access authentication verifies that both parties
   to a communication know a shared secret (a password); unlike Basic,
   this verification can be done without sending the password in the
   clear, which is Basic's biggest weakness. As with most other
   authentication protocols, the greatest sources of risks are usually
   found not in the core protocol itself but in policies and procedures
   surrounding its use.
    </t></abstract></front>

<seriesInfo name="RFC" value="2617"></seriesInfo>
<format type="TXT" target="ftp://ftp.isi.edu/in-notes/rfc2617.txt" octets="77638"></format>
<format type="HTML" target="http://xml.resource.org/public/rfc/html/rfc2617.html" octets="100323"></format>
<format type="XML" target="http://xml.resource.org/public/rfc/xml/rfc2617.xml" octets="85507"></format>
</reference>
 
          

<reference anchor="RFC2246">

<front>
<title>The TLS Protocol Version 1.0</title>
<author fullname="Tim Dierks" surname="Dierks" initials="T.">
<organization>Certicom</organization>
<address>
<email>tdierks@certicom.com</email></address></author>
<author fullname="Christopher Allen" surname="Allen" initials="C.">
<organization>Certicom</organization>
<address>
<email>callen@certicom.com</email></address></author>
<date month="January" year="1999"></date>
<abstract>
<t>This document specifies Version 1.0 of the Transport Layer Security (TLS) protocol. The TLS protocol provides communications privacy over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.</t></abstract></front>

<seriesInfo name="RFC" value="2246"></seriesInfo>
<format type="TXT" target="ftp://ftp.isi.edu/in-notes/rfc2246.txt" octets="170401"></format>
</reference>
 
          

<reference anchor="RFC4346">

<front>
<title>The Transport Layer Security (TLS) Protocol Version 1.1</title>
<author fullname="T. Dierks" surname="Dierks" initials="T.">
<organization></organization></author>
<author fullname="E. Rescorla" surname="Rescorla" initials="E.">
<organization></organization></author>
<date month="April" year="2006"></date>
<abstract>
<t>&lt;p&gt;This document specifies Version 1.1 of the Transport Layer Security (TLS) protocol. The TLS protocol provides communications security over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. [STANDARDS TRACK]&lt;/p&gt;</t></abstract></front>

<seriesInfo name="RFC" value="4346"></seriesInfo>
<format type="TXT" target="ftp://ftp.isi.edu/in-notes/rfc4346.txt" octets="187041"></format>
</reference>
 
          

<reference anchor="RFC4287">

<front>
<title>The Atom Syndication Format</title>
<author fullname="M. Nottingham" surname="Nottingham" initials="M.">
<organization></organization></author>
<author fullname="R. Sayre" surname="Sayre" initials="R.">
<organization></organization></author>

<date month="December" year="2005"></date></front>

<seriesInfo name="RFC" value="4287"></seriesInfo>
<format type="TXT" target="http://ftp.rfc-editor.org/in-notes/rfc4287.txt"></format>
</reference>

          

<reference anchor="RFC4288">

<front>
<title>Media Type Specifications and Registration Procedures</title>
<author fullname="N. Freed" surname="Freed" initials="N.">
<organization></organization></author>
<author fullname="J. Klensin" surname="Klensin" initials="J.">
<organization></organization></author>
<date month="December" year="2005"></date>
<abstract>
<t>This document defines procedures for the specification and registration of media types for use in MIME and other Internet protocols. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract></front>

<seriesInfo name="BCP" value="13"></seriesInfo>
<seriesInfo name="RFC" value="4288"></seriesInfo>
<format type="TXT" target="ftp://ftp.isi.edu/in-notes/rfc4288.txt" octets="52667"></format>
</reference>

          

<reference anchor="RFC3864">

<front>
<title>Registration Procedures for Message Header Fields</title>
<author fullname="G. Klyne" surname="Klyne" initials="G.">
<organization></organization></author>
<author fullname="M. Nottingham" surname="Nottingham" initials="M.">
<organization></organization></author>
<author fullname="J. Mogul" surname="Mogul" initials="J.">
<organization></organization></author>
<date month="September" year="2004"></date>
<abstract>
<t>This specification defines registration procedures for the message header fields used by Internet mail, HTTP, Netnews and other applications. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements. </t></abstract></front>

<seriesInfo name="BCP" value="90"></seriesInfo>
<seriesInfo name="RFC" value="3864"></seriesInfo>
<format type="TXT" target="ftp://ftp.isi.edu/in-notes/rfc3864.txt" octets="36231"></format>
</reference>

          

<reference anchor="RFC3023">

<front>
<title>XML Media Types</title>
<author fullname="M. Murata" surname="Murata" initials="M.">
<organization></organization></author>
<author fullname="S. St. Laurent" surname="St. Laurent" initials="S.">
<organization></organization></author>
<author fullname="D. Kohn" surname="Kohn" initials="D.">
<organization></organization></author>
<date month="January" year="2001"></date>
<abstract>
<t>This document standardizes five new media types -- text/xml, application/xml, text/xml-external-parsed-entity, application/xml-external-parsed-entity, and application/xml-dtd -- for use in exchanging network entities that are related to the Extensible Markup Language (XML).  This document also standardizes a convention (using the suffix '+xml') for naming media types outside of these five types when those media types represent XML MIME (Multipurpose Internet Mail Extensions) entities.</t></abstract></front>

<seriesInfo name="RFC" value="3023"></seriesInfo>
<format type="TXT" target="ftp://ftp.isi.edu/in-notes/rfc3023.txt" octets="86011"></format>
</reference>

          

<reference anchor="RFC3986">

<front>
<title>Uniform Resource Identifier (URI): Generic Syntax</title>
<author fullname="T. Berners-Lee" surname="Berners-Lee" initials="T.">
<organization></organization></author>
<author fullname="R. Fielding" surname="Fielding" initials="R.">
<organization></organization></author>
<author fullname="L. Masinter" surname="Masinter" initials="L.">
<organization></organization></author>
<date month="January" year="2005"></date></front>

<seriesInfo name="STD" value="66"></seriesInfo>
<seriesInfo name="RFC" value="3986"></seriesInfo>
<format type="TXT" target="ftp://ftp.isi.edu/in-notes/rfc3986.txt" octets="141811"></format>
</reference>

          

<reference anchor="RFC3987">

<front>
<title>Internationalized Resource Identifiers (IRIs)</title>
<author fullname="M. Duerst" surname="Duerst" initials="M.">
<organization></organization></author>
<author fullname="M. Suignard" surname="Suignard" initials="M.">
<organization></organization></author>
<date month="January" year="2005"></date></front>

<seriesInfo name="RFC" value="3987"></seriesInfo>
<format type="TXT" target="ftp://ftp.isi.edu/in-notes/rfc3987.txt" octets="111190"></format>
</reference>

          

<reference anchor="REC-xml" target="http://www.w3.org/TR/2006/REC-xml-20060816">
<front>
<title>Extensible Markup Language (XML) 1.0 (Fourth Edition)</title>

<author fullname="Francois Yergeau" surname="Yergeau" initials="F.">
    <organization></organization>
</author>

<author fullname="Jean Paoli" surname="Paoli" initials="J.">
    <organization></organization>
</author>

<author fullname="Tim Bray" surname="Bray" initials="T.">
    <organization></organization>
</author>

<author fullname="C. M. Sperberg-McQueen" surname="Sperberg-McQueen" initials="C.">
    <organization></organization>
</author>

<author fullname="Eve Maler" surname="Maler" initials="E.">
    <organization></organization>
</author>

<date year="2006" day="16" month="August"></date>
</front>

<seriesInfo name="World Wide Web Consortium Recommendation" value="REC-xml-20060816"></seriesInfo>
<format type="HTML" target="http://www.w3.org/TR/2006/REC-xml-20060816"></format>
</reference>

          

<reference anchor="REC-xml-names" target="http://www.w3.org/TR/2006/REC-xml-names-20060816">
<front>
<title>Namespaces in XML 1.0 (Second Edition)</title>

<author fullname="Dave Hollander" surname="Hollander" initials="D.">
    <organization></organization>
</author>

<author fullname="Tim Bray" surname="Bray" initials="T.">
    <organization></organization>
</author>

<author fullname="Richard Tobin" surname="Tobin" initials="R.">
    <organization></organization>
</author>

<author fullname="Andrew Layman" surname="Layman" initials="A.">
    <organization></organization>
</author>

<date year="2006" day="16" month="August"></date>
</front>

<seriesInfo name="World Wide Web Consortium Recommendation" value="REC-xml-names-20060816"></seriesInfo>
<format type="HTML" target="http://www.w3.org/TR/2006/REC-xml-names-20060816"></format>
</reference>

          

<reference anchor="REC-xmlbase">
<front>
<title>XML Base</title>

<author fullname="J. Marsh" surname="Marsh" initials="J">
    <organization></organization>
</author>

<date year="2001" day="27" month="June"></date>
</front>

<seriesInfo name="W3C REC" value="W3C.REC-xmlbase-20010627"></seriesInfo>
<format type="HTML" target="http://www.w3.org/TR/2001/REC-xmlbase-20010627"></format>
</reference>

          

<reference anchor="REC-xml-infoset" target="http://www.w3.org/TR/2004/REC-xml-infoset-20040204">
<front>
<title>XML Information Set (Second Edition)</title>

<author fullname="John Cowan" surname="Cowan" initials="J.">
    <organization></organization>
</author>

<author fullname="Richard Tobin" surname="Tobin" initials="R.">
    <organization></organization>
</author>

<date year="2004" day="4" month="February"></date>
</front>

<seriesInfo name="World Wide Web Consortium Recommendation" value="REC-xml-infoset-20040204"></seriesInfo>
<format type="HTML" target="http://www.w3.org/TR/2004/REC-xml-infoset-20040204"></format>
</reference>

          

<reference anchor="REC-xmldsig-core" target="http://www.w3.org/TR/2002/REC-xmldsig-core-20020212">
<front>
<title>XML-Signature Syntax and Processing</title>

<author fullname="David Solo" surname="Solo" initials="D.">
    <organization></organization>
</author>

<author fullname="Joseph Reagle" surname="Reagle" initials="J.">
    <organization></organization>
</author>

<author fullname="Donald Eastlake" surname="Eastlake" initials="D.">
    <organization></organization>
</author>

<date year="2002" day="12" month="February"></date>
</front>

<seriesInfo name="World Wide Web Consortium Recommendation" value="REC-xmldsig-core-20020212"></seriesInfo>
<format type="HTML" target="http://www.w3.org/TR/2002/REC-xmldsig-core-20020212"></format>
</reference>

          

<reference anchor="REC-xmlenc-core" target="http://www.w3.org/TR/2002/REC-xmlenc-core-20021210">
<front>
<title>XML Encryption Syntax and Processing</title>

<author fullname="Donald Eastlake" surname="Eastlake" initials="D.">
    <organization></organization>
</author>

<author fullname="Joseph Reagle" surname="Reagle" initials="J.">
    <organization></organization>
</author>

<date year="2002" day="10" month="December"></date>
</front>

<seriesInfo name="World Wide Web Consortium Recommendation" value="REC-xmlenc-core-20021210"></seriesInfo>
<format type="HTML" target="http://www.w3.org/TR/2002/REC-xmlenc-core-20021210"></format>
</reference>

          

<reference anchor="RFC2818">

<front>
<title>HTTP Over TLS</title>
<author fullname="E. Rescorla" surname="Rescorla" initials="E.">
<organization></organization></author>
<date month="May" year="2000"></date>
<abstract>
<t>&lt;p&gt;This memo describes how to use Transport Layer Security (TLS) to secure Hypertext Transfer Protocol (HTTP) connections over the Internet. This memo provides information for the Internet community. &lt;/p&gt;</t></abstract></front>

<seriesInfo name="RFC" value="2818"></seriesInfo>
<format type="TXT" target="ftp://ftp.isi.edu/in-notes/rfc2818.txt" octets="15170"></format>
</reference>
 
      </references>

      <references title="Informative References">


  

<reference anchor="REC-webarch">
<front>
<title>Architecture of the World Wide Web, Volume One</title>

<author fullname="Norman Walsh" surname="Walsh" initials="N">
    <organization></organization>
</author>

<author fullname="Ian Jacobs" surname="Jacobs" initials="I">
    <organization></organization>
</author>

<date year="2004" day="15" month="December"></date>
</front>

<seriesInfo name="W3C REC" value="REC-webarch-20041215"></seriesInfo>
<format type="HTML" target="http://www.w3.org/TR/2004/REC-webarch-20041215"></format>
</reference>


  <reference anchor="NOTE-detect-lost-update" target="http://www.w3.org/1999/04/Editing/">
      <front>
          <title>
              Editing the Web: Detecting the Lost Update Problem Using Unreserved Checkout
          </title>

          <author fullname="Henrik Frystyk Nielsen" surname="Nielsen" initials="H.F.">
              <organization>W3C</organization>
          </author>

          <author fullname="Daniel LaLiberte" surname="LaLiberte" initials="D.">
              <organization>W3C</organization>
          </author>

          <date year="1999" day="10" month="May"></date>
      </front>

      <seriesInfo name="World Wide Web Consortium NOTE" value="NOTE-detect-lost-update"></seriesInfo>
      <format type="HTML" target="http://www.w3.org/1999/04/Editing/"></format>
  </reference>

  <reference anchor="RNC" target="http://www.oasis-open.org/committees/relax-ng/compact-20021121.html">
      <front>
          <title>RELAX NG Compact Syntax</title>
          <author fullname="James Clark" surname="Clark" initials="J.">
              <organization></organization>
          </author