mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Clean up source documentation
This patch removes all content that is better viewed online (i.e. downloads, links etc.) and not necessary for development. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
committed by
Erik de Castro Lopo
parent
a68082be0b
commit
943384d7c3
133
doc/html/id.html
133
doc/html/id.html
@@ -1,6 +1,5 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!-- Copyright (c) 2000-2009 Josh Coalson -->
|
||||
<!-- Copyright (c) 2011-2013 Xiph.Org Foundation -->
|
||||
<!-- Copyright (c) 2000-2009 Josh Coalson, 2011-2013 Xiph.Org Foundation -->
|
||||
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||
<!-- or any later version published by the Free Software Foundation; -->
|
||||
@@ -20,7 +19,7 @@
|
||||
<body>
|
||||
|
||||
<div class="logo">
|
||||
<a href="http://flac.sourceforge.net/"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
|
||||
<a href="index.html"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
|
||||
</div>
|
||||
|
||||
<div class="above_nav"></div>
|
||||
@@ -28,18 +27,10 @@
|
||||
<div class="navbar">
|
||||
<a href="index.html">home</a> |
|
||||
<a href="faq.html">faq</a> |
|
||||
<a href="news.html">news</a> |
|
||||
<a href="download.html">download</a> |
|
||||
<a href="documentation.html">documentation</a> |
|
||||
<a href="comparison.html">comparison</a> |
|
||||
<a href="developers.html">developers</a> |
|
||||
<a href="changelog.html">changelog</a> |
|
||||
<a href="links.html">links</a> |
|
||||
<a href="developers.html">developers</a>
|
||||
</div>
|
||||
|
||||
<div class="langbar">
|
||||
english |
|
||||
<a href="ru/id.html">russian</a>
|
||||
<a href="http://xiph.org/flac">more</a>
|
||||
</div>
|
||||
|
||||
<div class="below_nav"></div>
|
||||
@@ -50,45 +41,11 @@
|
||||
</div>
|
||||
<div class="box_header"></div>
|
||||
<div class="box_body">
|
||||
FLAC allows third-party applications to register an ID for use with FLAC <a href="format.html#def_APPLICATION">APPLICATION metadata blocks</a>. Use the following form to request an ID, or to submit a change to an existing ID.<br />
|
||||
FLAC allows third-party applications to register an ID for use with FLAC <a href="format.html#def_APPLICATION">APPLICATION metadata blocks</a>. <a href="http://lists.xiph.org/mailman/listinfo/flac-dev">Contact the FLAC-dev mailinglist</a> to register an ID or to change an existing ID. Your request should at least contain the application ID, application name and a contact e-mail address. An application URL and specification URL should be mentioned too, if applicable.<br />
|
||||
<br />
|
||||
<form name="register" method="get" enctype="text/plain" action="mailto:jcoalson@users.sourceforge.net">
|
||||
<center>
|
||||
<table border="0" width="90%">
|
||||
<tr>
|
||||
<td>* Application ID: <input type="text" name="id" size="8" maxlength="8" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>* Application name: <input type="text" name="name" size="40" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>* Contact e-mail: <input type="text" name="email" size="40" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Application URL: <input type="text" name="appurl" size="40" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Specification URL: <input type="text" name="specurl" size="40" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Comment:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><textarea name="comment" cols="72" rows="5"></textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>(* = mandatory)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<br />
|
||||
The ID request should be 8 hexadecimal digits and not conflict with any existing IDs (see the table below for all currently registered IDs). This 32-bit number will be stored big-endian in the block.<br />
|
||||
<br />
|
||||
Information about your application (but not your e-mail address) will show up on this page in the ID directory. You can also provide a URL to your application and a URL reference to the specification of your application's APPLICATION block.<br />
|
||||
<br />
|
||||
You will be notified via e-mail about your submission.
|
||||
<center><input type="submit" value="Submit request" /></center>
|
||||
</form>
|
||||
The ID request should be 8 hexadecimal digits and not conflict with any existing IDs (see the table below for all currently registered IDs). This 32-bit number will be stored big-endian in the block.<br />
|
||||
<br />
|
||||
Information about your application (but not your e-mail address) will show up on this page in the ID directory. You can also provide a URL to your application and a URL reference to the specification of your application's APPLICATION block.<br />
|
||||
</div>
|
||||
<div class="box_footer"></div>
|
||||
</div>
|
||||
@@ -123,18 +80,26 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>43756573 - "Cues"</tt>
|
||||
<tt>42534F4C - "BSOL"</tt>
|
||||
</td>
|
||||
<td>
|
||||
<a href="http://www.goldwave.com">GoldWave</a> cue points (<a href="http://www.goldwave.com/developer.php">specification</a>)
|
||||
beSolo
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>4D754D4C - "MuML"</tt>
|
||||
<tt>42554753 - "BUGS"</tt>
|
||||
</td>
|
||||
<td>
|
||||
MusicML: Music Metadata Language
|
||||
<a href="http://www.neowizbugs.com/">Bugs Player</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>43756573 - "Cues"</tt>
|
||||
</td>
|
||||
<td>
|
||||
<a href="http://www.goldwave.com">GoldWave</a> cue points (<a href="http://www.goldwave.com/developer.php">specification</a>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -153,6 +118,14 @@
|
||||
<a href="http://flac-tools.sourceforge.net/">flac-tools</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>4D4F5442 - "MOTB"</tt>
|
||||
</td>
|
||||
<td>
|
||||
<a href="http://www.motb.org/">MOTB MetaCzar</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>4D505345 - "MPSE"</tt>
|
||||
@@ -161,6 +134,14 @@
|
||||
<a href="http://www.3delite.hu/MP3SE/index.html">MP3 Stream Editor</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>4D754D4C - "MuML"</tt>
|
||||
</td>
|
||||
<td>
|
||||
MusicML: Music Metadata Language
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>52494646 - "RIFF"</tt>
|
||||
@@ -193,6 +174,22 @@
|
||||
flacsqueeze
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>54745776 - "TtWv"</tt>
|
||||
</td>
|
||||
<td>
|
||||
<a href="http://twistedwave.com/">TwistedWave</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>55495453 - "UITS"</tt>
|
||||
</td>
|
||||
<td>
|
||||
UITS Embedding tools
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>61696666 - "aiff"</tt>
|
||||
@@ -201,6 +198,14 @@
|
||||
FLAC AIFF chunk storage
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>696D6167 - "imag"</tt>
|
||||
</td>
|
||||
<td>
|
||||
<a href="http://www.singingtree.com/software/">flac-image</a> application for storing arbitrary files in APPLICATION metadata blocks
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>7065656D - "peem"</tt>
|
||||
@@ -233,14 +238,6 @@
|
||||
<a href="http://www.tagtuner.com/">TagTuner</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>77363420 - "w64 "</tt>
|
||||
</td>
|
||||
<td>
|
||||
FLAC Wave64 chunk storage
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<tt>78626174 - "xbat"</tt>
|
||||
@@ -279,15 +276,7 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td align="left">
|
||||
Copyright (c) 2000-2009 Josh Coalson
|
||||
<br/>
|
||||
Copyright (c) 2011-2013 Xiph.Org Foundation
|
||||
</td>
|
||||
<td width="1%" align="right">
|
||||
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=13478&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
|
||||
</td>
|
||||
<td width="1%" align="right">
|
||||
<a href="http://www.eff.org/cafe/"><img src="images/cafebug.gif" alt="CAFE Logo" border="0" /></a><br />
|
||||
Copyright (c) 2000-2009 Josh Coalson, 2011-2013 Xiph.Org Foundation
|
||||
</td>
|
||||
<td width="1%" align="right">
|
||||
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" hspace="0" /></a>
|
||||
|
||||
Reference in New Issue
Block a user