Properly close HTML comments
[platform/upstream/flac.git] / doc / html / documentation_example_code.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-2009  Josh Coalson -->
3 <!-- Copyright (c) 2011-2013  Xiph.Org Foundation -->
4 <!-- Permission is granted to copy, distribute and/or modify this document -->
5 <!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
6 <!-- or any later version published by the Free Software Foundation; -->
7 <!-- with no invariant sections. -->
8 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
9 <html>
10 <head>
11         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
12         <meta name="author" content="Josh Coalson" />
13         <meta name="description" content="A free, open source codec for lossless audio compression and decompression" />
14         <meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" />
15         <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
16         <link rel="stylesheet" type="text/css" href="flac.css" />
17         <title>FLAC - developers</title>
18 </head>
19
20 <body>
21
22 <div class="logo">
23         <a href="http://flac.sourceforge.net/"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
24 </div>
25
26 <div class="above_nav"></div>
27
28 <div class="navbar">
29         &nbsp;<a href="index.html">home</a>&nbsp;&nbsp;|
30         &nbsp;<a href="faq.html">faq</a>&nbsp;&nbsp;|
31         &nbsp;<a href="news.html">news</a>&nbsp;&nbsp;|
32         &nbsp;<a href="download.html">download</a>&nbsp;&nbsp;|
33         &nbsp;<a href="documentation.html">documentation</a>&nbsp;&nbsp;|
34         &nbsp;<a href="comparison.html">comparison</a>&nbsp;&nbsp;|
35         &nbsp;<a href="changelog.html">changelog</a>&nbsp;&nbsp;|
36         &nbsp;<a href="links.html">links</a>&nbsp;&nbsp;|
37         &nbsp;<a href="developers.html">developers</a>&nbsp;
38 </div>
39
40 <div class="langbar">
41         &nbsp;english&nbsp;&nbsp;|
42         &nbsp;<a href="ru/documentation.html">russian</a>&nbsp;
43 </div>
44
45 <div class="below_nav"></div>
46
47 <div class="box">
48         <div class="box_title">
49                 example code
50         </div>
51         <div class="box_header"></div>
52         <div class="box_body">
53                 The FLAC source code has several small example programs that demonstrate how to use the libraries.  The source is available on the <a href="download.html">download page</a>, or can be <a href="http://sourceforge.net/cvs/?group_id=13478">checked out from CVS</a> or <a href="http://flac.cvs.sourceforge.net/flac/flac/examples/">browsed online</a>.  The examples complement the <a href="api/index.html">API documentation</a>.<br />
54                 <br />
55                 Currently the examples show how to encode WAV files to FLAC and vice-versa using both libFLAC and libFLAC++.  Over time we'll be adding more examples.
56         </div>
57         <div class="box_footer"></div>
58 </div>
59
60
61 <div class="copyright">
62         <!-- @@@ oh so hacky -->
63         <table>
64                 <tr>
65                         <td align="left">
66                                 Copyright (c) 2000-2009  Josh Coalson
67                                 <br/>
68                                 Copyright (c) 2011-2013  Xiph.Org Foundation
69                         </td>
70                         <td width="1%" align="right">
71                                 <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=13478&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
72                         </td>
73                         <td width="1%" align="right">
74                                 <a href="http://www.eff.org/cafe/"><img src="images/cafebug.gif" alt="CAFE Logo" border="0" /></a><br />
75                         </td>
76                         <td width="1%" align="right">
77                                 <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>
78                         </td>
79                 </tr>
80         </table>
81 </div>
82
83 </body>
84 </html>