<?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=BCaron</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=BCaron"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/BCaron"/>
		<updated>2026-07-22T17:37:52Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/IDML</id>
		<title>IDML</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/IDML"/>
				<updated>2026-07-20T14:09:15Z</updated>
		
		<summary type="html">&lt;p&gt;BCaron: Added OutDesign to the list of software.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Document&lt;br /&gt;
|subcat2=Desktop Publishing&lt;br /&gt;
|extensions={{ext|idml}}, {{ext|idms}}, {{ext|icma}}, others&lt;br /&gt;
|mimetypes={{mimetype|application/vnd.adobe.indesign-idml-package}}&lt;br /&gt;
|pronom={{PRONOM|fmt/1184}}&lt;br /&gt;
|released=2008&lt;br /&gt;
}}&lt;br /&gt;
'''IDML''' ('''InDesign Markup Language''') is an [[XML]]-based data format associated with Adobe's [[InDesign]] desktop publishing software. &lt;br /&gt;
&lt;br /&gt;
''IDML'' also refers to the IDML-based '''.IDML''' ('''IDML export''', or '''InDesign Markup''') document format, which uses a [[ZIP]] container. IDML export format is intended to be more portable than the native [[INDD]] format. It is the successor to [[InDesign INX|INX]].&lt;br /&gt;
&lt;br /&gt;
''IDML'' might also refer to the whole family of IDML-based formats, which includes '''.IDMS''' (Snippets), '''.ICMA''' (InCopy assignment), and others.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
.IDML files normally have ASCII &amp;quot;{{magic|mimetypeapplication/vnd.adobe.indesign-idml-package}}&amp;quot; at offset 30.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://wwwimages.adobe.com/content/dam/acom/en/devnet/indesign/sdk/cs6/idml/idml-specification.pdf IDML File Format Specification]&lt;br /&gt;
* [http://wwwimages.adobe.com/content/dam/acom/en/devnet/indesign/sdk/cs6/idml/idml-cookbook.pdf Adobe IDML Cookbook]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://www.adobe.com/products/indesign.html InDesign]&lt;br /&gt;
* [[Scribus]]&lt;br /&gt;
* [https://pypi.python.org/pypi/SimpleIDML SimpleIDML]&lt;br /&gt;
* [https://codeberg.org/outdesign/idml2docbook OutDesign], a project that converts IDML files to DocBook, which can in turn be converted to multiple file formats by [http://johnmacfarlane.net/pandoc/ Pandoc]. Its main use case is book publishing and therefore specifically targets text content, so graphic elements might not be well rendered.&lt;br /&gt;
&lt;br /&gt;
[[Category:Adobe]]&lt;br /&gt;
[[Category:XML based file formats]]&lt;br /&gt;
[[Category:ZIP based file formats]]&lt;/div&gt;</summary>
		<author><name>BCaron</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/SPC_(Audio)</id>
		<title>SPC (Audio)</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/SPC_(Audio)"/>
				<updated>2025-04-15T15:03:56Z</updated>
		
		<summary type="html">&lt;p&gt;BCaron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Audio and Music&lt;br /&gt;
|extensions={{ext|rsn}}, {{ext|spc}}&lt;br /&gt;
}}&lt;br /&gt;
:''This article is about the audio format. For the Atari graphics format, see [[Spectrum 512 formats]]. For the certificate format, see [[PKCS7 certificate]].''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
SPC is an audio file format designed for playback of native audio from the Super Famicom / Super Nintendo Entertainment System. SPC files commonly have the extension '''.spc'''.&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
The format generally consists of four main sections - a file header; a section containing SPC700 register data; an [[ID666]] tag in either text or binary format, containing metadata about the file; and a final section containing RAM and DSP register data. In addition, there may be a fifth section containing [[Extended ID666]] tag data.&lt;br /&gt;
&lt;br /&gt;
There is also a packed / grouped format for SPC files, where groups of files are packed as a solid archive using [[RAR]]. This commonly uses the extension '''.rsn''' (RAR Super Nintendo)&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.superfamicom.org/snes/show/SPC+and+RSN+File+Format SPC and RSN File Format in SNES Development]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://snesmusic.org/v2/players.php SPC Players and Tools]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* {{DexvertSamples|music/spc}}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://snesmusic.org/v2/ SNESMusic.org]&lt;br /&gt;
* [https://www.vgmpf.com/Wiki/index.php?title=SPC Video Game Music Preservation Foundation]&lt;/div&gt;</summary>
		<author><name>BCaron</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/SPC_(Audio)</id>
		<title>SPC (Audio)</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/SPC_(Audio)"/>
				<updated>2025-04-15T15:02:35Z</updated>
		
		<summary type="html">&lt;p&gt;BCaron: Added a link to the Video Game Music Preservation Foundation wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Audio and Music&lt;br /&gt;
|extensions={{ext|rsn}}, {{ext|spc}}&lt;br /&gt;
}}&lt;br /&gt;
:''This article is about the audio format. For the Atari graphics format, see [[Spectrum 512 formats]]. For the certificate format, see [[PKCS7 certificate]].''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
SPC is an audio file format designed for playback of native audio from the Super Famicom / Super Nintendo Entertainment System. SPC files commonly have the extension '''.spc'''.&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
The format generally consists of four main sections - a file header; a section containing SPC700 register data; an [[ID666]] tag in either text or binary format, containing metadata about the file; and a final section containing RAM and DSP register data. In addition, there may be a fifth section containing [[Extended ID666]] tag data.&lt;br /&gt;
&lt;br /&gt;
There is also a packed / grouped format for SPC files, where groups of files are packed as a solid archive using [[RAR]]. This commonly uses the extension '''.rsn''' (RAR Super Nintendo)&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.superfamicom.org/snes/show/SPC+and+RSN+File+Format SPC and RSN File Format in SNES Development]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://snesmusic.org/v2/players.php SPC Players and Tools]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* {{DexvertSamples|music/spc}}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://snesmusic.org/v2/ SNESMusic.org]&lt;br /&gt;
* [https://www.vgmpf.com/Wiki/index.php?title=SPC]&lt;/div&gt;</summary>
		<author><name>BCaron</name></author>	</entry>

	</feed>