Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Upon Resource Creation: if a Link: rel="type" specifying a type http://fedora.info/definitions/fcrepo#VersionedResource, the resource will be created with versioning turned on for that resource. 
    • A LDPRm will be generated immediately as well. 
    • A LDPCv will be created, from which a TimeMap can be generated.
    • Any subsequent responses from the LDPRv will include the appropriate memento links in the header: timegate, timemap
  • On Existing Resource: The resource will become version-able if a PUT with an empty body and a link header ( Link: rel="type") specifying type of http://fedora.info/definitions/fcrepo#VersionedResource is included. 
    • A LDPRm will be generated immediately for this resource.
    • A LDCPv will be created, from which a TimeMap can be generated.
    • Any subsequent responses from the LDPRv will include the appropriate memento links in the header: timegate, timemap

Accessing the TimeMap (aka LDPCv):

...