<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AndyJackson</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AndyJackson"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/AndyJackson"/>
		<updated>2026-04-23T19:55:39Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Shapefile</id>
		<title>Shapefile</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Shapefile"/>
				<updated>2026-04-22T12:01:17Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Format documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Geospatial&lt;br /&gt;
|extensions={{ext|shp}}, {{ext|shx}}, {{ext|dbf}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000280}}, {{LoCFDD|fdd000326}}&lt;br /&gt;
|pronom={{PRONOM|x-fmt/235}}, {{PRONOM|fmt/277}}&lt;br /&gt;
}}&lt;br /&gt;
The '''Shapefile''' from [[ESRI]] is a proprietary but openly documented and widely used geospatial vector format.  A shapefile can store a collection of geospatial features (points, lines, and/or polygons) together with attribute details (such as labels and associated measurements) for the features.  A shapefile is actually a cluster of files, which share an 8-character filename, but use different extensions.  A shapefile consists minimally of a main file, an index file, and a [[DBF|dBASE]] table (.shp, .shx, and .dbf). The cluster of files is typically stored in the same file directory or project workspace. The main file (.shp) contains the primary geographic reference data in the shapefile.  The .dbf file (in dBase format) stores the attribute data.  The .shx file is a positional index to features in the .shp file.&lt;br /&gt;
&lt;br /&gt;
== Format documentation ==&lt;br /&gt;
* [http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf ESRI Shapefile Technical Description] ESRI, July 1998&lt;br /&gt;
* [https://desktop.arcgis.com/en/arcmap/latest/manage-data/shapefiles/shapefile-file-extensions.htm Shapefile file extensions] - describing the multi-part format file name and extension conventions.&lt;br /&gt;
&lt;br /&gt;
== Metaformat files ==&lt;br /&gt;
&lt;br /&gt;
* {{Synalysis|shp|Synalysis grammar file for SHP}}&lt;br /&gt;
* {{Synalysis|shx|Synalysis grammar file for SHX}}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://www.osgeo.org/gdal_ogr Geospatial Data Abstraction Library (GDAL/OGR)] Cross platform C++ translator library for raster and vector geospatial data formats&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* {{DexvertSamples|image/esriShape}}&lt;br /&gt;
* [https://gis-pdx.opendata.arcgis.com/ City of Portland Open GeoData]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[E00]]&lt;br /&gt;
&lt;br /&gt;
== Other links and references ==&lt;br /&gt;
* [[Wikipedia:Shapefile|Shapefile : Wikipedia]]&lt;br /&gt;
* [http://www.digitalpreservation.gov/formats/fdd/fdd000280.shtml ESRI Shapefile, from Library of Congress resource on Sustainability of Digital Formats]&lt;br /&gt;
* [http://www.digitalpreservation.gov/formats/fdd/fdd000326.shtml dBASE Table for ESRI Shapefile (DBF), from Library of Congress resource on Sustainability of Digital Formats]&lt;br /&gt;
&lt;br /&gt;
[[Category:Multi-file formats]]&lt;br /&gt;
[[Category:Esri]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Shapefile</id>
		<title>Shapefile</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Shapefile"/>
				<updated>2026-04-22T09:17:25Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Sample files */ Dexvert samples appear to have reclassified as images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Geospatial&lt;br /&gt;
|extensions={{ext|shp}}, {{ext|shx}}, {{ext|dbf}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000280}}, {{LoCFDD|fdd000326}}&lt;br /&gt;
|pronom={{PRONOM|x-fmt/235}}, {{PRONOM|fmt/277}}&lt;br /&gt;
}}&lt;br /&gt;
The '''Shapefile''' from [[ESRI]] is a proprietary but openly documented and widely used geospatial vector format.  A shapefile can store a collection of geospatial features (points, lines, and/or polygons) together with attribute details (such as labels and associated measurements) for the features.  A shapefile is actually a cluster of files, which share an 8-character filename, but use different extensions.  A shapefile consists minimally of a main file, an index file, and a [[DBF|dBASE]] table (.shp, .shx, and .dbf). The cluster of files is typically stored in the same file directory or project workspace. The main file (.shp) contains the primary geographic reference data in the shapefile.  The .dbf file (in dBase format) stores the attribute data.  The .shx file is a positional index to features in the .shp file.&lt;br /&gt;
&lt;br /&gt;
== Format documentation ==&lt;br /&gt;
* [http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf ESRI Shapefile Technical Description] ESRI, July 1998&lt;br /&gt;
&lt;br /&gt;
== Metaformat files ==&lt;br /&gt;
&lt;br /&gt;
* {{Synalysis|shp|Synalysis grammar file for SHP}}&lt;br /&gt;
* {{Synalysis|shx|Synalysis grammar file for SHX}}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://www.osgeo.org/gdal_ogr Geospatial Data Abstraction Library (GDAL/OGR)] Cross platform C++ translator library for raster and vector geospatial data formats&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* {{DexvertSamples|image/esriShape}}&lt;br /&gt;
* [https://gis-pdx.opendata.arcgis.com/ City of Portland Open GeoData]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[E00]]&lt;br /&gt;
&lt;br /&gt;
== Other links and references ==&lt;br /&gt;
* [[Wikipedia:Shapefile|Shapefile : Wikipedia]]&lt;br /&gt;
* [http://www.digitalpreservation.gov/formats/fdd/fdd000280.shtml ESRI Shapefile, from Library of Congress resource on Sustainability of Digital Formats]&lt;br /&gt;
* [http://www.digitalpreservation.gov/formats/fdd/fdd000326.shtml dBASE Table for ESRI Shapefile (DBF), from Library of Congress resource on Sustainability of Digital Formats]&lt;br /&gt;
&lt;br /&gt;
[[Category:Multi-file formats]]&lt;br /&gt;
[[Category:Esri]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Shapefile</id>
		<title>Shapefile</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Shapefile"/>
				<updated>2026-04-22T09:11:08Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Sample files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Geospatial&lt;br /&gt;
|extensions={{ext|shp}}, {{ext|shx}}, {{ext|dbf}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000280}}, {{LoCFDD|fdd000326}}&lt;br /&gt;
|pronom={{PRONOM|x-fmt/235}}, {{PRONOM|fmt/277}}&lt;br /&gt;
}}&lt;br /&gt;
The '''Shapefile''' from [[ESRI]] is a proprietary but openly documented and widely used geospatial vector format.  A shapefile can store a collection of geospatial features (points, lines, and/or polygons) together with attribute details (such as labels and associated measurements) for the features.  A shapefile is actually a cluster of files, which share an 8-character filename, but use different extensions.  A shapefile consists minimally of a main file, an index file, and a [[DBF|dBASE]] table (.shp, .shx, and .dbf). The cluster of files is typically stored in the same file directory or project workspace. The main file (.shp) contains the primary geographic reference data in the shapefile.  The .dbf file (in dBase format) stores the attribute data.  The .shx file is a positional index to features in the .shp file.&lt;br /&gt;
&lt;br /&gt;
== Format documentation ==&lt;br /&gt;
* [http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf ESRI Shapefile Technical Description] ESRI, July 1998&lt;br /&gt;
&lt;br /&gt;
== Metaformat files ==&lt;br /&gt;
&lt;br /&gt;
* {{Synalysis|shp|Synalysis grammar file for SHP}}&lt;br /&gt;
* {{Synalysis|shx|Synalysis grammar file for SHX}}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://www.osgeo.org/gdal_ogr Geospatial Data Abstraction Library (GDAL/OGR)] Cross platform C++ translator library for raster and vector geospatial data formats&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* {{DexvertSamples|poly/esriShape}}&lt;br /&gt;
* [https://gis-pdx.opendata.arcgis.com/ City of Portland Open GeoData]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[E00]]&lt;br /&gt;
&lt;br /&gt;
== Other links and references ==&lt;br /&gt;
* [[Wikipedia:Shapefile|Shapefile : Wikipedia]]&lt;br /&gt;
* [http://www.digitalpreservation.gov/formats/fdd/fdd000280.shtml ESRI Shapefile, from Library of Congress resource on Sustainability of Digital Formats]&lt;br /&gt;
* [http://www.digitalpreservation.gov/formats/fdd/fdd000326.shtml dBASE Table for ESRI Shapefile (DBF), from Library of Congress resource on Sustainability of Digital Formats]&lt;br /&gt;
&lt;br /&gt;
[[Category:Multi-file formats]]&lt;br /&gt;
[[Category:Esri]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/BagIt</id>
		<title>BagIt</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/BagIt"/>
				<updated>2025-02-10T13:33:04Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|subcat=Archiving&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''BagIt''' is a container format defined in an Internet Draft: https://tools.ietf.org/html/draft-kunze-bagit-12 .  BagIt is a hierarchical file packaging format designed for storage and transfer of arbitrary digital content.  A bag consists of a &amp;quot;payload&amp;quot; and &amp;quot;tags&amp;quot;.  The payload is treated as opaque; the tags are metadata files intended to document the payload contents and transfer of the bag.  A bag must contain at least one 'manifest' file that lists the payload files and checksums using a declared  algorithm.  Optionally, additional metadata can be stored in tag and info files following naming and syntax rules in the specification. For transfer, a BagIt structure is typically packed into a [[ZIP]] or .tar.gz file ([[Tape Archive]] + [[gzip]]). The [[Mailbag]] spec (under development as of 2021) is an extension of BagIt.&lt;br /&gt;
&lt;br /&gt;
== Spec ==&lt;br /&gt;
* RFC 8493&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://wiki.ucop.edu/display/Curation/BagIt BagIt File Packaging Format] Has links to several software tools and libraries.&lt;br /&gt;
* [https://github.com/edsu/fondz fondz: generate archival description from bags]&lt;br /&gt;
* [https://github.com/finoradin/pre-ingest copy / bag / validate utility]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [https://wiki.ucop.edu/display/Curation/BagIt BagIt File Packaging Format] From CDL (California Digital Library), University of California.&lt;br /&gt;
* [https://tools.ietf.org/html/draft-kunze-bagit-12 The BagIt File Packaging Format (V0.97) (Internet draft, rev 12)]&lt;br /&gt;
* [https://tools.ietf.org/html/draft-kunze-bagit-11 The BagIt File Packaging Format (V0.97) (Internet draft, rev 11)]&lt;br /&gt;
* [https://tools.ietf.org/html/draft-kunze-bagit-10 The BagIt File Packaging Format (V0.97) (Internet draft, rev 10)]&lt;br /&gt;
* [http://www.digitalpreservation.gov/documents/bagitspec.pdf The BagIt File Packaging Format (V0.97) (old copy at Library of Congress, rev 7)]&lt;br /&gt;
* [[Wikipedia:BagIt|Wikipedia article]]&lt;br /&gt;
* [https://alexwlchan.net/2025/bagit-errors/ Unexpected errors in the BagIt area] - Detailed advice on how to approach testing your Bags.&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/DVD</id>
		<title>DVD</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/DVD"/>
				<updated>2024-12-02T09:01:46Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=physical&lt;br /&gt;
|subcat=Optical Discs&lt;br /&gt;
|thiscat=DVD&lt;br /&gt;
|released=1995&lt;br /&gt;
|image=Dvd.jpg&lt;br /&gt;
|caption=DVD&lt;br /&gt;
}}&lt;br /&gt;
'''DVD''' ('''Digital Versatile Disc''', formerly '''Digital Video Disc''') is an [[Optical Discs|optical disc]] storage format. DVDs can be single- or double-sided, and each side can be single- or dual-layer recorded. A variant of [[MPEG-2]] encoding is used for video streams, which results in [[Packetized Elementary Stream]] packets containing the data (including subsidiary items such as subtitles).&lt;br /&gt;
&lt;br /&gt;
DVDs overtook [[VHS]] tapes as the dominant format for video sales and rentals in the 2000s. The [[HD-DVD]] and [[Blu-ray Disc]] formats dueled it out in a format war to be the successor of the DVD, with BluRay ultimately winning, but DVDs are still widely used alongside them. Digital [[Video|video formats]] (download or streaming) are increasing in popularity as a competitor to physical media.&lt;br /&gt;
&lt;br /&gt;
== Encoding formats ==&lt;br /&gt;
&lt;br /&gt;
* [[DVD-Video]]&lt;br /&gt;
* [[DVD-Audio]]&lt;br /&gt;
* [[DVD-VR]]&lt;br /&gt;
* [[DVD-AR]]&lt;br /&gt;
* [[DVD-ROM]]&lt;br /&gt;
* [[DVD-R]]&lt;br /&gt;
* [[DVD+R]]&lt;br /&gt;
* [[DVD-RW]]&lt;br /&gt;
* [[DVD+RW]]&lt;br /&gt;
* [[DVD-RAM]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[MiniDVD]]&lt;br /&gt;
* [[VOB]]&lt;br /&gt;
* [[Content Scramble System]]&lt;br /&gt;
* [[CPPM|Content Protection for Prerecorded Media]]&lt;br /&gt;
* [[M-Disc]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [[Wikipedia:DVD]]&lt;br /&gt;
* [http://lifehacker.com/380702/five-best-dvd-ripping-tools Five best DVD ripping tools] (Lifehacker)&lt;br /&gt;
* [http://boingboing.net/2013/05/22/promotional-dvds-smell-like-pi.html Promotional DVDs smell like pizza when played]&lt;br /&gt;
* [http://boingboing.net/2014/02/13/tell-the-irs-that-mountains-of.html Tell the IRS that mountains of DVDs are a stupid way to distribute public records]&lt;br /&gt;
* [http://www.digitizationguidelines.gov/audio-visual/documents/Preserve_DVDs_BloodReport_20140901.pdf Preserving Write-Once DVDs (PDF)]&lt;br /&gt;
* [http://dvd.sourceforge.net/dvdinfo/ DVD-Video Information]&lt;br /&gt;
* [https://en.wikibooks.org/wiki/Inside_DVD-Video/Directory_Structure WikiBooks - Inside DVD-Video/Directory Structure]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/CD</id>
		<title>CD</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/CD"/>
				<updated>2024-08-24T13:39:30Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Links */ Adding an article about pregaps.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=physical&lt;br /&gt;
|subcat=Optical Discs&lt;br /&gt;
|thiscat=CD&lt;br /&gt;
|released=1982&lt;br /&gt;
}}&lt;br /&gt;
The '''CD''' (Compact Disc) is a popular medium for recorded sound as well as computer data, developed by Philips and Sony. It is a laser-read optical disc. Discs of the same size were later used for the [[DVD]] and [[Blu-ray Disc]] formats, allowing the same player to support all of these formats.&lt;br /&gt;
&lt;br /&gt;
== Types ==&lt;br /&gt;
* [[CD-DA]] (Compact Disc Digital Audio or Red Book)&lt;br /&gt;
* [[CD-Extra]] (Blue Book)&lt;br /&gt;
* [[CD-MIDI]]&lt;br /&gt;
* [[CD-ROM]] (Yellow Book)&lt;br /&gt;
* [[CD-ROM XA]]&lt;br /&gt;
* [[DD-CD]] (Double-density Compact Disc)&lt;br /&gt;
* [[Enhanced CD]]&lt;br /&gt;
* [[Linked MultiSession]]&lt;br /&gt;
* [[Photo CD]] (Beige Book)&lt;br /&gt;
* [[CD+G]] (CD+Graphics (Karaoke))&lt;br /&gt;
* [[CD-i]] (Green Book)&lt;br /&gt;
* [[SACD]] (Super Audio CD or Scarlet Book)&lt;br /&gt;
* [[VCD]] (Video CD or White Book)&lt;br /&gt;
** [[Super Video CD]]&lt;br /&gt;
* [[HighMAT]]&lt;br /&gt;
&lt;br /&gt;
== Imaging/Ripping CDs ==&lt;br /&gt;
&lt;br /&gt;
* [https://forensics.wiki/tags/#disk-imaging ForensicsWiki:Disk Imaging]&lt;br /&gt;
* [https://gist.github.com/bitsgalore/1bea8f015eca21a706e7#file-notescdimaging-md CD imaging notes + sample tool output] by [[User:Johanvanderknijff]]&lt;br /&gt;
* Developing a Robust Migration Workflow for Preserving and Curating Hand-held Media [http://anjackson.net/keeping-codes/practice/developing-a-robust-migration-workflow-for-preserving-and-curating-handheld-media.html html], [http://arxiv.org/abs/1309.4932 pdf pre-print].&lt;br /&gt;
* [http://wiki.opf-labs.org/display/SPR/Audio+CD+Preservation SPRUCE/OPF Audio CD Preservation]&lt;br /&gt;
* [https://www.bitsgalore.org/2015/11/13/preserving-optical-media-from-the-command-line Preserving optical media from the command line]&lt;br /&gt;
&lt;br /&gt;
== Format information ==&lt;br /&gt;
* [https://www.gnu.org/software/libcdio/libcdio.html#CD-Formats CD Formats overview] - GNU libcdio documentation&lt;br /&gt;
* [https://byuu.net/compact-discs/structure Compact Disc Structure] (byuu.net)&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:Compact disc|Wikipedia article]]&lt;br /&gt;
* [http://www.youtube.com/watch?v=ut_40U0t9pU How It's Made: Compact Discs (video)] &lt;br /&gt;
* [http://www.digitalmusicnews.com/permalink/2014/03/20/entourage-music-supervisor-throws-out-cds Entourage Music Supervisor Throws Out CDs On The Street]&lt;br /&gt;
* [http://www.openplanetsfoundation.org/comment/559 Establishing a Workflow Model for Audio CD Preservation]&lt;br /&gt;
* [https://instagram.com/p/1qs52OMeM9/ It turns out that your CD drives really don't like having CDs explode inside them]&lt;br /&gt;
* [http://www.filfre.net/2016/09/a-slow-motion-revolution/ A Slow-Motion Revolution] - History of the CD-ROM (including CD-I)&lt;br /&gt;
* [https://www.youtube.com/watch?v=_Tx6TYnPat8 Video: Introducing the amazing Compact Disc (1982)]&lt;br /&gt;
* [https://tedium.co/2024/07/06/compact-disc-pregap-history/  Mind The Pregap - Pondering the compatibility issues and complications of a clever element of the audio CD hidden track boom: The before-album pregap.]&lt;br /&gt;
&lt;br /&gt;
[[Category:Philips]]&lt;br /&gt;
[[Category:Sony]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/User:AndyJackson</id>
		<title>User:AndyJackson</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/User:AndyJackson"/>
				<updated>2024-08-23T08:11:00Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Update contact details&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you need to get in touch, use [https://digipres.club/@anj Mastodon] or the other contact details on [http://anjackson.net/ my own page].&lt;br /&gt;
&lt;br /&gt;
Experiments&lt;br /&gt;
* [[User:AndyJackson/CIF]]&lt;br /&gt;
* Templates&lt;br /&gt;
** [[Template:File Format/Preload]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/QuickTime</id>
		<title>QuickTime</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/QuickTime"/>
				<updated>2024-08-23T08:09:42Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Replacing broken link with archived version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Video&lt;br /&gt;
|extensions={{ext|mov}}&lt;br /&gt;
|mimetypes={{mimetype|video/quicktime}}&lt;br /&gt;
|pronom={{PRONOM|x-fmt/384}}&lt;br /&gt;
|wikidata={{wikidata|Q942350}}&lt;br /&gt;
|kaitai struct=quicktime_mov&lt;br /&gt;
}}&lt;br /&gt;
:''&amp;quot;MOV&amp;quot; redirects here. For another MOV format, see [[Electronic Arts MOV]]. For movie formats in general, see [[Video]].''&lt;br /&gt;
&lt;br /&gt;
'''QuickTime''' is a container format developed by Apple Computer, Inc.  It is usually used to wrap video content, but can also be used to wrap sound and still image data.  &lt;br /&gt;
&lt;br /&gt;
The QuickTime format was used as the basis for the international standard [[MPEG-4]] format.&lt;br /&gt;
&lt;br /&gt;
A now-deprecated related format for still images taken from a QuickTime video is [[QTIF]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
QuickTime was originally released in 1991 following years of internal development. &lt;br /&gt;
QuickTime exists in 7 minor format releases from 1991 (1.x) through 2016 (7.x). &lt;br /&gt;
A major upgrade to the platform occurred in 2009 with QuickTime X. &lt;br /&gt;
The current version of classic QuickTime is 7.7.9 as of 2016. &lt;br /&gt;
QuickTime X is At version 10.5&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
See [[boxes/atoms format]]. Starting in 2004, the QuickTime movie file specification has been based on [[ISO Base Media File Format]], with a brand of &amp;quot;&amp;lt;code&amp;gt;qt&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Quicktime VR ==&lt;br /&gt;
In the past, the Quicktime format has been used as a container for so called Virtual Reality (or rather, 360 degree panorama) data. Not clear how to identify. File extensions usually just .mov, but may be .qt or more specifically .qvr (possibly .qtvr?).&lt;br /&gt;
&lt;br /&gt;
* [http://www.mactech.com/articles/mactech/Vol.12/12.05/QTVRTutorial/index.html Getting started with QuickTime VR] - tutorial from February, 1996.]&lt;br /&gt;
** Mentions &amp;quot;creator/file type of the downloaded movie to QuickTime VR’s 'vrod'/'MooV'&amp;quot;, which may be the type?&lt;br /&gt;
** ffprobe shows &amp;quot;Stream #0:1(eng): Data: none (pano / 0x6F6E6170), 0 kb/s&amp;quot;, so I presume 'pano' is the ftyp/FourCC?&lt;br /&gt;
** &amp;quot;The media type of the panorama track is 'pano'.&amp;quot; from Quicktime file format specification, page 289.&lt;br /&gt;
* [https://web.archive.org/web/20150710224427/http://www.synthetic-ap.com/qtvr/qtvrsamp.html Example Quicktime VR files]&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
&lt;br /&gt;
* [https://developer.apple.com/standards/classic-quicktime/ QuickTime File Format Specification (classic, 2001)] &lt;br /&gt;
* [https://developer.apple.com/library/content/documentation/QuickTime/QTFF/ QuickTime File Format Specification (current version)]&lt;br /&gt;
&lt;br /&gt;
== Metaformat files ==&lt;br /&gt;
&lt;br /&gt;
* {{Synalysis|qt}}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [[Konvertor]]&lt;br /&gt;
* [http://archive.org/download/PowerPlay0597/PowerPlay0597.iso01.iso/TOOLS/Qtime/QT32INST.EXE QuickTime 2.1.2 for Windows (c. 1997)]&lt;br /&gt;
* [http://www.apple.com/quicktime/download/ Current QuickTime download]&lt;br /&gt;
* [[FFmpeg]]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [http://support.apple.com/kb/HT1425 Apple's sample QuickTime files in several encodings]&lt;br /&gt;
* {{DexvertSamples|video/mov}}&lt;br /&gt;
* {{DexvertSamples|audio/quickTimeAudio}}&lt;br /&gt;
* http://samples.mplayerhq.hu/mov/&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Boxes/atoms format]]&lt;br /&gt;
* [[ISO Base Media File Format]]&lt;br /&gt;
* [[MPEG-4]]&lt;br /&gt;
* [[PICT]]&lt;br /&gt;
* [[QTIF]]&lt;br /&gt;
* [[QuickTime Animation]]&lt;br /&gt;
&lt;br /&gt;
== Links and references ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.apple.com/quicktime/ Official site]&lt;br /&gt;
* [[Wikipedia:QuickTime|QuickTime : Wikipedia]]&lt;br /&gt;
* {{EGFF|quicktime|QuickTime File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]]&lt;br /&gt;
* [http://scarygoround.com/index.php?date=20110408 Even comic-strip people can have trouble getting those things to play...]&lt;br /&gt;
&lt;br /&gt;
[[Category:Apple]]&lt;br /&gt;
[[Category:Box file format]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/User:AndyJackson</id>
		<title>User:AndyJackson</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/User:AndyJackson"/>
				<updated>2024-08-05T12:20:16Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you need to get in touch, use [http://twitter.com/anjacks0n Twitter] or [http://anjackson.net/contact my own contact page].&lt;br /&gt;
&lt;br /&gt;
Experiments&lt;br /&gt;
* [[User:AndyJackson/CIF]]&lt;br /&gt;
* Templates&lt;br /&gt;
** [[Template:File Format/Preload]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/CD</id>
		<title>CD</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/CD"/>
				<updated>2015-10-20T20:44:10Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=physical&lt;br /&gt;
|subcat=Optical Discs&lt;br /&gt;
|thiscat=CD&lt;br /&gt;
|released=1982&lt;br /&gt;
}}&lt;br /&gt;
The '''CD''' (Compact Disc) is a popular medium for recorded sound as well as computer data. It is a laser-read optical disc. Discs of the same size were later used for the [[DVD]] and [[Blu-ray Disc]] formats, allowing the same player to support all of these formats.&lt;br /&gt;
&lt;br /&gt;
== Types ==&lt;br /&gt;
* [[CD-DA]] (Compact Disc Digital Audio or Red Book)&lt;br /&gt;
* [[CD-MIDI]]&lt;br /&gt;
* [[CD-ROM]] (Yellow Book)&lt;br /&gt;
* [[DD-CD]] (Double-density Compact Disc)&lt;br /&gt;
* [[Enhanced CD]]&lt;br /&gt;
* [[Photo CD]] (Beige Book)&lt;br /&gt;
* [[CD-i]] (Green Book)&lt;br /&gt;
* [[SACD]] (Super Audio CD or Scarlet Book)&lt;br /&gt;
* [[VCD]] (Video CD or White Book)&lt;br /&gt;
** [[Super Video CD]]&lt;br /&gt;
&lt;br /&gt;
== Imaging/Ripping CDs ==&lt;br /&gt;
&lt;br /&gt;
* [http://forensicswiki.org/wiki/Category:Disk_Imaging ForensicsWiki:Disk Imaging]&lt;br /&gt;
* [https://gist.github.com/bitsgalore/1bea8f015eca21a706e7#file-notescdimaging-md CD imaging notes + sample tool output] by [[User:Johanvanderknijff]]&lt;br /&gt;
* Developing a Robust Migration Workflow for Preserving and Curating Hand-held Media [http://anjackson.net/keeping-codes/practice/developing-a-robust-migration-workflow-for-preserving-and-curating-handheld-media.html html], [http://arxiv.org/abs/1309.4932 pdf pre-print].&lt;br /&gt;
* [http://wiki.opf-labs.org/display/SPR/Audio+CD+Preservation SPRUCE/OPF Audio CD Preservation]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:Compact disc|Wikipedia article]]&lt;br /&gt;
* [http://www.youtube.com/watch?v=ut_40U0t9pU How It's Made: Compact Discs (video)] &lt;br /&gt;
* [http://www.digitalmusicnews.com/permalink/2014/03/20/entourage-music-supervisor-throws-out-cds Entourage Music Supervisor Throws Out CDs On The Street]&lt;br /&gt;
* [http://www.openplanetsfoundation.org/comment/559 Establishing a Workflow Model for Audio CD Preservation]&lt;br /&gt;
* [https://instagram.com/p/1qs52OMeM9/ It turns out that your CD drives really don't like having CDs explode inside them]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/CD</id>
		<title>CD</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/CD"/>
				<updated>2015-10-20T20:43:22Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Adding some links to notes on ripping CDs.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=physical&lt;br /&gt;
|subcat=Optical Discs&lt;br /&gt;
|thiscat=CD&lt;br /&gt;
|released=1982&lt;br /&gt;
}}&lt;br /&gt;
The '''CD''' (Compact Disc) is a popular medium for recorded sound as well as computer data. It is a laser-read optical disc. Discs of the same size were later used for the [[DVD]] and [[Blu-ray Disc]] formats, allowing the same player to support all of these formats.&lt;br /&gt;
&lt;br /&gt;
== Types ==&lt;br /&gt;
* [[CD-DA]] (Compact Disc Digital Audio or Red Book)&lt;br /&gt;
* [[CD-MIDI]]&lt;br /&gt;
* [[CD-ROM]] (Yellow Book)&lt;br /&gt;
* [[DD-CD]] (Double-density Compact Disc)&lt;br /&gt;
* [[Enhanced CD]]&lt;br /&gt;
* [[Photo CD]] (Beige Book)&lt;br /&gt;
* [[CD-i]] (Green Book)&lt;br /&gt;
* [[SACD]] (Super Audio CD or Scarlet Book)&lt;br /&gt;
* [[VCD]] (Video CD or White Book)&lt;br /&gt;
** [[Super Video CD]]&lt;br /&gt;
&lt;br /&gt;
== Imaging/Ripping CDs ==&lt;br /&gt;
&lt;br /&gt;
* [http://forensicswiki.org/wiki/Category:Disk_Imaging ForensicsWiki:Disk Imaging]&lt;br /&gt;
* [https://gist.github.com/bitsgalore/1bea8f015eca21a706e7#file-notescdimaging-md CD imaging notes + sample tool output] by [[User:Johanvanderknijff]]&lt;br /&gt;
* Developing a Robust Migration Workflow for Preserving and Curating Hand-held Media [http://anjackson.net/keeping-codes/practice/developing-a-robust-migration-workflow-for-preserving-and-curating-handheld-media.html html], [http://arxiv.org/abs/1309.4932 pdf pre-print].&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:Compact disc|Wikipedia article]]&lt;br /&gt;
* [http://www.youtube.com/watch?v=ut_40U0t9pU How It's Made: Compact Discs (video)] &lt;br /&gt;
* [http://www.digitalmusicnews.com/permalink/2014/03/20/entourage-music-supervisor-throws-out-cds Entourage Music Supervisor Throws Out CDs On The Street]&lt;br /&gt;
* [http://www.openplanetsfoundation.org/comment/559 Establishing a Workflow Model for Audio CD Preservation]&lt;br /&gt;
* [https://instagram.com/p/1qs52OMeM9/ It turns out that your CD drives really don't like having CDs explode inside them]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/OpenDocument_Text</id>
		<title>OpenDocument Text</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/OpenDocument_Text"/>
				<updated>2015-05-24T19:50:00Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Document&lt;br /&gt;
|extensions={{ext|fodt}}, {{ext|odt}}&lt;br /&gt;
|mimetypes={{mimetype|application/vnd.oasis.opendocument.text}}&lt;br /&gt;
|pronom={{PRONOM|fmt/136}},{{PRONOM|fmt/290}},{{PRONOM|fmt/291}}&lt;br /&gt;
|released=2005-05-01&lt;br /&gt;
}}&lt;br /&gt;
The '''OpenDocument Text''' format is one of a number of types of the [[OpenDocument|Open Document Format for Office Applications]] (commonly referred to as OpenDocument), an [[XML]]-based file format defined by the Organization for the Advancement of Structured Information Standards (OASIS) in 2005.&lt;br /&gt;
&lt;br /&gt;
OpenDocument Text can, like all [[OpenDocument]] files, be represented in one of two fashions - as a single XML document or as a collection of several sub-documents within a single package (commonly a [[ZIP]] archive). Generally, the extension '''.fodt''' is used for the uncommonly-used single XML documents and '''.odt''' for packaged sub-documents.&lt;br /&gt;
&lt;br /&gt;
== Image embedding issue ==&lt;br /&gt;
Both OpenOffice and LibreOffice are affected by a long-running bug where upon pasting an image into a document, only a ''hyperlink'' to the image is inserted by default (rather than the ''actual image data''). More details can be found [http://wiki.opf-labs.org/display/TR/Images+not+embedded+because+of+paste+as+link+bug+in+OpenOffice+and+LibreOffice here]. This bug was first reported in 2004, and as of 2013 it still hasn't been resolved.&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.oasis-open.org/standards#opendocumentv1.0 OpenDocument v1.0 specification]&lt;br /&gt;
* [https://www.oasis-open.org/standards#opendocumentv1.1 OpenDocument v1.1 specification]&lt;br /&gt;
* [https://www.oasis-open.org/standards#opendocumentv1.2 OpenDocument v1.2 specification]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/OpenDocument Wikipedia - OpenDocument]&lt;br /&gt;
&lt;br /&gt;
== Zipped Archive Structure ==&lt;br /&gt;
&lt;br /&gt;
When stored as a ZIP archive (with an .odt extension), it contains [[XML]] files describing text and relationships and [[JPEG]], [[PNG]], and other graphical files for pictures and other media included in the document.&lt;br /&gt;
&lt;br /&gt;
The layout of the regular ODT file is the following:&lt;br /&gt;
* META-INF&lt;br /&gt;
** manifest.xml&lt;br /&gt;
* Thumbnails&lt;br /&gt;
** thumbnail.png&lt;br /&gt;
* content.xml&lt;br /&gt;
* manifest.rdf&lt;br /&gt;
* meta.xml&lt;br /&gt;
* mimetype&lt;br /&gt;
* settings.xml&lt;br /&gt;
* styles.xml&lt;br /&gt;
&lt;br /&gt;
===Inner files description===&lt;br /&gt;
====manifest.xml====&lt;br /&gt;
Lists all the other xml files that are in this document. In the event of the simple document its contents maybe something like:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;!DOCTYPE manifest:manifest PUBLIC &amp;quot;-//OpenOffice.org//DTD Manifest 1.0//EN&amp;quot; &amp;quot;Manifest.dtd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;manifest:manifest xmlns:manifest=&amp;quot;urn:oasis:names:tc:opendocument:xmlns:manifest:1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;manifest:file-entry manifest:media-type=&amp;quot;application/vnd.oasis.opendocument.text&amp;quot; manifest:full-path=&amp;quot;/&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;manifest:file-entry manifest:media-type=&amp;quot;text/xml&amp;quot; manifest:full-path=&amp;quot;content.xml&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;manifest:file-entry manifest:media-type=&amp;quot;text/xml&amp;quot; manifest:full-path=&amp;quot;styles.xml&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;manifest:file-entry manifest:media-type=&amp;quot;text/xml&amp;quot; manifest:full-path=&amp;quot;meta.xml&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;manifest:file-entry manifest:media-type=&amp;quot;text/xml&amp;quot; manifest:full-path=&amp;quot;settings.xml&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/manifest:manifest&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====content.xml====&lt;br /&gt;
This is the file that contains all the text in the document.&lt;br /&gt;
&lt;br /&gt;
The root element is always &amp;amp;lt;office:document-content&amp;amp;gt;. To get the text without metadata you go through the following hierarchy:&lt;br /&gt;
* office:document-content&lt;br /&gt;
** office:body&lt;br /&gt;
*** office:text&lt;br /&gt;
&lt;br /&gt;
There you will find tags in the ''text'' namespace, that either mirror HTML in their names or are self-explanatory for the most part. Some examplese are:&lt;br /&gt;
* text:p - paragraph&lt;br /&gt;
* text:list - a listing that will have several text:list-item elements&lt;br /&gt;
* text:list-item - a single item of the list&lt;br /&gt;
&lt;br /&gt;
Each text tag may have text:style attribute that links it to the style that is defined in office:document-content &amp;gt; office:automatic-styles &amp;gt; style:style.&lt;br /&gt;
&lt;br /&gt;
====manifest.rdf====&lt;br /&gt;
[[RDF]] metadata. Most often the contents are just&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
  &amp;lt;rdf:RDF xmlns:rdf=&amp;quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;/rdf:RDF&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====meta.xml====&lt;br /&gt;
This is the metadata that somebody fills in to describe the document or is automatically recorded by the software. The root element is always office:document-meta. The contents are defined rather loosely, the editing software is advised not to delete tags that it doesn't recognise, since other software maybe using them. In practice deleting all the contents of office:document-meta &amp;gt; office:meta will not damage the document, and it can be considered non-essential information.&lt;br /&gt;
&lt;br /&gt;
====mimetype====&lt;br /&gt;
A text file that consists of&lt;br /&gt;
   application/vnd.oasis.opendocument.text&lt;br /&gt;
&lt;br /&gt;
====settings.xml====&lt;br /&gt;
Software specific settings of the document. The root tag is &amp;amp;lt;office:document-settings&amp;amp;gt;. No inner contents are required for the functioning document.&lt;br /&gt;
&lt;br /&gt;
====styles.xml====&lt;br /&gt;
Non-automatic document styles, that are held in &amp;amp;lt;office:document-styles&amp;amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office 2010 ==&lt;br /&gt;
&lt;br /&gt;
Microsoft Office 2010 seems to have some issues adhering to the OpenDocument standard. See the following link for more information;&lt;br /&gt;
&lt;br /&gt;
* [http://tbullock.comlore.com/2011/04/odf-12-support-in-microsoft-office.html Depth of Knowledge: ODF 1.2 Support in Microsoft Office]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [http://www.dan.info/sampledata/msword/testing.odt Sample document saved from Windows Word 2007]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://blog.riemann.cc/2013/04/23/versioning-of-openoffice-libreoffice-documents-using-git/ Versioning of OpenOffice/LibreOffice Documents Using Git]&lt;br /&gt;
* [http://wiki.opf-labs.org/display/TR/OpenDocument+Text OpenDocument Text entries in OPF File Format Risk Registry ]&lt;br /&gt;
* [https://updegrove.wordpress.com/2014/03/12/odf-vs-ooxml-war-of-the-words/ ODF vs. OOXML: War of the Words]&lt;br /&gt;
* [http://askubuntu.com/questions/60778/how-can-i-convert-an-odt-file-to-a-pdf How to convert ODT to PDF]&lt;br /&gt;
&lt;br /&gt;
[[Category:XML based file formats]]&lt;br /&gt;
[[Category:ZIP based file formats]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/OpenDocument</id>
		<title>OpenDocument</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/OpenDocument"/>
				<updated>2015-05-24T19:48:12Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Document&lt;br /&gt;
|pronom={{PRONOM|fmt/135}}, others&lt;br /&gt;
|extensions={{ext|odm}}, {{ext|odt}}, {{ext|ods}}, {{ext|odg}}, {{ext|odp}}, {{ext|odc}}, {{ext|odi}}, {{ext|odf}}, {{ext|odb}}, {{ext|ott}}, {{ext|ots}}, {{ext|otg}}, {{ext|otp}}, {{ext|otc}}, {{ext|oti}}, {{ext|otf}}, {{ext|oth}}, {{ext|fodt}}, {{ext|fods}}, {{ext|fodg}}, {{ext|fodp}}&lt;br /&gt;
|released=2005&lt;br /&gt;
}}&lt;br /&gt;
'''OpenDocument''', also known as '''Open Document Format for Office Applications''' or '''ODF''', is a family of file formats designed to be used by word processors, spreadsheet applications, and other office applications. These formats were developed by a group called OASIS, so they are sometimes referred to as &amp;quot;OASIS format&amp;quot; or &amp;quot;OASIS Open Document Format&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Formats ==&lt;br /&gt;
=== Documents ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Format&lt;br /&gt;
! MIME type&lt;br /&gt;
! Extension&lt;br /&gt;
! PRONOM&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Text]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.tex}}&lt;br /&gt;
|.odt, .fodt&lt;br /&gt;
|{{PRONOM|fmt/136}}, {{PRONOM|fmt/290}}, {{PRONOM|fmt/291}}&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Spreadsheet]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.spreadsheet}}&lt;br /&gt;
|.ods, .fods&lt;br /&gt;
|{{PRONOM|fmt/137}}, {{PRONOM|fmt/294}}, {{PRONOM|fmt/295}}&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Drawing]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.graphics}}&lt;br /&gt;
|.odg, .fodg&lt;br /&gt;
|{{PRONOM|fmt/139}}, {{PRONOM|fmt/296}}, {{PRONOM|fmt/297}}&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Presentation]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.presentation}}&lt;br /&gt;
|.odp, .fodp&lt;br /&gt;
|{{PRONOM|fmt/138}}, {{PRONOM|fmt/292}}, {{PRONOM|fmt/293}}&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Chart]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.chart}}&lt;br /&gt;
|.odc&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Image]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.image}}&lt;br /&gt;
|.odi&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Formula]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.formula}}&lt;br /&gt;
|.odf&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Database|OpenDocument Database Front End]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.base}}&amp;lt;br&amp;gt;{{mimetype|application/vnd.oasis.opendocument.database}}&lt;br /&gt;
|.odb&lt;br /&gt;
|{{PRONOM|fmt/140}}, {{PRONOM|fmt/444}}, {{PRONOM|fmt/424}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Format&lt;br /&gt;
! MIME type&lt;br /&gt;
! Extension&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Text Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.text-template}}&lt;br /&gt;
|.ott&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Spreadsheet Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.spreadsheet-template}}&lt;br /&gt;
|.ots&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Drawing Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.graphic-template}}&lt;br /&gt;
|.otg&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Presentation Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.presentation-template}}&lt;br /&gt;
|.otp&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Chart Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.chart-template}}&lt;br /&gt;
|.otc&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Image Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.image-template}}&lt;br /&gt;
|.oti&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Formula Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.formula-template}}&lt;br /&gt;
|.otf&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument HTML Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.text-web}}&lt;br /&gt;
|.oth&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Format&lt;br /&gt;
! MIME type&lt;br /&gt;
! Extension&lt;br /&gt;
|-&lt;br /&gt;
|Global Text Document&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.text-master}}&lt;br /&gt;
|.odm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
In most cases, OpenDocument files begin with the ASCII string &amp;quot;&amp;lt;code&amp;gt;PK&amp;lt;/code&amp;gt;&amp;quot;, have &amp;quot;&amp;lt;code&amp;gt;mimetype&amp;lt;/code&amp;gt;&amp;quot; at offset 30, and &amp;quot;&amp;lt;code&amp;gt;application/vnd.oasis.opendocument.&amp;lt;/code&amp;gt;&amp;quot; at offset 38.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://www.oasis-open.org/standards#opendocumentv1.0 OpenDocument v1.0 specification]&lt;br /&gt;
* [https://www.oasis-open.org/standards#opendocumentv1.1 OpenDocument v1.1 specification]&lt;br /&gt;
* [https://www.oasis-open.org/standards#opendocumentv1.2 OpenDocument v1.2 specification]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [[Wikipedia:OpenDocument software|Wikipedia: OpenDocument software]]&lt;br /&gt;
* [[Wikipedia:Comparison of OpenDocument software|Wikipedia: Comparison of OpenDocument software]]&lt;br /&gt;
* [http://webodf.org/ WebODF]&lt;br /&gt;
* [http://sourceforge.net/p/libwpd/wiki/libodfgen/ libodfgen library]&lt;br /&gt;
* [https://incubator.apache.org/odftoolkit/ ODF Toolkit] (Java) including:&lt;br /&gt;
** [https://incubator.apache.org/odftoolkit/conformance/ODFValidator.html ODF Validator] (a cloud-hosted version of the validator is running [https://odf-validator.rhcloud.com/ here].&lt;br /&gt;
&lt;br /&gt;
=== ODF version support over time ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | ODF version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Date of standard approval by OASIS&amp;lt;!-- intl. community wants intl iso standard date formats --&amp;gt;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | First supporting version of the software&lt;br /&gt;
|-&lt;br /&gt;
| | ODF 1.0&lt;br /&gt;
| | 2005-05-01&lt;br /&gt;
| | OpenOffice.org 1.1.5 or StarOffice 7&lt;br /&gt;
|-&lt;br /&gt;
| | ODF 1.1&lt;br /&gt;
| | 2007-02-02&lt;br /&gt;
| | OpenOffice.org 2.2 or StarOffice 8 Update 4&lt;br /&gt;
|-&lt;br /&gt;
| | ODF 1.2&lt;br /&gt;
| | 2011-09-30&lt;br /&gt;
| | OpenOffice.org 3, StarOffice 9, Oracle Open Office&lt;br /&gt;
|-&lt;br /&gt;
| | ODF 1.2 (Extended)&lt;br /&gt;
| | -&lt;br /&gt;
| | OpenOffice.org 3.2 or StarOffice 9.2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Taken from [https://help.libreoffice.org/Common/XML_File_Formats|LibreOffice - XML File Formats].&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [http://craphound.com/homeland/Cory_Doctorow_-_Homeland.odt Homeland by Cory Doctorow]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:OpenDocument|Wikipedia: OpenDocument]]&lt;br /&gt;
* [[Wikipedia:OpenDocument technical specification|Wikipedia: OpenDocument technical specification]]&lt;br /&gt;
* [http://www.opendocumentformat.org/ OpenDoc Society: opendocumentformat.org]&lt;br /&gt;
* [http://www.forensicswiki.org/wiki/Open_Document_Format Forensic Wiki article]&lt;br /&gt;
* [http://www.linux-magazine.com/Online/Features/LibreOffice-vs.-OpenOffice LibreOffice vs OpenOffice: Comparative review]&lt;br /&gt;
* [http://m.theregister.co.uk/2014/01/30/uk_picks_open_document_format_for_all_government_files/ UK picks Open Document Format for all government files]&lt;br /&gt;
* [http://classic.slashdot.org/story/14/07/02/1349208 WebODF: JavaScript Open Document Format Editor Deemed Stable] (Slashdot discussion)&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/648/is-it-possible-to-embed-fonts-in-a-writerimpresscalc-document/ Discussion of embedding fonts in ODF documents]&lt;br /&gt;
&lt;br /&gt;
[[Category:ZIP based file formats]]&lt;br /&gt;
[[Category:XML based file formats]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/PNG</id>
		<title>PNG</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/PNG"/>
				<updated>2015-04-22T20:49:45Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|png}}&lt;br /&gt;
|mimetypes={{mimetype|image/png}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000153}}&lt;br /&gt;
|pronom={{PRONOM|fmt/13}}, {{PRONOM|fmt/12}}, {{PRONOM|fmt/11}}&lt;br /&gt;
|released=1996&lt;br /&gt;
}}&lt;br /&gt;
'''Portable Network Graphics''' ('''PNG''') was devised starting in a discussion on newsgroup ''comp.graphics'' in 1995, with the first version of its specification released in 1996. The motivation for its creation was to create a free and unencumbered image format in the wake of the patent issue with [[GIF]].&lt;br /&gt;
&lt;br /&gt;
PNG has become a very popular graphic format, but widespread adoption on the Web was slow due to the fact that the first specification came out over a year after the Web had begun to be popular with the general public, meaning that there were many sites and browsers out there not using and supporting the new format; subsequently, browsers began to support it, but often had rendering problems which persisted even in fairly late versions years later; this caused webmasters to be slow to switch from GIF to PNG, though some are doing so now. Since the [[LZW]] patent that affected GIF is expired now, the &amp;quot;free format&amp;quot; motivation for the switch no longer applies.&lt;br /&gt;
&lt;br /&gt;
Unlike GIF, PNG officially supports only still graphics, not animation. However [[APNG]], an unofficial extension of the PNG image format that retains the .png file extention does support animation. Another related format, [[MNG]], officially does support animation.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
A PNG file consists of an 8-byte signature (hex &amp;lt;code&amp;gt;89 50 4E 47 0D 0A 1A 0A&amp;lt;/code&amp;gt;), followed by a sequence of &amp;quot;chunks&amp;quot;. Each chunk has an 8-byte header, 4 bytes of which indicate the chunk length, and 4 bytes of which are a label indicating the type of data stored in the chunk. Each chunk also has a 4-byte trailer which stores a checksum.&lt;br /&gt;
&lt;br /&gt;
== Extensions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Chunk ID&lt;br /&gt;
! References&lt;br /&gt;
|-&lt;br /&gt;
|oFFs, pCAL, sCAL, gIFg, gIFx, gIFt, fRAc || Refer to [http://pmt.sourceforge.net/specs/pngext-1.2.0-pdg-h20.html Extensions to the PNG 1.2 Specification, v1.2.0].&lt;br /&gt;
|-&lt;br /&gt;
|sTER || Refer to [ftp://ftp.simplesystems.org/pub/libpng/png/documents/pngext-1.3.0-pdg.html Extensions to the PNG 1.2 Specification, v1.3.0].&lt;br /&gt;
|-&lt;br /&gt;
|dSIG || Refer to [ftp://ftp.simplesystems.org/pub/libpng/png/documents/pngext-1.4.0-pdg.html Extensions to the PNG 1.2 Specification, v1.4.0], and the [http://png-dsig.sourceforge.net/ PNG dSIG website].&lt;br /&gt;
|-&lt;br /&gt;
|acTL, fcTL, fdAT || Used in [[APNG]] files.&lt;br /&gt;
|-&lt;br /&gt;
|vpAg || Used by [[ImageMagick]].&lt;br /&gt;
|-&lt;br /&gt;
|CgBI || Refer to [[CgBI]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Related Formats ==&lt;br /&gt;
&lt;br /&gt;
* [[zlib]]-style [[DEFLATE]] compression: Used to compress image and other data.&lt;br /&gt;
* [[CRC-32]]: Used to calculate a checksum of each chunk.&lt;br /&gt;
* [[ISO 8859-1]]: The character encoding used by tEXt and zTXt chunks.&lt;br /&gt;
* [[UTF-8]]: The character encoding used by iTXt chunks.&lt;br /&gt;
* [[ICC profile]]: The format used by iCCP chunks.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://www.w3.org/TR/PNG/ W3C PNG specification] (latest version) &lt;br /&gt;
** Specific versions: [http://www.w3.org/TR/REC-png-961001 1996-10-01] · [http://www.w3.org/TR/2003/PR-PNG-20030520/ 2003-05-20] · [http://www.w3.org/TR/2003/REC-PNG-20031110/ 2003-11-10]&lt;br /&gt;
* RFC 2083: PNG Specification Version 1.0&lt;br /&gt;
* [http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=29581 ISO/IEC 15948:2004] (not free to download)&lt;br /&gt;
&lt;br /&gt;
== Metaformat files ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.synalysis.net/Grammars/png.grammar Synalysis grammar file] (for Hexinator / Synalize It!; [[Synalysis grammar file|more details]])&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://www.libpng.org/pub/png/libpng.html libpng] and [http://www.zlib.net/ zlib]&lt;br /&gt;
* [http://coptr.digipres.org/Bad_Peggy Bad Peggy: scans images for problems]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [http://www.libpng.org/pub/png/png-sitemap.html#images PNG Images]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.libpng.org/pub/png/png.html PNG website]&lt;br /&gt;
* [[Wikipedia:Portable Network Graphics|Portable Network Graphics (Wikipedia)]]&lt;br /&gt;
* {{EGFF|png|PNG File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]]&lt;br /&gt;
* [http://www.forensicswiki.org/wiki/Portable_Network_Graphics_%28PNG%29 Forensics Wiki article]&lt;br /&gt;
* [http://imgur.com/a/MtQZv#7 PNG format mini-poster]&lt;br /&gt;
* [https://mattscodecave.com/posts/plaidctf-2015---corrupt-png How to repair a PNG that has suffered DOS-&amp;gt;Unix character conversion]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/PDF</id>
		<title>PDF</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/PDF"/>
				<updated>2015-04-15T11:14:20Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Miscellaneous */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Document&lt;br /&gt;
|extensions={{ext|pdf}}&lt;br /&gt;
|mimetypes={{mimetype|application/pdf}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000146}}, others&lt;br /&gt;
|pronom={{PRONOM|fmt/276}}, others&lt;br /&gt;
}}&lt;br /&gt;
'''Portable Document Format''' ('''PDF''') is a document file format originally from Adobe, based on [[PostScript]]. It has many subsets.&lt;br /&gt;
&lt;br /&gt;
As well as the 'full function' ISO 32000-1:2008 (or PDF 1.7), there are also PDF/X, PDF/A, PDF/E, PDF/VT and PDF/UA, all of which are ISO specifications.&lt;br /&gt;
&lt;br /&gt;
PDF profiles (formalized subsets) include the following:&lt;br /&gt;
&lt;br /&gt;
* PDF/A (optimized for preservation)&lt;br /&gt;
** PDF/A-1 (ISO 19005-1:2005)&lt;br /&gt;
** PDF/A-2 (ISO 19005-2:2011)&lt;br /&gt;
** PDF/A-3 (ISO 19005-3:2012) (extends PDF/A-2 by allowing embedded files of any type)&lt;br /&gt;
* PDF/E (ISO 24517-1:2008) (for engineering workflows)&lt;br /&gt;
* PDF/UA (ISO 14289-1) (making documents accessible through assistive technologies)&lt;br /&gt;
* PDF/VT (ISO 16612-2) (support for variable document printing)&lt;br /&gt;
* PDF/X (support for prepress graphics exchange)&lt;br /&gt;
** PDF/X-1 (ISO 15930-1:2001)&lt;br /&gt;
** PDF/X-1a (ISO 15930-4:2003)&lt;br /&gt;
** PDF/X-2 (ISO 15930-5:2003)&lt;br /&gt;
** PDF/X-3 (ISO 15930-6:2003)&lt;br /&gt;
* Tagged PDF&lt;br /&gt;
&lt;br /&gt;
== Identifiers ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Format&lt;br /&gt;
! PRONOM&lt;br /&gt;
! LoCFDD&lt;br /&gt;
|-&lt;br /&gt;
|PDF ||   || {{LoCFDD|fdd000146}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF 1.0 || {{PRONOM|fmt/14}} ||rowspan=&amp;quot;4&amp;quot;| {{LoCFDD|fdd000316}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF 1.1 || {{PRONOM|fmt/15}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF 1.2 || {{PRONOM|fmt/16}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF 1.3 || {{PRONOM|fmt/17}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF 1.4 || {{PRONOM|fmt/18}} || {{LoCFDD|fdd000122}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF 1.5 || {{PRONOM|fmt/19}} || {{LoCFDD|fdd000123}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF 1.6 || {{PRONOM|fmt/20}} || {{LoCFDD|fdd000276}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF 1.7 || {{PRONOM|fmt/276}} || {{LoCFDD|fdd000277}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF 1.7, Ext. 3 ||   || {{LoCFDD|fdd000313}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/A    ||   || {{LoCFDD|fdd000318}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/A-1  ||   || {{LoCFDD|fdd000125}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/A-1a || {{PRONOM|fmt/95}} || {{LoCFDD|fdd000251}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/A-1b || {{PRONOM|fmt/354}} || {{LoCFDD|fdd000252}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/A-2  ||   || {{LoCFDD|fdd000319}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/A-2a || {{PRONOM|fmt/476}} || {{LoCFDD|fdd000320}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/A-2b || {{PRONOM|fmt/477}} || {{LoCFDD|fdd000322}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/A-2u || {{PRONOM|fmt/478}} || {{LoCFDD|fdd000321}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/A-3a || {{PRONOM|fmt/479}} ||rowspan=&amp;quot;3&amp;quot;| {{LoCFDD|fdd000360}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/A-3b || {{PRONOM|fmt/480}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/A-3u || {{PRONOM|fmt/481}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/X-1  || {{PRONOM|fmt/144}}, {{PRONOM|fmt/145}} ||rowspan=&amp;quot;9&amp;quot;| {{LoCFDD|fdd000124}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/X-1a || {{PRONOM|fmt/157}}, {{PRONOM|fmt/146}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/X-2  || {{PRONOM|fmt/147}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/X-3  || {{PRONOM|fmt/158}}, {{PRONOM|fmt/148}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/X-4   || {{PRONOM|fmt/488}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/X-4p  || {{PRONOM|fmt/489}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/X-5g  || {{PRONOM|fmt/490}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/X-5pg || {{PRONOM|fmt/491}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/X-5n  || {{PRONOM|fmt/492}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/UA-1 ||   || {{LoCFDD|fdd000350}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF/E-1   || {{PRONOM|fmt/493}}&lt;br /&gt;
|-&lt;br /&gt;
|PDF, Geospatial ||   || {{LoCFDD|fdd000315}}&lt;br /&gt;
|-&lt;br /&gt;
|GeoPDF 2.2 ||   || {{LoCFDD|fdd000312}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
The majority of PDF files can be identified by a fixed header e.g. &amp;quot;%PDF-1.4&amp;quot;, however, older documents have a number of variations. &lt;br /&gt;
* Some can start with &amp;quot;%!PS-Adobe-N.n PDF-M.m&amp;quot; instead, as described [http://blog.didierstevens.com/2010/01/21/quickpost-pdf-header-ps-adobe-n-n-pdf-m-m/ here].&lt;br /&gt;
* Since PDF 1.7, the major and minor version numbers have been fixed. i.e. the public version from Adobe after 1.7 was &amp;quot;1.7 Adobe Extension Level 3&amp;quot;.&lt;br /&gt;
* For the PDF/A families of formats, their conformance is declared via an embedded ([[XMP]]) metadata fragment.&lt;br /&gt;
* Some older files from Mac OS may be wrapped up in the [[AppleSingle]]/[[AppleDouble]] formats. This is a general issue, so should perhaps be documented elsewhere. For more information, see:&lt;br /&gt;
** http://en.wikipedia.org/wiki/AppleSingle_and_AppleDouble_formats&lt;br /&gt;
** http://tools.ietf.org/rfc/rfc1740.txt&lt;br /&gt;
&lt;br /&gt;
== Compression ==&lt;br /&gt;
Images in PDF documents may use the following compression schemes:&lt;br /&gt;
* [[LZW]]&lt;br /&gt;
* Flate ([[zlib]])&lt;br /&gt;
* [[Run-length encoding|RunLength]]&lt;br /&gt;
* CCITTFax ([[CCITT Group 3]] and [[CCITT Group 4]])&lt;br /&gt;
* [[JBIG2]]&lt;br /&gt;
* DCT ([[JPEG]])&lt;br /&gt;
* [[JPX]] (part of the [[JPEG 2000]] standard)&lt;br /&gt;
&lt;br /&gt;
== Digital Rights Management &amp;amp; Encryption ==&lt;br /&gt;
PDF has two types of 'encryption' - it uses an 'user' password to limit the ability to open the document, and a 'creator' password to limit other rights, like printing, copying, etc. The former case, where a password is required to open the file, is the main preservation concern, as our users will not be able to open a PDF encrypted in this way (unless the password can be cracked, which may be problematic both technically and legally). However, the latter case causes problems, because the PDF is encrypted here too, but with a special known user password of &amp;quot;&amp;quot; (an empty string, which is not the same as no password). So, the document is encrypted in both cases, and you can only tell which is which by attempting to decrypt the PDF using the special default password &amp;quot;&amp;quot;. Some PDF analysis tools (notably [[JHOVE]]) do not implement the relevant decryption workflow, and so cannot distinguish between the two types of encryption.&lt;br /&gt;
&lt;br /&gt;
An example of the decryption test workflow can be found here: https://gist.github.com/anjackson/5237071&lt;br /&gt;
&lt;br /&gt;
Some of the most locked-up PDFs anywhere can be found at the [http://ibr.ansi.org/ ANSI IBR Standards Portal], which has made certain standards documents that are incorporated into legislation available for browsing, but only through a convoluted procedure involving downloading a special plug-in and filling out a registration form that must be re-filled-out in every browsing session.&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;Protected PDF&amp;quot; (PPDF) format is [http://www.eweek.com/mobile/microsoft-enterprise-mobility-suite-cozies-up-to-office.html reportedly] used by Microsoft's Azure Rights Management Service for sharing files securely within a workgroup.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://acroeng.adobe.com/wp/?page_id=321 Adobe PDF References]  Contains links to every version of the PDF Reference published by Adobe (starting with PDF 1.0) as well as associated errata, addenda and tech notes.&lt;br /&gt;
* Other sources of the above documents:&lt;br /&gt;
** [http://www.adobe.com/devnet/pdf/pdf_reference.html PDF Reference and Adobe Extensions to the PDF Specification] Adobe page linking to specification for PDF 1.7 (equivalent to ISO 32000-1:2008) and two Adobe extensions that are expected to be incorporated into ISO 32000-2. These extensions include support for geospatial features and for 3-D content using [[U3D]] and [[PRC]] formats. &lt;br /&gt;
** [http://www.adobe.com/devnet/pdf/pdf_reference_archive.html Adobe PDF Reference Archives.] Archive of specifications for earlier Adobe versions of PDF, starting with Version 1.3.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://get.adobe.com/reader/ Adobe Reader] views PDF files, either as a standalone program or a browser plugin.&lt;br /&gt;
* [http://www.mozilla.org/en-US/products/download.html?product=firefox-19.0&amp;amp;os=win&amp;amp;lang=en-US Firefox 19.0] includes a built-in PDF reader.&lt;br /&gt;
* [http://source.mozillaopennews.org/en-US/articles/introducing-tabula/ Tabula: convert tabular data in PDFs to CSV]&lt;br /&gt;
* [http://www.mpdf1.com/mpdf/index.php mPDF: convert HTML to PDF]&lt;br /&gt;
* [http://en.pdf24.org/ PDF24 creator]&lt;br /&gt;
* [http://pdfbox.apache.org/ Apache PDFBox] is an open-source PDF library that includes a PDF/A validator&lt;br /&gt;
* [https://code.google.com/p/pdfium/ pdfium: Open source PDF rendering engine]&lt;br /&gt;
* [http://textract.readthedocs.org/en/latest/ Textract: extract text from various document formats including PDF]&lt;br /&gt;
* [https://github.com/pramodhkp/pdf2svg/ pdf2svg (in JavaScript)]&lt;br /&gt;
* [https://euske.github.io/pdfminer/programming.html Programming with PDFMiner]&lt;br /&gt;
* [https://github.com/friesey/preservation-tools/releases/tag/v0.1_alpha_PDFBox_Statistics PDFBox PDF/A Validator]&lt;br /&gt;
* [https://pypi.python.org/pypi/PyPDF2/1.24 PyPDF2]&lt;br /&gt;
&lt;br /&gt;
== Online utilities ==&lt;br /&gt;
* [http://www.pdf4kindle.com/ PDF to Kindle converter]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [https://github.com/openplanets/format-corpus/tree/master/pdfCabinetOfHorrors PDF Cabinet of Horrors] - sample PDF files in corrupted or otherwise problematic formats&lt;br /&gt;
* [http://acroeng.adobe.com/wp/?page_id=10 Adobe PDF Test Suites] - various PDF test suites on Adobe Acrobat Engineering site&lt;br /&gt;
* [http://craphound.com/homeland/Cory_Doctorow_-_Homeland.pdf Homeland by Cory Doctorow]&lt;br /&gt;
* [http://www.dan.info/sampledata/msword/testing.pdf Sample document saved from Windows Word 2007]&lt;br /&gt;
* [https://code.google.com/p/corkami/source/browse/trunk/src/pdf/quine.pdf?spec=svn1907&amp;amp;r=1907 Quine PDF; contains its own TeX source]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
=== Format info ===&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Portable_Document_Format Portable Document Format (Wikipedia)]&lt;br /&gt;
* [http://www.forensicswiki.org/wiki/PDF Forensics Wiki: PDF]&lt;br /&gt;
*[http://acroeng.adobe.com/wp/ Adobe Acrobat Engineering site] - Dedicated Adobe site with lots of technical information, including a history of PDF and Acrobat, conforming viewers and test files.&lt;br /&gt;
* [http://www.pdfa.org/2013/04/pdfa-in-a-nutshell-2_0/ PDF/A in a Nutshell 2.0 – online edition]&lt;br /&gt;
* [http://www.infinitepartitions.com/cgi-bin/showarticle.cgi?article=art019 Inside the PDF File Format]&lt;br /&gt;
* [http://imgur.com/a/PbN8H#7 PDF101 an Adobe document walkthrough]&lt;br /&gt;
&lt;br /&gt;
=== Validation ===&lt;br /&gt;
* [http://vimeopro.com/pdfassociation/technical-conference-europe-2013/video/68945979 PDF Validation: Dream or Yawn?] - Presentation on possibilities of an open-source PDF validator&lt;br /&gt;
* [http://www.docdroid.net/ciex/5103a198-1.pdf.html The pitfalls of protocol design: Attempting to write a formally verified PDF parser]&lt;br /&gt;
&lt;br /&gt;
=== Jailbreaking ===&lt;br /&gt;
* [http://scholrev.org/hackathon/ Jailbreaking the PDF hackathon]&lt;br /&gt;
* [http://blogs.ch.cam.ac.uk/pmr/2013/05/28/jailbreaking-the-pdf-a-wonderful-hackathon-and-a-community-leap-forward-for-freedom-1/ Jailbreaking the PDF (discussion)]&lt;br /&gt;
* [http://blogs.ch.cam.ac.uk/pmr/2013/05/28/jailbreaking-the-pdf-2-technical-aspects-glyph-processing/ Jailbreaking the PDF (technical aspects: glyph processing)]&lt;br /&gt;
&lt;br /&gt;
=== Commentary ===&lt;br /&gt;
* [http://www.portico.org/digital-preservation/wp-content/uploads/2012/11/TheNetworkIsTheFormat.pdf The Network is the Format: PDF and the Long-term Use of Digital Content] Article by Sheila Morrissey of ITHAKA on the challenges of preserving PDF files based on experience.  She illustrates the challenge of defining a &amp;quot;sufficient sub-graph of the network of information about a digital object, for effective future use.&amp;quot;&lt;br /&gt;
* [http://blogs.loc.gov/digitalpreservation/2014/06/the-pdfs-place-in-a-history-of-paper-knowledge-an-interview-with-lisa-gitelman/ The PDF’s Place in a History of Paper Knowledge: An Interview with Lisa Gitelman]&lt;br /&gt;
*[http://wiki.opf-labs.org/display/TR/Portable+Document+Format Portable Document Format on OPF File Format Risk Registry] - Lists various long-term accessibility issues in PDF and how to detect them using Apache Preflight.&lt;br /&gt;
* [http://www.openplanetsfoundation.org/system/files/PDFInventoryPreservationRisks_0_2_0.pdf  Adobe Portable Document Format - Inventory of long-term preservation risks] - Report by KB/ National Library of the Netherlands.&lt;br /&gt;
* [http://fileformats.wordpress.com/2014/06/13/abuses-pdf/ The uses and abuses of PDF]&lt;br /&gt;
* [http://duff-johnson.com/2014/04/07/apples-preview-still-not-safe-for-work/ Apple’s Preview: Still not safe for work]&lt;br /&gt;
* [http://www.niso.org/publications/isq/2013/v25no3/moore/ Preserving the Grey Literature Explosion: PDF/A and the Digital Archive]&lt;br /&gt;
* [http://www.pdfa.org/2014/12/ensuring-long-term-access-pdf-validation-with-jhove/ Ensuring long-term access: PDF validation with JHOVE?]&lt;br /&gt;
* [http://www.theguardian.com/higher-education-network/2015/feb/11/researchers-its-time-to-ditch-the-pdf Researchers: it's time to ditch the PDF]&lt;br /&gt;
* [http://wiki.dpconline.org/images/5/51/PDF_Assessment_v1.2_external.pdf PDF Format Preservation Assessment (British Library)]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* [http://www.pdfa.org/ PDF/A Competence Center]&lt;br /&gt;
* [http://web.archive.org/web/20130515073645/http://libraries.stackexchange.com/questions/964/what-preservation-risks-are-associated-with-the-pdf-file-format What preservation risks are associated with the PDF file format?] - Q&amp;amp;A thread  from Libraries and Information Sciences Stack Exchange (archived)&lt;br /&gt;
* [http://labs.appligent.com/files/2013/03/recognizing_malformed_pdf_f.pdf Recognizing Corrupt and Malformed PDF Files]&lt;br /&gt;
* [https://github.com/davetaz/mh370-data Flight MH370 data was released as a PDF, but somebody extracted it to CSV to make it more useful for data analysis.]&lt;br /&gt;
* [https://pdf.yt/ PDFy - free host for publicly viewable PDFs, backed up automatically to Internet Archive]&lt;br /&gt;
* [http://www.washingtonpost.com/blogs/the-switch/wp/2014/08/05/uk-judge-says-freedom-of-information-means-choice-of-digital-file-format/ UK judge says ‘freedom of information’ means choice of digital file format]&lt;br /&gt;
* [http://blogs.perl.org/users/peter_martini/2014/08/the-chimera-quine-or-the-iso-pdf.html The Chimera Quine; or, the ISO PDF]&lt;br /&gt;
* [http://openplanetsfoundation.org/blogs/2014-08-12-coming-preserving-pdf-identify-validate-repair-hamburg PDF info/links for attendees of conference on it]&lt;br /&gt;
* [http://anjackson.github.io/keeping-codes/experiments/does-jhove-validate-pdfa-files Does JHOVE validate PDF/A files?]&lt;br /&gt;
* [http://raywoodcockslatest.wordpress.com/2014/12/04/pdf-repair/ Methods of Repairing Corrupted or Damaged PDFs]&lt;br /&gt;
* [http://stackoverflow.com/questions/17740175/how-do-i-dump-embedded-icc-profile-information-in-pdf-command-line-or-gui-tool/27464166#27464166 How do I dump embedded ICC profile information in PDF? (command line or GUI tools)]&lt;br /&gt;
* [http://stackoverflow.com/questions/27938551/how-to-check-pdf-pages-for-resolution-dpi-of-embedded-images/27942530 How to check PDF pages for resolution (DPI) of embedded images?]&lt;br /&gt;
* [http://chemxseer.ist.psu.edu/about/digital_library/das08-liu.pdf A Fast Preprocessing Method for Table Boundary Detection: Narrowing Down the Sparse Lines using Solely Coordinate Information]&lt;br /&gt;
* [https://github.com/angea/PDF101/tree/master/handcoded/textextract Why text extracting doesn't work for all PDFs]&lt;br /&gt;
* [http://stackoverflow.com/questions/29342542/how-can-i-extract-a-javascript-from-a-pdf-file-with-a-command-line-tool/29364036 How can I extract a JavaScript from a PDF file with a command line tool?]&lt;br /&gt;
* [http://stackoverflow.com/questions/29331731/postscript-code-to-un-hide-hidden-text-in-pdf/29334742 How to un-hide hidden text in PDF]&lt;br /&gt;
* [http://www.pdfa.org/2015/04/infographics-pdfua-and-wcag-2-0/ Infographics: PDF/UA and WCAG 2.0]&lt;br /&gt;
* [http://www.prepressure.com/pdf/basics/history The history of PDF] according to prepressure.com, a site for &amp;quot;prepress &amp;amp; print devotees&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Category:Page description languages]]&lt;br /&gt;
[[Category:Adobe]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/ISO_9660</id>
		<title>ISO 9660</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/ISO_9660"/>
				<updated>2015-03-11T22:29:12Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Adding identifiers and software help.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Filesystem&lt;br /&gt;
|extensions={{ext|iso}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-iso9660-image}}&lt;br /&gt;
}}&lt;br /&gt;
'''ISO 9660''' is a read-only [[filesystem]] often used on [[CD-ROM|CD-ROMs]]. It is also common to encounter files containing an [[ISO image|image]] of an ISO 9660 filesystem.&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
The standard limits filenames to the DOS 8.3 style. Several extensions – [[TRANS.TBL]], [[Rock Ridge]], and [[Joliet]] – were developed to remove this restriction.&lt;br /&gt;
&lt;br /&gt;
The filenames also have a VMS-style version number, so sometimes they are shown with a &amp;quot;;1&amp;quot; suffix.&lt;br /&gt;
&lt;br /&gt;
The size of a file is limited to 4GB (2GB in some implementations). This is irrelevant with respect to CD-ROMs, because of their small capacity, but it is a reason to avoid using ISO 9660 on [[DVD-ROM|DVD-ROMs]] and other media. (An extension called &amp;quot;multiple extents&amp;quot; makes larger files possible, but support for it is limited.)&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
Usually, the ASCII string &amp;quot;&amp;lt;code&amp;gt;CD001&amp;lt;/code&amp;gt;&amp;quot; appears at offset 32769.&lt;br /&gt;
&lt;br /&gt;
The first 32768 bytes are not used. Be aware that hybrid filesystems are possible. Just because something is a valid ISO 9660 filesystem doesn't mean it can't also be a valid filesystem of some other type.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[ISO image]]&lt;br /&gt;
* [[UDF]] - The successor to ISO 9660&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
=== Reading ===&lt;br /&gt;
* [http://www.7-zip.org/ 7-Zip], [http://unix.stackexchange.com/questions/70738/what-is-the-fastest-way-to-extract-an-iso see here for an example]&lt;br /&gt;
* [http://linux.die.net/man/1/isoinfo isoinfo] can perform basic operations and some validation.&lt;br /&gt;
Operating systems often include drivers for ISO 9660. On Linux, an ISO 9660 image file can be mounted using a loopback driver (&amp;lt;code&amp;gt;mount -t iso9660 -o loop ...&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Writing ===&lt;br /&gt;
* [http://www.cdrkit.org/ cdrkit] → genisoimage&lt;br /&gt;
* Countless CD burning applications&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:ISO 9660|Wikipedia: ISO 9660]]&lt;br /&gt;
* [[Wikipedia:TRANS.TBL|Wikipedia: TRANS.TBL]]&lt;br /&gt;
* [[Wikipedia:Rock Ridge|Wikipedia: Rock Ridge]]&lt;br /&gt;
* [[Wikipedia:Joliet_(file_system)|Wikipedia: Joliet]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/HTML</id>
		<title>HTML</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/HTML"/>
				<updated>2015-02-18T13:06:35Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Historical information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Markup&lt;br /&gt;
|extensions={{ext|html}}, {{ext|htm}}&lt;br /&gt;
|mimetypes={{mimetype|text/html}}&lt;br /&gt;
|released=1990&lt;br /&gt;
}}&lt;br /&gt;
'''HTML''' ('''h'''yper'''t'''ext '''m'''arkup '''l'''anguage) is one of the three pillars of the [[Web]] as originally developed by Tim Berners-Lee, along with [[HTTP]] and [[URL]]s. It is the markup language normally used for Web documents (although many other formats can also be used for material on the Web). It originally was an [[SGML]] based markup language. XHTML is HTML redeveloped using the stricter [[XML]] rules. Disagreement over the direction of W3C developments from some of the browser vendors led to the formation of the Web Hypertext Application Technology Working Group (WHATWG). They maintain the spec for the HTML5 or HTML Next or HTML Living Standard, which is not based on SGML any more. The W3C standardisation group will work to formalise the WHATWG specification as a series of standardised [http://wiki.whatwg.org/wiki/HTML_snapshots 'snapshots'] of the living standard. One version of this standard has been &amp;quot;frozen&amp;quot; into a W3C HTML5 recommendation as of October 28, 2014, while the ongoing &amp;quot;living standard&amp;quot; is getting regular updates as what W3C is referring to as &amp;quot;HTML 5.1&amp;quot;, perhaps eventually to be frozen into another recommendation with the living standards moving on to HTML 5.2 and so on.&lt;br /&gt;
&lt;br /&gt;
== Specs ==&lt;br /&gt;
* W3C specifications:&lt;br /&gt;
** [http://www.w3.org/MarkUp/HTMLPlus/htmlplus_1.html HTML (1) specification]&lt;br /&gt;
** [http://www.w3.org/MarkUp/html-spec/ HTML 2.0 specification] (see also the [http://tools.ietf.org/html/rfc1866 RFC])&lt;br /&gt;
** [http://www.w3.org/TR/REC-html32 HTML 3.2 specification]&lt;br /&gt;
** [http://www.w3.org/TR/REC-html40/ HTML 4.01 specification]&lt;br /&gt;
** [http://www.w3.org/TR/2014/REC-html5-20141028/ HTML 5 specification]&lt;br /&gt;
** [http://www.w3.org/html/wg/drafts/html/master/ HTML 5.1 Nightly]&lt;br /&gt;
** [http://www.w3.org/TR/xhtml1 XHTML 1.0 specification]&lt;br /&gt;
** [http://www.w3.org/TR/xhtml11 XHTML 1.1 specification]&lt;br /&gt;
** [http://www.w3.org/html/landscape/ The HTML Landscape] enumerates the differences between the W3C HTML 5.0, 5.1 and the WHATWG Living Standard. The source for the landscape site is available [https://github.com/w3c/html-landscape here].&lt;br /&gt;
* Web Hypertext Application Technology Working Group (WHATWG) specifications:&lt;br /&gt;
** [http://wiki.whatwg.org/ The WHATWG Wiki]&lt;br /&gt;
** [http://www.whatwg.org/specs/web-apps/current-work/multipage/ HTML Living Standard] &lt;br /&gt;
** [http://blog.whatwg.org/html-is-the-new-html5 Blog post describing the background information of the living standard]&lt;br /&gt;
** [http://www.whatwg.org/specs/ List of all WHATWG specifications]&lt;br /&gt;
** [http://wiki.whatwg.org/wiki/HTML_derivatives List of 'HTML derivatives' and other spin-off specifications]&lt;br /&gt;
** [http://wiki.whatwg.org/wiki/HTML_snapshots HTML Snapshots]&lt;br /&gt;
** [http://html-differences.whatwg.org/ Differences from HTML 4: Living Document]&lt;br /&gt;
* [https://github.com/mozilla/servo/wiki/Relevant-spec-links Relevant spec links according to the Mozilla Servo project].&lt;br /&gt;
&lt;br /&gt;
== HTML vs. XHTML ==&lt;br /&gt;
&lt;br /&gt;
In HTML versions prior to HTML 5, there was a &amp;quot;fork&amp;quot; between HTML and XHTML, with the former being [[SGML]]-based and the latter [[XML]]-based. While the features of both are for the most part very similar, there are some syntactic differences which can trap the unwary, usually not causing any actual problems in rendering in common browsers (which are very forgiving of errors), but preventing validation. For instance, any tags not requiring a matching ending tag (e.g., &amp;amp;lt;br&amp;gt;) need an added slash in XHTML to make them self-closing (&amp;amp;lt;br /&amp;gt;). This should not be used in HTML. There are some other differences such as HTML tags and attributes being case-insensitive so they can be entered in either uppercase or lowercase, while XHTML is case-sensitive and its standard tags are all lowercase. Some parts of the respective syntaxes won't mix and still validate as either variety, which is a problem when webmasters paste in code from diverse sources (including ad-network and affiliate links and scripts which may have terms-of-service contracts mandating that they be used in an unmodified form). However, HTML 5, which is not directly based on either SGML or XML, is more forgiving of allowing such mixed syntax; its specs say that the underlying HTML document can be expressed in either syntax, and while you're still supposed to pick one or the other, there are very forgiving parsing rules for interpreting the document.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;forgiving&amp;quot; processing of mixed syntax applies only to documents served with the MIME type &amp;quot;text/html&amp;quot;; if an XML MIME type is used, browsers are supposed to be stricter in interpreting the syntax and rejecting documents which are improper or which are of a form they don't understand.&lt;br /&gt;
&lt;br /&gt;
== DOCTYPE ==&lt;br /&gt;
&lt;br /&gt;
HTML and XHTML documents begin with a doctype declaration, which is of a format that had a specific meaning in SGML. Browsers and validators could recognize different doctypes to determine which version of HTML was being used, and browsers sometimes changed between &amp;quot;standards&amp;quot; and &amp;quot;quirks&amp;quot; parsing modes based on the doctype. HTML 5, since it was intended as a &amp;quot;living standard&amp;quot; and was no longer based on SGML, used a mimimalist doctype &amp;lt;code&amp;gt;&amp;amp;lt;!doctype html&amp;amp;gt;&amp;lt;/code&amp;gt; designed to trigger standards mode in all browsers, but no longer giving any indication of which specific variety of HTML5 (and up) is in use.&lt;br /&gt;
&lt;br /&gt;
== Nonstandard extensions ==&lt;br /&gt;
&lt;br /&gt;
The formal specs, of course, do not fully describe the HTML documents in use in the &amp;quot;real world&amp;quot;, as quite a number of nonstandard elements, attributes, and other extensions have been implemented in various browsers (including the most popular ones), and also, browsers have tended to be very forgiving of invalid markup, leading to lots of sloppy coding being widespread because &amp;quot;it works in [name of popular browser], so that's all that matters!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
In 2013, the Mozilla organization announced the removal of support for the nonstandard BLINK element, supported in various browsers since being introduced in the 1990s as a Netscape extension, and persisting despite widespread belief that it was annoying. New versions of Firefox and other Gecko-based browsers no longer flash text that is enclosed in this element, as well as in various [[Cascading Style Sheets|CSS]] rules suggesting blinking or flashing.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== Viewers ===&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Timeline_of_web_browsers Wikipedia's timeline of web browsers]&lt;br /&gt;
* [http://browsers.evolt.org/ The Evolt Browser Archive]&lt;br /&gt;
* [http://arc.opera.com/pub/opera/ Opera public downloads]&lt;br /&gt;
&lt;br /&gt;
=== Validators ===&lt;br /&gt;
* [http://validator.w3.org/ W3C HTML validator]&lt;br /&gt;
* [https://github.com/validator/validator.github.io Command-line-based validator]&lt;br /&gt;
&lt;br /&gt;
=== Conversions to/from HTML ===&lt;br /&gt;
* [http://www.mpdf1.com/mpdf/index.php mPDF: convert HTML to PDF]&lt;br /&gt;
* [http://textract.readthedocs.org/en/latest/ Textract: extract text from various document formats including HTML]&lt;br /&gt;
* [http://stackoverflow.com/questions/1403087/how-can-i-convert-an-html-table-to-csv Discussion on converting HTML tables to CSV]&lt;br /&gt;
* [http://johnmacfarlane.net/pandoc/ Pandoc: Document format conversion swiss-army knife]&lt;br /&gt;
&lt;br /&gt;
== Test suites ==&lt;br /&gt;
* [https://github.com/w3c/html-testsuite/ HTML test suite]&lt;br /&gt;
&lt;br /&gt;
== Historical information ==&lt;br /&gt;
* [http://www.w3.org/community/webhistory/ W3C Web History Community Group]&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/www-talk/1992JanFeb/0000.html Tim Berners-Lee discusses Web protocols/formats in Jan 1992]&lt;br /&gt;
* [http://diveintohtml5.info/past.html Dive into HTML5 - How did we get here?] also documents how HTML has developed.&lt;br /&gt;
* [http://www.the-pope.com/lostHTML.htm The Lost Tags of HTML], documenting early HTML versions and the tags that have been dropped from the standards.&lt;br /&gt;
* [http://www.montulli.org/theoriginofthe%3Cblink%3Etag The Origins of the &amp;lt;Blink&amp;gt; Tag]&lt;br /&gt;
* [http://home.web.cern.ch/topics/birth-web CERN's 'The birth of the web']. Includes work on restoring the first website and building a line-mode/terminal web browser simulation.&lt;br /&gt;
* [http://zachholman.com/posts/only-90s-developers/ Only 90s Web Developers Remember This]&lt;br /&gt;
* [http://w3c.github.io/elements-of-html/ List of HTML/XHTML elements past and present]&lt;br /&gt;
* [http://blog.foolip.org/2014/07/21/history-of-the-fullscreen-api/ History of the Fullscreen API]&lt;br /&gt;
* [http://ericsink.com/Browser_Wars.html Memoirs From the Browser Wars]&lt;br /&gt;
&lt;br /&gt;
== Other resources ==&lt;br /&gt;
* [http://mrcoles.com/demo/markdown-css/ Markdown CSS: makes HTML look like plain text]&lt;br /&gt;
* [https://www.eff.org/press/releases/eff-makes-formal-objection-drm-html5 EFF Makes Formal Objection to DRM in HTML5]&lt;br /&gt;
* [http://boingboing.net/2013/10/02/w3c-green-lights-adding-drm-to.html W3C green-lights adding DRM to the Web's standards, says it's OK for your browser to say &amp;quot;I can't let you do that, Dave&amp;quot;]&lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=923590 Bug 923590 - Pledge never to implement HTML5 DRM (Bugzilla@Mozilla)]&lt;br /&gt;
* [http://programming.oreilly.com/2013/04/stop-standardizing-html.html Stop standardizing HTML]&lt;br /&gt;
* [http://bridgeit.mobi/ BridgeIt: JavaScript library to add native mobile features to HTML 5 web apps]&lt;br /&gt;
* [http://www.latimes.com/business/technology/la-fi-tn-1-10-americans-html-std-study-finds-20140304,0,1188415.story 1 in 10 Americans think HTML is an STD, study finds]&lt;br /&gt;
* [http://darobin.github.io/after5/ After 5: The future of HTML]&lt;br /&gt;
* [http://shop.oreilly.com/product/0636920021049.do What Is HTML5? (free e-book)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Web]]&lt;br /&gt;
[[Category:W3C]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/OpenDocument</id>
		<title>OpenDocument</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/OpenDocument"/>
				<updated>2014-11-25T19:57:45Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Software */ Notes on supported ODF versions over time.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Document&lt;br /&gt;
|pronom={{PRONOM|fmt/135}}, others&lt;br /&gt;
|extensions={{ext|odm}}, {{ext|odt}}, {{ext|ods}}, {{ext|odg}}, {{ext|odp}}, {{ext|odc}}, {{ext|odi}}, {{ext|odf}}, {{ext|odb}}, {{ext|ott}}, {{ext|ots}}, {{ext|otg}}, {{ext|otp}}, {{ext|otc}}, {{ext|oti}}, {{ext|otf}}, {{ext|oth}}, {{ext|fodt}}, {{ext|fods}}, {{ext|fodg}}, {{ext|fodp}}&lt;br /&gt;
|released=2005&lt;br /&gt;
}}&lt;br /&gt;
'''OpenDocument''', also known as '''Open Document Format for Office Applications''' or '''ODF''', is a family of file formats designed to be used by word processors, spreadsheet applications, and other office applications. These formats were developed by a group called OASIS, so they are sometimes referred to as &amp;quot;OASIS format&amp;quot; or &amp;quot;OASIS Open Document Format&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Formats ==&lt;br /&gt;
=== Documents ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Format&lt;br /&gt;
! MIME type&lt;br /&gt;
! Extension&lt;br /&gt;
! PRONOM&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Text]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.tex}}&lt;br /&gt;
|.odt, .fodt&lt;br /&gt;
|{{PRONOM|fmt/136}}, {{PRONOM|fmt/290}}, {{PRONOM|fmt/291}}&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Spreadsheet]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.spreadsheet}}&lt;br /&gt;
|.ods, .fods&lt;br /&gt;
|{{PRONOM|fmt/137}}, {{PRONOM|fmt/294}}, {{PRONOM|fmt/295}}&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Drawing]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.graphics}}&lt;br /&gt;
|.odg, .fodg&lt;br /&gt;
|{{PRONOM|fmt/139}}, {{PRONOM|fmt/296}}, {{PRONOM|fmt/297}}&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Presentation]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.presentation}}&lt;br /&gt;
|.odp, .fodp&lt;br /&gt;
|{{PRONOM|fmt/138}}, {{PRONOM|fmt/292}}, {{PRONOM|fmt/293}}&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Chart]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.chart}}&lt;br /&gt;
|.odc&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Image]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.image}}&lt;br /&gt;
|.odi&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Formula]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.formula}}&lt;br /&gt;
|.odf&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Database|OpenDocument Database Front End]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.base}}&amp;lt;br&amp;gt;{{mimetype|application/vnd.oasis.opendocument.database}}&lt;br /&gt;
|.odb&lt;br /&gt;
|{{PRONOM|fmt/140}}, {{PRONOM|fmt/444}}, {{PRONOM|fmt/424}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Format&lt;br /&gt;
! MIME type&lt;br /&gt;
! Extension&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Text Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.text-template}}&lt;br /&gt;
|.ott&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Spreadsheet Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.spreadsheet-template}}&lt;br /&gt;
|.ots&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Drawing Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.graphic-template}}&lt;br /&gt;
|.otg&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Presentation Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.presentation-template}}&lt;br /&gt;
|.otp&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Chart Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.chart-template}}&lt;br /&gt;
|.otc&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Image Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.image-template}}&lt;br /&gt;
|.oti&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Formula Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.formula-template}}&lt;br /&gt;
|.otf&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument HTML Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.text-web}}&lt;br /&gt;
|.oth&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Format&lt;br /&gt;
! MIME type&lt;br /&gt;
! Extension&lt;br /&gt;
|-&lt;br /&gt;
|Global Text Document&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.text-master}}&lt;br /&gt;
|.odm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
In most cases, OpenDocument files begin with the ASCII string &amp;quot;&amp;lt;code&amp;gt;PK&amp;lt;/code&amp;gt;&amp;quot;, have &amp;quot;&amp;lt;code&amp;gt;mimetype&amp;lt;/code&amp;gt;&amp;quot; at offset 30, and &amp;quot;&amp;lt;code&amp;gt;application/vnd.oasis.opendocument.&amp;lt;/code&amp;gt;&amp;quot; at offset 38.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://www.oasis-open.org/standards#opendocumentv1.0 OpenDocument v1.0 specification]&lt;br /&gt;
* [https://www.oasis-open.org/standards#opendocumentv1.1 OpenDocument v1.1 specification]&lt;br /&gt;
* [https://www.oasis-open.org/standards#opendocumentv1.2 OpenDocument v1.2 specification]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [[Wikipedia:OpenDocument software|Wikipedia: OpenDocument software]]&lt;br /&gt;
* [[Wikipedia:Comparison of OpenDocument software|Wikipedia: Comparison of OpenDocument software]]&lt;br /&gt;
* [http://webodf.org/ WebODF]&lt;br /&gt;
* [http://sourceforge.net/p/libwpd/wiki/libodfgen/ libodfgen library]&lt;br /&gt;
&lt;br /&gt;
=== ODF version support over time ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | ODF version&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Date of standard approval by OASIS&amp;lt;!-- intl. community wants intl iso standard date formats --&amp;gt;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | First supporting version of the software&lt;br /&gt;
|-&lt;br /&gt;
| | ODF 1.0&lt;br /&gt;
| | 2005-05-01&lt;br /&gt;
| | OpenOffice.org 1.1.5 or StarOffice 7&lt;br /&gt;
|-&lt;br /&gt;
| | ODF 1.1&lt;br /&gt;
| | 2007-02-02&lt;br /&gt;
| | OpenOffice.org 2.2 or StarOffice 8 Update 4&lt;br /&gt;
|-&lt;br /&gt;
| | ODF 1.2&lt;br /&gt;
| | 2011-09-30&lt;br /&gt;
| | OpenOffice.org 3, StarOffice 9, Oracle Open Office&lt;br /&gt;
|-&lt;br /&gt;
| | ODF 1.2 (Extended)&lt;br /&gt;
| | -&lt;br /&gt;
| | OpenOffice.org 3.2 or StarOffice 9.2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Taken from [https://help.libreoffice.org/Common/XML_File_Formats|LibreOffice - XML File Formats].&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [http://craphound.com/homeland/Cory_Doctorow_-_Homeland.odt Homeland by Cory Doctorow]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:OpenDocument|Wikipedia: OpenDocument]]&lt;br /&gt;
* [[Wikipedia:OpenDocument technical specification|Wikipedia: OpenDocument technical specification]]&lt;br /&gt;
* [http://www.opendocumentformat.org/ OpenDoc Society: opendocumentformat.org]&lt;br /&gt;
* [http://www.forensicswiki.org/wiki/Open_Document_Format Forensic Wiki article]&lt;br /&gt;
* [http://www.linux-magazine.com/Online/Features/LibreOffice-vs.-OpenOffice LibreOffice vs OpenOffice: Comparative review]&lt;br /&gt;
* [http://m.theregister.co.uk/2014/01/30/uk_picks_open_document_format_for_all_government_files/ UK picks Open Document Format for all government files]&lt;br /&gt;
* [http://classic.slashdot.org/story/14/07/02/1349208 WebODF: JavaScript Open Document Format Editor Deemed Stable] (Slashdot discussion)&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/648/is-it-possible-to-embed-fonts-in-a-writerimpresscalc-document/ Discussion of embedding fonts in ODF documents]&lt;br /&gt;
&lt;br /&gt;
[[Category:ZIP based file formats]]&lt;br /&gt;
[[Category:XML based file formats]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/OpenDocument</id>
		<title>OpenDocument</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/OpenDocument"/>
				<updated>2014-11-22T13:39:50Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Fixed broken MIME type picked up via digipres.org sentinel scan.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Document&lt;br /&gt;
|pronom={{PRONOM|fmt/135}}, others&lt;br /&gt;
|extensions={{ext|odm}}, {{ext|odt}}, {{ext|ods}}, {{ext|odg}}, {{ext|odp}}, {{ext|odc}}, {{ext|odi}}, {{ext|odf}}, {{ext|odb}}, {{ext|ott}}, {{ext|ots}}, {{ext|otg}}, {{ext|otp}}, {{ext|otc}}, {{ext|oti}}, {{ext|otf}}, {{ext|oth}}, {{ext|fodt}}, {{ext|fods}}, {{ext|fodg}}, {{ext|fodp}}&lt;br /&gt;
|released=2005&lt;br /&gt;
}}&lt;br /&gt;
'''OpenDocument''', also known as '''Open Document Format for Office Applications''' or '''ODF''', is a family of file formats designed to be used by word processors, spreadsheet applications, and other office applications. These formats were developed by a group called OASIS, so they are sometimes referred to as &amp;quot;OASIS format&amp;quot; or &amp;quot;OASIS Open Document Format&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Formats ==&lt;br /&gt;
=== Documents ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Format&lt;br /&gt;
! MIME type&lt;br /&gt;
! Extension&lt;br /&gt;
! PRONOM&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Text]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.tex}}&lt;br /&gt;
|.odt, .fodt&lt;br /&gt;
|{{PRONOM|fmt/136}}, {{PRONOM|fmt/290}}, {{PRONOM|fmt/291}}&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Spreadsheet]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.spreadsheet}}&lt;br /&gt;
|.ods, .fods&lt;br /&gt;
|{{PRONOM|fmt/137}}, {{PRONOM|fmt/294}}, {{PRONOM|fmt/295}}&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Drawing]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.graphics}}&lt;br /&gt;
|.odg, .fodg&lt;br /&gt;
|{{PRONOM|fmt/139}}, {{PRONOM|fmt/296}}, {{PRONOM|fmt/297}}&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Presentation]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.presentation}}&lt;br /&gt;
|.odp, .fodp&lt;br /&gt;
|{{PRONOM|fmt/138}}, {{PRONOM|fmt/292}}, {{PRONOM|fmt/293}}&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Chart]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.chart}}&lt;br /&gt;
|.odc&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Image]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.image}}&lt;br /&gt;
|.odi&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Formula]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.formula}}&lt;br /&gt;
|.odf&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Database|OpenDocument Database Front End]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.base}}&amp;lt;br&amp;gt;{{mimetype|application/vnd.oasis.opendocument.database}}&lt;br /&gt;
|.odb&lt;br /&gt;
|{{PRONOM|fmt/140}}, {{PRONOM|fmt/444}}, {{PRONOM|fmt/424}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Format&lt;br /&gt;
! MIME type&lt;br /&gt;
! Extension&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Text Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.text-template}}&lt;br /&gt;
|.ott&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Spreadsheet Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.spreadsheet-template}}&lt;br /&gt;
|.ots&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Drawing Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.graphic-template}}&lt;br /&gt;
|.otg&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Presentation Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.presentation-template}}&lt;br /&gt;
|.otp&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Chart Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.chart-template}}&lt;br /&gt;
|.otc&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Image Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.image-template}}&lt;br /&gt;
|.oti&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument Formula Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.formula-template}}&lt;br /&gt;
|.otf&lt;br /&gt;
|-&lt;br /&gt;
|[[OpenDocument HTML Template]]&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.text-web}}&lt;br /&gt;
|.oth&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Format&lt;br /&gt;
! MIME type&lt;br /&gt;
! Extension&lt;br /&gt;
|-&lt;br /&gt;
|Global Text Document&lt;br /&gt;
|{{mimetype|application/vnd.oasis.opendocument.text-master}}&lt;br /&gt;
|.odm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
In most cases, OpenDocument files begin with the ASCII string &amp;quot;&amp;lt;code&amp;gt;PK&amp;lt;/code&amp;gt;&amp;quot;, have &amp;quot;&amp;lt;code&amp;gt;mimetype&amp;lt;/code&amp;gt;&amp;quot; at offset 30, and &amp;quot;&amp;lt;code&amp;gt;application/vnd.oasis.opendocument.&amp;lt;/code&amp;gt;&amp;quot; at offset 38.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://www.oasis-open.org/standards#opendocumentv1.0 OpenDocument v1.0 specification]&lt;br /&gt;
* [https://www.oasis-open.org/standards#opendocumentv1.1 OpenDocument v1.1 specification]&lt;br /&gt;
* [https://www.oasis-open.org/standards#opendocumentv1.2 OpenDocument v1.2 specification]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [[Wikipedia:OpenDocument software|Wikipedia: OpenDocument software]]&lt;br /&gt;
* [[Wikipedia:Comparison of OpenDocument software|Wikipedia: Comparison of OpenDocument software]]&lt;br /&gt;
* [http://webodf.org/ WebODF]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [http://craphound.com/homeland/Cory_Doctorow_-_Homeland.odt Homeland by Cory Doctorow]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:OpenDocument|Wikipedia: OpenDocument]]&lt;br /&gt;
* [[Wikipedia:OpenDocument technical specification|Wikipedia: OpenDocument technical specification]]&lt;br /&gt;
* [http://www.opendocumentformat.org/ OpenDoc Society: opendocumentformat.org]&lt;br /&gt;
* [http://www.forensicswiki.org/wiki/Open_Document_Format Forensic Wiki article]&lt;br /&gt;
* [http://www.linux-magazine.com/Online/Features/LibreOffice-vs.-OpenOffice LibreOffice vs OpenOffice: Comparative review]&lt;br /&gt;
* [http://m.theregister.co.uk/2014/01/30/uk_picks_open_document_format_for_all_government_files/ UK picks Open Document Format for all government files]&lt;br /&gt;
* [http://classic.slashdot.org/story/14/07/02/1349208 WebODF: JavaScript Open Document Format Editor Deemed Stable] (Slashdot discussion)&lt;br /&gt;
&lt;br /&gt;
[[Category:ZIP based file formats]]&lt;br /&gt;
[[Category:XML based file formats]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/F4M</id>
		<title>F4M</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/F4M"/>
				<updated>2014-11-14T22:29:24Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Initial entry for the Flash Media Manifest format.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|subcat=Video&lt;br /&gt;
|extensions={{ext|f4m}}&lt;br /&gt;
|mimetypes={{mimetype|application/f4m}}&lt;br /&gt;
|locfdd=&lt;br /&gt;
|pronom=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Flash Media Manifest format is used to describe streaming media presentations to media player applications. &lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/hds/pdfs/adobe-media-manifest-specification.pdf Flash® Media Manifest (F4M) Format Specification Version 3.0 FINAL]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* See also [[SWF]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Adobe]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Unicode</id>
		<title>Unicode</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Unicode"/>
				<updated>2014-10-27T11:34:35Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Code charts and references */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Character Encodings&lt;br /&gt;
|released=1991&lt;br /&gt;
}}&lt;br /&gt;
'''Unicode''' is a standard ''character set'': an assignment of numeric values to characters. A huge number of characters from various [[Written Languages|writing systems]] (modern or ancient), as well as special symbols of many types, are each given a number. It was devised beginning in 1987, with the first version published in 1991. Subsequent revisions have continually expanded its character repertoire. &lt;br /&gt;
&lt;br /&gt;
Unicode was developed in reaction to the unwieldy multiplicity of character sets that had arisen to include various subsets of the many characters left out of the English-centric [[ASCII]] set. It has been successful to the point where just about all technical standards dealing with characters now are defined in terms of Unicode, with even the older proprietary encodings cross-referenced to the Unicode characters they encode. &lt;br /&gt;
&lt;br /&gt;
The Unicode character set is defined in ISO-10646. The Unicode standard takes the character set from ISO-10646, and adds standard algorithms and rules for how to use it. For example, it defines rules about character composition with separate diacritical elements and left-to-right vs. right-to-left character positioning, so things can get a bit more complex than just converting a series of numbers into characters.&lt;br /&gt;
&lt;br /&gt;
The term ''character'' is ambiguous, and Unicode encodes many things that are arguably not characters, so the term ''code point'' is often used instead. ''Code point'' technically refers to the numeric value, but in practice it also refers to the entity encoded by that value.&lt;br /&gt;
&lt;br /&gt;
The standard way to denote a Unicode code point is to prefix it with &amp;quot;U+&amp;quot;, and write the number in hexadecimal, with a minimum of four hex digits. For example, code point 42 is written as U+002A, and code point 1,114,109 is U+10FFFD.&lt;br /&gt;
&lt;br /&gt;
Each code point is also assigned a human-readable name, which may be written after the &amp;quot;U+&amp;quot; notation. For example, you might see &amp;quot;U+002A ASTERISK&amp;quot; or &amp;quot;U+03A9 GREEK CAPITAL LETTER OMEGA&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
Early versions of Unicode attempted to be a 16-bit character encoding where characters in a potential repertoire of 65,536 code points could be represented as 16-bit (2-byte) unsigned integers. The [[Endianness|&amp;quot;big-endian vs. little-endian&amp;quot;]] problem caused there to be two possible byte streams corresponding to a particular document, but the [[Byte Order Mark]] character could be used to distinguish them.&lt;br /&gt;
&lt;br /&gt;
Later versions of Unicode expanded the potential number of code points (to a range of 0 to 1,114,111), so that even 16 bits weren't enough to encode all possible characters.&lt;br /&gt;
&lt;br /&gt;
Unicode is sometimes described as consisting of 17 ''planes'' of 65,536 code points each, with plane 0 ranging from U+0000 to U+FFFF, plane 1 ranging from U+10000 to U+1FFFF, and so on. Plane 0 is known as the ''Basic Multilingual Plane'' or ''BMP'', and an attempt is made to place the most important characters in it.&lt;br /&gt;
&lt;br /&gt;
The first 128 Unicode code points, 0-127, correspond to the same code points in ASCII (including both printable characters and the [[C0 controls]]). The next 128, 128-255, correspond to the same points in [[ISO 8859-1]] (including the [[C1 controls]]), which in turn contains the same characters at 0-127 as ASCII, so the entire first 256 characters in Unicode are equivalent to that standard.&lt;br /&gt;
&lt;br /&gt;
== Encodings ==&lt;br /&gt;
Once numbers are assigned to characters, they can be encoded as sequences of bytes in various ways, as defined in the specifications of particular character encodings.&lt;br /&gt;
&lt;br /&gt;
The most common Unicode encodings are [[UTF-8]], [[UTF-16]], and [[UTF-32]]. See [[Character Encodings]] for a longer list.&lt;br /&gt;
&lt;br /&gt;
There is no encoding named simply &amp;quot;Unicode&amp;quot;. If a format specification says that text is encoded in &amp;quot;Unicode&amp;quot;, it probably means [[UTF-16]] or [[UCS-2]]. If the document is related to Microsoft Windows, it probably means UTF-16LE.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
And if you think Unicode is full of crap, you've got some support with [http://www.fileformat.info/info/unicode/char/1f4a9/index.htm this character] (U+1F4A9, &amp;quot;Pile of Poo&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== Code charts and references ==&lt;br /&gt;
* [http://www.unicode.org/ Unicode official site] -- has lots of standards documents and code charts&lt;br /&gt;
* [http://en.wikipedia.org/wiki/List_of_Unicode_characters Wikipedia list of Unicode Characters]&lt;br /&gt;
* [http://www.evertype.com/standards/csur/ ConScript Unicode Registry]: an unofficial registry for Private Use Area blocks used for constructed scripts (e.g., Klingon), not part of the official Unicode standard&lt;br /&gt;
* [http://www.alanwood.net/unicode/miscellaneous_symbols.html Miscellaneous symbols in Unicode]&lt;br /&gt;
* [http://unicodeheart.com/ Unicode heart] -- if you're looking for all the heart characters in Unicode&lt;br /&gt;
* [http://seriot.ch/resources/talks_papers/i_love_unicode_softshake.pdf I &amp;lt;?&amp;gt; Unicode] - a detailed and useful presentation describing Unicode and the challenges around it.&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
* [http://unicodelookup.com/ Unicode character lookup]&lt;br /&gt;
* [http://www.unicodetools.com/ Unicode tools]&lt;br /&gt;
* [http://shapecatcher.com/ Shapecatcher] - Site for finding unicode characters by drawing them&lt;br /&gt;
* [http://rishida.net/tools/conversion/ Tool for converting Unicode into other character formats such as UTF-8, HTML, etc.]&lt;br /&gt;
* [http://www.fileformat.info/info/unicode/char/search.htm Unicode search at Fileformat.Info]&lt;br /&gt;
&lt;br /&gt;
== Other links ==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Unicode Wikipedia entry on Unicode]&lt;br /&gt;
* [http://babelstone.blogspot.co.uk/2013/10/whats-new-in-unicode-70.html What's new in Unicode 7.0?]&lt;br /&gt;
* [http://www.unicode.org/versions/beta-7.0.0.html Unicode 7.0 beta]&lt;br /&gt;
* [https://plus.google.com/109925364564856140495/posts Fake Unicode Consortium]&lt;br /&gt;
* [http://parkerhiggins.net/2013/01/writing-the-prince-symbol-in-unicode/ Writing the Prince symbol in Unicode]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/HTTP</id>
		<title>HTTP</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/HTTP"/>
				<updated>2014-10-22T18:14:40Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Links */ Added a link on compression and the web.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|subcat=Web&lt;br /&gt;
|released=1991&lt;br /&gt;
}}&lt;br /&gt;
[[HTTP]] (Hypertext Transfer Protocol) is a basic protocol of the World Wide Web, and was one of the original three pillars of the Web as invented by Tim Berners-Lee (the others being [[URL]]s and [[HTML]]). It consists of a set of standards by which user agents (browsers, indexing robots, etc.) make requests consisting of headers in plain text (and possibly form values and file uploads in various formats) and receive responses including plain-text response headers and content from the Web in a format designated by the [[Mime-type]] header.&lt;br /&gt;
&lt;br /&gt;
HTTPS is a secure variant of HTTP which adds [[SSL]] encryption.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* RFC 7230: Message Syntax and Routing&lt;br /&gt;
* RFC 7231: Semantics and Content&lt;br /&gt;
* RFC 7232: Conditional Requests&lt;br /&gt;
* RFC 7233: Range Requests&lt;br /&gt;
* RFC 7234: Caching&lt;br /&gt;
* RFC 7235: Authentication&lt;br /&gt;
* RFC 2617: Basic and Digest Access Authentication&lt;br /&gt;
* RFC 2817: Upgrading to TLS Within HTTP/1.1&lt;br /&gt;
* RFC 2818: HTTP Over TLS&lt;br /&gt;
* RFC 2616 (Obsolete; HTTP 1.1; 1999)&lt;br /&gt;
* RFC 2068 (Obsolete; HTTP 1.1; 1997)&lt;br /&gt;
* [http://www.w3.org/Protocols/HTTP/AsImplemented.html HTML 0.9 as implemented (W3C)]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:Hypertext Transfer Protocol|Wikipedia article]]&lt;br /&gt;
* [http://tools.ietf.org/html/draft-mbelshe-httpbis-spdy-00 SPDY proposal] (proposed faster HTTP)&lt;br /&gt;
* [http://www.451unavailable.org/ 451 Unavailable proposed error response for sites blocked by legal action]&lt;br /&gt;
* [http://httpstatusdogs.com/ HTTP status codes represented by dogs]&lt;br /&gt;
* [http://blogs.msdn.com/b/ieinternals/archive/2014/10/21/http-compression-optimize-file-formats-with-deflate.aspx Compressing the web] on how compression is used over HTTP.&lt;br /&gt;
&lt;br /&gt;
[[Category:W3C]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Physical_File_Formats</id>
		<title>Physical File Formats</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Physical_File_Formats"/>
				<updated>2014-10-20T20:57:36Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Added Mediapedia link.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
|[[File Formats]]&lt;br /&gt;
| &amp;gt;&lt;br /&gt;
|[[Physical File Formats]]&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
Like the rest, this will be split down further.&lt;br /&gt;
&lt;br /&gt;
One of the first steps in preserving data held on physical media is the correct identification of the medium. See [[Identifying Physical Media]] for more information on this.&lt;br /&gt;
&lt;br /&gt;
=== Traditional ===&lt;br /&gt;
* [[Clay tablets]]&lt;br /&gt;
* [[Clothing]]&lt;br /&gt;
* [[Construction toys]]&lt;br /&gt;
* [[Paper]]&lt;br /&gt;
* [[Papyrus]]&lt;br /&gt;
* [[Parchment]]&lt;br /&gt;
* [[Quipu]]&lt;br /&gt;
* [[Stone carving]]&lt;br /&gt;
&lt;br /&gt;
=== Capacitive ===&lt;br /&gt;
* [[Capacitance Electronic Disc]] (CED)&lt;br /&gt;
* [[Video High Density]] (VHD)&lt;br /&gt;
&lt;br /&gt;
=== Electronical ===&lt;br /&gt;
* [[Cables and connectors]]&lt;br /&gt;
* [[Core rope memory]]&lt;br /&gt;
* [[Flash memory]]&lt;br /&gt;
** [[Secure Digital]] (SD, MiniSD, MicroSD)&lt;br /&gt;
** [[Thumb drive]]&lt;br /&gt;
* [[Game cartridges]]&lt;br /&gt;
* [[Keyless entry systems]]&lt;br /&gt;
* [[Networked devices]]&lt;br /&gt;
* [[Quantum computer]]&lt;br /&gt;
* [[Random Access Memory]] (RAM)&lt;br /&gt;
* [[Read Only Memory]] (ROM chip)&lt;br /&gt;
* [[SIM card]]&lt;br /&gt;
* [[Smart card]]&lt;br /&gt;
** [[Contactless smart card]]&lt;br /&gt;
* [[Transponder]]&lt;br /&gt;
&lt;br /&gt;
=== Magnetic ===&lt;br /&gt;
* [[Disk cartridge]]&lt;br /&gt;
* [[Drum memory]]&lt;br /&gt;
* [[Floppy disk]]&lt;br /&gt;
* [[Hard disk]]&lt;br /&gt;
* [[Magnetic stripe card]]&lt;br /&gt;
* [[Magnetic tape]] (audio cassettes, video cassettes, reel-to-reel, etc.)&lt;br /&gt;
* [[Magneto-optical drive]] &lt;br /&gt;
* [[Wire recording]]&lt;br /&gt;
&lt;br /&gt;
=== Mechanical ===&lt;br /&gt;
==== Groove media ====&lt;br /&gt;
* [[Dictabelt]]&lt;br /&gt;
* [[Gramophone record]]&lt;br /&gt;
* [[Phonograph cylinder]]&lt;br /&gt;
* [[Television Electronic Disc]]&lt;br /&gt;
* [[Talking tape]]&lt;br /&gt;
&lt;br /&gt;
==== Point based media ====&lt;br /&gt;
* [[Music box]]&lt;br /&gt;
* [[Piano Rolls]]&lt;br /&gt;
* [[Punched card]]&lt;br /&gt;
* [[Punched tape]]&lt;br /&gt;
&lt;br /&gt;
=== Optical ===&lt;br /&gt;
&lt;br /&gt;
==== Disc media ====&lt;br /&gt;
&lt;br /&gt;
* [[Magneto-optical drive]] &lt;br /&gt;
* [[Optical Discs]] (CD, DVD, BluRay, etc.)&lt;br /&gt;
&lt;br /&gt;
==== Photography and Projection ====&lt;br /&gt;
&lt;br /&gt;
* [[Holography]]&lt;br /&gt;
* [[Microform]]&lt;br /&gt;
* [[Photographic film]]&lt;br /&gt;
* [[Photographic paper]]&lt;br /&gt;
* [[Photographic plate]]&lt;br /&gt;
* [[Transparency (projection)]]&lt;br /&gt;
* [[X-ray]]&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
* [[Bar codes]]&lt;br /&gt;
* [[Drexon Laser Card]]&lt;br /&gt;
* [[Optical mark recognition]]&lt;br /&gt;
* [[Phonautogram]] (phonautograph tracing)&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://boingboing.net/2012/11/06/we-retro-media-vinyl.html?utm_source=dlvr.it&amp;amp;utm_medium=twitter We ❤ Retro Media: Vinyl, VHS, Tapes &amp;amp; Film (Video)]&lt;br /&gt;
* [http://www.transdiffusion.org/tv/baird/vrdawn Some videodisc formats from before you thought such a thing existed]&lt;br /&gt;
* [http://boingboing.net/2010/06/09/gallery-digitizing-t.html Gallery: Digitizing the past and present at the Library of Congress]&lt;br /&gt;
* [http://reason.com/archives/2013/11/04/the-death-of-the-age-of-stuff/print The Death of the Age of Stuff (comic)]&lt;br /&gt;
* [http://boingboing.net/2013/11/05/programmable-19th-century-6.html 240-year-old programmable automaton]&lt;br /&gt;
* [http://www.101funs.com/possibly-the-most-valuable-picture-i-have-ever-right-clicked-save-asd/ Computer Hardware Chart]&lt;br /&gt;
* [http://life.time.com/culture/knowledge-box-photos-of-an-early-analog-wikipedia/#1 The ‘Knowledge Box’: Picture an Early, Trippy, Analog Wikipedia in 3-D]&lt;br /&gt;
* [http://boingboing.net/2014/02/01/multimeters-considered-helpful.html Multimeters considered helpful (for servicing electronics)]&lt;br /&gt;
* [http://jimgoldenstudio.com/Portfolio/Relics-of-Technology/1/ Relics of Technology photo series]&lt;br /&gt;
* [http://www.obsoletemedia.org/ Museum of Obsolete Media]&lt;br /&gt;
* [http://boingboing.net/2014/06/16/using-technology-to-make-old-s.html Using technology to make old songs sing again]&lt;br /&gt;
* [http://www.wired.co.uk/news/archive/2014-07/28/liquid-hard-drives Liquid hard drive could store 1TB data in a tablespoon]&lt;br /&gt;
* [http://mediapedia.nla.gov.au/ Mediapedia] - The Mediapedia is prototype web-based resource intended to enable the physical identification of various media carrier types.&lt;br /&gt;
&lt;br /&gt;
[[Category:Physical File Formats| ]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/HTML</id>
		<title>HTML</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/HTML"/>
				<updated>2014-10-15T18:02:26Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Brought the software together under one heading, and added links to browser information and software.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Markup&lt;br /&gt;
|extensions={{ext|html}}, {{ext|htm}}&lt;br /&gt;
|mimetypes={{mimetype|text/html}}&lt;br /&gt;
|released=1990&lt;br /&gt;
}}&lt;br /&gt;
'''HTML''' ('''h'''yper'''t'''ext '''m'''arkup '''l'''anguage) originally was an [[SGML]] based markup language. XHTML is HTML redeveloped using the stricter [[XML]] rules. Disagreement over the direction of W3C developments from some of the browser vendors led to the formation of the Web Hypertext Application Technology Working Group (WHATWG). They maintain the spec for the HTML5 or HTML Next or HTML Living Standard, which is not based on SGML any more. The W3C standardisation group will work to formalise the WHATWG specification as a series of standardised [http://wiki.whatwg.org/wiki/HTML_snapshots 'snapshots'] of the living standard. One version of this standard is in the process of being &amp;quot;frozen&amp;quot; into a W3C HTML5 recommendation, while the ongoing &amp;quot;living standard&amp;quot; is getting regular updates as what W3C is referring to as &amp;quot;HTML 5.1&amp;quot;, perhaps eventually to be frozen into another recommendation with the living standards moving on to HTML 5.2 and so on.&lt;br /&gt;
&lt;br /&gt;
== Specs ==&lt;br /&gt;
* W3C specifications:&lt;br /&gt;
** [http://www.w3.org/MarkUp/HTMLPlus/htmlplus_1.html HTML (1) specification]&lt;br /&gt;
** [http://www.w3.org/MarkUp/html-spec/ HTML 2.0 specification] (see also the [http://tools.ietf.org/html/rfc1866 RFC])&lt;br /&gt;
** [http://www.w3.org/TR/REC-html32 HTML 3.2 specification]&lt;br /&gt;
** [http://www.w3.org/TR/REC-html40/ HTML 4.01 specification]&lt;br /&gt;
** [http://www.w3.org/TR/html5/ HTML5 working draft]&lt;br /&gt;
** [http://www.w3.org/html/wg/drafts/html/CR/ HTML5 editor's draft]&lt;br /&gt;
** [http://www.w3.org/html/wg/drafts/html/master/ HTML 5.1 Nightly]&lt;br /&gt;
** [http://www.w3.org/TR/xhtml1 XHTML 1.0 specification]&lt;br /&gt;
** [http://www.w3.org/TR/xhtml11 XHTML 1.1 specification]&lt;br /&gt;
** [http://www.w3.org/html/landscape/ The HTML Landscape] enumerates the differences between the W3C HTML 5.0, 5.1 and the WHATWG Living Standard. The source for the landscape site is available [https://github.com/w3c/html-landscape here].&lt;br /&gt;
* Web Hypertext Application Technology Working Group (WHATWG) specifications:&lt;br /&gt;
** [http://wiki.whatwg.org/ The WHATWG Wiki]&lt;br /&gt;
** [http://www.whatwg.org/specs/web-apps/current-work/multipage/ HTML Living Standard] &lt;br /&gt;
** [http://blog.whatwg.org/html-is-the-new-html5 Blog post describing the background information of the living standard]&lt;br /&gt;
** [http://www.whatwg.org/specs/ List of all WHATWG specifications]&lt;br /&gt;
** [http://wiki.whatwg.org/wiki/HTML_derivatives List of 'HTML derivatives' and other spin-off specifications]&lt;br /&gt;
** [http://wiki.whatwg.org/wiki/HTML_snapshots HTML Snapshots]&lt;br /&gt;
** [http://html-differences.whatwg.org/ Differences from HTML 4: Living Document]&lt;br /&gt;
* [https://github.com/mozilla/servo/wiki/Relevant-spec-links Relevant spec links according to the Mozilla Servo project].&lt;br /&gt;
&lt;br /&gt;
== HTML vs. XHTML ==&lt;br /&gt;
&lt;br /&gt;
In HTML versions prior to HTML 5, there was a &amp;quot;fork&amp;quot; between HTML and XHTML, with the former being [[SGML]]-based and the latter [[XML]]-based. While the features of both are for the most part very similar, there are some syntactic differences which can trap the unwary, usually not causing any actual problems in rendering in common browsers (which are very forgiving of errors), but preventing validation. For instance, any tags not requiring a matching ending tag (e.g., &amp;amp;lt;br&amp;gt;) need an added slash in XHTML to make them self-closing (&amp;amp;lt;br /&amp;gt;). This should not be used in HTML. There are some other differences such as HTML tags and attributes being case-insensitive so they can be entered in either uppercase or lowercase, while XHTML is case-sensitive and its standard tags are all lowercase. Some parts of the respective syntaxes won't mix and still validate as either variety, which is a problem when webmasters paste in code from diverse sources (including ad-network and affiliate links and scripts which may have terms-of-service contracts mandating that they be used in an unmodified form). However, HTML 5, which is not directly based on either SGML or XML, is more forgiving of allowing such mixed syntax; its specs say that the underlying HTML document can be expressed in either syntax, and while you're still supposed to pick one or the other, there are very forgiving parsing rules for interpreting the document.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;forgiving&amp;quot; processing of mixed syntax applies only to documents served with the MIME type &amp;quot;text/html&amp;quot;; if an XML MIME type is used, browsers are supposed to be stricter in interpreting the syntax and rejecting documents which are improper or which are of a form they don't understand.&lt;br /&gt;
&lt;br /&gt;
== DOCTYPE ==&lt;br /&gt;
&lt;br /&gt;
HTML and XHTML documents begin with a doctype declaration, which is of a format that had a specific meaning in SGML. Browsers and validators could recognize different doctypes to determine which version of HTML was being used, and browsers sometimes changed between &amp;quot;standards&amp;quot; and &amp;quot;quirks&amp;quot; parsing modes based on the doctype. HTML 5, since it was intended as a &amp;quot;living standard&amp;quot; and was no longer based on SGML, used a mimimalist doctype &amp;lt;code&amp;gt;&amp;amp;lt;!doctype html&amp;amp;gt;&amp;lt;/code&amp;gt; designed to trigger standards mode in all browsers, but no longer giving any indication of which specific variety of HTML5 (and up) is in use.&lt;br /&gt;
&lt;br /&gt;
== Nonstandard extensions ==&lt;br /&gt;
&lt;br /&gt;
The formal specs, of course, do not fully describe the HTML documents in use in the &amp;quot;real world&amp;quot;, as quite a number of nonstandard elements, attributes, and other extensions have been implemented in various browsers (including the most popular ones), and also, browsers have tended to be very forgiving of invalid markup, leading to lots of sloppy coding being widespread because &amp;quot;it works in [name of popular browser], so that's all that matters!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
In 2013, the Mozilla organization announced the removal of support for the nonstandard BLINK element, supported in various browsers since being introduced in the 1990s as a Netscape extension, and persisting despite widespread belief that it was annoying. New versions of Firefox and other Gecko-based browsers no longer flash text that is enclosed in this element, as well as in various [[Cascading Style Sheets|CSS]] rules suggesting blinking or flashing.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== Viewers ===&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Timeline_of_web_browsers Wikipedia's timeline of web browsers]&lt;br /&gt;
* [http://browsers.evolt.org/ The Evolt Browser Archive]&lt;br /&gt;
* [http://arc.opera.com/pub/opera/ Opera public downloads]&lt;br /&gt;
&lt;br /&gt;
=== Validators ===&lt;br /&gt;
* [http://validator.w3.org/ W3C HTML validator]&lt;br /&gt;
* [https://github.com/validator/validator.github.io Command-line-based validator]&lt;br /&gt;
&lt;br /&gt;
=== Conversions to/from HTML ===&lt;br /&gt;
* [http://www.mpdf1.com/mpdf/index.php mPDF: convert HTML to PDF]&lt;br /&gt;
* [http://textract.readthedocs.org/en/latest/ Textract: extract text from various document formats including HTML]&lt;br /&gt;
* [http://stackoverflow.com/questions/1403087/how-can-i-convert-an-html-table-to-csv Discussion on converting HTML tables to CSV]&lt;br /&gt;
* [http://johnmacfarlane.net/pandoc/ Pandoc: Document format conversion swiss-army knife]&lt;br /&gt;
&lt;br /&gt;
== Test suites ==&lt;br /&gt;
* [https://github.com/w3c/html-testsuite/ HTML test suite]&lt;br /&gt;
&lt;br /&gt;
== Historical information ==&lt;br /&gt;
* [http://www.w3.org/community/webhistory/ W3C Web History Community Group]&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/www-talk/1992JanFeb/0000.html Tim Berners-Lee discusses Web protocols/formats in Jan 1992]&lt;br /&gt;
* [http://diveintohtml5.info/past.html Dive into HTML5 - How did we get here?] also documents how HTML has developed.&lt;br /&gt;
* [http://www.the-pope.com/lostHTML.htm The Lost Tags of HTML], documenting early HTML versions and the tags that have been dropped from the standards.&lt;br /&gt;
* [http://www.montulli.org/theoriginofthe%3Cblink%3Etag The Origins of the &amp;lt;Blink&amp;gt; Tag]&lt;br /&gt;
* [http://home.web.cern.ch/topics/birth-web CERN's 'The birth of the web']. Includes work on restoring the first website and building a line-mode/terminal web browser simulation.&lt;br /&gt;
* [http://zachholman.com/posts/only-90s-developers/ Only 90s Web Developers Remember This]&lt;br /&gt;
* [http://w3c.github.io/elements-of-html/ List of HTML/XHTML elements past and present]&lt;br /&gt;
* [http://blog.foolip.org/2014/07/21/history-of-the-fullscreen-api/ History of the Fullscreen API]&lt;br /&gt;
&lt;br /&gt;
== Other resources ==&lt;br /&gt;
* [http://mrcoles.com/demo/markdown-css/ Markdown CSS: makes HTML look like plain text]&lt;br /&gt;
* [https://www.eff.org/press/releases/eff-makes-formal-objection-drm-html5 EFF Makes Formal Objection to DRM in HTML5]&lt;br /&gt;
* [http://boingboing.net/2013/10/02/w3c-green-lights-adding-drm-to.html W3C green-lights adding DRM to the Web's standards, says it's OK for your browser to say &amp;quot;I can't let you do that, Dave&amp;quot;]&lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=923590 Bug 923590 - Pledge never to implement HTML5 DRM (Bugzilla@Mozilla)]&lt;br /&gt;
* [http://programming.oreilly.com/2013/04/stop-standardizing-html.html Stop standardizing HTML]&lt;br /&gt;
* [http://bridgeit.mobi/ BridgeIt: JavaScript library to add native mobile features to HTML 5 web apps]&lt;br /&gt;
* [http://www.latimes.com/business/technology/la-fi-tn-1-10-americans-html-std-study-finds-20140304,0,1188415.story 1 in 10 Americans think HTML is an STD, study finds]&lt;br /&gt;
* [http://darobin.github.io/after5/ After 5: The future of HTML]&lt;br /&gt;
&lt;br /&gt;
[[Category:Web]]&lt;br /&gt;
[[Category:W3C]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/SVX</id>
		<title>SVX</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/SVX"/>
				<updated>2014-10-02T08:41:30Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Example Manifest */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=3D and CAD/CAM Models&lt;br /&gt;
|extensions={{ext|svx}}&lt;br /&gt;
}}&lt;br /&gt;
'''SVX''' is voxel-based 3D modelling format created by [http://www.shapeways.com/ Shapeways], to enable the upload of voxel-based models for 3D printing.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
An SVX file is a ZIP file containing a sequence of images and a &amp;lt;tt&amp;gt;manifest.xml&amp;lt;/tt&amp;gt; file. This structure, and the manifest itself, can be used to identify the format.&lt;br /&gt;
&lt;br /&gt;
=== Example Manifest ===&lt;br /&gt;
This is an example manifest file, taken from the specification.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;grid gridSizeX=&amp;quot;256&amp;quot; gridSizeY=&amp;quot;256&amp;quot; gridSizeZ=&amp;quot;256&amp;quot; voxelSize=&amp;quot;0.0001&amp;quot; subvoxelBits=&amp;quot;8&amp;quot;&lt;br /&gt;
   slicesOrientation=&amp;quot;Y&amp;quot; &amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;channels&amp;gt;&lt;br /&gt;
        &amp;lt;channel type=&amp;quot;DENSITY&amp;quot; bits=&amp;quot;8&amp;quot; slices=&amp;quot;density/slice%04d.png&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/channels&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;materials&amp;gt;&lt;br /&gt;
        &amp;lt;material id=&amp;quot;1&amp;quot; urn=&amp;quot;urn:shapeways:materials/1&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/materials&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;metadata&amp;gt;&lt;br /&gt;
        &amp;lt;entry key=&amp;quot;author&amp;quot; value=&amp;quot;Alan Hudson&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;entry key=&amp;quot;creationDate&amp;quot; value=&amp;quot;2014/09/12&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/metadata&amp;gt;&lt;br /&gt;
&amp;lt;/grid&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Specs ==&lt;br /&gt;
* [http://abfab3d.com/svx-format/ SVX format specification] (license not stable yet, but expected to be open).&lt;br /&gt;
&lt;br /&gt;
== Other links ==&lt;br /&gt;
* [http://3dprint.com/17294/shapeways-svx-file-voxel/ Shapeways Announces New Pricing Scheme, and Creates Voxel Based SVX File Format]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/SVX</id>
		<title>SVX</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/SVX"/>
				<updated>2014-10-02T08:41:01Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Added initial SVX format entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=3D and CAD/CAM Models&lt;br /&gt;
|extensions={{ext|svx}}&lt;br /&gt;
}}&lt;br /&gt;
'''SVX''' is voxel-based 3D modelling format created by [http://www.shapeways.com/ Shapeways], to enable the upload of voxel-based models for 3D printing.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
An SVX file is a ZIP file containing a sequence of images and a &amp;lt;tt&amp;gt;manifest.xml&amp;lt;/tt&amp;gt; file. This structure, and the manifest itself, can be used to identify the format.&lt;br /&gt;
&lt;br /&gt;
=== Example Manifest ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;grid gridSizeX=&amp;quot;256&amp;quot; gridSizeY=&amp;quot;256&amp;quot; gridSizeZ=&amp;quot;256&amp;quot; voxelSize=&amp;quot;0.0001&amp;quot; subvoxelBits=&amp;quot;8&amp;quot;&lt;br /&gt;
   slicesOrientation=&amp;quot;Y&amp;quot; &amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;channels&amp;gt;&lt;br /&gt;
        &amp;lt;channel type=&amp;quot;DENSITY&amp;quot; bits=&amp;quot;8&amp;quot; slices=&amp;quot;density/slice%04d.png&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/channels&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;materials&amp;gt;&lt;br /&gt;
        &amp;lt;material id=&amp;quot;1&amp;quot; urn=&amp;quot;urn:shapeways:materials/1&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/materials&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;metadata&amp;gt;&lt;br /&gt;
        &amp;lt;entry key=&amp;quot;author&amp;quot; value=&amp;quot;Alan Hudson&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;entry key=&amp;quot;creationDate&amp;quot; value=&amp;quot;2014/09/12&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/metadata&amp;gt;&lt;br /&gt;
&amp;lt;/grid&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Specs ==&lt;br /&gt;
* [http://abfab3d.com/svx-format/ SVX format specification] (license not stable yet, but expected to be open).&lt;br /&gt;
&lt;br /&gt;
== Other links ==&lt;br /&gt;
* [http://3dprint.com/17294/shapeways-svx-file-voxel/ Shapeways Announces New Pricing Scheme, and Creates Voxel Based SVX File Format]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/3D_and_CAD/CAM_Models</id>
		<title>3D and CAD/CAM Models</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/3D_and_CAD/CAM_Models"/>
				<updated>2014-10-02T08:32:21Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* 3D Modeling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|thiscat=3D and CAD/CAM Models&lt;br /&gt;
|image=Abstract-wooden-3d-cubes.jpg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== 3D Modeling ==&lt;br /&gt;
* [[3DM]] - OpenNURBS Initiative 3D Model (used by Rhinoceros 3D) (.3dm)&lt;br /&gt;
* [[3DMF]] - QuickDraw 3D Metafile (.3dmf)&lt;br /&gt;
* [[3DS]] - Legacy 3D Studio Model (.3ds)&lt;br /&gt;
* [[AC3D Model]] (.ac)&lt;br /&gt;
* [[Adobe PRC]] (embedded in PDF files)&lt;br /&gt;
* [[AMF]] - Additive Manufacturing File Format&lt;br /&gt;
* [[AN8]] - Anim8or Model (.an8)&lt;br /&gt;
* [[AOI]] - Art of Illusion Model (.aoi)&lt;br /&gt;
* [[B3D]] - Blitz3D Model (.b3d)&lt;br /&gt;
* [[BLEND]] - Blender (.blend)&lt;br /&gt;
* [[BLOCK]] - Blender encrypted blend files (.block)&lt;br /&gt;
* [[BRL-CAD geometry]] (.g)&lt;br /&gt;
* [[C4D]] - Cinema 4D (.c4d)&lt;br /&gt;
* [[Cal3D]] - Cal3D (.cal3d)&lt;br /&gt;
* [[CCP4]] - X-ray crystallography voxels (electron density)&lt;br /&gt;
* [[CFL]] - Compressed File Library (.cfl)&lt;br /&gt;
* [[COB]] - Caligari Object (.cob)&lt;br /&gt;
* [[CORE3D]] - Coreona 3D Coreona 3D Virtual File(.core3d)&lt;br /&gt;
* [[CTM]] - OpenCTM (.ctm)&lt;br /&gt;
* [[DAE]] - COLLADA (.dae)&lt;br /&gt;
* [[DFF]] - RenderWare binary stream, commonly used by Grand Theft Auto III-era games as well as other RenderWare titles&lt;br /&gt;
* [[DKBTrace scene description]] - DKB Ray Tracer (.dat)&lt;br /&gt;
* [[Doré Raster]]&lt;br /&gt;
* [[DPM]] - deepMesh (.dpm)&lt;br /&gt;
* [[DTS]] - Torque Game Engine (.dts)&lt;br /&gt;
* [[EGG]] - Panda3D Engine&lt;br /&gt;
* [[FACT]] - Electric Image (.fac)&lt;br /&gt;
* [[FBX]] - Autodesk FBX (.fbx)&lt;br /&gt;
* [[GLM]] - Ghoul Mesh (.glm)&lt;br /&gt;
* [[Imagine Object File]] (Variety of FORM [[TDDD]])&lt;br /&gt;
* [[Imagine Texture File]]&lt;br /&gt;
* [[JAS]] - Cheetah 3D file (.jas)&lt;br /&gt;
* [[LSB]] - Lightscape scene binary format (.lsb)&lt;br /&gt;
* [[LWO]] - Lightwave Object (.lwo)&lt;br /&gt;
* [[LWS]] - Lightwave Scene (.lws)&lt;br /&gt;
* [[LXO]] - Luxology Modo (software) file (.lxo)&lt;br /&gt;
* [[MA]] - Autodesk Maya ASCII File (.ma)&lt;br /&gt;
* [[MatCap]] (.zmt)&lt;br /&gt;
* [[MAX]] - Autodesk 3D Studio Max file (.max)&lt;br /&gt;
* [[MB]] - Autodesk Maya Binary File (.mb)&lt;br /&gt;
* [[MD2]] - Quake 2 model format (.md2)&lt;br /&gt;
* [[MD3]] - Quake 3 model format (.md3)&lt;br /&gt;
* [[MDX]] - Blizzard Entertainment's own model format (.mdx)&lt;br /&gt;
* [[MESH]] - New York University(.m)&lt;br /&gt;
* [[MESH]] - Meshwork Model (.mesh)&lt;br /&gt;
* [[MM3D]] - Misfit Model 3d (.mm3d)&lt;br /&gt;
* [[MRC]] - voxels in cryo-electron microscopy&lt;br /&gt;
* [[NFF]] - Haines NFF, Neutral File Format&lt;br /&gt;
* [[NIF]] - Gamebryo NetImmerse File (.nif)&lt;br /&gt;
* [[OFF (DEC-WSE Object File Format)]]&lt;br /&gt;
* [[OFF (Geomview Object File Format)]]&lt;br /&gt;
* [[Outerra engine]] (.otx) (used in Anteworld game)&lt;br /&gt;
* [[POV]] - Persistence of Vision, POV-Ray document (.pov)&lt;br /&gt;
* [[PRT scene description]] - Parallel Ray Trace&lt;br /&gt;
* [[QRT Ray Tracer scene description]] (.qrt)&lt;br /&gt;
* [[Radiance Scene Description]] (.rad)&lt;br /&gt;
* [[Rayshade scene description]] (.ray)&lt;br /&gt;
* [[RWX]] - RenderWare Object (.rwx)&lt;br /&gt;
* [[Sense8 NFF]] - WorldToolkit Neutral File Format&lt;br /&gt;
* [[SGI YAODL]] - Yet Another Object Description Language, Power-Flip Format&lt;br /&gt;
* [[SGO]] - Silicon Graphics Object, Showcase &lt;br /&gt;
* [[SIA]] - Nevercenter Silo Object (.sia)&lt;br /&gt;
* [[SIB]] - Nevercenter Silo Object (.sib)&lt;br /&gt;
* [[Simply 3D Geometry]] (.ged)&lt;br /&gt;
* [[SKP]] - Google Sketchup file (.skp)&lt;br /&gt;
* [[SLDASM]] - SolidWorks Assembly Document (.sldasm)&lt;br /&gt;
* [[SLDPRT]] - SolidWorks Part Document (.sldprt)&lt;br /&gt;
* [[SMD]] - Valve Studiomdl Data format. (.smd)&lt;br /&gt;
* [[SVX]] - Shapeways voxel format. (.svx)&lt;br /&gt;
* [[TDDD]] - Turbo Silver 3D Data Description, T3D&lt;br /&gt;
* [[TTDDD]]&lt;br /&gt;
* [[U3D]] - Universal 3D file format (.u3d)&lt;br /&gt;
* [[Universal Scene Description]] - Pixar USD&lt;br /&gt;
* [[VRML]] - Virtual reality modeling language (.wrl)&lt;br /&gt;
* [[VTK]] - Visualization Toolkit (.vtk)&lt;br /&gt;
* [[VUE]] - Vue scene file (.vue)&lt;br /&gt;
* [[Wavefront MTL]]&lt;br /&gt;
* [[Wavefront OBJ]]&lt;br /&gt;
* [[WINGS]] - Wings3D (.wings)&lt;br /&gt;
* [[X]] - DirectX 3D Model (.x)&lt;br /&gt;
* [[X3D]] - Extensible 3D (.x3d)&lt;br /&gt;
* [[Z3D]] - Zmodeler (.z3d)&lt;br /&gt;
&lt;br /&gt;
== CAD ==&lt;br /&gt;
&lt;br /&gt;
* [[3dmlw]] - (3D Markup Language for Web) files&lt;br /&gt;
* [[3dxml]] - Dassault Systemes graphic representation&lt;br /&gt;
* [[ACP]] - VA Software VA - Virtual Architecture CAD file&lt;br /&gt;
* [[AMF]] - Additive Manufacturing File Format&lt;br /&gt;
* [[Argon]] - Ashlar-Vellum (AR) - 3D Modeling&lt;br /&gt;
* [[ART]] - ArtCAM model&lt;br /&gt;
* [[ASC]] - BRL-CAD Geometry File (old ASCII format)&lt;br /&gt;
* [[ASM]] - Solidedge Assembly, Pro/ENGINEER Assembly&lt;br /&gt;
* [[DDS BIN|BIN]], [[BIM]] - Data Design System DDS-CAD&lt;br /&gt;
* [[CCC]] - CopyCAD Curves&lt;br /&gt;
* [[CCM]] - CopyCAD Model&lt;br /&gt;
* [[CCS]] - CopyCAD Session&lt;br /&gt;
* [[CAD]] - CadStd&lt;br /&gt;
* [[CAD-3D]] - Antic Software&lt;br /&gt;
* [[CATDrawing]] - CATIA V5 Drawing document&lt;br /&gt;
* [[CATPart]] - CATIA V5 Part document&lt;br /&gt;
* [[CATProduct]] - CATIA V5 Assembly document&lt;br /&gt;
* [[CATProcess]] - CATIA V5 Manufacturing document&lt;br /&gt;
* [[cgr]] - CATIA V5 graphic representation file&lt;br /&gt;
* [[CO]] - Ashlar-Vellum Cobalt - parametric drafting and 3D modeling&lt;br /&gt;
* [[DRW]] - Caddie Early version of Caddie drawing - Prior to Caddie changing to DWG&lt;br /&gt;
* [[DWG]] - AutoCAD and Open Design Alliance applications&lt;br /&gt;
* [[DFT]] - Solidedge Draft&lt;br /&gt;
* [[DGN]] - MicroStation design file&lt;br /&gt;
* [[DGK]] - Delcam Geometry&lt;br /&gt;
* [[DMT]] - Delcam Machining Triangles&lt;br /&gt;
* [[DXF]] - ASCII Drawing Interchange file format - AutoCAD&lt;br /&gt;
* [[DWB]] - VariCAD drawing file&lt;br /&gt;
* [[DWF]] - AutoDesk's Web Design Format; AutoCAD &amp;amp; Revit can publish to this format; similar in concept to PDF files; AutoDesk Design Review is the reader&lt;br /&gt;
* [[Euclid]] - CAD file format&lt;br /&gt;
* [[Euclid (Ace Computing)|Euclid]] - CAD/composition file format (Ace Computing)&lt;br /&gt;
* [[EMB]] - Wilcom ES Designer Embroidery CAD file&lt;br /&gt;
* [[ESW]] - Agtek format&lt;br /&gt;
* [[EXCELLON]] - Excellon file&lt;br /&gt;
* [[EXP]] - Drawing Express file format&lt;br /&gt;
* [[FM]] - FeatureCAM Part File&lt;br /&gt;
* [[FMZ]] - FormZ Project file&lt;br /&gt;
* [[G]] - BRL-CAD Geometry File&lt;br /&gt;
* [[Gerber format]] - RS-274-D, RS-274X&lt;br /&gt;
* [[GLM]] - KernelCAD model&lt;br /&gt;
* [[GRB]] - T-FLEX CAD File&lt;br /&gt;
* [[GTC]] - GRAITEC Advance file format&lt;br /&gt;
* [[HydroCAD Stormwater Modeling System Unit Hydrograph file]] (.huh)&lt;br /&gt;
* [[IAM]] - Autodesk Inventor Assembly file&lt;br /&gt;
* [[ICD]] - IronCAD 2D CAD file&lt;br /&gt;
* [[IDW]] - Autodesk Inventor Drawing file&lt;br /&gt;
* [[IFC]] - buildingSMART for sharing AEC and FM data&lt;br /&gt;
* [[IGES]] - Initial Graphics Exchange Specification&lt;br /&gt;
* [[Intergraph Standard File Formats]]&lt;br /&gt;
* [[IPN]] - Autodesk Inventor Presentation file&lt;br /&gt;
* [[IPT]] - Autodesk Inventor Part file&lt;br /&gt;
* [[JT]] (visualization format) - Jupiter Tesselation&lt;br /&gt;
* [[MCD]] - Monu-CAD (Monument/Headstone Drawing file)&lt;br /&gt;
* [[model]] - CATIA V4 part document&lt;br /&gt;
* [[OCD]] - Orienteering Computer Aided Design (OCAD) file&lt;br /&gt;
* [[OpenSCAD]] - Solid 3D CAD objects (.scad)&lt;br /&gt;
* [[PAR]] - Solidedge Part&lt;br /&gt;
* [[PIPE]] - PIPE-FLO Professional Piping system design file&lt;br /&gt;
* [[PLN]] - ArchiCad project&lt;br /&gt;
* [[PRT]] - NX (recently known as Unigraphics), Pro/ENGINEER Part, CADKEY Part&lt;br /&gt;
* [[PSM]] - Solidedge Sheet&lt;br /&gt;
* [[PSMODEL]] - PowerSHAPE Model&lt;br /&gt;
* [[PWI]] - PowerINSPECT File&lt;br /&gt;
* [[PYT]] - Pythagoras File&lt;br /&gt;
* [[SKP]] - SketchUp Model&lt;br /&gt;
* [[RLF]] - ArtCAM Relief&lt;br /&gt;
* [[RVT]] - AutoDesk Revit project files&lt;br /&gt;
* [[RFA]] - AutoDesk Revit family files&lt;br /&gt;
* [[SCDOC]] - SpaceClaim 3D Part/Assembly&lt;br /&gt;
* [[SLDASM]] - SolidWorks Assembly drawing&lt;br /&gt;
* [[SLDDRW]] - SolidWorks 2D drawing&lt;br /&gt;
* [[SLDPRT]] - SolidWorks 3D part model&lt;br /&gt;
* [[dotXSI]] - Softimage&lt;br /&gt;
* [[STEP]] - Standard for the Exchange of Product model data&lt;br /&gt;
* [[STL]] - Stereo Lithographic data format used by various CAD systems and stereo lithographic printing machines. (.stl)&lt;br /&gt;
* [[TCT]] - TurboCAD drawing template&lt;br /&gt;
* [[TCW]] - TurboCAD for Windows 2D and 3D drawing&lt;br /&gt;
* [[Thing file]] - MakerBot (.thing)&lt;br /&gt;
* [[UNV]] - I-DEAS I-DEAS (Integrated Design and Engineering Analysis Software)&lt;br /&gt;
* [[VC6]] - Ashlar-Vellum Graphite - 2D and 3D drafting&lt;br /&gt;
* [[VLM]] - Ashlar-Vellum Vellum, Vellum 2D, Vellum Draft, Vellum 3D, DrawingBoard&lt;br /&gt;
* [[VS]] - Ashlar-Vellum Vellum Solids&lt;br /&gt;
* [[WRL]] - Similar to STL, but includes color. Used by various CAD systems and 3D printing rapid prototyping machines. Also used for VRML models on the web.&lt;br /&gt;
* [[XE]] - Ashlar-Vellum Xenon - for Associative 3D Modeling&lt;br /&gt;
&lt;br /&gt;
== Motion capture ==&lt;br /&gt;
* [[Acclaim ASF/AMC]]&lt;br /&gt;
&lt;br /&gt;
== Image series scanning ==&lt;br /&gt;
* [[BioRad confocal image]] - stores series of images generated by microscope scan of 3-D object, used in medical/research imaging&lt;br /&gt;
&lt;br /&gt;
== Stereoscopy ==&lt;br /&gt;
* [[JPS]]&lt;br /&gt;
* [[Multi-Picture Format]] - MPO, Multi-Picture Object - This JPEG standard is used for 3d images, as with the Nintendo 3DS&lt;br /&gt;
&lt;br /&gt;
== 3D video ==&lt;br /&gt;
* [[Side-by-side 3D format]]&lt;br /&gt;
* [[Top-and-bottom 3D format]]&lt;br /&gt;
* [[SENSIO Hi-Fi 3D format]]&lt;br /&gt;
* [[Blu-Ray 3D format]]&lt;br /&gt;
&lt;br /&gt;
Also see [[Game data files]] for game rendering engines (some of which are 3-D).&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
=== Interesting objects printed with 3D printers ===&lt;br /&gt;
* [http://arstechnica.com/tech-policy/2013/03/download-this-gun-3d-printed-semi-automatic-fires-over-600-rounds/ 3D-printed semi-automatic gun]&lt;br /&gt;
* [http://livewire.talkingpointsmemo.com/entry/worlds-first-3d-printed-gun-successfully-fired-in 3D-printed gun successfully fired]&lt;br /&gt;
* [http://www.usatoday.com/story/tech/2013/03/17/autodesk-phillips-electronics-3d-printing/1990703/ 3-D printing in prosthetics]&lt;br /&gt;
* [http://www.thingiverse.com/thing:44150 3D-printable artificial fingers]&lt;br /&gt;
* [http://www.dezeen.com/2013/06/28/cortex-3d-printed-cast-for-bone-fractures-jake-evill/ Cortex 3D-printed cast]&lt;br /&gt;
* [http://www.engadget.com/2013/05/07/3d-systems-star-trek/ 3D-printed personalized Star Trek figurines]&lt;br /&gt;
* [http://www.cracked.com/quick-fixes/the-4-worst-things-people-are-making-with-3d-printers/?utm_source=twitter&amp;amp;utm_medium=fanpage&amp;amp;utm_campaign=new+article&amp;amp;wa_ibsrc=fanpage The 4 worst things people are making with 3D printers]&lt;br /&gt;
* [http://www.latimes.com/features/food/dailydish/la-dd-food-printer-world-hunger-pizza-20130521,0,4628674.story 3-D food 'printer' aims to end world hunger, starting with pizza]&lt;br /&gt;
* [http://www.sciencedaily.com/releases/2013/05/130522180102.htm Baby's Life Saved With Groundbreaking 3-D Printed Device That Restored His Breathing]&lt;br /&gt;
* [http://inhabitat.com/nyc/new-york-city-plans-to-fix-its-crumbling-harbors-using-3d-printed-concrete/ Fixing New York City infrastructure with 3D-printed concrete]&lt;br /&gt;
* [http://qz.com/96806/with-3d-printing-youll-be-able-to-replicate-the-worlds-famous-sculptures/ With 3D printing, you’ll be able to replicate the world’s famous sculptures]&lt;br /&gt;
* [http://www.fashion-incubator.com/archive/useful-3d-printing-sewing-machine-jigs-fixtures/ Useful 3D printing -sewing machine jigs &amp;amp; fixtures]&lt;br /&gt;
* [http://www.wired.com/autopia/2013/07/3d-printed-aston-martin/ This Guy Is 3-D Printing a Classic Aston Martin … That Runs]&lt;br /&gt;
* [http://www.tonedeaf.com.au/news/international-news/306773/3d-print-mp3-vinyl-record.htm Now You Can 3D Print Any MP3 Into A Vinyl Record]&lt;br /&gt;
* [http://www.zaarchitects.com/en/other/103-mars-colonization.html Making Mars habitable for colonists using 3D printing]&lt;br /&gt;
* [http://boingboing.net/2013/09/26/crowdfunding-a-3d-printed-ope.html Crowdfunding a 3D printed, open source hardware robotic/prosthetic hand]&lt;br /&gt;
* [http://boingboing.net/2013/10/02/blizzident-3d-printed-whole-m.html Blizzident: 3D printed whole-mouth-at-once toothbrush]&lt;br /&gt;
* [http://www.antipope.org/charlie/blog-static/2013/11/the-next-revolution-will-not-b.html The revolution will not be hand-stitched]&lt;br /&gt;
* [http://www.fabbaloo.com/blog/2014/2/14/its-3d-printed-and-its-flexible It’s 3D Printed, and It’s Flexible]&lt;br /&gt;
* [http://gigaom.com/2014/02/25/this-is-what-3d-printed-wood-looks-like/ This is what 3D printed wood looks like]&lt;br /&gt;
&lt;br /&gt;
=== Related technologies ===&lt;br /&gt;
* [http://boingboing.net/2013/04/05/4d-printing-and-programmable-m.html 4D printing (the 4th dimension is time)]&lt;br /&gt;
* [http://reprap.org/wiki/Main_Page RepRap: project to build self-replicating 3D printer]&lt;br /&gt;
* [http://qz.com/103705/forget-3d-printing-3d-subtraction-is-going-to-arrive-in-your-garage-first/ Forget 3D printing—3D subtraction is going to arrive in your garage first]&lt;br /&gt;
* [http://www.wired.com/design/2013/09/jaw-dropping-software-that-makes-3d-models-from-any-old-photograph/ Software makes 3-D models from photographs]&lt;br /&gt;
* [http://boingboing.net/2013/10/14/6-axis-3d-printer-can-print-on.html 6-axis 3D printer can print on irregular surfaces]&lt;br /&gt;
* [http://boingboing.net/2013/12/19/3d-printer-in-minecraft.html 3D printer within Minecraft game world]&lt;br /&gt;
* [http://boingboing.net/2013/12/25/3d-printer-that-draws-pictures.html 3D printer that draws pictures in Jello shooters]&lt;br /&gt;
* [http://www.kickstarter.com/projects/1142241325/deltatrix-3d-printer-open-source-and-fully-hackabl Open-source hackable 3D printer]&lt;br /&gt;
* [http://boingboing.net/2014/01/13/edible-sugar-3d-printer-at-ces.html Edible sugar 3D printer at CES]&lt;br /&gt;
* [http://boingboing.net/2014/04/26/3d-printer-that-lays-down-cond.html 3D printer that lays down conductive traces as it goes]&lt;br /&gt;
* [http://boingboing.net/2014/04/29/praying-mantises-wearing-3d-gl.html Praying mantises wearing 3D glasses]&lt;br /&gt;
* [http://boingboing.net/2014/05/02/2k-desktop-milling-machine.html $2k desktop milling machine]&lt;br /&gt;
* [http://3dprintingindustry.com/2014/07/01/quantum-dots-hinder-3d-printed-counterfeits/?utm_source=dlvr.it&amp;amp;utm_medium=twitter&amp;amp;utm_campaign=quantum-dots-hinder-3d-printed-counterfeits Quantum Dots to Hinder 3D Printed Counterfeits]&lt;br /&gt;
&lt;br /&gt;
=== Legal issues ===&lt;br /&gt;
* [https://www.eff.org/deeplinks/2013/03/effs-fight-open-3d-printing-continues-askpatentscom EFF: Stop bad 3D printing patents]&lt;br /&gt;
* [http://www.techdirt.com/blog/innovation/articles/20130428/06443622864/dont-let-patents-kill-3d-printing.shtml Don't let patents kill 3D printing]&lt;br /&gt;
* [http://qz.com/106483/3d-printing-will-explode-in-2014-thanks-to-the-expiration-of-key-patents/ 3D printing will explode in 2014, thanks to the expiration of key patents]&lt;br /&gt;
* [http://3dprintingindustry.com/2014/02/04/spies-3d-printer/ The Spies in Your 3D Printer]&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [http://boingboing.net/2013/06/24/kickstarting-a-400-applianc.html Kickstarting a $400 &amp;quot;appliance&amp;quot; 3D printer]&lt;br /&gt;
* [http://boingboing.net/2013/06/10/how-3d-printing-will-rebuild-r.html How 3-D printing will rebuild reality]&lt;br /&gt;
* [http://www.weirduniverse.net/blog/comments/superman_invents_3-d_printing/ Superman invents 3D printing in 1964!]&lt;br /&gt;
* [http://boingboing.net/2013/07/23/3-bee-printing-tricking-bees.html 3-Bee printing: tricking bees into making wax sculptures]&lt;br /&gt;
* [http://www.kickstarter.com/projects/327919589/the-microfactory-a-machine-shop-in-a-box Kickstarter for Microfactory]&lt;br /&gt;
* [http://gigaom.com/2013/11/04/free-3d-printing-encryption-tool-for-your-stl-mesh-files/ Free 3D printing encryption tool for your STL mesh files]&lt;br /&gt;
* [http://3d.si.edu/ Smithsonian online 3D collection]&lt;br /&gt;
* [http://www.open-electronics.org/tiny-and-cute-open-source-3d-printer-smartrap-is-on-indiegogo/ Tiny and Cute Open source 3D printer Smartrap is on Indiegogo]&lt;br /&gt;
* [http://www.3ders.org/articles/20140209-made-in-africa-with-e-waste-3d-printer-campaign.html 'Made in Africa with e-waste' 3D printer campaign]&lt;br /&gt;
* [http://www.techdirt.com/blog/innovation/articles/20140213/13034226217/will-3d-printing-transform-world-just-fill-it-with-non-biodegradable-personalized-junk.shtml Will 3D Printing Transform The World -- Or Just Fill It With Non-Biodegradable Personalized Junk?]&lt;br /&gt;
* [http://www.popehat.com/2011/10/06/the-third-wave-cnc-stereolithography-and-the-end-of-gun-control/ The Third Wave, CNC, Stereolithography, and the end of gun control]&lt;br /&gt;
* [http://boingboing.net/2014/05/07/was-the-mona-lisa-meant-to-be.html Was the Mona Lisa meant to be 3D?]&lt;br /&gt;
* [http://www.wired.com/2014/05/mod-t-printer/ A $250 3-D Printer With Breakthrough Software]&lt;br /&gt;
* [http://blogs.loc.gov/digitalpreservation/2014/08/untangling-the-knot-of-cad-preservation/ Untangling the Knot of CAD Preservation]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/HTML</id>
		<title>HTML</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/HTML"/>
				<updated>2014-07-28T11:57:20Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Historical information */ Added link to a history of Fullscreen API&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Markup&lt;br /&gt;
|extensions={{ext|html}}, {{ext|htm}}&lt;br /&gt;
|mimetypes={{mimetype|text/html}}&lt;br /&gt;
|released=1990&lt;br /&gt;
}}&lt;br /&gt;
'''HTML''' ('''h'''yper'''t'''ext '''m'''arkup '''l'''anguage) originally was an [[SGML]] based markup language. XHTML is HTML redeveloped using the stricter [[XML]] rules. Disagreement over the direction of W3C developments from some of the browser vendors led to the formation of the Web Hypertext Application Technology Working Group (WHATWG). They maintain the spec for the HTML5 or HTML Next or HTML Living Standard, which is not based on SGML any more. The W3C standardisation group will work to formalise the WHATWG specification as a series of standardised [http://wiki.whatwg.org/wiki/HTML_snapshots 'snapshots'] of the living standard. One version of this standard is in the process of being &amp;quot;frozen&amp;quot; into a W3C HTML5 recommendation, while the ongoing &amp;quot;living standard&amp;quot; is getting regular updates as what W3C is referring to as &amp;quot;HTML 5.1&amp;quot;, perhaps eventually to be frozen into another recommendation with the living standards moving on to HTML 5.2 and so on.&lt;br /&gt;
&lt;br /&gt;
== Specs ==&lt;br /&gt;
* W3C specifications:&lt;br /&gt;
** [http://www.w3.org/MarkUp/HTMLPlus/htmlplus_1.html HTML (1) specification]&lt;br /&gt;
** [http://www.w3.org/MarkUp/html-spec/ HTML 2.0 specification] (see also the [http://tools.ietf.org/html/rfc1866 RFC])&lt;br /&gt;
** [http://www.w3.org/TR/REC-html32 HTML 3.2 specification]&lt;br /&gt;
** [http://www.w3.org/TR/REC-html40/ HTML 4.01 specification]&lt;br /&gt;
** [http://www.w3.org/TR/html5/ HTML5 working draft]&lt;br /&gt;
** [http://www.w3.org/html/wg/drafts/html/CR/ HTML5 editor's draft]&lt;br /&gt;
** [http://www.w3.org/html/wg/drafts/html/master/ HTML 5.1 Nightly]&lt;br /&gt;
** [http://www.w3.org/TR/xhtml1 XHTML 1.0 specification]&lt;br /&gt;
** [http://www.w3.org/TR/xhtml11 XHTML 1.1 specification]&lt;br /&gt;
** [http://www.w3.org/html/landscape/ The HTML Landscape] enumerates the differences between the W3C HTML 5.0, 5.1 and the WHATWG Living Standard. The source for the landscape site is available [https://github.com/w3c/html-landscape here].&lt;br /&gt;
* Web Hypertext Application Technology Working Group (WHATWG) specifications:&lt;br /&gt;
** [http://wiki.whatwg.org/ The WHATWG Wiki]&lt;br /&gt;
** [http://www.whatwg.org/specs/web-apps/current-work/multipage/ HTML Living Standard] &lt;br /&gt;
** [http://blog.whatwg.org/html-is-the-new-html5 Blog post describing the background information of the living standard]&lt;br /&gt;
** [http://www.whatwg.org/specs/ List of all WHATWG specifications]&lt;br /&gt;
** [http://wiki.whatwg.org/wiki/HTML_derivatives List of 'HTML derivatives' and other spin-off specifications]&lt;br /&gt;
** [http://wiki.whatwg.org/wiki/HTML_snapshots HTML Snapshots]&lt;br /&gt;
* [https://github.com/mozilla/servo/wiki/Relevant-spec-links Relevant spec links according to the Mozilla Servo project].&lt;br /&gt;
&lt;br /&gt;
== HTML vs. XHTML ==&lt;br /&gt;
&lt;br /&gt;
In HTML versions prior to HTML 5, there was a &amp;quot;fork&amp;quot; between HTML and XHTML, with the former being [[SGML]]-based and the latter [[XML]]-based. While the features of both are for the most part very similar, there are some syntactic differences which can trap the unwary, usually not causing any actual problems in rendering in common browsers (which are very forgiving of errors), but preventing validation. For instance, any tags not requiring a matching ending tag (e.g., &amp;amp;lt;br&amp;gt;) need an added slash in XHTML to make them self-closing (&amp;amp;lt;br /&amp;gt;). This should not be used in HTML. There are some other differences such as HTML tags and attributes being case-insensitive so they can be entered in either uppercase or lowercase, while XHTML is case-sensitive and its standard tags are all lowercase. Some parts of the respective syntaxes won't mix and still validate as either variety, which is a problem when webmasters paste in code from diverse sources (including ad-network and affiliate links and scripts which may have terms-of-service contracts mandating that they be used in an unmodified form). However, HTML 5, which is not directly based on either SGML or XML, is more forgiving of allowing such mixed syntax; its specs say that the underlying HTML document can be expressed in either syntax, and while you're still supposed to pick one or the other, there are very forgiving parsing rules for interpreting the document.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;forgiving&amp;quot; processing of mixed syntax applies only to documents served with the MIME type &amp;quot;text/html&amp;quot;; if an XML MIME type is used, browsers are supposed to be stricter in interpreting the syntax and rejecting documents which are improper or which are of a form they don't understand.&lt;br /&gt;
&lt;br /&gt;
== DOCTYPE ==&lt;br /&gt;
&lt;br /&gt;
HTML and XHTML documents begin with a doctype declaration, which is of a format that had a specific meaning in SGML. Browsers and validators could recognize different doctypes to determine which version of HTML was being used, and browsers sometimes changed between &amp;quot;standards&amp;quot; and &amp;quot;quirks&amp;quot; parsing modes based on the doctype. HTML 5, since it was intended as a &amp;quot;living standard&amp;quot; and was no longer based on SGML, used a mimimalist doctype &amp;lt;code&amp;gt;&amp;amp;lt;!doctype html&amp;amp;gt;&amp;lt;/code&amp;gt; designed to trigger standards mode in all browsers, but no longer giving any indication of which specific variety of HTML5 (and up) is in use.&lt;br /&gt;
&lt;br /&gt;
== Nonstandard extensions ==&lt;br /&gt;
&lt;br /&gt;
The formal specs, of course, do not fully describe the HTML documents in use in the &amp;quot;real world&amp;quot;, as quite a number of nonstandard elements, attributes, and other extensions have been implemented in various browsers (including the most popular ones), and also, browsers have tended to be very forgiving of invalid markup, leading to lots of sloppy coding being widespread because &amp;quot;it works in [name of popular browser], so that's all that matters!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
In 2013, the Mozilla organization announced the removal of support for the nonstandard BLINK element, supported in various browsers since being introduced in the 1990s as a Netscape extension, and persisting despite widespread belief that it was annoying. New versions of Firefox and other Gecko-based browsers no longer flash text that is enclosed in this element, as well as in various [[Cascading Style Sheets|CSS]] rules suggesting blinking or flashing.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://www.mpdf1.com/mpdf/index.php mPDF: convert HTML to PDF]&lt;br /&gt;
&lt;br /&gt;
== Validators ==&lt;br /&gt;
* [http://validator.w3.org/ W3C HTML validator]&lt;br /&gt;
&lt;br /&gt;
== Test suites ==&lt;br /&gt;
* [https://github.com/w3c/html-testsuite/ HTML test suite]&lt;br /&gt;
&lt;br /&gt;
== Format conversion ==&lt;br /&gt;
* [http://stackoverflow.com/questions/1403087/how-can-i-convert-an-html-table-to-csv Discussion on converting HTML tables to CSV]&lt;br /&gt;
&lt;br /&gt;
== Historical information ==&lt;br /&gt;
* [http://www.w3.org/community/webhistory/ W3C Web History Community Group]&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/www-talk/1992JanFeb/0000.html Tim Berners-Lee discusses Web protocols/formats in Jan 1992]&lt;br /&gt;
* [http://diveintohtml5.info/past.html Dive into HTML5 - How did we get here?] also documents how HTML has developed.&lt;br /&gt;
* [http://www.the-pope.com/lostHTML.htm The Lost Tags of HTML], documenting early HTML versions and the tags that have been dropped from the standards.&lt;br /&gt;
* [http://www.montulli.org/theoriginofthe%3Cblink%3Etag The Origins of the &amp;lt;Blink&amp;gt; Tag]&lt;br /&gt;
* [http://home.web.cern.ch/topics/birth-web CERN's 'The birth of the web']. Includes work on restoring the first website and building a line-mode/terminal web browser simulation.&lt;br /&gt;
* [http://zachholman.com/posts/only-90s-developers/ Only 90s Web Developers Remember This]&lt;br /&gt;
* [http://w3c.github.io/elements-of-html/ List of HTML/XHTML elements past and present]&lt;br /&gt;
* [http://blog.foolip.org/2014/07/21/history-of-the-fullscreen-api/ History of the Fullscreen API]&lt;br /&gt;
&lt;br /&gt;
== Other resources ==&lt;br /&gt;
* [http://mrcoles.com/demo/markdown-css/ Markdown CSS: makes HTML look like plain text]&lt;br /&gt;
* [https://www.eff.org/press/releases/eff-makes-formal-objection-drm-html5 EFF Makes Formal Objection to DRM in HTML5]&lt;br /&gt;
* [http://boingboing.net/2013/10/02/w3c-green-lights-adding-drm-to.html W3C green-lights adding DRM to the Web's standards, says it's OK for your browser to say &amp;quot;I can't let you do that, Dave&amp;quot;]&lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=923590 Bug 923590 - Pledge never to implement HTML5 DRM (Bugzilla@Mozilla)]&lt;br /&gt;
* [http://programming.oreilly.com/2013/04/stop-standardizing-html.html Stop standardizing HTML]&lt;br /&gt;
* [http://bridgeit.mobi/ BridgeIt: JavaScript library to add native mobile features to HTML 5 web apps]&lt;br /&gt;
* [http://www.latimes.com/business/technology/la-fi-tn-1-10-americans-html-std-study-finds-20140304,0,1188415.story 1 in 10 Americans think HTML is an STD, study finds]&lt;br /&gt;
&lt;br /&gt;
[[Category:Web]]&lt;br /&gt;
[[Category:W3C]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/WARC</id>
		<title>WARC</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/WARC"/>
				<updated>2014-07-01T23:07:43Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* References */ Prioritised directl link to the most recent warctools package over the COPTR link.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|subcat=Archiving&lt;br /&gt;
|extensions={{ext|warc}}&amp;lt;br&amp;gt;{{ext|warc.gz}}&lt;br /&gt;
|pronom={{PRONOM|fmt/289}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Successor to the [[ARC (Internet Archive)]] format.  Standardized as ISO 28500:2009, Information and documentation -- WARC file format.  Developed under the auspices of the [http://netpreserve.org/ International Internet Preservation Consortium]. WARC was developed as an extension to ARC in part to provide better capabilities for managing Web archives for the long term, allowing for capture of more metadata about the circumstances of archiving.&lt;br /&gt;
&lt;br /&gt;
WARC files are often compressed using [[gzip]], resulting in a '''.warc.gz''' extension.&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [http://archive.org/details/testWARCfiles Test WARC Files] warc.gz file from Internet Archive.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [http://bibnum.bnf.fr/WARC/warc_ISO_DIS_28500.pdf Draft of ISO-DIS 28500] As circulated for ISO ballot and approval.&lt;br /&gt;
* [http://www.digitalpreservation.gov/formats/fdd/fdd000236.shtml WARC, Web ARChive file format, from Library of Congress resource on Sustainability of Digital Formats]&lt;br /&gt;
* [http://archive-access.sourceforge.net/warc/ Working drafts for WARC specification]&lt;br /&gt;
* [http://bibnum.bnf.fr/WARC/ The WARC File Format (ISO 28500) - Information, Maintenance, Drafts]&lt;br /&gt;
* [https://pypi.python.org/pypi/warctools/ WARC Tools (in Python)]&lt;br /&gt;
** Some history on the Python tools is available on [http://coptr.digipres.org/Warctools here on the COPTR wiki].&lt;br /&gt;
* [http://www.hanzoarchives.com/learning/warc_files Slide show on WARC]&lt;br /&gt;
* [http://archiveteam.org/index.php?title=The_WARC_Ecosystem The WARC Ecosystem (Archive Team)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Internet Archive]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Template:FormatInfo</id>
		<title>Template:FormatInfo</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Template:FormatInfo"/>
				<updated>2014-07-01T22:28:01Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Removed COPTR backlink.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #666666; max-width: 25%; overflow: hidden; background-color:{{#switch: {{{formattype}}}&lt;br /&gt;
|electronic=#F8E0F7&lt;br /&gt;
|physical=#F6E3CE&lt;br /&gt;
|organic=#CEF6CE&lt;br /&gt;
|Languages=#CEE3F6&lt;br /&gt;
|#F8E0F7&lt;br /&gt;
}};&lt;br /&gt;
 padding: 0.25em; margin: 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;2&amp;quot;&amp;gt;[[File Formats|File Format]]&amp;lt;includeonly&amp;gt;[[Category:File Formats]]&amp;lt;/includeonly&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{FormatInfo/row|Name|{{{name|{{PAGENAME}}}}}{{DEFAULTSORT:{{{name|{{PAGENAME}}}}}}}}}&lt;br /&gt;
{{FormatInfo/row&lt;br /&gt;
| Ontology&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#switch: {{{formattype}}}&lt;br /&gt;
|electronic=[[Electronic File Formats]]&amp;lt;includeonly&amp;gt;[[Category:Electronic File Formats]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
|physical=[[Physical File Formats]]&amp;lt;includeonly&amp;gt;[[Category:Physical File Formats]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
|organic=[[Organic File Formats]]&amp;lt;includeonly&amp;gt;[[Category:Organic File Formats]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
|[[{{{formattype|Electronic File Formats}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{formattype|Electronic File Formats}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat|}}}&lt;br /&gt;
|[[{{{subcat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat2|}}}&lt;br /&gt;
|[[{{{subcat2}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat2}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat3|}}}&lt;br /&gt;
|[[{{{subcat3}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat3}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat4|}}}&lt;br /&gt;
|[[{{{subcat4}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat4}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat5|}}}&lt;br /&gt;
|[[{{{subcat5}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat5}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
}}{{#if:{{{extensions|}}}|&lt;br /&gt;
{{FormatInfo/row|Extension(s)|{{{extensions}}}}}&lt;br /&gt;
}}{{#if:{{{mimetypes|}}}|&lt;br /&gt;
{{FormatInfo/row|MIME Type(s)|{{{mimetypes}}}}}&lt;br /&gt;
}}{{#if:{{{locfdd|}}}|&lt;br /&gt;
{{FormatInfo/row|LoCFDD|{{{locfdd}}}}}&lt;br /&gt;
}}{{#if:{{{fourccs|}}}|&lt;br /&gt;
{{FormatInfo/row|FourCC|{{{fourccs}}}}}&lt;br /&gt;
}}{{#if:{{{pronom|}}}|&lt;br /&gt;
{{FormatInfo/row|PRONOM|{{{pronom}}}}}&lt;br /&gt;
}}{{#if:{{{type code|}}}|&lt;br /&gt;
{{FormatInfo/row|Type Code|{{{type code}}}}}&lt;br /&gt;
}}{{#if:{{{uniform type|}}}|&lt;br /&gt;
{{FormatInfo/row|UTI|{{{uniform type}}}}}&lt;br /&gt;
}}{{#if:{{{conforms to|}}}|&lt;br /&gt;
{{FormatInfo/row|Conforms To|{{{conforms to}}}}}&lt;br /&gt;
}}{{#if:{{{released|}}}|&lt;br /&gt;
{{FormatInfo/row|Released|{{{released}}}}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:{{{image}}}|200px|{{{caption}}}]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{caption|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;{{{caption}}}&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#if:{{{formattype|}}}||[[Category:FormatInfo without formattype]]}}{{#if:{{{subcat|}}}||[[Category:FormatInfo without subcat]]}}{{#ifeq:{{{formattype|electronic}}}|electronic|{{#if:{{{extensions|}}}||[[Category:FormatInfo without extensions]]}}{{#if:{{{mimetypes|}}}||[[Category:FormatInfo without mimetypes]]}}|}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{FormatInfo&lt;br /&gt;
| name                   = &lt;br /&gt;
| formattype             = &lt;br /&gt;
| subcat                 = &lt;br /&gt;
| subcat2                = &lt;br /&gt;
| subcat3                = &lt;br /&gt;
| subcat4                = &lt;br /&gt;
| subcat5                = &lt;br /&gt;
| thiscat                = &lt;br /&gt;
| extensions             = &lt;br /&gt;
| mimetypes              = &lt;br /&gt;
| locfdd                 = &lt;br /&gt;
| fourccs                =&lt;br /&gt;
| pronom                 =&lt;br /&gt;
| type code              =&lt;br /&gt;
| uniform type           =&lt;br /&gt;
| conforms to            = &lt;br /&gt;
| released               =&lt;br /&gt;
| image                  =&lt;br /&gt;
| caption                =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
;name: '''(optional)''' The name of the file format. ''Default: &amp;lt;nowiki&amp;gt;{{PAGENAME}}&amp;lt;/nowiki&amp;gt;''&lt;br /&gt;
;formattype: '''(optional)''' The [[File Formats|type]] of the file format. Choose 'electronic', 'physical', or 'organic', or specify your own. ''Default: electronic''&lt;br /&gt;
;subcat: '''(optional)''' The subcategory of the file format.&lt;br /&gt;
;subcat2: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;subcat3: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;subcat4: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;subcat5: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;thiscat: '''(optional)''' Special parameter for indicating ontology of a non-terminal subcategory page.&lt;br /&gt;
;extensions: '''(optional)''' The format's known filename extensions. Use [[Template:ext|&amp;lt;nowiki&amp;gt;{{ext}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;mimetypes: '''(optional)''' The MIME type of the format. Use [[Template:mimetype|&amp;lt;nowiki&amp;gt;{{mimetype}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;locfdd: '''(optional)''' Identifier for this format from the Library of Congress Sustainability of Digital Formats, e.g. &amp;quot;fdd000314&amp;quot;. Use [[Template:LoCFDD|&amp;lt;nowiki&amp;gt;{{LoCFDD}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;fourccs: '''(optional)''' FourCC code&lt;br /&gt;
;pronom: '''(optional)''' The [[Sources/PRONOM|PRONOM]] ID of the format, e.g. &amp;quot;fmt/45&amp;quot;. Use [[Template:PRONOM|&amp;lt;nowiki&amp;gt;{{PRONOM}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;type code: '''(optional)''' The Type Code of the file, used by Mac OS Classic.&lt;br /&gt;
;uniform type: '''(optional)''' The Uniform Type Identifier (UTI), used by Mac OS X and iOS.&lt;br /&gt;
;conforms to: '''(optional)''' The UTI of the parent format in the conformance hierarchy.&lt;br /&gt;
;released: '''(optional)''' The date the format was publicly released.&lt;br /&gt;
;image: '''(optional)''' Illustration to show in infobox.&lt;br /&gt;
;caption: '''(optional)''' Caption for image&lt;br /&gt;
&lt;br /&gt;
===Potential Parameters===&lt;br /&gt;
This is a list of parameters that could be included in this template.&lt;br /&gt;
&lt;br /&gt;
;mime &amp;amp; mime aliases: Split mimetypes into primary type and known aliases.&lt;br /&gt;
;charset: For character encodings, the value of the charset parameter used to identify it in MIME headers&lt;br /&gt;
;version: The version of the format, e.g. &amp;quot;1.4&amp;quot; for PDF 1.4&lt;br /&gt;
;previous version: Link to page about the previous version of this format.&lt;br /&gt;
;next version: Link to page about the next version of this format.&lt;br /&gt;
;back compat: Whether this version is backwards compatible with the previous version.&lt;br /&gt;
;wikipedia: Name of the Wikipedia page that describes this format, e.g. &amp;quot;JPEG 2000&amp;quot; will be rendered as [[Wikipedia:JPEG 2000|JPEG 2000]]&lt;br /&gt;
;magic: A sequence of byte values that can be used to identify the file contents, usually located close to the start of the file.&lt;br /&gt;
;container for: A list of formats this format can contain.&lt;br /&gt;
;contained by: A list of formats that may contain this format.&lt;br /&gt;
;extended from: Any formats this one was based upon.&lt;br /&gt;
;extended to: Any formats that have been derived from this one.&lt;br /&gt;
;spec: URL of the format specification.&lt;br /&gt;
;spec availability: Type of availability the specification, e.g. commercial, free.&lt;br /&gt;
;patent license: Unknown, Disputed, Encumbered, (F)RAND, Royalty-Free, Unencumbered.&lt;br /&gt;
;compression: Types of compression. Whether Lossy, Lossless, or Both, and whether Optional or Always compressed. i.e. JPEG is Always Lossy.&lt;br /&gt;
;endianness: Big-endian or Little-endian byte ordering.&lt;br /&gt;
;developed by: Who developed the format.&lt;br /&gt;
;maintained by: Who now maintains the format.&lt;br /&gt;
;reference impl: Link to page about the reference implementation of this format, if any.&lt;br /&gt;
;embeddable metadata: Kinds of metadata that can be embedded in this format.&lt;br /&gt;
;tpm: Technical Protection Mechanisms supported by the format, e.g. encryption.&lt;br /&gt;
;dependencies: External resources that files in this format may depend upon, e.g. fonts, or even hardware.&lt;br /&gt;
;error resiliance: Is this format able to detect damage or recover from damage to the bitstream.&lt;br /&gt;
;namespace: The namespace-uri that defines the file format if it is XML-based.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:File Formats| ]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Template:FormatInfo</id>
		<title>Template:FormatInfo</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Template:FormatInfo"/>
				<updated>2014-07-01T12:47:26Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #666666; max-width: 25%; overflow: hidden; background-color:{{#switch: {{{formattype}}}&lt;br /&gt;
|electronic=#F8E0F7&lt;br /&gt;
|physical=#F6E3CE&lt;br /&gt;
|organic=#CEF6CE&lt;br /&gt;
|Languages=#CEE3F6&lt;br /&gt;
|#F8E0F7&lt;br /&gt;
}};&lt;br /&gt;
 padding: 0.25em; margin: 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;2&amp;quot;&amp;gt;[[File Formats|File Format]]&amp;lt;includeonly&amp;gt;[[Category:File Formats]]&amp;lt;/includeonly&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{FormatInfo/row|Name|{{{name|{{PAGENAME}}}}}{{DEFAULTSORT:{{{name|{{PAGENAME}}}}}}}}}&lt;br /&gt;
{{FormatInfo/row&lt;br /&gt;
| Ontology&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#switch: {{{formattype}}}&lt;br /&gt;
|electronic=[[Electronic File Formats]]&amp;lt;includeonly&amp;gt;[[Category:Electronic File Formats]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
|physical=[[Physical File Formats]]&amp;lt;includeonly&amp;gt;[[Category:Physical File Formats]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
|organic=[[Organic File Formats]]&amp;lt;includeonly&amp;gt;[[Category:Organic File Formats]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
|[[{{{formattype|Electronic File Formats}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{formattype|Electronic File Formats}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat|}}}&lt;br /&gt;
|[[{{{subcat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat2|}}}&lt;br /&gt;
|[[{{{subcat2}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat2}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat3|}}}&lt;br /&gt;
|[[{{{subcat3}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat3}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat4|}}}&lt;br /&gt;
|[[{{{subcat4}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat4}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat5|}}}&lt;br /&gt;
|[[{{{subcat5}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat5}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
}}{{#if:{{{extensions|}}}|&lt;br /&gt;
{{FormatInfo/row|Extension(s)|{{{extensions}}}}}&lt;br /&gt;
}}{{#if:{{{mimetypes|}}}|&lt;br /&gt;
{{FormatInfo/row|MIME Type(s)|{{{mimetypes}}}}}&lt;br /&gt;
}}{{#if:{{{locfdd|}}}|&lt;br /&gt;
{{FormatInfo/row|LoCFDD|{{{locfdd}}}}}&lt;br /&gt;
}}{{#if:{{{fourccs|}}}|&lt;br /&gt;
{{FormatInfo/row|FourCC|{{{fourccs}}}}}&lt;br /&gt;
}}{{#if:{{{pronom|}}}|&lt;br /&gt;
{{FormatInfo/row|PRONOM|{{{pronom}}}}}&lt;br /&gt;
}}{{#if:{{{type code|}}}|&lt;br /&gt;
{{FormatInfo/row|Type Code|{{{type code}}}}}&lt;br /&gt;
}}{{#if:{{{uniform type|}}}|&lt;br /&gt;
{{FormatInfo/row|UTI|{{{uniform type}}}}}&lt;br /&gt;
}}{{#if:{{{conforms to|}}}|&lt;br /&gt;
{{FormatInfo/row|Conforms To|{{{conforms to}}}}}&lt;br /&gt;
}}{{#if:{{{released|}}}|&lt;br /&gt;
{{FormatInfo/row|Released|{{{released}}}}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:{{{image}}}|200px|{{{caption}}}]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{caption|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;{{{caption}}}&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;[http://coptr.digipres.org/Category:{{FULLPAGENAMEE}}_format Look in COPTR for related tools.]&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#if:{{{formattype|}}}||[[Category:FormatInfo without formattype]]}}{{#if:{{{subcat|}}}||[[Category:FormatInfo without subcat]]}}{{#ifeq:{{{formattype|electronic}}}|electronic|{{#if:{{{extensions|}}}||[[Category:FormatInfo without extensions]]}}{{#if:{{{mimetypes|}}}||[[Category:FormatInfo without mimetypes]]}}|}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{FormatInfo&lt;br /&gt;
| name                   = &lt;br /&gt;
| formattype             = &lt;br /&gt;
| subcat                 = &lt;br /&gt;
| subcat2                = &lt;br /&gt;
| subcat3                = &lt;br /&gt;
| subcat4                = &lt;br /&gt;
| subcat5                = &lt;br /&gt;
| thiscat                = &lt;br /&gt;
| extensions             = &lt;br /&gt;
| mimetypes              = &lt;br /&gt;
| locfdd                 = &lt;br /&gt;
| fourccs                =&lt;br /&gt;
| pronom                 =&lt;br /&gt;
| type code              =&lt;br /&gt;
| uniform type           =&lt;br /&gt;
| conforms to            = &lt;br /&gt;
| released               =&lt;br /&gt;
| image                  =&lt;br /&gt;
| caption                =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
;name: '''(optional)''' The name of the file format. ''Default: &amp;lt;nowiki&amp;gt;{{PAGENAME}}&amp;lt;/nowiki&amp;gt;''&lt;br /&gt;
;formattype: '''(optional)''' The [[File Formats|type]] of the file format. Choose 'electronic', 'physical', or 'organic', or specify your own. ''Default: electronic''&lt;br /&gt;
;subcat: '''(optional)''' The subcategory of the file format.&lt;br /&gt;
;subcat2: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;subcat3: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;subcat4: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;subcat5: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;thiscat: '''(optional)''' Special parameter for indicating ontology of a non-terminal subcategory page.&lt;br /&gt;
;extensions: '''(optional)''' The format's known filename extensions. Use [[Template:ext|&amp;lt;nowiki&amp;gt;{{ext}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;mimetypes: '''(optional)''' The MIME type of the format. Use [[Template:mimetype|&amp;lt;nowiki&amp;gt;{{mimetype}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;locfdd: '''(optional)''' Identifier for this format from the Library of Congress Sustainability of Digital Formats, e.g. &amp;quot;fdd000314&amp;quot;. Use [[Template:LoCFDD|&amp;lt;nowiki&amp;gt;{{LoCFDD}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;fourccs: '''(optional)''' FourCC code&lt;br /&gt;
;pronom: '''(optional)''' The [[Sources/PRONOM|PRONOM]] ID of the format, e.g. &amp;quot;fmt/45&amp;quot;. Use [[Template:PRONOM|&amp;lt;nowiki&amp;gt;{{PRONOM}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;type code: '''(optional)''' The Type Code of the file, used by Mac OS Classic.&lt;br /&gt;
;uniform type: '''(optional)''' The Uniform Type Identifier (UTI), used by Mac OS X and iOS.&lt;br /&gt;
;conforms to: '''(optional)''' The UTI of the parent format in the conformance hierarchy.&lt;br /&gt;
;released: '''(optional)''' The date the format was publicly released.&lt;br /&gt;
;image: '''(optional)''' Illustration to show in infobox.&lt;br /&gt;
;caption: '''(optional)''' Caption for image&lt;br /&gt;
&lt;br /&gt;
===Potential Parameters===&lt;br /&gt;
This is a list of parameters that could be included in this template.&lt;br /&gt;
&lt;br /&gt;
;mime &amp;amp; mime aliases: Split mimetypes into primary type and known aliases.&lt;br /&gt;
;charset: For character encodings, the value of the charset parameter used to identify it in MIME headers&lt;br /&gt;
;version: The version of the format, e.g. &amp;quot;1.4&amp;quot; for PDF 1.4&lt;br /&gt;
;previous version: Link to page about the previous version of this format.&lt;br /&gt;
;next version: Link to page about the next version of this format.&lt;br /&gt;
;back compat: Whether this version is backwards compatible with the previous version.&lt;br /&gt;
;wikipedia: Name of the Wikipedia page that describes this format, e.g. &amp;quot;JPEG 2000&amp;quot; will be rendered as [[Wikipedia:JPEG 2000|JPEG 2000]]&lt;br /&gt;
;magic: A sequence of byte values that can be used to identify the file contents, usually located close to the start of the file.&lt;br /&gt;
;container for: A list of formats this format can contain.&lt;br /&gt;
;contained by: A list of formats that may contain this format.&lt;br /&gt;
;extended from: Any formats this one was based upon.&lt;br /&gt;
;extended to: Any formats that have been derived from this one.&lt;br /&gt;
;spec: URL of the format specification.&lt;br /&gt;
;spec availability: Type of availability the specification, e.g. commercial, free.&lt;br /&gt;
;patent license: Unknown, Disputed, Encumbered, (F)RAND, Royalty-Free, Unencumbered.&lt;br /&gt;
;compression: Types of compression. Whether Lossy, Lossless, or Both, and whether Optional or Always compressed. i.e. JPEG is Always Lossy.&lt;br /&gt;
;endianness: Big-endian or Little-endian byte ordering.&lt;br /&gt;
;developed by: Who developed the format.&lt;br /&gt;
;maintained by: Who now maintains the format.&lt;br /&gt;
;reference impl: Link to page about the reference implementation of this format, if any.&lt;br /&gt;
;embeddable metadata: Kinds of metadata that can be embedded in this format.&lt;br /&gt;
;tpm: Technical Protection Mechanisms supported by the format, e.g. encryption.&lt;br /&gt;
;dependencies: External resources that files in this format may depend upon, e.g. fonts, or even hardware.&lt;br /&gt;
;error resiliance: Is this format able to detect damage or recover from damage to the bitstream.&lt;br /&gt;
;namespace: The namespace-uri that defines the file format if it is XML-based.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:File Formats| ]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Template:FormatInfo</id>
		<title>Template:FormatInfo</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Template:FormatInfo"/>
				<updated>2014-07-01T12:14:19Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #666666; max-width: 25%; overflow: hidden; background-color:{{#switch: {{{formattype}}}&lt;br /&gt;
|electronic=#F8E0F7&lt;br /&gt;
|physical=#F6E3CE&lt;br /&gt;
|organic=#CEF6CE&lt;br /&gt;
|Languages=#CEE3F6&lt;br /&gt;
|#F8E0F7&lt;br /&gt;
}};&lt;br /&gt;
 padding: 0.25em; margin: 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;2&amp;quot;&amp;gt;[[File Formats|File Format]]&amp;lt;includeonly&amp;gt;[[Category:File Formats]]&amp;lt;/includeonly&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{FormatInfo/row|Name|{{{name|{{PAGENAME}}}}}{{DEFAULTSORT:{{{name|{{PAGENAME}}}}}}}}}&lt;br /&gt;
{{FormatInfo/row&lt;br /&gt;
| Ontology&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#switch: {{{formattype}}}&lt;br /&gt;
|electronic=[[Electronic File Formats]]&amp;lt;includeonly&amp;gt;[[Category:Electronic File Formats]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
|physical=[[Physical File Formats]]&amp;lt;includeonly&amp;gt;[[Category:Physical File Formats]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
|organic=[[Organic File Formats]]&amp;lt;includeonly&amp;gt;[[Category:Organic File Formats]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
|[[{{{formattype|Electronic File Formats}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{formattype|Electronic File Formats}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat|}}}&lt;br /&gt;
|[[{{{subcat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat2|}}}&lt;br /&gt;
|[[{{{subcat2}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat2}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat3|}}}&lt;br /&gt;
|[[{{{subcat3}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat3}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat4|}}}&lt;br /&gt;
|[[{{{subcat4}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat4}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat5|}}}&lt;br /&gt;
|[[{{{subcat5}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat5}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
}}{{#if:{{{extensions|}}}|&lt;br /&gt;
{{FormatInfo/row|Extension(s)|{{{extensions}}}}}&lt;br /&gt;
}}{{#if:{{{mimetypes|}}}|&lt;br /&gt;
{{FormatInfo/row|MIME Type(s)|{{{mimetypes}}}}}&lt;br /&gt;
}}{{#if:{{{locfdd|}}}|&lt;br /&gt;
{{FormatInfo/row|LoCFDD|{{{locfdd}}}}}&lt;br /&gt;
}}{{#if:{{{fourccs|}}}|&lt;br /&gt;
{{FormatInfo/row|FourCC|{{{fourccs}}}}}&lt;br /&gt;
}}{{#if:{{{pronom|}}}|&lt;br /&gt;
{{FormatInfo/row|PRONOM|{{{pronom}}}}}&lt;br /&gt;
}}{{#if:{{{type code|}}}|&lt;br /&gt;
{{FormatInfo/row|Type Code|{{{type code}}}}}&lt;br /&gt;
}}{{#if:{{{uniform type|}}}|&lt;br /&gt;
{{FormatInfo/row|UTI|{{{uniform type}}}}}&lt;br /&gt;
}}{{#if:{{{conforms to|}}}|&lt;br /&gt;
{{FormatInfo/row|Conforms To|{{{conforms to}}}}}&lt;br /&gt;
}}{{#if:{{{released|}}}|&lt;br /&gt;
{{FormatInfo/row|Released|{{{released}}}}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:{{{image}}}|200px|{{{caption}}}]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{caption|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;{{{caption}}}&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;[http://coptr.digipres.org/Category:{{FULLPAGENAME}}_format Look in COPTR for related tools.]&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#if:{{{formattype|}}}||[[Category:FormatInfo without formattype]]}}{{#if:{{{subcat|}}}||[[Category:FormatInfo without subcat]]}}{{#ifeq:{{{formattype|electronic}}}|electronic|{{#if:{{{extensions|}}}||[[Category:FormatInfo without extensions]]}}{{#if:{{{mimetypes|}}}||[[Category:FormatInfo without mimetypes]]}}|}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{FormatInfo&lt;br /&gt;
| name                   = &lt;br /&gt;
| formattype             = &lt;br /&gt;
| subcat                 = &lt;br /&gt;
| subcat2                = &lt;br /&gt;
| subcat3                = &lt;br /&gt;
| subcat4                = &lt;br /&gt;
| subcat5                = &lt;br /&gt;
| thiscat                = &lt;br /&gt;
| extensions             = &lt;br /&gt;
| mimetypes              = &lt;br /&gt;
| locfdd                 = &lt;br /&gt;
| fourccs                =&lt;br /&gt;
| pronom                 =&lt;br /&gt;
| type code              =&lt;br /&gt;
| uniform type           =&lt;br /&gt;
| conforms to            = &lt;br /&gt;
| released               =&lt;br /&gt;
| image                  =&lt;br /&gt;
| caption                =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
;name: '''(optional)''' The name of the file format. ''Default: &amp;lt;nowiki&amp;gt;{{PAGENAME}}&amp;lt;/nowiki&amp;gt;''&lt;br /&gt;
;formattype: '''(optional)''' The [[File Formats|type]] of the file format. Choose 'electronic', 'physical', or 'organic', or specify your own. ''Default: electronic''&lt;br /&gt;
;subcat: '''(optional)''' The subcategory of the file format.&lt;br /&gt;
;subcat2: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;subcat3: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;subcat4: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;subcat5: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;thiscat: '''(optional)''' Special parameter for indicating ontology of a non-terminal subcategory page.&lt;br /&gt;
;extensions: '''(optional)''' The format's known filename extensions. Use [[Template:ext|&amp;lt;nowiki&amp;gt;{{ext}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;mimetypes: '''(optional)''' The MIME type of the format. Use [[Template:mimetype|&amp;lt;nowiki&amp;gt;{{mimetype}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;locfdd: '''(optional)''' Identifier for this format from the Library of Congress Sustainability of Digital Formats, e.g. &amp;quot;fdd000314&amp;quot;. Use [[Template:LoCFDD|&amp;lt;nowiki&amp;gt;{{LoCFDD}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;fourccs: '''(optional)''' FourCC code&lt;br /&gt;
;pronom: '''(optional)''' The [[Sources/PRONOM|PRONOM]] ID of the format, e.g. &amp;quot;fmt/45&amp;quot;. Use [[Template:PRONOM|&amp;lt;nowiki&amp;gt;{{PRONOM}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;type code: '''(optional)''' The Type Code of the file, used by Mac OS Classic.&lt;br /&gt;
;uniform type: '''(optional)''' The Uniform Type Identifier (UTI), used by Mac OS X and iOS.&lt;br /&gt;
;conforms to: '''(optional)''' The UTI of the parent format in the conformance hierarchy.&lt;br /&gt;
;released: '''(optional)''' The date the format was publicly released.&lt;br /&gt;
;image: '''(optional)''' Illustration to show in infobox.&lt;br /&gt;
;caption: '''(optional)''' Caption for image&lt;br /&gt;
&lt;br /&gt;
===Potential Parameters===&lt;br /&gt;
This is a list of parameters that could be included in this template.&lt;br /&gt;
&lt;br /&gt;
;mime &amp;amp; mime aliases: Split mimetypes into primary type and known aliases.&lt;br /&gt;
;charset: For character encodings, the value of the charset parameter used to identify it in MIME headers&lt;br /&gt;
;version: The version of the format, e.g. &amp;quot;1.4&amp;quot; for PDF 1.4&lt;br /&gt;
;previous version: Link to page about the previous version of this format.&lt;br /&gt;
;next version: Link to page about the next version of this format.&lt;br /&gt;
;back compat: Whether this version is backwards compatible with the previous version.&lt;br /&gt;
;wikipedia: Name of the Wikipedia page that describes this format, e.g. &amp;quot;JPEG 2000&amp;quot; will be rendered as [[Wikipedia:JPEG 2000|JPEG 2000]]&lt;br /&gt;
;magic: A sequence of byte values that can be used to identify the file contents, usually located close to the start of the file.&lt;br /&gt;
;container for: A list of formats this format can contain.&lt;br /&gt;
;contained by: A list of formats that may contain this format.&lt;br /&gt;
;extended from: Any formats this one was based upon.&lt;br /&gt;
;extended to: Any formats that have been derived from this one.&lt;br /&gt;
;spec: URL of the format specification.&lt;br /&gt;
;spec availability: Type of availability the specification, e.g. commercial, free.&lt;br /&gt;
;patent license: Unknown, Disputed, Encumbered, (F)RAND, Royalty-Free, Unencumbered.&lt;br /&gt;
;compression: Types of compression. Whether Lossy, Lossless, or Both, and whether Optional or Always compressed. i.e. JPEG is Always Lossy.&lt;br /&gt;
;endianness: Big-endian or Little-endian byte ordering.&lt;br /&gt;
;developed by: Who developed the format.&lt;br /&gt;
;maintained by: Who now maintains the format.&lt;br /&gt;
;reference impl: Link to page about the reference implementation of this format, if any.&lt;br /&gt;
;embeddable metadata: Kinds of metadata that can be embedded in this format.&lt;br /&gt;
;tpm: Technical Protection Mechanisms supported by the format, e.g. encryption.&lt;br /&gt;
;dependencies: External resources that files in this format may depend upon, e.g. fonts, or even hardware.&lt;br /&gt;
;error resiliance: Is this format able to detect damage or recover from damage to the bitstream.&lt;br /&gt;
;namespace: The namespace-uri that defines the file format if it is XML-based.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:File Formats| ]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Template:FormatInfo</id>
		<title>Template:FormatInfo</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Template:FormatInfo"/>
				<updated>2014-07-01T12:11:23Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: adding a trial cross-link to COPTR&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #666666; max-width: 25%; overflow: hidden; background-color:{{#switch: {{{formattype}}}&lt;br /&gt;
|electronic=#F8E0F7&lt;br /&gt;
|physical=#F6E3CE&lt;br /&gt;
|organic=#CEF6CE&lt;br /&gt;
|Languages=#CEE3F6&lt;br /&gt;
|#F8E0F7&lt;br /&gt;
}};&lt;br /&gt;
 padding: 0.25em; margin: 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;2&amp;quot;&amp;gt;[[File Formats|File Format]]&amp;lt;includeonly&amp;gt;[[Category:File Formats]]&amp;lt;/includeonly&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{FormatInfo/row|Name|{{{name|{{PAGENAME}}}}}{{DEFAULTSORT:{{{name|{{PAGENAME}}}}}}}}}&lt;br /&gt;
{{FormatInfo/row&lt;br /&gt;
| Ontology&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#switch: {{{formattype}}}&lt;br /&gt;
|electronic=[[Electronic File Formats]]&amp;lt;includeonly&amp;gt;[[Category:Electronic File Formats]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
|physical=[[Physical File Formats]]&amp;lt;includeonly&amp;gt;[[Category:Physical File Formats]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
|organic=[[Organic File Formats]]&amp;lt;includeonly&amp;gt;[[Category:Organic File Formats]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
|[[{{{formattype|Electronic File Formats}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{formattype|Electronic File Formats}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat|}}}&lt;br /&gt;
|[[{{{subcat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat2|}}}&lt;br /&gt;
|[[{{{subcat2}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat2}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat3|}}}&lt;br /&gt;
|[[{{{subcat3}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat3}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat4|}}}&lt;br /&gt;
|[[{{{subcat4}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat4}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{subcat5|}}}&lt;br /&gt;
|[[{{{subcat5}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{subcat5}}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|{{#if:{{{thiscat|}}}|[[{{{thiscat}}}]]&amp;lt;includeonly&amp;gt;[[Category:{{{thiscat}}}| ]]&amp;lt;/includeonly&amp;gt;|[[{{{name|{{PAGENAME}}}}}]]}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
}}{{#if:{{{extensions|}}}|&lt;br /&gt;
{{FormatInfo/row|Extension(s)|{{{extensions}}}}}&lt;br /&gt;
}}{{#if:{{{mimetypes|}}}|&lt;br /&gt;
{{FormatInfo/row|MIME Type(s)|{{{mimetypes}}}}}&lt;br /&gt;
}}{{#if:{{{locfdd|}}}|&lt;br /&gt;
{{FormatInfo/row|LoCFDD|{{{locfdd}}}}}&lt;br /&gt;
}}{{#if:{{{fourccs|}}}|&lt;br /&gt;
{{FormatInfo/row|FourCC|{{{fourccs}}}}}&lt;br /&gt;
}}{{#if:{{{pronom|}}}|&lt;br /&gt;
{{FormatInfo/row|PRONOM|{{{pronom}}}}}&lt;br /&gt;
}}{{#if:{{{type code|}}}|&lt;br /&gt;
{{FormatInfo/row|Type Code|{{{type code}}}}}&lt;br /&gt;
}}{{#if:{{{uniform type|}}}|&lt;br /&gt;
{{FormatInfo/row|UTI|{{{uniform type}}}}}&lt;br /&gt;
}}{{#if:{{{conforms to|}}}|&lt;br /&gt;
{{FormatInfo/row|Conforms To|{{{conforms to}}}}}&lt;br /&gt;
}}{{#if:{{{released|}}}|&lt;br /&gt;
{{FormatInfo/row|Released|{{{released}}}}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:{{{image}}}|200px|{{{caption}}}]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{caption|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;{{{caption}}}&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;[http://coptr.digipres.org/Category:{{FULLPAGENAME}}_format]&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#if:{{{formattype|}}}||[[Category:FormatInfo without formattype]]}}{{#if:{{{subcat|}}}||[[Category:FormatInfo without subcat]]}}{{#ifeq:{{{formattype|electronic}}}|electronic|{{#if:{{{extensions|}}}||[[Category:FormatInfo without extensions]]}}{{#if:{{{mimetypes|}}}||[[Category:FormatInfo without mimetypes]]}}|}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{FormatInfo&lt;br /&gt;
| name                   = &lt;br /&gt;
| formattype             = &lt;br /&gt;
| subcat                 = &lt;br /&gt;
| subcat2                = &lt;br /&gt;
| subcat3                = &lt;br /&gt;
| subcat4                = &lt;br /&gt;
| subcat5                = &lt;br /&gt;
| thiscat                = &lt;br /&gt;
| extensions             = &lt;br /&gt;
| mimetypes              = &lt;br /&gt;
| locfdd                 = &lt;br /&gt;
| fourccs                =&lt;br /&gt;
| pronom                 =&lt;br /&gt;
| type code              =&lt;br /&gt;
| uniform type           =&lt;br /&gt;
| conforms to            = &lt;br /&gt;
| released               =&lt;br /&gt;
| image                  =&lt;br /&gt;
| caption                =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
;name: '''(optional)''' The name of the file format. ''Default: &amp;lt;nowiki&amp;gt;{{PAGENAME}}&amp;lt;/nowiki&amp;gt;''&lt;br /&gt;
;formattype: '''(optional)''' The [[File Formats|type]] of the file format. Choose 'electronic', 'physical', or 'organic', or specify your own. ''Default: electronic''&lt;br /&gt;
;subcat: '''(optional)''' The subcategory of the file format.&lt;br /&gt;
;subcat2: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;subcat3: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;subcat4: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;subcat5: '''(optional)''' An additional subcategory of the file format.&lt;br /&gt;
;thiscat: '''(optional)''' Special parameter for indicating ontology of a non-terminal subcategory page.&lt;br /&gt;
;extensions: '''(optional)''' The format's known filename extensions. Use [[Template:ext|&amp;lt;nowiki&amp;gt;{{ext}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;mimetypes: '''(optional)''' The MIME type of the format. Use [[Template:mimetype|&amp;lt;nowiki&amp;gt;{{mimetype}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;locfdd: '''(optional)''' Identifier for this format from the Library of Congress Sustainability of Digital Formats, e.g. &amp;quot;fdd000314&amp;quot;. Use [[Template:LoCFDD|&amp;lt;nowiki&amp;gt;{{LoCFDD}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;fourccs: '''(optional)''' FourCC code&lt;br /&gt;
;pronom: '''(optional)''' The [[Sources/PRONOM|PRONOM]] ID of the format, e.g. &amp;quot;fmt/45&amp;quot;. Use [[Template:PRONOM|&amp;lt;nowiki&amp;gt;{{PRONOM}}&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
;type code: '''(optional)''' The Type Code of the file, used by Mac OS Classic.&lt;br /&gt;
;uniform type: '''(optional)''' The Uniform Type Identifier (UTI), used by Mac OS X and iOS.&lt;br /&gt;
;conforms to: '''(optional)''' The UTI of the parent format in the conformance hierarchy.&lt;br /&gt;
;released: '''(optional)''' The date the format was publicly released.&lt;br /&gt;
;image: '''(optional)''' Illustration to show in infobox.&lt;br /&gt;
;caption: '''(optional)''' Caption for image&lt;br /&gt;
&lt;br /&gt;
===Potential Parameters===&lt;br /&gt;
This is a list of parameters that could be included in this template.&lt;br /&gt;
&lt;br /&gt;
;mime &amp;amp; mime aliases: Split mimetypes into primary type and known aliases.&lt;br /&gt;
;charset: For character encodings, the value of the charset parameter used to identify it in MIME headers&lt;br /&gt;
;version: The version of the format, e.g. &amp;quot;1.4&amp;quot; for PDF 1.4&lt;br /&gt;
;previous version: Link to page about the previous version of this format.&lt;br /&gt;
;next version: Link to page about the next version of this format.&lt;br /&gt;
;back compat: Whether this version is backwards compatible with the previous version.&lt;br /&gt;
;wikipedia: Name of the Wikipedia page that describes this format, e.g. &amp;quot;JPEG 2000&amp;quot; will be rendered as [[Wikipedia:JPEG 2000|JPEG 2000]]&lt;br /&gt;
;magic: A sequence of byte values that can be used to identify the file contents, usually located close to the start of the file.&lt;br /&gt;
;container for: A list of formats this format can contain.&lt;br /&gt;
;contained by: A list of formats that may contain this format.&lt;br /&gt;
;extended from: Any formats this one was based upon.&lt;br /&gt;
;extended to: Any formats that have been derived from this one.&lt;br /&gt;
;spec: URL of the format specification.&lt;br /&gt;
;spec availability: Type of availability the specification, e.g. commercial, free.&lt;br /&gt;
;patent license: Unknown, Disputed, Encumbered, (F)RAND, Royalty-Free, Unencumbered.&lt;br /&gt;
;compression: Types of compression. Whether Lossy, Lossless, or Both, and whether Optional or Always compressed. i.e. JPEG is Always Lossy.&lt;br /&gt;
;endianness: Big-endian or Little-endian byte ordering.&lt;br /&gt;
;developed by: Who developed the format.&lt;br /&gt;
;maintained by: Who now maintains the format.&lt;br /&gt;
;reference impl: Link to page about the reference implementation of this format, if any.&lt;br /&gt;
;embeddable metadata: Kinds of metadata that can be embedded in this format.&lt;br /&gt;
;tpm: Technical Protection Mechanisms supported by the format, e.g. encryption.&lt;br /&gt;
;dependencies: External resources that files in this format may depend upon, e.g. fonts, or even hardware.&lt;br /&gt;
;error resiliance: Is this format able to detect damage or recover from damage to the bitstream.&lt;br /&gt;
;namespace: The namespace-uri that defines the file format if it is XML-based.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:File Formats| ]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/WARC</id>
		<title>WARC</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/WARC"/>
				<updated>2014-07-01T12:07:48Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* References */  Removed link to defunct warctools project.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|subcat=Archiving&lt;br /&gt;
|extensions={{ext|warc}}&amp;lt;br&amp;gt;{{ext|warc.gz}}&lt;br /&gt;
|pronom={{PRONOM|fmt/289}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Successor to the [[ARC (Internet Archive)]] format.  Standardized as ISO 28500:2009, Information and documentation -- WARC file format.  Developed under the auspices of the [http://netpreserve.org/ International Internet Preservation Consortium]. WARC was developed as an extension to ARC in part to provide better capabilities for managing Web archives for the long term, allowing for capture of more metadata about the circumstances of archiving.&lt;br /&gt;
&lt;br /&gt;
WARC files are often compressed using [[gzip]], resulting in a '''.warc.gz''' extension.&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [http://archive.org/details/testWARCfiles Test WARC Files] warc.gz file from Internet Archive.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [http://bibnum.bnf.fr/WARC/warc_ISO_DIS_28500.pdf Draft of ISO-DIS 28500] As circulated for ISO ballot and approval.&lt;br /&gt;
* [http://www.digitalpreservation.gov/formats/fdd/fdd000236.shtml WARC, Web ARChive file format, from Library of Congress resource on Sustainability of Digital Formats]&lt;br /&gt;
* [http://archive-access.sourceforge.net/warc/ Working drafts for WARC specification]&lt;br /&gt;
* [http://bibnum.bnf.fr/WARC/ The WARC File Format (ISO 28500) - Information, Maintenance, Drafts]&lt;br /&gt;
* [http://coptr.digipres.org/Warctools WARC Tools (in Python)]&lt;br /&gt;
* [http://www.hanzoarchives.com/learning/warc_files Slide show on WARC]&lt;br /&gt;
* [http://archiveteam.org/index.php?title=The_WARC_Ecosystem The WARC Ecosystem (Archive Team)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Internet Archive]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/GIF</id>
		<title>GIF</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/GIF"/>
				<updated>2014-06-25T14:29:21Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|gif}}&lt;br /&gt;
|mimetypes={{mimetype|image/gif}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000133}}&lt;br /&gt;
|pronom={{PRONOM|fmt/3}}&amp;lt;br&amp;gt;{{PRONOM|fmt/4}}&lt;br /&gt;
|uniform type={{UTI|com.compuserve.gif}}&lt;br /&gt;
|released=1987&lt;br /&gt;
}}&lt;br /&gt;
'''Graphics Interchange Format''' ('''[[GIF]]''') was introduced by the CompuServe online service in 1987, intended to provide a consistent and compact format for graphics to be downloaded on that service. Since the specifications were openly released, the format gained wide use in graphics software and on online services and bulletin board systems (BBSs), not just CompuServe; later it became a major Web graphic format. GIF's ability to have animation (unlike most still graphic formats) has caused it to gain some Internet notoriety and use in conjunction with &amp;quot;memes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Patents ==&lt;br /&gt;
In 1994, it became widely known that the format was encumbered by the use of the patent-protected [[LZW]] compression technology, for which its owner, Unisys, was demanding licencing terms and royalties for certain sorts of uses. This made GIF a less-than-free format, spurring a desire on the part of some people for an unencumbered format, which led to the creation of the [[PNG]] format. However, it took several years for PNG to get widespread support in software, and in the meantime the World Wide Web experienced meteoric growth with GIF still used as the primary graphics format (alongside [[JPEG]]), though eventually PNG did become widespread on the Web as well.  The patent in question expired in the US in 2003, and in other countries in 2004, so it is no longer an issue.&lt;br /&gt;
&lt;br /&gt;
Another attempt at a patent-free format to replace GIF, [[Jeff's Image Format]] (JIF), never caught on.&lt;br /&gt;
&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
People argue a lot over whether to pronounce &amp;quot;GIF&amp;quot; with a hard or a soft G. Both pronunciations are acceptable to the Oxford American Dictionaries, which named it the word of the year&amp;lt;ref&amp;gt;[http://www.poynter.org/latest-news/mediawire/195430/gif-as-a-verb-is-dictionarys-word-of-the-year/ GIF (as a verb) is dictionary’s word of the year]&amp;lt;/ref&amp;gt; in 2012, in its supposed usage as a verb (which they don't seem to actually use in a sentence anywhere in their announcement). Pedants say that the hard &amp;quot;g&amp;quot; is proper due to it standing for &amp;quot;graphics&amp;quot;, which has a hard &amp;quot;g&amp;quot;, but others cite the normal English pattern of pronouncing &amp;quot;g&amp;quot; soft when followed by an &amp;quot;i&amp;quot; (though, like most English spelling and pronunciation rules, it has exceptions like &amp;quot;gift&amp;quot;). The peanut-butter brand Jif, with its slogan &amp;quot;Choosy moms choose Jif&amp;quot;, may also have some influence in the soft-pronunciation direction (though it is actually spelled with a &amp;quot;J&amp;quot;). Finally in 2013, the creator of GIF came out publicly in favor of the soft-G pronunciation, but even that didn't end the debate.&amp;lt;ref&amp;gt;[http://www.huffingtonpost.com/2013/05/22/gif-pronunciation_n_3319345.html Even GIF Creator Can't Settle The Debate On The Pronunciation Of 'GIF']&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Animated GIF ==&lt;br /&gt;
Unlike most other graphic formats, GIF supports multiple-frame animated graphics in addition to single-image graphics. These animated GIFs are often used on web pages, sometimes for good reasons, sometimes as a poor man's video format, and all too often (especially during the early wave of Web popularity) to animate clip art and other images that would be better left motionless. In the 2010s, the use of animated GIFs for spreading Internet memes had a sudden and intense burst of popularity, and could sometimes be used in a very artistic manner.&lt;br /&gt;
&lt;br /&gt;
The GIF features used for animation seem to have been intended for slideshows, and not for the type of animation they came to be used for. In fact, the specification clearly states that &amp;quot;[GIF] is not intended as a platform for animation.&amp;quot; The only missing element – a loop count – was supplied by Netscape's ''looping extension'' (see below).&lt;br /&gt;
&lt;br /&gt;
In the popular vernacular these days, &amp;quot;GIF&amp;quot; seems synonymous with &amp;quot;animated GIF&amp;quot;, even though the format has a long history of use in static (non-animated) graphics. Much (though not all) use of static GIFs has shifted to PNG and other formats, leaving GIF in the niche of animated graphics.&lt;br /&gt;
&lt;br /&gt;
== Versions ==&lt;br /&gt;
=== Version 87a ===&lt;br /&gt;
The original version, released 1987-06-15. As a reference point, it supports:&lt;br /&gt;
* Multiple images in a single file&lt;br /&gt;
* Interlaced images&lt;br /&gt;
* Background colors&lt;br /&gt;
* Extensions, but each extension would have to be approved by CompuServe in order to avoid conflicts&lt;br /&gt;
&lt;br /&gt;
=== Version 89a ===&lt;br /&gt;
Released 1990-07-31. Adds support for:&lt;br /&gt;
* Binary transparency&lt;br /&gt;
* Animation, though there is no way to indicate whether the animation should loop&lt;br /&gt;
* Application extensions that don't require central coordination&lt;br /&gt;
* Comment extensions&lt;br /&gt;
* Plain Text extensions (an obsolete feature)&lt;br /&gt;
&lt;br /&gt;
=== Other versions ===&lt;br /&gt;
There are no other official GIF version numbers.&lt;br /&gt;
&lt;br /&gt;
[[Jeff's Image Format]] is a GIF-like format identified by '''JIF99a'''. The [[file command]]'s database suggests that GIF-like formats identified by '''GIF94z''' (&amp;quot;ZIF&amp;quot;) and '''FGF95a''' (&amp;quot;FGF&amp;quot;) were experimented with.&lt;br /&gt;
&lt;br /&gt;
== Color format ==&lt;br /&gt;
GIF images are always paletted. The number of colors in a palette can be any power of 2 from 2 to 256.&lt;br /&gt;
&lt;br /&gt;
If a GIF file contains multiple images, each may have its own palette. This makes it possible for animated GIFs to construct frames that exceed the usual limit of 256 colors&amp;lt;ref&amp;gt;[http://phil.ipal.org/tc.html True-Color GIF Example]&amp;lt;/ref&amp;gt;. This technique is inefficient, and may result in very large files.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
A GIF file has a header (consisting of a signature, a ''screen descriptor'', and optionally a ''global color table''), followed by a sequence of tagged blocks of various types.&lt;br /&gt;
&lt;br /&gt;
Block type 0x21 is an ''extension''. Each extension has a byte indicating its type. GIF version 89a defines extension type 0xff to be an ''application extension'', which can be used to store arbitrary data.&lt;br /&gt;
&lt;br /&gt;
An application extension's specific type is given by an application identifier consisting of exactly 8 ASCII characters, plus a three-byte &amp;quot;authentication code&amp;quot; to reduce the chance of a conflict. In effect, this means it has an 11-byte identifier.&lt;br /&gt;
&lt;br /&gt;
=== Known application extensions ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;quot;NETSCAPE&amp;quot; 0x32 0x2e 0x30 (&amp;quot;NETSCAPE2.0&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the first byte of application data has value 0x01, this is a ''looping extension'' used in animated GIFs. It indicates the number of times to repeat the animation.&lt;br /&gt;
&lt;br /&gt;
If the first byte is not 0x01, the extension is probably of no interest, but apparently at least one such extension was defined (0x02 = Netscape Buffering Extension&amp;lt;ref&amp;gt;[http://www.vurdalakov.net/misc/gif/netscape-buffering-application-extension Netscape Buffering Application Extension]&amp;lt;/ref&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;quot;ANIMEXTS&amp;quot; 0x31 0x2e 0x30 (&amp;quot;ANIMEXTS1.0&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Same as &amp;quot;NETSCAPE2.0&amp;quot; looping extension.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;quot;ICCRGBG1&amp;quot; 0x30 0x31 0x32 (&amp;quot;ICCRGBG1012&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Stores an [[ICC profile]].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;quot;XMP Data&amp;quot; 0x58 0x4d 0x50 (&amp;quot;XMP DataXMP&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Stores [[XMP]] metadata.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;quot;fractint&amp;quot; ?? ?? ??&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Used by the DOS program Fractint to save additional data (fractal parameters). The only documentation about this may be the source code&amp;lt;ref&amp;gt;[http://fractint.net/fractsvn/trunk/fractint/common/encoder.c Fractint source code: encoder.c]&amp;lt;/ref&amp;gt;. See also [[FRA (Fractint)|FRA]].&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
GIF files begin with ASCII characters &amp;quot;&amp;lt;code&amp;gt;GIF87a&amp;lt;/code&amp;gt;&amp;quot; (version 87a), or &amp;quot;&amp;lt;code&amp;gt;GIF89a&amp;lt;/code&amp;gt;&amp;quot; (version 89a).&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
&lt;br /&gt;
* GIF87a&lt;br /&gt;
** [http://www.w3.org/Graphics/GIF/spec-gif87.txt Text] (W3C)&lt;br /&gt;
** [http://web.archive.org/web/20100929230301/http://www.etsimo.uniovi.es/gifanim/gif87a.txt Text] (Stanford)&lt;br /&gt;
** [http://www.textfiles.com/programming/FORMATS/gif.txt Text] (textfiles.com)&lt;br /&gt;
* GIF89a&lt;br /&gt;
** [http://www.w3.org/Graphics/GIF/spec-gif89a.txt Text] (W3C)&lt;br /&gt;
** [http://www.textfiles.com/programming/FORMATS/gif89a.txt Text] (textfiles.com)&lt;br /&gt;
** [http://odur.let.rug.nl/~kleiweg/gif/GIF89a.html HTML] (rug.nl)&lt;br /&gt;
* [http://www.vurdalakov.net/misc/gif/netscape-looping-application-extension Netscape Looping Application Extension]&lt;br /&gt;
* [http://odur.let.rug.nl/~kleiweg/gif/netscape.html GIF Application Extension: NETSCAPE2.0] ([http://web.archive.org/web/20130317195536/http://odur.let.rug.nl/~kleiweg/gif/netscape.html alternate link] from archive.org)&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
Support for GIF is ubiquitous. The software listed here has been arbitrarily selected.&lt;br /&gt;
* [http://giflib.sourceforge.net/ GIFLIB]&lt;br /&gt;
* [http://netpbm.sourceforge.net/ Netpbm]: ppmtogif, pamtogif, giftopnm&lt;br /&gt;
* [https://github.com/nategri/apple2/tree/master/animation_2color Animated GIF converter/player for Apple II series] ([https://www.youtube.com/watch?v=OYiPmqjFEqQ Video] of it in action)&lt;br /&gt;
* [https://archive.org/download/MicrosoftGifAnimator/GIFAnimator.zip Microsoft GIF Animator]: small software program created by Microsoft in 1996 for making animated GIFs. Still works in Windows 8.&lt;br /&gt;
&lt;br /&gt;
== File conversions ==&lt;br /&gt;
* [http://gfycat.com/ gfycat: Convert GIFs to HTML 5 video]&lt;br /&gt;
* [http://www.kickstarter.com/projects/sha/gifpop-custom-gif-cards-for-everyone Custom lenticular-printed cards from animated GIFs]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [[Wikipedia:Graphics Interchange Format]]&lt;br /&gt;
* [http://www.matthewflickinger.com/lab/whatsinagif/ What's in a GIF]&lt;br /&gt;
* [http://www.theimage.com/animation/toc/toc.html Gifology: Understanding GIF Files &amp;amp; GIF Animation]&lt;br /&gt;
* [http://web.archive.org/web/20100929231133/http://www.etsimo.uniovi.es/gifanim/gifabout.htm All About GIF89a]&lt;br /&gt;
* [http://apple2.org.za/gswv/a2zine/GS.WorldView/Resources/The.MacShrinkIt.Project/ARCHIVES.TXT Archive format info, including GIF]&lt;br /&gt;
* {{EGFF|gif|GIF File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]]&lt;br /&gt;
* [http://www.infinitepartitions.com/cgi-bin/showarticle.cgi?article=art011 Inside the GIF file format]&lt;br /&gt;
* [http://blog.oup.com/2012/11/oxford-dictionaries-usa-word-of-the-year-2012-gif/ GIF is Oxford Dictionary Word Of 2012]&lt;br /&gt;
* [http://bits.blogs.nytimes.com/2013/05/21/an-honor-for-the-creator-of-the-gif/ An honor for the creator of the GIF]&lt;br /&gt;
* [http://scarygoround.com/?date=20130822 This web comic], part of a time-travel storyline, has a schoolgirl sleuth likening a time-looped version of 1960 at the other end of a wormhole to an animated GIF. (Not too much info about file formats here, but a neat comic!)&lt;br /&gt;
* [https://medium.com/matt-bors/8b90a02a4432 World War G (comic)]&lt;br /&gt;
* [http://thestoryofgif.com/post/59659280472/if-youd-like-to-watch-the-16-minute-presentation The Story of GIF (video)]&lt;br /&gt;
* [https://github.com/LindseyB/starwars-dot-gif Python script to generate GIFs from Star Wars based on input dialogue line]&lt;br /&gt;
* [http://blogs.loc.gov/digitalpreservation/2014/06/exhibiting-gifs-an-interview-with-curator-jason-eppink/ Exhibiting .gifs: An Interview with curator Jason Eppink]&lt;br /&gt;
* [http://nullsleep.tumblr.com/post/16524517190/animated-gif-minimum-frame-delay-browser-compatibility Animated GIF Minimum Frame Delay Browser Compatibility Study]&lt;br /&gt;
* [https://medium.com/message/jif-is-the-format-gif-is-the-culture-af8673796c44 ‘JIF’ Is the Format. ‘GIF’ Is the Culture]&lt;br /&gt;
* [http://mashable.com/2014/06/19/twitter-gifs/ How to post GIFs on Twitter]&lt;br /&gt;
* [http://blog.embed.ly/post/89265229166/what-twitter-isnt-telling-you-about-gifs What Twitter Isn’t Telling You About GIFs]&lt;br /&gt;
* The WHATWG wiki [http://wiki.whatwg.org/wiki/GIF GIF page] has a good summary, and includes direct links to the implementation source code of a few browsers.&lt;br /&gt;
&lt;br /&gt;
[[Category:Video]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JP2</id>
		<title>JP2</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JP2"/>
				<updated>2014-05-07T14:27:22Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|subcat2=JPEG 2000&lt;br /&gt;
|extensions={{ext|jp2}}&lt;br /&gt;
|mimetypes={{mimetype|image/jp2}}&lt;br /&gt;
|pronom={{PRONOM|x-fmt/392}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000143}}, others&lt;br /&gt;
}}&lt;br /&gt;
JP2 is the baseline image file format defined by the [[JPEG 2000]] standard. It encapsulates a [[JPEG 2000 codestream]].&lt;br /&gt;
&lt;br /&gt;
== Identifiers ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Format&lt;br /&gt;
! PRONOM&lt;br /&gt;
! LoCFDD&lt;br /&gt;
|-&lt;br /&gt;
|JP2 || {{PRONOM|x-fmt/392}} || {{LoCFDD|fdd000143}}&lt;br /&gt;
|-&lt;br /&gt;
|JP2, Lossless || || {{LoCFDD|fdd000167}}&lt;br /&gt;
|-&lt;br /&gt;
|JP2, Lossy || || {{LoCFDD|fdd000168}}&lt;br /&gt;
|-&lt;br /&gt;
|JP2, Profile 0 || || {{LoCFDD|fdd000195}}&lt;br /&gt;
|-&lt;br /&gt;
|JP2, Profile 1 || || {{LoCFDD|fdd000197}}&lt;br /&gt;
|-&lt;br /&gt;
|JP2, Profile 3 || || {{LoCFDD|fdd000212}}&lt;br /&gt;
|-&lt;br /&gt;
|JP2, Profile 4 || || {{LoCFDD|fdd000214}}&lt;br /&gt;
|-&lt;br /&gt;
|JP2, BIIF Profile || || {{LoCFDD|fdd000169}}&lt;br /&gt;
|-&lt;br /&gt;
|JP2, NDNP Profile || || {{LoCFDD|fdd000193}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
JP2 files begin with bytes &amp;lt;code&amp;gt;00 00 00 0c 6a 50 20 20 0d 0a 87 0a ?? ?? ?? ?? 66 74 79 70 6a 70 32 20&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Note that some Adobe applications (most notably Adobe Photoshop) produce [[JPX]] (JPEG 2000 Part 2) images that erroneously use the above byte sequence, which makes them (superficially) indistinguishable from JP2 images.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://www.jpeg.org/public/15444-1annexi.pdf ISO/IEC 15444-1 Annex I: JP2 file format syntax]&lt;br /&gt;
* ISO/IEC 15444-1&lt;br /&gt;
* [http://www.itu.int/rec/T-REC-T.800/en ITU-T Rec. T.800] (not free to download)&lt;br /&gt;
* [http://www.jpeg.org/jpeg2000/CDs15444.html JPEG 2000 Committee Drafts] → [http://www.jpeg.org/public/fcd15444-1.pdf fcd15444-1.pdf]&lt;br /&gt;
* [http://www.itu.int/rec/T-REC-T.800-201303-P!Amd6/en Updated ICC profile support, bit depth  and resolution clarifications] - 2013 amendment to the filespec that extends support of ICC profiles and clarifies use of resolution fields in JP2&lt;br /&gt;
* [http://www.itscj.ipsj.or.jp/sc29/open/29view/29n12288t.doc Updated ICC profile support, bit depth  and resolution clarifications] - August 2011 draft of above amendment (freely available)&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
See also [[JPEG 2000#Software|JPEG 2000]].&lt;br /&gt;
* [https://github.com/openplanets/jpylyzer jpylyzer]: JP2 validator and property extractor&lt;br /&gt;
** Note also that the [http://openplanets.github.io/jpylyzer/userManual.html jpylyzer manual] also includes a detailed breakdown of the JP2 format structure.&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [http://www.opf-labs.org/format-corpus/jp2k-formats/ JPEG 2000 sample images]&lt;br /&gt;
&lt;br /&gt;
== Related formats ==&lt;br /&gt;
* [[GeoJP2]] is an extension of the JP2 format which allows one to include geospatial metadata in georeferenced JP2 images.  &lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:JPEG 2000]]&lt;br /&gt;
* [http://blogs.loc.gov/digitalpreservation/2013/01/is-jpeg-2000-a-preservation-risk/ Is JPEG-2000 a Preservation Risk?]&lt;br /&gt;
* [http://wiki.opf-labs.org/display/TR/JP2 JP2 entries in OPF File Format Risk Registry] - describes some issues with (older versions of) the format spec and issues with specific implementations&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Cameras_and_Digital_Image_Sensors</id>
		<title>Cameras and Digital Image Sensors</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Cameras_and_Digital_Image_Sensors"/>
				<updated>2014-04-23T09:26:59Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|thiscat=Cameras and Digital Image Sensors&lt;br /&gt;
|image=Old-camera-1352392502n6P.jpg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Raw image formats (unprocessed data from digital image sensors, usually digital cameras)&lt;br /&gt;
&lt;br /&gt;
* [[Arriflex D-20]]: .ari&lt;br /&gt;
* [[Camera Image File Format]] (CIFF) as used by Canon: .crw&lt;br /&gt;
* [[Canon RAW 2]]: .cr2&lt;br /&gt;
* [[Casio digital cameras]]: .bay&lt;br /&gt;
* [[CHDK raw]] : (Older-style CHDK RAW files)&lt;br /&gt;
* [[DNG]] (Digital Negative): .dng (Adobe)&lt;br /&gt;
* [[Epson]]: .erf&lt;br /&gt;
* [[Fujifilm]]: .raf&lt;br /&gt;
* [[Hasselblad]]: .3fr&lt;br /&gt;
* [[Imacon]]: .fff&lt;br /&gt;
* [[Kodak]]: .dcs, .dcr, .drf, .k25, .kdc&lt;br /&gt;
* [[Leaf]]: .mos&lt;br /&gt;
* [[Leica]]: .raw, .rw2, .dng&lt;br /&gt;
* [[Logitech]]: .pxn&lt;br /&gt;
* [[Lytro]]: .lfp&lt;br /&gt;
* [[mef]] (Mamiya)&lt;br /&gt;
* [[Minolta]]: .mrw&lt;br /&gt;
* [[Nikon]]: .nef, .nrw, .ndf&lt;br /&gt;
* [[Olympus Raw format]]: .orf&lt;br /&gt;
* [[Panasonic digital cameras]]: .raw, .rw2&lt;br /&gt;
* [[Pentax]]: .pef, .ptx&lt;br /&gt;
* [[Phase One]]: .cap, .iiq, .eip&lt;br /&gt;
* [[Rawzor]]: .rwz&lt;br /&gt;
* [[RED digital pictures]]: .r3d&lt;br /&gt;
* [[Samsung digital cameras]]: .srw&lt;br /&gt;
* [[Sigma X3F]]: .x3f&lt;br /&gt;
* [[Sony digital cameras]]: .arw, .srf, .sr2&lt;br /&gt;
** [[Sony Mavica 411]] (thumbnails)&lt;br /&gt;
* [[TIFF/EP]] (ISO 12234-2)&lt;br /&gt;
&lt;br /&gt;
See also [[Graphics]]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://libopenraw.freedesktop.org/wiki/ libopenraw]&lt;br /&gt;
* [http://www.cybercom.net/~dcoffin/dcraw/ dcraw]&lt;br /&gt;
* [http://www.libraw.org/ LibRaw] (based on dcraw)&lt;br /&gt;
* [http://ufraw.sourceforge.net/ UFRaw] (based on dcraw)&lt;br /&gt;
* [http://netpbm.sourceforge.net/ Netpbm]: cameratopam&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://lewiscollard.com/cameras/hdr-sucks/ HDR is stupid and it sucks]&lt;br /&gt;
* [http://opensource.samsung.com/ Samsung source code (including for their digital cameras)]&lt;br /&gt;
* [http://teacherdudebbq.blogspot.co.uk/2012/07/riot-photographers-decalogue.html How to photograph riots]&lt;br /&gt;
* [http://imgur.com/gallery/Kl0nI World's first digital camera (1975)]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Lytro</id>
		<title>Lytro</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Lytro"/>
				<updated>2014-04-23T09:26:09Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Created page with &amp;quot;{{FormatInfo | name                   = Lytro | formattype             = electronic | subcat                 = Cameras and Digital Image Sensors | subcat2                =  | ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
| name                   = Lytro&lt;br /&gt;
| formattype             = electronic&lt;br /&gt;
| subcat                 = Cameras and Digital Image Sensors&lt;br /&gt;
| subcat2                = &lt;br /&gt;
| subcat3                = &lt;br /&gt;
| subcat4                = &lt;br /&gt;
| subcat5                = &lt;br /&gt;
| thiscat                = &lt;br /&gt;
| extensions             = {{ext|lfp}}&lt;br /&gt;
| mimetypes              = &lt;br /&gt;
| pronom                 = &lt;br /&gt;
| locfdd                 = &lt;br /&gt;
| fourccs                =&lt;br /&gt;
| type code              =&lt;br /&gt;
| uniform type           =&lt;br /&gt;
| conforms to            = &lt;br /&gt;
| released               =&lt;br /&gt;
| image                  =&lt;br /&gt;
| caption                =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add an introduction to the format here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [[Wikipedia:Lytro|Lytro]] light-field camera captures images that can be refocussed later, rather than a capturing a single focal plane.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
&lt;br /&gt;
No formal specification document is known to be publicly available at present.&lt;br /&gt;
&lt;br /&gt;
* The [https://github.com/nrpatel/lfptools LFP Tools] project provides details on how to access the contents of the image files.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add links to related entries here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [[Wikipedia:Lytro]]&lt;br /&gt;
* [https://www.lytro.com/ lytro.com]&lt;br /&gt;
* [http://eclecti.cc/computervision/reverse-engineering-the-lytro-lfp-file-format Reverse Engineering the Lytro .LFP File Format]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- And additional categories --&amp;gt;&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/MediaWiki_talk:Searchmenu-new</id>
		<title>MediaWiki talk:Searchmenu-new</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/MediaWiki_talk:Searchmenu-new"/>
				<updated>2014-04-23T09:17:24Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Created page with &amp;quot; == Adding a preload template for File Formats == I'd like to add a 'Preload Template' hook here for file formats here, as we've done for the [http://coptr.digipres.org/index....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Adding a preload template for File Formats ==&lt;br /&gt;
I'd like to add a 'Preload Template' hook here for file formats here, as we've done for the [http://coptr.digipres.org/index.php?title=Special%3ASearch&amp;amp;profile=default&amp;amp;search=my+search+term&amp;amp;fulltext=Search COPTR wiki], using the [[Template:File Format/Preload]] template. This would make adding new pages easier.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The page '$1' does not exist on this wiki. You can fix that!&lt;br /&gt;
* &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{fullurl:$1|action=edit&amp;amp;preload=Template:File Format/Preload}} '''Create a new Tool page about $1''']&amp;lt;/span&amp;gt;&lt;br /&gt;
* Create a new, plain wiki page called [[:$1]].&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Template:File_Format/Preload</id>
		<title>Template:File Format/Preload</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Template:File_Format/Preload"/>
				<updated>2014-04-23T09:10:27Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
| name                   = &lt;br /&gt;
| formattype             = electronic&lt;br /&gt;
| subcat                 = &lt;br /&gt;
| subcat2                = &lt;br /&gt;
| subcat3                = &lt;br /&gt;
| subcat4                = &lt;br /&gt;
| subcat5                = &lt;br /&gt;
| thiscat                = &lt;br /&gt;
| extensions             = {{ext|XXX}}&lt;br /&gt;
| mimetypes              = {{mimetype|application/octet-stream}}&lt;br /&gt;
| pronom                 = {{PRONOM|fmt/XXX}}&lt;br /&gt;
| locfdd                 = {{LoCFDD|fddXXXXXX}}&lt;br /&gt;
| fourccs                =&lt;br /&gt;
| pronom                 =&lt;br /&gt;
| type code              =&lt;br /&gt;
| uniform type           =&lt;br /&gt;
| conforms to            = &lt;br /&gt;
| released               =&lt;br /&gt;
| image                  =&lt;br /&gt;
| caption                =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
See [[Template:FormatInfo]] for more information on how to use the above infobox.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add an introduction to the format here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
&lt;br /&gt;
* e.g. [http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/photoshop/pdfs/dng_spec_1.4.0.0.pdf Digital Negative Specification, Version 1.4.0.0] (2012-06)&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add links to related entries here --&amp;gt;&lt;br /&gt;
* e.g. [[TIFF]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* e.g. [[Wikipedia:Main]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- And additional categories --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
e.g. [[Category:TIFF]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Template:File_Format/Preload</id>
		<title>Template:File Format/Preload</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Template:File_Format/Preload"/>
				<updated>2014-04-23T09:10:02Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
| name                   = &lt;br /&gt;
| formattype             = electronic&lt;br /&gt;
| subcat                 = &lt;br /&gt;
| subcat2                = &lt;br /&gt;
| subcat3                = &lt;br /&gt;
| subcat4                = &lt;br /&gt;
| subcat5                = {{mimetype|application/octet-stream}}&lt;br /&gt;
| thiscat                = &lt;br /&gt;
| extensions             = {{ext|XXX}}&lt;br /&gt;
| mimetypes              = &lt;br /&gt;
| pronom                 = {{PRONOM|fmt/XXX}}&lt;br /&gt;
| locfdd                 = {{LoCFDD|fddXXXXXX}}&lt;br /&gt;
| fourccs                =&lt;br /&gt;
| pronom                 =&lt;br /&gt;
| type code              =&lt;br /&gt;
| uniform type           =&lt;br /&gt;
| conforms to            = &lt;br /&gt;
| released               =&lt;br /&gt;
| image                  =&lt;br /&gt;
| caption                =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
See [[Template:FormatInfo]] for more information on how to use the above infobox.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add an introduction to the format here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
&lt;br /&gt;
* e.g. [http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/photoshop/pdfs/dng_spec_1.4.0.0.pdf Digital Negative Specification, Version 1.4.0.0] (2012-06)&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add links to related entries here --&amp;gt;&lt;br /&gt;
* e.g. [[TIFF]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* e.g. [[Wikipedia:Main]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- And additional categories --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
e.g. [[Category:TIFF]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Template:File_Format/Preload</id>
		<title>Template:File Format/Preload</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Template:File_Format/Preload"/>
				<updated>2014-04-23T09:09:09Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
| name                   = &lt;br /&gt;
| formattype             = electronic&lt;br /&gt;
| subcat                 =&lt;br /&gt;
| subcat2                = &lt;br /&gt;
| subcat3                = &lt;br /&gt;
| subcat4                = &lt;br /&gt;
| subcat5                = &lt;br /&gt;
| thiscat                = &lt;br /&gt;
| extensions             = {{ext|XXX}}&lt;br /&gt;
| mimetypes              = &lt;br /&gt;
| pronom                 = {{PRONOM|fmt/XXX}}&lt;br /&gt;
| locfdd                 = {{LoCFDD|fddXXXXXX}}&lt;br /&gt;
| fourccs                =&lt;br /&gt;
| pronom                 =&lt;br /&gt;
| type code              =&lt;br /&gt;
| uniform type           =&lt;br /&gt;
| conforms to            = &lt;br /&gt;
| released               =&lt;br /&gt;
| image                  =&lt;br /&gt;
| caption                =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
See [[Template:FormatInfo]] for more information on how to use the above infobox.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add an introduction to the format here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
&lt;br /&gt;
* e.g. [http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/photoshop/pdfs/dng_spec_1.4.0.0.pdf Digital Negative Specification, Version 1.4.0.0] (2012-06)&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add links to related entries here --&amp;gt;&lt;br /&gt;
* e.g. [[TIFF]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* e.g. [[Wikipedia:Main]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- And additional categories --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
e.g. [[Category:TIFF]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Template:File_Format/Preload</id>
		<title>Template:File Format/Preload</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Template:File_Format/Preload"/>
				<updated>2014-04-23T09:05:13Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Created page with &amp;quot;{{FormatInfo |formattype=electronic |subcat= |extensions={{ext|XXX}} |pronom={{PRONOM|fmt/XXX}} |locfdd={{LoCFDD|fddXXXXXX}} }}  &amp;lt;!-- Add an introduction to the format here --...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=&lt;br /&gt;
|extensions={{ext|XXX}}&lt;br /&gt;
|pronom={{PRONOM|fmt/XXX}}&lt;br /&gt;
|locfdd={{LoCFDD|fddXXXXXX}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add an introduction to the format here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
&lt;br /&gt;
* e.g. [http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/photoshop/pdfs/dng_spec_1.4.0.0.pdf Digital Negative Specification, Version 1.4.0.0] (2012-06)&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add links to related entries here --&amp;gt;&lt;br /&gt;
* e.g. [[TIFF]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* e.g. [[Wikipedia:Main]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- And additional categories --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
e.g. [[Category:TIFF]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/User:AndyJackson</id>
		<title>User:AndyJackson</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/User:AndyJackson"/>
				<updated>2014-04-23T09:01:36Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you need to get in touch, use [http://twitter.com/anjacks0n Twitter] or [http://anjackson.net/contact my site's contact form].&lt;br /&gt;
&lt;br /&gt;
Experiments&lt;br /&gt;
* [[User:AndyJackson/CIF]]&lt;br /&gt;
* Templates&lt;br /&gt;
** [[Template:File Format/Preload]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Optical_Discs</id>
		<title>Optical Discs</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Optical_Discs"/>
				<updated>2014-04-22T10:46:07Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Links */ Added link to new introductory guide to preserving optical media.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=physical&lt;br /&gt;
|thiscat=Optical Discs&lt;br /&gt;
|image=Optical-discs.jpg&lt;br /&gt;
|caption=Some CDs and DVDs&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An '''optical disc''' is read by a laser. They have been used extensively to store and distribute music, movies, and computer programs and data. CD drives became commonplace in personal computers in the mid-1990s, and burners to create CD-ROMs on personal computers were common by the early 2000s. Later, the higher-capacity DVD format became common both for reading and writing as well, and the even newer BluRay format won a &amp;quot;format war&amp;quot; against rival HD-DVD to get some popularity at present, though physical formats in general are on the wane as a distribution format due to the widespread deployment of the high-bandwidth Internet.&lt;br /&gt;
&lt;br /&gt;
* [[BluRay Disc]]&lt;br /&gt;
** [[M-Disc]]&lt;br /&gt;
* [[CD]] (Compact Disc)&lt;br /&gt;
** [[CD-DA]] (Compact Disc Digital Audio or Red Book)&lt;br /&gt;
** [[CD-MIDI]]&lt;br /&gt;
** [[CD-ROM]] (Yellow Book)&lt;br /&gt;
** [[DD-CD]] (Double-density Compact Disc)&lt;br /&gt;
** [[Enhanced CD]]&lt;br /&gt;
** [[Photo CD]] (Beige Book)&lt;br /&gt;
*** [[CD-i]] (Green Book)&lt;br /&gt;
** [[SACD]] (Super Audio CD or Scarlet Book)&lt;br /&gt;
** [[VCD]] (Video CD or White Book)&lt;br /&gt;
*** [[Super Video CD]]&lt;br /&gt;
* [[DVD]]&lt;br /&gt;
** [[DVD-Audio]]&lt;br /&gt;
** [[DVD-ROM]]&lt;br /&gt;
** [[M-Disc]]&lt;br /&gt;
* [[Enhanced Versatile Disc]]&lt;br /&gt;
* [[GD-ROM]]&lt;br /&gt;
* [[HD-DVD]]&lt;br /&gt;
** [[China Blue High-Definition Disc]]&lt;br /&gt;
* [[Laserdisc]]&lt;br /&gt;
* Nintendo optical discs&lt;br /&gt;
** [[Nintendo GameCube Game Disc]]&lt;br /&gt;
** [[Nintendo Wii Optical Disc]]&lt;br /&gt;
** [[Nintendo Wii U Optical Disc]]&lt;br /&gt;
* [[Thomson-CSF system]]&lt;br /&gt;
* [[Ultra Density Optical]]&lt;br /&gt;
* [[Universal Media Disc]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.thexlab.com/faqs/opticalmedialongevity.html Optical media longevity]&lt;br /&gt;
* [http://www.sony.net/SonyInfo/News/Press/201403/14-0310E/index.html &amp;quot;Archival Disc&amp;quot; standard formulated for professional-use next-generation optical discs] (up to 1 TB capacity)&lt;br /&gt;
* [http://journal.code4lib.org/articles/9581 An Introduction to Optical Media Preservation] by [https://twitter.com/archivetype @archivetype]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/SIARD</id>
		<title>SIARD</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/SIARD"/>
				<updated>2014-02-27T10:05:42Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: No mime type.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Database&lt;br /&gt;
|extensions={{ext|siard}}&lt;br /&gt;
|mimetypes=&lt;br /&gt;
|locfdd=&lt;br /&gt;
|pronom={{PRONOM|fmt/161}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
SIARD stands for Software Independent Archiving of Relational Databases. Originally the Swiss Federal Archives (SFA) have developed the SIARD format as a sustainable solution for the archiving of relations databases. It is based on converting the contents of databases into XML.&lt;br /&gt;
 &lt;br /&gt;
= Standardisation =&lt;br /&gt;
In early 2013 SIARD format has been adopted as an eCH Standard ([http://www.ech.ch/vechweb/page?p=dossier&amp;amp;documentNumber=eCH-0165 eCH-0165: SIARD format specification]).&lt;br /&gt;
 &lt;br /&gt;
eCH is the Swiss organization for standardization in the field of e-government. eCH Standards define guidelines for recurring applications and their results, as for example format definitions or procedural standards. The aim of those standards is to unify and thus facilitate the electronic collaboration between authorities as well as between authorities and organizations, educational and research institutions, firms and private organizations.&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Template:Mimetype</id>
		<title>Template:Mimetype</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Template:Mimetype"/>
				<updated>2014-02-27T10:01:04Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-family: monospace;&amp;quot;&amp;gt;[http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.{{{1}}} {{{1}}}]&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.siard</id>
		<title>Category:File formats with extension .siard</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.siard"/>
				<updated>2014-02-27T09:42:48Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Created page with &amp;quot;S&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:File formats by extension|S]]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/SIARD</id>
		<title>SIARD</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/SIARD"/>
				<updated>2014-02-27T09:23:37Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: Added initial outline for SIARD, moved from the COPTR wiki.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Database&lt;br /&gt;
|extensions={{ext|siard}}&lt;br /&gt;
|mimetypes={{mimetype|application/pdf}}&lt;br /&gt;
|locfdd=&lt;br /&gt;
|pronom={{PRONOM|fmt/161}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
SIARD stands for Software Independent Archiving of Relational Databases. Originally the Swiss Federal Archives (SFA) have developed the SIARD format as a sustainable solution for the archiving of relations databases. It is based on converting the contents of databases into XML.&lt;br /&gt;
 &lt;br /&gt;
= Standardisation =&lt;br /&gt;
In early 2013 SIARD format has been adopted as an eCH Standard ([http://www.ech.ch/vechweb/page?p=dossier&amp;amp;documentNumber=eCH-0165 eCH-0165: SIARD format specification]).&lt;br /&gt;
 &lt;br /&gt;
eCH is the Swiss organization for standardization in the field of e-government. eCH Standards define guidelines for recurring applications and their results, as for example format definitions or procedural standards. The aim of those standards is to unify and thus facilitate the electronic collaboration between authorities as well as between authorities and organizations, educational and research institutions, firms and private organizations.&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/WordStar</id>
		<title>WordStar</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/WordStar"/>
				<updated>2014-02-26T14:13:40Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|subcat=Document&lt;br /&gt;
|extensions={{ext|ws}}, {{ext|ws3}}, {{ext|wsd}}, others&lt;br /&gt;
|released=1978&lt;br /&gt;
}}&lt;br /&gt;
'''[[WordStar]]''' was a word processor originally released in 1978 which was extremely popular in the early 1980s before losing ground to other word processors (particularly [[WordPerfect]]). Many professional writers used it in that era, and given their notorious conservatism regarding tools used for their writing, some are still using it to this day. This means that many original manuscripts are stored in this format.&lt;br /&gt;
&lt;br /&gt;
The original version was for the CP/M operating system, but it was later ported to a number of other systems; the PC/MS-DOS version became the most popular one. The particular set of control keys used for accessing various functions (often requiring multiple keypresses) were widely imitated in other programs at the time, making a &amp;quot;de-facto standard&amp;quot; for editing keys that got even wider use than WordStar itself.&lt;br /&gt;
&lt;br /&gt;
As with many early word processors, its files were basically plain text, with optional special functions causing control characters to be inserted. Files could be created or edited with any extension, but '''.ws''' (sometimes with an appended number to mark versions, like '''.ws3''') was commonly used.&lt;br /&gt;
&lt;br /&gt;
One quirk present in versions prior to 5.0 was its use of the high bit of each byte of its files to denote the last letter of a word. This limited the character set to 7-bit [[ASCII]], where all characters in the document that were not the last letter of a word had a clear high bit (and thus had values from 00-7F hex corresponding to the ASCII values), while last letters had the high bit set (giving them values from 80-FF hex, but actually representing the corresponding characters from 00-7F). This interfered with internationalization, since it prevented the use of extended character sets beyond ASCII, and also resulted in WordStar files having characters at the end of words that looked like gibberish in other programs which interpreted the characters via some 8-bit encoding. Eventually this &amp;quot;feature&amp;quot; was dropped, but even in late versions extended characters were marked in the saved files by control characters both preceding and following them, making an 8-bit character take three bytes to store, which was necessary to preserve file compatibility (old WordStar files with high bits set at the end of words still needed to load correctly meaning that the program couldn't interpret high-bit characters as other characters in extended character sets without a special marker).&lt;br /&gt;
&lt;br /&gt;
Extended characters (when they appeared in the special escaped sequence, consisting of character 1B hex, followed by the special character, followed by character 1C hex) were generally of the [[MS-DOS encodings]], at least if the file was created in a DOS version of WordStar.&lt;br /&gt;
&lt;br /&gt;
There was also a [[WordStar 2000]] program, with its own different file format not compatible with other WordStar versions; this program (which, despite its name, was released in the 1980s, nowhere near the year 2000) was intended to be a new-generation word-processor to compete with the newer programs that were starting to catch on at the time, but didn't succeed and actually went out of use earlier than the original WordStar, which continued to get updated through the 1990s.&lt;br /&gt;
&lt;br /&gt;
== Converting WordStar files with high bits set ==&lt;br /&gt;
&lt;br /&gt;
Some other programs have special &amp;quot;WordStar import&amp;quot; features which handle high-bit characters, but if you need to deal with such files without a conversion utility, it's helpful to change high-bit characters to their corresponding 7-bit characters in order to have standard ASCII. This can be done simply in most programming or scripting languages; here's a Perl example, for instance.&lt;br /&gt;
&lt;br /&gt;
 open OUTFILE, &amp;quot;&amp;gt;out.txt&amp;quot;;&lt;br /&gt;
 open INFILE, &amp;quot;&amp;lt;in.ws&amp;quot;;&lt;br /&gt;
 while (&amp;lt;INFILE&amp;gt;)&lt;br /&gt;
 {&lt;br /&gt;
   tr [\200-\377] [\000-\177];&lt;br /&gt;
   print OUTFILE $_;&lt;br /&gt;
 }&lt;br /&gt;
 close INFILE;&lt;br /&gt;
 close OUTFILE;&lt;br /&gt;
&lt;br /&gt;
== Control characters ==&lt;br /&gt;
&lt;br /&gt;
These are the control characters as stored in WordStar documents, and their meanings. Most of them are program-specific, not corresponding to the standard ASCII control meanings, though some of these are preserved. The toggle options were used at the start and end of blocks of text intended to be formatted in a particular way (e.g., bold).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! title=&amp;quot;Hexadecimal code point&amp;quot; | Hex&lt;br /&gt;
! title=&amp;quot;Decimal code point&amp;quot; | Dec&lt;br /&gt;
! title=&amp;quot;Standard ASCII Acronym&amp;quot; | ASCII Char&lt;br /&gt;
! title=&amp;quot;Control key&amp;quot; | Ctrl Key&lt;br /&gt;
! title=&amp;quot;PC-Write Key&amp;quot; | WordStar Key&lt;br /&gt;
! title=&amp;quot;Description and uses&amp;quot; | WordStar meaning&lt;br /&gt;
|-&lt;br /&gt;
|00||0||NUL||^@||Control-PZ||In some versions right-aligns text; in others fixes print head to absolute position of character in line&lt;br /&gt;
|-&lt;br /&gt;
|01||1||SOH||^A||Control-PA||Toggles alternate font&lt;br /&gt;
|-&lt;br /&gt;
|02||2||STX||^B||Control-PB||Toggles Bold mode&lt;br /&gt;
|-&lt;br /&gt;
|03||3||ETX||^C||Control-PC||Pause print for user response&lt;br /&gt;
|-&lt;br /&gt;
|04||4||EOT||^D||Control-PD||Toggles double-strike mode&lt;br /&gt;
|-&lt;br /&gt;
|05||5||ENQ||^E||Control-PE||Custom print control&lt;br /&gt;
|-&lt;br /&gt;
|06||6||ACK||^F||Control-PF||Phantom space&lt;br /&gt;
|-&lt;br /&gt;
|07||7||BEL||^G||Control-PG||Phantom rubout&lt;br /&gt;
|-&lt;br /&gt;
|08||8||BS||^H||Control-PH||Overprint previous character (backspace)&lt;br /&gt;
|-&lt;br /&gt;
|09||9||HT||^I||Control-PI||Tab&lt;br /&gt;
|-&lt;br /&gt;
|0A||10||LF||^J||Control-PJ||Linefeed: follows Carriage Return for line break. (Enter/Return inserts two-character sequence ^M^J)&lt;br /&gt;
|-&lt;br /&gt;
|0B||11||VT||^K||Control-PK||In some versions, centers text; in others marks text to be indexed (placed both before and after the text sequence)&lt;br /&gt;
|-&lt;br /&gt;
|0C||12||FF||^L||Control-PL||Form feed (page break)&lt;br /&gt;
|-&lt;br /&gt;
|0D||13||CR||^M||Control-PM||Carriage Return: precedes Linefeed for line break. (Enter/Return inserts two-character sequence ^M^J)&lt;br /&gt;
|-&lt;br /&gt;
|0E||14||SO||^N||Control-PN||Return to normal character width&lt;br /&gt;
|-&lt;br /&gt;
|0F||15||SI||^O||Control-PO||Non-breaking space&lt;br /&gt;
|-&lt;br /&gt;
|10||16||DLE||^P||Control-PP||Unused&lt;br /&gt;
|-&lt;br /&gt;
|11||17||DC1||^Q||Control-PQ||Custom print control&lt;br /&gt;
|-&lt;br /&gt;
|12||18||DC2||^R||Contorl-PR||Custom print control&lt;br /&gt;
|-&lt;br /&gt;
|13||19||DC3||^S||Control-PS||Toggles underline mode&lt;br /&gt;
|-&lt;br /&gt;
|14||20||DC4||^T||Control-PT||Toggles superscript mode&lt;br /&gt;
|-&lt;br /&gt;
|15||21||NAK||^U||Control-PU||Unused&lt;br /&gt;
|-&lt;br /&gt;
|16||22||SYN||^V||Control-PV||Toggles subscript mode&lt;br /&gt;
|-&lt;br /&gt;
|17||23||ETB||^W||Control-PW||Custom print control&lt;br /&gt;
|-&lt;br /&gt;
|18||24||CAN||^X||Control-PX||Toggles overstrike mode&lt;br /&gt;
|-&lt;br /&gt;
|19||25||EM||^Y||Control-PY||Toggles italic mode&lt;br /&gt;
|-&lt;br /&gt;
|1A||26||SUB||^Z||||End-of-file character&lt;br /&gt;
|-&lt;br /&gt;
|1B||27||ESC||^[||||Marks that following character is extended character&lt;br /&gt;
|-&lt;br /&gt;
|1C||28||FS||^\||||Marks that previous character is extended character (you need both 1B and 1C to delimit extended characters)&lt;br /&gt;
|-&lt;br /&gt;
|1D||29||GS||^]||||Symmetrical sequence start/stop character&lt;br /&gt;
|-&lt;br /&gt;
|1E||30||RS||^^||||Inactive Soft Hyphen&lt;br /&gt;
|-&lt;br /&gt;
|1F||31||US||^_||||Active Soft Hyphen&lt;br /&gt;
|-&lt;br /&gt;
|8D||141||||||||Soft Carriage Return (inserted, followed by normal linefeed 0A, to mark soft line break at word-wrap)&lt;br /&gt;
|-&lt;br /&gt;
|A0||160||||||||Soft Space&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dot commands ==&lt;br /&gt;
&lt;br /&gt;
These commands are intended to be on a line by themselves, and started with the dot (.). This meant that regular text lines couldn't start with dots. Many other early word processors emulated WordStar in their use of &amp;quot;dot lines&amp;quot; for commands, though some of them required a control character to precede the dot in order to allow dots at the start of normal text lines. The specific commands varied a lot between programs, however.&lt;br /&gt;
&lt;br /&gt;
:'''..''' Comment line (followed by comment text; not printed)&lt;br /&gt;
:'''.av''' Pause to ask user for value of variable&lt;br /&gt;
:'''.aw''' Turn aligning/word-wrap on or off&lt;br /&gt;
:'''.bn''' Select sheet feeder bin&lt;br /&gt;
:'''.cc ''n''''' Conditional column break if n lines won't fit on page&lt;br /&gt;
:'''.co''' Specifies number of columns and optionally gutter width&lt;br /&gt;
:'''.cp ''n''''' Conditional page break if n lines won't fit on page&lt;br /&gt;
:'''.cs ''string''''' Clear screen and display message&lt;br /&gt;
:'''.cv''' Convert note type (convert first type specified to second type)&lt;br /&gt;
:'''.cw ''n''''' Set character width to given number of 1/120 inch increments&lt;br /&gt;
:'''.df ''filename''''' Insert data file ([[CSV]], [[dBase III|dBase]], etc)&lt;br /&gt;
:'''.dm ''string''''' Display message&lt;br /&gt;
:'''.e#''' Set new value for endnote numbering&lt;br /&gt;
:'''.ei''' End .if block (must be paired up with .if command)&lt;br /&gt;
:'''.el''' Begins optional else clause after .if command&lt;br /&gt;
:'''.f#''' Set new value for footnote numbering, and optionally set whether it restarts each page or is consecutive&lt;br /&gt;
:'''.fi ''filename''''' Insert text file ([[ASCII]], WordStar, [[Lotus 1-2-3]], etc.)&lt;br /&gt;
:'''.fm ''n''''' Set footer margin (number of lines left blank between main text and first footer line; default 2; footer margin and footer lines must fit within bottom margin)&lt;br /&gt;
:'''.fo''' If followed by text string, sets footer line; without a string resets footer. Can optionally specify odd or even pages.&lt;br /&gt;
:'''.f1''' First footer line (if using multiple-line footer)&lt;br /&gt;
:'''.f2''' Second footer line&lt;br /&gt;
:'''.f3''' Third footer line&lt;br /&gt;
:'''.f4''' Fourth footer line&lt;br /&gt;
:'''.f5''' Fifth footer line&lt;br /&gt;
:'''.go''' Go to top or bottom of document&lt;br /&gt;
:'''.he''' If followed by text string, sets header line; without a string resets header. Can optionally specify odd or even pages.&lt;br /&gt;
:'''.h1''' First header line (if using multiple-line header)&lt;br /&gt;
:'''.h2''' Second header line&lt;br /&gt;
:'''.h3''' Third header line&lt;br /&gt;
:'''.h4''' Fourth header line&lt;br /&gt;
:'''.h5''' Fifth header line&lt;br /&gt;
:'''.hm ''n''''' Set header margin (number of lines left blank between last header line and top of main text; default 2; header margin and header lines must fit within top margin)&lt;br /&gt;
:'''.hy''' Turn auto-hyphenating on or off&lt;br /&gt;
:'''.if ''condition''''' Conditional clause: can test string variables with = &amp;lt; &amp;gt; &amp;lt;&amp;gt; and number variables with #= #&amp;lt;&amp;gt; #&amp;lt; #&amp;gt; and print/execute following lines up to .ei if true, and optional else clause starting with .el if false. May be nested up to 255 levels.&lt;br /&gt;
:'''.ig ''string''''' Ignore text on remainder of line (same as .. for comments).&lt;br /&gt;
:'''.ix''' Puts text on remainder of line in index. Main entries and subentries can be separated with comma. If text starts with - it's used as cross-reference, and if it starts with + the page number is boldfaced.&lt;br /&gt;
:'''.kr''' Adjust kerning&lt;br /&gt;
:'''.l#''' Turns line numbering on/off or specifies attributes of line numbering&lt;br /&gt;
:'''.lh ''n''''' Set line height to n 1/48-inch increments. Argument of a sets auto-leading.&lt;br /&gt;
:'''.lm ''n''''' Set left margin to n characters&lt;br /&gt;
:'''.lq''' Letter quality on/off&lt;br /&gt;
:'''.ls ''n''''' Set line spacing to n (1-9), where 1 is single-spaced, 2 double-spaced, etc.&lt;br /&gt;
:'''.ma''' Math: Store result of a calculation in a variable&lt;br /&gt;
:'''.mb ''n''''' Set bottom margin (must be big enough to include all footers)&lt;br /&gt;
:'''.mt ''n''''' Set top margin (must be big enough to include all headers)&lt;br /&gt;
:'''.oc''' Turn centering on or off&lt;br /&gt;
:'''.oj''' Turn output justification on or off&lt;br /&gt;
:'''.op''' Omit page numbers&lt;br /&gt;
:'''.p#''' Set paragraph number or formatting of paragraph numbers.&lt;br /&gt;
:'''.pa''' Page break&lt;br /&gt;
:'''.pc ''n''''' Put page numbers at column n, or centered if 0 is used.&lt;br /&gt;
:'''.pe''' Print endnotes at this point in document&lt;br /&gt;
:'''.pf''' Turn paragraph realignment on or off&lt;br /&gt;
:'''.pg''' Turn on page numbering (reverses .op)&lt;br /&gt;
:'''.pl ''n''''' Set page length to n lines (usually 66 for normal letter paper)&lt;br /&gt;
:'''.pm ''n''''' Set paragraph margin (indenting)&lt;br /&gt;
:'''.pn ''n''''' Set current page number&lt;br /&gt;
:'''.po ''n''''' Set page offset (added to left margin), optionally separately for even or odd pages&lt;br /&gt;
:'''.pr''' Set print orientation ('''.pr or=l''' for landscape, '''.pr or=p''' for portrait)&lt;br /&gt;
:'''.ps''' Turn proportional spacing on or off&lt;br /&gt;
:'''.rm ''n''''' Set right margin&lt;br /&gt;
:'''.rp''' Repeat-print multiple copies (may not work with .df command)&lt;br /&gt;
:'''.rr''' Embed ruler line (may add number from 0 to 9 to specify preformatted ruler from user area)&lt;br /&gt;
:'''.rv''' Read variable&lt;br /&gt;
:'''.sb''' Suppress blank lines (on/off)&lt;br /&gt;
:'''.sr ''n''''' subscript/superscript roll (in 1/48ths of an inch), default 3&lt;br /&gt;
:'''.sv''' Set variable&lt;br /&gt;
:'''.tb''' Set tab stops&lt;br /&gt;
:'''.tc ''string''''' The string is set as a table of contents entry; # is used to indicate where page number is inserted&lt;br /&gt;
:'''.t1 ''string''''' Table of contents entry 1&lt;br /&gt;
:'''.t2 ''string''''' Table of contents entry 2&lt;br /&gt;
:'''.t3 ''string''''' Table of contents entry 3&lt;br /&gt;
:'''.t4 ''string''''' Table of contents entry 4&lt;br /&gt;
:'''.t5 ''string''''' Table of contents entry 5&lt;br /&gt;
:'''.t6 ''string''''' Table of contents entry 6&lt;br /&gt;
:'''.t7 ''string''''' Table of contents entry 7&lt;br /&gt;
:'''.t8 ''string''''' Table of contents entry 8&lt;br /&gt;
:'''.t9 ''string''''' Table of contents entry 9&lt;br /&gt;
:'''.uj''' Turn on or off micro-justify (spreads right-justify space in very fine increments)&lt;br /&gt;
:'''.ul''' Turn on or off continuous underlining (of blanks between words)&lt;br /&gt;
:'''.xe''' Up to 5 bytes following command define custom print control for Ctrl-E&lt;br /&gt;
:'''.xq''' Up to 5 bytes following command define custom print control for Ctrl-Q&lt;br /&gt;
:'''.xr''' Up to 5 bytes following command define custom print control for Ctrl-R&lt;br /&gt;
:'''.xw''' Up to 5 bytes following command define custom print control for Ctrl-W&lt;br /&gt;
:'''.xl''' Form feed with controls defined by hex pairs following command&lt;br /&gt;
:'''.xx ''c''''' Set strikeout character&lt;br /&gt;
&lt;br /&gt;
== Format documentation ==&lt;br /&gt;
* [http://www.moon-soft.com/program/format/text/wordst.htm WordStar file format documentation]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://vetusware.com/download/WordStar%204.00/?id=3443 WordStar 4.0 download]&lt;br /&gt;
* [http://www.brothersoft.com/wordstar-207541.html WordStar 7.0 download]&lt;br /&gt;
* [https://archive.org/details/wordstar_2.26_osborne1_1981_micropro In-browser emulation: WordStar Word Processing Version 2.26 (1981) (MicroPro) (Osborne 1) (1981)]&lt;br /&gt;
* [http://www.wordstar.org/index.php/wordstar-emulator/11-wordstar-file-conversion/107-habit-wordstar-converter HABit WordStar Converter]&lt;br /&gt;
* [http://web.archive.org/web/20100317135102/http://www.wordstar.org/wordstar/pages/convert_faq.htm Converting WordStar Files into Other Formats]&lt;br /&gt;
&lt;br /&gt;
== Manuals ==&lt;br /&gt;
* [http://archive.org/details/Wordstar_Rel_4_for_CPM_1979_Micropro_International WordStar manual (CP/M, 1979)]&lt;br /&gt;
&lt;br /&gt;
== Other links ==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/WordStar WordStar (Wikipedia)]&lt;br /&gt;
* [http://www.wordstar.org/ WordStar resource site]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/WordStar</id>
		<title>WordStar</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/WordStar"/>
				<updated>2014-02-26T14:11:24Z</updated>
		
		<summary type="html">&lt;p&gt;AndyJackson: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|subcat=Document&lt;br /&gt;
|extensions={{ext|ws}}, {{ext|ws3}}, {{ext|wsd}}, others&lt;br /&gt;
|released=1978&lt;br /&gt;
}}&lt;br /&gt;
'''[[WordStar]]''' was a word processor originally released in 1978 which was extremely popular in the early 1980s before losing ground to other word processors (particularly [[WordPerfect]]). Many professional writers used it in that era, and given their notorious conservatism regarding tools used for their writing, some are still using it to this day. This means that many original manuscripts are stored in this format.&lt;br /&gt;
&lt;br /&gt;
The original version was for the CP/M operating system, but it was later ported to a number of other systems; the PC/MS-DOS version became the most popular one. The particular set of control keys used for accessing various functions (often requiring multiple keypresses) were widely imitated in other programs at the time, making a &amp;quot;de-facto standard&amp;quot; for editing keys that got even wider use than WordStar itself.&lt;br /&gt;
&lt;br /&gt;
As with many early word processors, its files were basically plain text, with optional special functions causing control characters to be inserted. Files could be created or edited with any extension, but '''.ws''' (sometimes with an appended number to mark versions, like '''.ws3''') was commonly used.&lt;br /&gt;
&lt;br /&gt;
One quirk present in versions prior to 5.0 was its use of the high bit of each byte of its files to denote the last letter of a word. This limited the character set to 7-bit [[ASCII]], where all characters in the document that were not the last letter of a word had a clear high bit (and thus had values from 00-7F hex corresponding to the ASCII values), while last letters had the high bit set (giving them values from 80-FF hex, but actually representing the corresponding characters from 00-7F). This interfered with internationalization, since it prevented the use of extended character sets beyond ASCII, and also resulted in WordStar files having characters at the end of words that looked like gibberish in other programs which interpreted the characters via some 8-bit encoding. Eventually this &amp;quot;feature&amp;quot; was dropped, but even in late versions extended characters were marked in the saved files by control characters both preceding and following them, making an 8-bit character take three bytes to store, which was necessary to preserve file compatibility (old WordStar files with high bits set at the end of words still needed to load correctly meaning that the program couldn't interpret high-bit characters as other characters in extended character sets without a special marker).&lt;br /&gt;
&lt;br /&gt;
Extended characters (when they appeared in the special escaped sequence, consisting of character 1B hex, followed by the special character, followed by character 1C hex) were generally of the [[MS-DOS encodings]], at least if the file was created in a DOS version of WordStar.&lt;br /&gt;
&lt;br /&gt;
There was also a [[WordStar 2000]] program, with its own different file format not compatible with other WordStar versions; this program (which, despite its name, was released in the 1980s, nowhere near the year 2000) was intended to be a new-generation word-processor to compete with the newer programs that were starting to catch on at the time, but didn't succeed and actually went out of use earlier than the original WordStar, which continued to get updated through the 1990s.&lt;br /&gt;
&lt;br /&gt;
== Converting WordStar files with high bits set ==&lt;br /&gt;
&lt;br /&gt;
Some other programs have special &amp;quot;WordStar import&amp;quot; features which handle high-bit characters, but if you need to deal with such files without a conversion utility, it's helpful to change high-bit characters to their corresponding 7-bit characters in order to have standard ASCII. This can be done simply in most programming or scripting languages; here's a Perl example, for instance.&lt;br /&gt;
&lt;br /&gt;
 open OUTFILE, &amp;quot;&amp;gt;out.txt&amp;quot;;&lt;br /&gt;
 open INFILE, &amp;quot;&amp;lt;in.ws&amp;quot;;&lt;br /&gt;
 while (&amp;lt;INFILE&amp;gt;)&lt;br /&gt;
 {&lt;br /&gt;
   tr [\200-\377] [\000-\177];&lt;br /&gt;
   print OUTFILE $_;&lt;br /&gt;
 }&lt;br /&gt;
 close INFILE;&lt;br /&gt;
 close OUTFILE;&lt;br /&gt;
&lt;br /&gt;
== Control characters ==&lt;br /&gt;
&lt;br /&gt;
These are the control characters as stored in WordStar documents, and their meanings. Most of them are program-specific, not corresponding to the standard ASCII control meanings, though some of these are preserved. The toggle options were used at the start and end of blocks of text intended to be formatted in a particular way (e.g., bold).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! title=&amp;quot;Hexadecimal code point&amp;quot; | Hex&lt;br /&gt;
! title=&amp;quot;Decimal code point&amp;quot; | Dec&lt;br /&gt;
! title=&amp;quot;Standard ASCII Acronym&amp;quot; | ASCII Char&lt;br /&gt;
! title=&amp;quot;Control key&amp;quot; | Ctrl Key&lt;br /&gt;
! title=&amp;quot;PC-Write Key&amp;quot; | WordStar Key&lt;br /&gt;
! title=&amp;quot;Description and uses&amp;quot; | WordStar meaning&lt;br /&gt;
|-&lt;br /&gt;
|00||0||NUL||^@||Control-PZ||In some versions right-aligns text; in others fixes print head to absolute position of character in line&lt;br /&gt;
|-&lt;br /&gt;
|01||1||SOH||^A||Control-PA||Toggles alternate font&lt;br /&gt;
|-&lt;br /&gt;
|02||2||STX||^B||Control-PB||Toggles Bold mode&lt;br /&gt;
|-&lt;br /&gt;
|03||3||ETX||^C||Control-PC||Pause print for user response&lt;br /&gt;
|-&lt;br /&gt;
|04||4||EOT||^D||Control-PD||Toggles double-strike mode&lt;br /&gt;
|-&lt;br /&gt;
|05||5||ENQ||^E||Control-PE||Custom print control&lt;br /&gt;
|-&lt;br /&gt;
|06||6||ACK||^F||Control-PF||Phantom space&lt;br /&gt;
|-&lt;br /&gt;
|07||7||BEL||^G||Control-PG||Phantom rubout&lt;br /&gt;
|-&lt;br /&gt;
|08||8||BS||^H||Control-PH||Overprint previous character (backspace)&lt;br /&gt;
|-&lt;br /&gt;
|09||9||HT||^I||Control-PI||Tab&lt;br /&gt;
|-&lt;br /&gt;
|0A||10||LF||^J||Control-PJ||Linefeed: follows Carriage Return for line break. (Enter/Return inserts two-character sequence ^M^J)&lt;br /&gt;
|-&lt;br /&gt;
|0B||11||VT||^K||Control-PK||In some versions, centers text; in others marks text to be indexed (placed both before and after the text sequence)&lt;br /&gt;
|-&lt;br /&gt;
|0C||12||FF||^L||Control-PL||Form feed (page break)&lt;br /&gt;
|-&lt;br /&gt;
|0D||13||CR||^M||Control-PM||Carriage Return: precedes Linefeed for line break. (Enter/Return inserts two-character sequence ^M^J)&lt;br /&gt;
|-&lt;br /&gt;
|0E||14||SO||^N||Control-PN||Return to normal character width&lt;br /&gt;
|-&lt;br /&gt;
|0F||15||SI||^O||Control-PO||Non-breaking space&lt;br /&gt;
|-&lt;br /&gt;
|10||16||DLE||^P||Control-PP||Unused&lt;br /&gt;
|-&lt;br /&gt;
|11||17||DC1||^Q||Control-PQ||Custom print control&lt;br /&gt;
|-&lt;br /&gt;
|12||18||DC2||^R||Contorl-PR||Custom print control&lt;br /&gt;
|-&lt;br /&gt;
|13||19||DC3||^S||Control-PS||Toggles underline mode&lt;br /&gt;
|-&lt;br /&gt;
|14||20||DC4||^T||Control-PT||Toggles superscript mode&lt;br /&gt;
|-&lt;br /&gt;
|15||21||NAK||^U||Control-PU||Unused&lt;br /&gt;
|-&lt;br /&gt;
|16||22||SYN||^V||Control-PV||Toggles subscript mode&lt;br /&gt;
|-&lt;br /&gt;
|17||23||ETB||^W||Control-PW||Custom print control&lt;br /&gt;
|-&lt;br /&gt;
|18||24||CAN||^X||Control-PX||Toggles overstrike mode&lt;br /&gt;
|-&lt;br /&gt;
|19||25||EM||^Y||Control-PY||Toggles italic mode&lt;br /&gt;
|-&lt;br /&gt;
|1A||26||SUB||^Z||||End-of-file character&lt;br /&gt;
|-&lt;br /&gt;
|1B||27||ESC||^[||||Marks that following character is extended character&lt;br /&gt;
|-&lt;br /&gt;
|1C||28||FS||^\||||Marks that previous character is extended character (you need both 1B and 1C to delimit extended characters)&lt;br /&gt;
|-&lt;br /&gt;
|1D||29||GS||^]||||Symmetrical sequence start/stop character&lt;br /&gt;
|-&lt;br /&gt;
|1E||30||RS||^^||||Inactive Soft Hyphen&lt;br /&gt;
|-&lt;br /&gt;
|1F||31||US||^_||||Active Soft Hyphen&lt;br /&gt;
|-&lt;br /&gt;
|8D||141||||||||Soft Carriage Return (inserted, followed by normal linefeed 0A, to mark soft line break at word-wrap)&lt;br /&gt;
|-&lt;br /&gt;
|A0||160||||||||Soft Space&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dot commands ==&lt;br /&gt;
&lt;br /&gt;
These commands are intended to be on a line by themselves, and started with the dot (.). This meant that regular text lines couldn't start with dots. Many other early word processors emulated WordStar in their use of &amp;quot;dot lines&amp;quot; for commands, though some of them required a control character to precede the dot in order to allow dots at the start of normal text lines. The specific commands varied a lot between programs, however.&lt;br /&gt;
&lt;br /&gt;
:'''..''' Comment line (followed by comment text; not printed)&lt;br /&gt;
:'''.av''' Pause to ask user for value of variable&lt;br /&gt;
:'''.aw''' Turn aligning/word-wrap on or off&lt;br /&gt;
:'''.bn''' Select sheet feeder bin&lt;br /&gt;
:'''.cc ''n''''' Conditional column break if n lines won't fit on page&lt;br /&gt;
:'''.co''' Specifies number of columns and optionally gutter width&lt;br /&gt;
:'''.cp ''n''''' Conditional page break if n lines won't fit on page&lt;br /&gt;
:'''.cs ''string''''' Clear screen and display message&lt;br /&gt;
:'''.cv''' Convert note type (convert first type specified to second type)&lt;br /&gt;
:'''.cw ''n''''' Set character width to given number of 1/120 inch increments&lt;br /&gt;
:'''.df ''filename''''' Insert data file ([[CSV]], [[dBase III|dBase]], etc)&lt;br /&gt;
:'''.dm ''string''''' Display message&lt;br /&gt;
:'''.e#''' Set new value for endnote numbering&lt;br /&gt;
:'''.ei''' End .if block (must be paired up with .if command)&lt;br /&gt;
:'''.el''' Begins optional else clause after .if command&lt;br /&gt;
:'''.f#''' Set new value for footnote numbering, and optionally set whether it restarts each page or is consecutive&lt;br /&gt;
:'''.fi ''filename''''' Insert text file ([[ASCII]], WordStar, [[Lotus 1-2-3]], etc.)&lt;br /&gt;
:'''.fm ''n''''' Set footer margin (number of lines left blank between main text and first footer line; default 2; footer margin and footer lines must fit within bottom margin)&lt;br /&gt;
:'''.fo''' If followed by text string, sets footer line; without a string resets footer. Can optionally specify odd or even pages.&lt;br /&gt;
:'''.f1''' First footer line (if using multiple-line footer)&lt;br /&gt;
:'''.f2''' Second footer line&lt;br /&gt;
:'''.f3''' Third footer line&lt;br /&gt;
:'''.f4''' Fourth footer line&lt;br /&gt;
:'''.f5''' Fifth footer line&lt;br /&gt;
:'''.go''' Go to top or bottom of document&lt;br /&gt;
:'''.he''' If followed by text string, sets header line; without a string resets header. Can optionally specify odd or even pages.&lt;br /&gt;
:'''.h1''' First header line (if using multiple-line header)&lt;br /&gt;
:'''.h2''' Second header line&lt;br /&gt;
:'''.h3''' Third header line&lt;br /&gt;
:'''.h4''' Fourth header line&lt;br /&gt;
:'''.h5''' Fifth header line&lt;br /&gt;
:'''.hm ''n''''' Set header margin (number of lines left blank between last header line and top of main text; default 2; header margin and header lines must fit within top margin)&lt;br /&gt;
:'''.hy''' Turn auto-hyphenating on or off&lt;br /&gt;
:'''.if ''condition''''' Conditional clause: can test string variables with = &amp;lt; &amp;gt; &amp;lt;&amp;gt; and number variables with #= #&amp;lt;&amp;gt; #&amp;lt; #&amp;gt; and print/execute following lines up to .ei if true, and optional else clause starting with .el if false. May be nested up to 255 levels.&lt;br /&gt;
:'''.ig ''string''''' Ignore text on remainder of line (same as .. for comments).&lt;br /&gt;
:'''.ix''' Puts text on remainder of line in index. Main entries and subentries can be separated with comma. If text starts with - it's used as cross-reference, and if it starts with + the page number is boldfaced.&lt;br /&gt;
:'''.kr''' Adjust kerning&lt;br /&gt;
:'''.l#''' Turns line numbering on/off or specifies attributes of line numbering&lt;br /&gt;
:'''.lh ''n''''' Set line height to n 1/48-inch increments. Argument of a sets auto-leading.&lt;br /&gt;
:'''.lm ''n''''' Set left margin to n characters&lt;br /&gt;
:'''.lq''' Letter quality on/off&lt;br /&gt;
:'''.ls ''n''''' Set line spacing to n (1-9), where 1 is single-spaced, 2 double-spaced, etc.&lt;br /&gt;
:'''.ma''' Math: Store result of a calculation in a variable&lt;br /&gt;
:'''.mb ''n''''' Set bottom margin (must be big enough to include all footers)&lt;br /&gt;
:'''.mt ''n''''' Set top margin (must be big enough to include all headers)&lt;br /&gt;
:'''.oc''' Turn centering on or off&lt;br /&gt;
:'''.oj''' Turn output justification on or off&lt;br /&gt;
:'''.op''' Omit page numbers&lt;br /&gt;
:'''.p#''' Set paragraph number or formatting of paragraph numbers.&lt;br /&gt;
:'''.pa''' Page break&lt;br /&gt;
:'''.pc ''n''''' Put page numbers at column n, or centered if 0 is used.&lt;br /&gt;
:'''.pe''' Print endnotes at this point in document&lt;br /&gt;
:'''.pf''' Turn paragraph realignment on or off&lt;br /&gt;
:'''.pg''' Turn on page numbering (reverses .op)&lt;br /&gt;
:'''.pl ''n''''' Set page length to n lines (usually 66 for normal letter paper)&lt;br /&gt;
:'''.pm ''n''''' Set paragraph margin (indenting)&lt;br /&gt;
:'''.pn ''n''''' Set current page number&lt;br /&gt;
:'''.po ''n''''' Set page offset (added to left margin), optionally separately for even or odd pages&lt;br /&gt;
:'''.pr''' Set print orientation ('''.pr or=l''' for landscape, '''.pr or=p''' for portrait)&lt;br /&gt;
:'''.ps''' Turn proportional spacing on or off&lt;br /&gt;
:'''.rm ''n''''' Set right margin&lt;br /&gt;
:'''.rp''' Repeat-print multiple copies (may not work with .df command)&lt;br /&gt;
:'''.rr''' Embed ruler line (may add number from 0 to 9 to specify preformatted ruler from user area)&lt;br /&gt;
:'''.rv''' Read variable&lt;br /&gt;
:'''.sb''' Suppress blank lines (on/off)&lt;br /&gt;
:'''.sr ''n''''' subscript/superscript roll (in 1/48ths of an inch), default 3&lt;br /&gt;
:'''.sv''' Set variable&lt;br /&gt;
:'''.tb''' Set tab stops&lt;br /&gt;
:'''.tc ''string''''' The string is set as a table of contents entry; # is used to indicate where page number is inserted&lt;br /&gt;
:'''.t1 ''string''''' Table of contents entry 1&lt;br /&gt;
:'''.t2 ''string''''' Table of contents entry 2&lt;br /&gt;
:'''.t3 ''string''''' Table of contents entry 3&lt;br /&gt;
:'''.t4 ''string''''' Table of contents entry 4&lt;br /&gt;
:'''.t5 ''string''''' Table of contents entry 5&lt;br /&gt;
:'''.t6 ''string''''' Table of contents entry 6&lt;br /&gt;
:'''.t7 ''string''''' Table of contents entry 7&lt;br /&gt;
:'''.t8 ''string''''' Table of contents entry 8&lt;br /&gt;
:'''.t9 ''string''''' Table of contents entry 9&lt;br /&gt;
:'''.uj''' Turn on or off micro-justify (spreads right-justify space in very fine increments)&lt;br /&gt;
:'''.ul''' Turn on or off continuous underlining (of blanks between words)&lt;br /&gt;
:'''.xe''' Up to 5 bytes following command define custom print control for Ctrl-E&lt;br /&gt;
:'''.xq''' Up to 5 bytes following command define custom print control for Ctrl-Q&lt;br /&gt;
:'''.xr''' Up to 5 bytes following command define custom print control for Ctrl-R&lt;br /&gt;
:'''.xw''' Up to 5 bytes following command define custom print control for Ctrl-W&lt;br /&gt;
:'''.xl''' Form feed with controls defined by hex pairs following command&lt;br /&gt;
:'''.xx ''c''''' Set strikeout character&lt;br /&gt;
&lt;br /&gt;
== Format documentation ==&lt;br /&gt;
* [http://www.moon-soft.com/program/format/text/wordst.htm WordStar file format documentation]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://vetusware.com/download/WordStar%204.00/?id=3443 WordStar 4.0 download]&lt;br /&gt;
* [http://www.brothersoft.com/wordstar-207541.html WordStar 7.0 download]&lt;br /&gt;
* [https://archive.org/details/wordstar_2.26_osborne1_1981_micropro In-browser emulation: WordStar Word Processing Version 2.26 (1981) (MicroPro) (Osborne 1) (1981)]&lt;br /&gt;
* [http://www.wordstar.org/index.php/wordstar-emulator/11-wordstar-file-conversion/107-habit-wordstar-converter HABit WordStar Converter]&lt;br /&gt;
&lt;br /&gt;
== Manuals ==&lt;br /&gt;
* [http://archive.org/details/Wordstar_Rel_4_for_CPM_1979_Micropro_International WordStar manual (CP/M, 1979)]&lt;br /&gt;
&lt;br /&gt;
== Other links ==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/WordStar WordStar (Wikipedia)]&lt;br /&gt;
* [http://www.wordstar.org/ WordStar resource site]&lt;/div&gt;</summary>
		<author><name>AndyJackson</name></author>	</entry>

	</feed>