revamp html to be xhtml 1.0 compliant, also use css
[platform/upstream/flac.git] / doc / html / developers.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <!-- Copyright (c)  2000,2001,2002,2003,2004,2005  Josh Coalson -->
3 <!-- Permission is granted to copy, distribute and/or modify this document -->
4 <!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
5 <!-- or any later version published by the Free Software Foundation; -->
6 <!-- with no invariant sections. -->
7 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
8 <html>
9 <head>
10         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
11         <meta name="author" content="Josh Coalson" />
12         <meta name="description" content="A free, open source codec for lossless audio compression and decompression" />
13         <meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" />
14         <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
15         <link rel="stylesheet" type="text/css" href="flac.css" />
16         <title>FLAC - developers</title>
17 </head>
18
19 <body>
20
21 <div class="logo">
22         <a href="http://flac.sourceforge.net/"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
23 </div>
24
25 <div class="above_nav"></div>
26
27 <div class="separator2"></div>
28
29 <div class="navbar">
30         &nbsp;<a href="index.html">home</a>&nbsp;&nbsp;|
31         &nbsp;<a href="faq.html">faq</a>&nbsp;&nbsp;|
32         &nbsp;<a href="news.html">news</a>&nbsp;&nbsp;|
33         &nbsp;<a href="download.html">download</a>&nbsp;&nbsp;|
34         &nbsp;<a href="features.html">features</a>&nbsp;&nbsp;|
35         &nbsp;<a href="goals.html">goals</a>&nbsp;&nbsp;|
36         &nbsp;<a href="format.html">format</a>&nbsp;&nbsp;|
37         &nbsp;<a href="id.html">id</a>&nbsp;&nbsp;|
38         &nbsp;<a href="comparison.html">comparison</a>&nbsp;&nbsp;|
39         &nbsp;<a href="documentation.html">documentation</a>&nbsp;&nbsp;|
40         &nbsp;<a href="changelog.html">changelog</a>&nbsp;&nbsp;|
41         &nbsp;<a href="links.html">links</a>&nbsp;&nbsp;|
42         &nbsp;developers&nbsp;
43 </div>
44
45 <div class="separator2"></div>
46
47 <div class="langbar">
48         &nbsp;english&nbsp;&nbsp;|
49         &nbsp;<a href="ru/developers.html">russian</a>&nbsp;
50 </div>
51
52 <div class="separator2"></div>
53
54 <div class="below_nav"></div>
55
56 <div class="box">
57         <div class="box_title">
58                 FLAC developers
59         </div>
60         <div class="box_header"></div>
61         <div class="box_body">
62                 FLAC is an open source project and we are happy to enlist the help of anyone who wants to contribute.  The preferred method for transmitting improvements is patch files (in "diff -c" format) sent to the <a href="http://sourceforge.net/mail/?group_id=13478">developer mailing list</a>, but zipped up sources are OK.  Make sure to read the <a href="goals.html">FLAC goals</a> first; there are some thing the we <b>don't</b> want added to FLAC, like copy protection and lossy compression.
63                 <br /><br />
64                 High priority items are:
65                 <ul>
66                         <li>
67                                 Support in the plugins for using the CUESHEET metadata block.  The plugin should be able to see a CUESHEET in a FLAC file and present the individual tracks in the player, and fetch metadata from CDDB or CDindex by computing the hash from the CUESHEET and looking up either in a local database or over the net.
68                         </li>
69                 </ul>
70                 Some other "nice-to-haves":
71                 <ul>
72                         <li>
73                                 FLAC module for <a href="http://www.68k.org/~michael/audiofile/">Audiofile</a>.
74                         </li>
75                         <li>
76                                 <a href="http://java.sun.com/products/java-media/jmf/">JMF</a> plugin.
77                         </li>
78                         <li>
79                                 Streaming support in the Winamp plugin.
80                         </li>
81                 </ul>
82                 See also the <a href="http://sourceforge.net/projects/flac">FLAC project page</a> on Sourceforge.net.
83         </div>
84         <div class="box_footer"></div>
85 </div>
86
87 <br />
88
89 <div class="box">
90         <div class="box_title">
91                 third-party developers
92         </div>
93         <div class="box_header"></div>
94         <div class="box_body">
95                 FLAC is open to third-party developers who want to add support for FLAC into their programs.  All the necessary functionality is contained the lib*FLAC libraries which are licensed under Xiph.org's BSD license.  The relevant documentation here is:
96                 <ul>
97                         <li>The <a href="license.html">license page</a>.</li>
98                         <li>The <a href="api/index.html">API documentation</a>.</li>
99                         <li>The <a href="format.html">formal description</a> of the FLAC format.</li>
100                         <li>The <a href="ogg_mapping.html">Ogg FLAC mapping</a> document.</li>
101                         <li>The <a href="id.html">ID registration page</a> for registering an ID if you need to write custom metadata.</li>
102                 </ul>
103                 There also are several examples in the FLAC code base of API usage that may also be helpful.  Visit the <a href="download.html">download page</a> for instructions on how to get the source.
104         </div>
105         <div class="box_footer"></div>
106 </div>
107
108
109 <div class="copyright">
110         Copyright (c) 2000,2001,2002,2003,2004,2005  Josh Coalson
111 </div>
112
113 </body>
114 </html>