PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/_sources/registries/fdd/fddXML/fdd000235.xml

https://github.com/digipres/digipres.github.io
XML | 133 lines | 133 code | 0 blank | 0 comment | 0 complexity | 6cf5da7e8fa6b6f6af7a7ea86b127caf MD5 | raw file
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <fdd:FDD id="fdd000235" titleName="ARC_IA, Internet Archive ARC file format" shortName="ARC_IA" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:fdd="http://www.digitalpreservation.gov/formats/schemas/fdd/v1" xsi:schemaLocation="http://www.digitalpreservation.gov/formats/schemas/fdd/v1 http://www.digitalpreservation.gov/formats/schemas/fdd/v1/fdd-v1-0.xsd">
  3. <fdd:properties>
  4. <fdd:gdfrGenreSelection>
  5. <fdd:gdfrGenre>aggregate</fdd:gdfrGenre>
  6. </fdd:gdfrGenreSelection>
  7. <fdd:formatCategories>
  8. <fdd:category>file-format</fdd:category>
  9. </fdd:formatCategories>
  10. <fdd:gdfrComposition>container-wrapper</fdd:gdfrComposition>
  11. <fdd:gdfrDomains>
  12. <fdd:gdfrDomain>
  13. <fdd:value>web-archive</fdd:value>
  14. </fdd:gdfrDomain>
  15. </fdd:gdfrDomains>
  16. <fdd:updates>
  17. <fdd:date>2008-02-14</fdd:date>
  18. </fdd:updates>
  19. <fdd:draftStatus>Partial</fdd:draftStatus>
  20. </fdd:properties>
  21. <fdd:identificationAndDescription>
  22. <fdd:fullName>ARC_IA, Internet Archive ARC file format.</fdd:fullName>
  23. <fdd:keywords>
  24. <fdd:keyword>ARC</fdd:keyword>
  25. <fdd:keyword>Internet Archive</fdd:keyword>
  26. <fdd:keyword>web harvesting</fdd:keyword>
  27. <fdd:keyword>web archiving</fdd:keyword>
  28. <fdd:keyword>web capture</fdd:keyword>
  29. <fdd:keyword>container formats</fdd:keyword>
  30. </fdd:keywords>
  31. <fdd:description>Specifies a method for combining multiple digital resources into an aggregate archival file together with related information, used since 1996 by the Internet Archive to store 'web crawls' as sequences of content blocks harvested from the World Wide Web. </fdd:description>
  32. <fdd:shortDescription>Internet Archive ARC file format. Superseded by WARC format.</fdd:shortDescription>
  33. <fdd:productionPhase>Used for web-accessible content in archived state, representing the final form disseminated in final state over the web to a user agent (web browser).</fdd:productionPhase>
  34. <fdd:relationships>
  35. <fdd:relationship>
  36. <fdd:typeOfRelationship>May contain</fdd:typeOfRelationship>
  37. <fdd:comment>Data of various types, for example, HTML pages, images as GIF, JPEG, etc.</fdd:comment>
  38. </fdd:relationship>
  39. <fdd:relationship>
  40. <fdd:typeOfRelationship>Has later version</fdd:typeOfRelationship>
  41. <fdd:relatedTo>
  42. <fdd:id>fdd000236</fdd:id>
  43. <fdd:shortName>WARC</fdd:shortName>
  44. <fdd:titleName>Web ARChive file format</fdd:titleName>
  45. </fdd:relatedTo>
  46. </fdd:relationship>
  47. </fdd:relationships>
  48. </fdd:identificationAndDescription>
  49. <fdd:localUse>
  50. <fdd:experience>LC has substantial volumes of captured web sites in the ARC_IA format. See <a href="http://www.loc.gov/webarchiving/technical.html">http://www.loc.gov/webarchiving/technical.html</a></fdd:experience>
  51. <fdd:preference>LC's preferred format for harvested Web sites harvested in bulk is now <fddLink id="fdd000236">WARC</fddLink>. ARC is acceptable as a legacy format.</fdd:preference>
  52. </fdd:localUse>
  53. <fdd:sustainabilityFactors>
  54. <fdd:disclosure>Developed by the Internet Archive (Brewster Kahle). Documentation and tools to use files in the format freely available.
  55. </fdd:disclosure>
  56. <fdd:documentation>Described at <a href="http://www.archive.org/web/researcher/ArcFileFormat.php">http://www.archive.org/web/researcher/ArcFileFormat.php</a>
  57. </fdd:documentation>
  58. <fdd:adoption>The file format developed for the <a href="http://crawler.archive.org/">Heritrix</a> web crawler, supported by the <a href="http://netpreserve.org/about/index.php">International Internet Preservation Consortium</a>.</fdd:adoption>
  59. <fdd:licensingAndPatents>
  60. None.
  61. </fdd:licensingAndPatents>
  62. <fdd:transparency>The wrapper is transparent; contained data varies.
  63. </fdd:transparency>
  64. <fdd:selfDocumentation>In the ARC files containing the actual archived "documents" (html, gif, jpeg, ps, etc.) each document is preceded by some header information about the document: the document file format, the document size, outward links that the document contains, etc. At the Internet Archive, each ARC file has a corresponding DAT file that contains only the header information. </fdd:selfDocumentation>
  65. <fdd:externalDependencies>User access depends on large-scale indexing of a corpus of ARC files or a separate copy of the record headers (e.g. Internet Archive DAT files). Indexing the DAT files can support user access by URL and date, as in the <a href="http://www.archive.org/web/web.php">Wayback Machine</a>.
  66. </fdd:externalDependencies>
  67. <fdd:techProtection>
  68. None.
  69. </fdd:techProtection>
  70. </fdd:sustainabilityFactors>
  71. <fdd:qualityAndFunctionalityFactors>
  72. <fdd:webArchiveQF>
  73. <fdd:normalWeb>Supported through Internet Archive's <a href="http://www.archive.org/web/web.php">Wayback Machine</a> or equivalent tool.</fdd:normalWeb>
  74. <fdd:docHarvest>Allows for basic information about the time of harvesting, the IP address of the harvesting machine, Internet Media Type (MIME type) and response code for the harvest transaction, etc.</fdd:docHarvest>
  75. <fdd:efficiency>Excellent for efficient bulk harvesting and efficient indexing for access by URL and date. The use of coordinated ARC and DAT files is one way to support efficient indexing for such access.</fdd:efficiency>
  76. <fdd:stewardship>The capabilities in ARC that support long-term management of a corpus of web archive files is basic. <fddLink id="fdd000236">WARC</fddLink> was developed as an extension to ARC, in part to provide better capabilities for managing Web archives for the long term. See <a href="../content/webarch_quality.shtml">
  77. Web Sites and Pages: Quality and Functionality Factors</a>.</fdd:stewardship>
  78. </fdd:webArchiveQF>
  79. </fdd:qualityAndFunctionalityFactors>
  80. <fdd:fileTypeSignifiers>
  81. <fdd:signifiersGroup>
  82. <fdd:filenameExtension>
  83. <fdd:sigValues>
  84. <fdd:sigValue>arc</fdd:sigValue>
  85. </fdd:sigValues>
  86. <fdd:note>ARC files are not typically transmitted to users or used in ways that depend on recognition by file type.</fdd:note>
  87. </fdd:filenameExtension>
  88. </fdd:signifiersGroup>
  89. </fdd:fileTypeSignifiers>
  90. <fdd:formatSpecifications>
  91. <fdd:urls>
  92. <fdd:url>
  93. <fdd:urlReference>
  94. <link>http://www.archive.org/web/researcher/ArcFileFormat.php</link>
  95. <tag>Internet Archive: Research Access, ARC file format</tag>
  96. <comment/>
  97. </fdd:urlReference>
  98. </fdd:url>
  99. <fdd:url>
  100. <fdd:urlReference>
  101. <link>http://www.archive.org/web/researcher/dat_file_format.php</link>
  102. <tag>Internet Archive: Research Access, DAT file format</tag>
  103. <comment/>
  104. </fdd:urlReference>
  105. </fdd:url>
  106. </fdd:urls>
  107. </fdd:formatSpecifications>
  108. <fdd:usefulReferences>
  109. <fdd:urls>
  110. <fdd:url>
  111. <fdd:urlReference>
  112. <link>http://www.archive.org/web/researcher/data_available.php</link>
  113. <tag>Internet Archive: Research Access, Data Available</tag>
  114. <comment/>
  115. </fdd:urlReference>
  116. </fdd:url>
  117. <fdd:url>
  118. <fdd:urlReference>
  119. <link>http://www.archive.org/web/web.php</link>
  120. <tag>Internet Archive: Wayback Machine</tag>
  121. <comment/>
  122. </fdd:urlReference>
  123. </fdd:url>
  124. <fdd:url>
  125. <fdd:urlReference>
  126. <link>http://crawler.archive.org/articles/developer_manual/arcs.html</link>
  127. <tag>Heritrix developer documentation: Chapter 13. Internet Archive ARC files</tag>
  128. <comment/>
  129. </fdd:urlReference>
  130. </fdd:url>
  131. </fdd:urls>
  132. </fdd:usefulReferences>
  133. </fdd:FDD>