annotate src/flac-1.2.1/doc/html/api/group__flacpp__metadata__level0.html @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 05aa0afa9217
children
rev   line source
Chris@1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Chris@1 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
Chris@1 3 <title>FLAC: FLAC++/metadata.h: metadata level 0 interface</title>
Chris@1 4 <link href="doxygen.css" rel="stylesheet" type="text/css">
Chris@1 5 </head><body>
Chris@1 6 <!-- Generated by Doxygen 1.4.2 -->
Chris@1 7 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
Chris@1 8 <h1>FLAC++/metadata.h: metadata level 0 interface<br>
Chris@1 9 <small>
Chris@1 10 [<a class="el" href="group__flacpp__metadata.html">FLAC++/metadata.h: metadata interfaces</a>]</small>
Chris@1 11 </h1><hr><a name="_details"></a><h2>Detailed Description</h2>
Chris@1 12 Level 0 metadata iterators.
Chris@1 13 <p>
Chris@1 14 See the <a class="el" href="group__flac__metadata__level0.html">C layer equivalent </a> for more.
Chris@1 15 <p>
Chris@1 16 <table border="0" cellpadding="0" cellspacing="0">
Chris@1 17 <tr><td></td></tr>
Chris@1 18 <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
Chris@1 19 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flacpp__metadata__level0.html#ga0">FLAC::Metadata::get_streaminfo</a> (const char *filename, StreamInfo &amp;streaminfo)</td></tr>
Chris@1 20
Chris@1 21 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flacpp__metadata__level0.html#ga1">FLAC::Metadata::get_tags</a> (const char *filename, VorbisComment *&amp;tags)</td></tr>
Chris@1 22
Chris@1 23 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flacpp__metadata__level0.html#ga2">FLAC::Metadata::get_tags</a> (const char *filename, VorbisComment &amp;tags)</td></tr>
Chris@1 24
Chris@1 25 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flacpp__metadata__level0.html#ga3">FLAC::Metadata::get_cuesheet</a> (const char *filename, CueSheet *&amp;cuesheet)</td></tr>
Chris@1 26
Chris@1 27 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flacpp__metadata__level0.html#ga4">FLAC::Metadata::get_cuesheet</a> (const char *filename, CueSheet &amp;cuesheet)</td></tr>
Chris@1 28
Chris@1 29 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flacpp__metadata__level0.html#ga5">FLAC::Metadata::get_picture</a> (const char *filename, Picture *&amp;picture,::<a class="el" href="group__flac__format.html#ga114">FLAC__StreamMetadata_Picture_Type</a> type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors)</td></tr>
Chris@1 30
Chris@1 31 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flacpp__metadata__level0.html#ga6">FLAC::Metadata::get_picture</a> (const char *filename, Picture &amp;picture,::<a class="el" href="group__flac__format.html#ga114">FLAC__StreamMetadata_Picture_Type</a> type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors)</td></tr>
Chris@1 32
Chris@1 33 </table>
Chris@1 34 <hr><h2>Function Documentation</h2>
Chris@1 35 <a class="anchor" name="ga0" doxytag="FLAC::Metadata::get_streaminfo"></a><p>
Chris@1 36 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 37 <tr>
Chris@1 38 <td class="mdRow">
Chris@1 39 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 40 <tr>
Chris@1 41 <td class="md" nowrap valign="top">bool FLAC::Metadata::get_streaminfo </td>
Chris@1 42 <td class="md" valign="top">(&nbsp;</td>
Chris@1 43 <td class="md" nowrap valign="top">const char *&nbsp;</td>
Chris@1 44 <td class="mdname" nowrap> <em>filename</em>, </td>
Chris@1 45 </tr>
Chris@1 46 <tr>
Chris@1 47 <td class="md" nowrap align="right"></td>
Chris@1 48 <td class="md"></td>
Chris@1 49 <td class="md" nowrap>StreamInfo &amp;&nbsp;</td>
Chris@1 50 <td class="mdname" nowrap> <em>streaminfo</em></td>
Chris@1 51 </tr>
Chris@1 52 <tr>
Chris@1 53 <td class="md"></td>
Chris@1 54 <td class="md">)&nbsp;</td>
Chris@1 55 <td class="md" colspan="2"></td>
Chris@1 56 </tr>
Chris@1 57 </table>
Chris@1 58 </td>
Chris@1 59 </tr>
Chris@1 60 </table>
Chris@1 61 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 62 <tr>
Chris@1 63 <td>
Chris@1 64 &nbsp;
Chris@1 65 </td>
Chris@1 66 <td>
Chris@1 67
Chris@1 68 <p>
Chris@1 69 See <a class="el" href="group__flac__metadata__level0.html#ga0">FLAC__metadata_get_streaminfo()</a>.
Chris@1 70 <p>
Chris@1 71 </td>
Chris@1 72 </tr>
Chris@1 73 </table>
Chris@1 74 <a class="anchor" name="ga1" doxytag="FLAC::Metadata::get_tags"></a><p>
Chris@1 75 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 76 <tr>
Chris@1 77 <td class="mdRow">
Chris@1 78 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 79 <tr>
Chris@1 80 <td class="md" nowrap valign="top">bool FLAC::Metadata::get_tags </td>
Chris@1 81 <td class="md" valign="top">(&nbsp;</td>
Chris@1 82 <td class="md" nowrap valign="top">const char *&nbsp;</td>
Chris@1 83 <td class="mdname" nowrap> <em>filename</em>, </td>
Chris@1 84 </tr>
Chris@1 85 <tr>
Chris@1 86 <td class="md" nowrap align="right"></td>
Chris@1 87 <td class="md"></td>
Chris@1 88 <td class="md" nowrap>VorbisComment *&amp;&nbsp;</td>
Chris@1 89 <td class="mdname" nowrap> <em>tags</em></td>
Chris@1 90 </tr>
Chris@1 91 <tr>
Chris@1 92 <td class="md"></td>
Chris@1 93 <td class="md">)&nbsp;</td>
Chris@1 94 <td class="md" colspan="2"></td>
Chris@1 95 </tr>
Chris@1 96 </table>
Chris@1 97 </td>
Chris@1 98 </tr>
Chris@1 99 </table>
Chris@1 100 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 101 <tr>
Chris@1 102 <td>
Chris@1 103 &nbsp;
Chris@1 104 </td>
Chris@1 105 <td>
Chris@1 106
Chris@1 107 <p>
Chris@1 108 See <a class="el" href="group__flac__metadata__level0.html#ga1">FLAC__metadata_get_tags()</a>.
Chris@1 109 <p>
Chris@1 110 </td>
Chris@1 111 </tr>
Chris@1 112 </table>
Chris@1 113 <a class="anchor" name="ga2" doxytag="FLAC::Metadata::get_tags"></a><p>
Chris@1 114 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 115 <tr>
Chris@1 116 <td class="mdRow">
Chris@1 117 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 118 <tr>
Chris@1 119 <td class="md" nowrap valign="top">bool FLAC::Metadata::get_tags </td>
Chris@1 120 <td class="md" valign="top">(&nbsp;</td>
Chris@1 121 <td class="md" nowrap valign="top">const char *&nbsp;</td>
Chris@1 122 <td class="mdname" nowrap> <em>filename</em>, </td>
Chris@1 123 </tr>
Chris@1 124 <tr>
Chris@1 125 <td class="md" nowrap align="right"></td>
Chris@1 126 <td class="md"></td>
Chris@1 127 <td class="md" nowrap>VorbisComment &amp;&nbsp;</td>
Chris@1 128 <td class="mdname" nowrap> <em>tags</em></td>
Chris@1 129 </tr>
Chris@1 130 <tr>
Chris@1 131 <td class="md"></td>
Chris@1 132 <td class="md">)&nbsp;</td>
Chris@1 133 <td class="md" colspan="2"></td>
Chris@1 134 </tr>
Chris@1 135 </table>
Chris@1 136 </td>
Chris@1 137 </tr>
Chris@1 138 </table>
Chris@1 139 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 140 <tr>
Chris@1 141 <td>
Chris@1 142 &nbsp;
Chris@1 143 </td>
Chris@1 144 <td>
Chris@1 145
Chris@1 146 <p>
Chris@1 147 See <a class="el" href="group__flac__metadata__level0.html#ga1">FLAC__metadata_get_tags()</a>.
Chris@1 148 <p>
Chris@1 149 </td>
Chris@1 150 </tr>
Chris@1 151 </table>
Chris@1 152 <a class="anchor" name="ga3" doxytag="FLAC::Metadata::get_cuesheet"></a><p>
Chris@1 153 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 154 <tr>
Chris@1 155 <td class="mdRow">
Chris@1 156 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 157 <tr>
Chris@1 158 <td class="md" nowrap valign="top">bool FLAC::Metadata::get_cuesheet </td>
Chris@1 159 <td class="md" valign="top">(&nbsp;</td>
Chris@1 160 <td class="md" nowrap valign="top">const char *&nbsp;</td>
Chris@1 161 <td class="mdname" nowrap> <em>filename</em>, </td>
Chris@1 162 </tr>
Chris@1 163 <tr>
Chris@1 164 <td class="md" nowrap align="right"></td>
Chris@1 165 <td class="md"></td>
Chris@1 166 <td class="md" nowrap>CueSheet *&amp;&nbsp;</td>
Chris@1 167 <td class="mdname" nowrap> <em>cuesheet</em></td>
Chris@1 168 </tr>
Chris@1 169 <tr>
Chris@1 170 <td class="md"></td>
Chris@1 171 <td class="md">)&nbsp;</td>
Chris@1 172 <td class="md" colspan="2"></td>
Chris@1 173 </tr>
Chris@1 174 </table>
Chris@1 175 </td>
Chris@1 176 </tr>
Chris@1 177 </table>
Chris@1 178 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 179 <tr>
Chris@1 180 <td>
Chris@1 181 &nbsp;
Chris@1 182 </td>
Chris@1 183 <td>
Chris@1 184
Chris@1 185 <p>
Chris@1 186 See <a class="el" href="group__flac__metadata__level0.html#ga2">FLAC__metadata_get_cuesheet()</a>.
Chris@1 187 <p>
Chris@1 188 </td>
Chris@1 189 </tr>
Chris@1 190 </table>
Chris@1 191 <a class="anchor" name="ga4" doxytag="FLAC::Metadata::get_cuesheet"></a><p>
Chris@1 192 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 193 <tr>
Chris@1 194 <td class="mdRow">
Chris@1 195 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 196 <tr>
Chris@1 197 <td class="md" nowrap valign="top">bool FLAC::Metadata::get_cuesheet </td>
Chris@1 198 <td class="md" valign="top">(&nbsp;</td>
Chris@1 199 <td class="md" nowrap valign="top">const char *&nbsp;</td>
Chris@1 200 <td class="mdname" nowrap> <em>filename</em>, </td>
Chris@1 201 </tr>
Chris@1 202 <tr>
Chris@1 203 <td class="md" nowrap align="right"></td>
Chris@1 204 <td class="md"></td>
Chris@1 205 <td class="md" nowrap>CueSheet &amp;&nbsp;</td>
Chris@1 206 <td class="mdname" nowrap> <em>cuesheet</em></td>
Chris@1 207 </tr>
Chris@1 208 <tr>
Chris@1 209 <td class="md"></td>
Chris@1 210 <td class="md">)&nbsp;</td>
Chris@1 211 <td class="md" colspan="2"></td>
Chris@1 212 </tr>
Chris@1 213 </table>
Chris@1 214 </td>
Chris@1 215 </tr>
Chris@1 216 </table>
Chris@1 217 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 218 <tr>
Chris@1 219 <td>
Chris@1 220 &nbsp;
Chris@1 221 </td>
Chris@1 222 <td>
Chris@1 223
Chris@1 224 <p>
Chris@1 225 See <a class="el" href="group__flac__metadata__level0.html#ga2">FLAC__metadata_get_cuesheet()</a>.
Chris@1 226 <p>
Chris@1 227 </td>
Chris@1 228 </tr>
Chris@1 229 </table>
Chris@1 230 <a class="anchor" name="ga5" doxytag="FLAC::Metadata::get_picture"></a><p>
Chris@1 231 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 232 <tr>
Chris@1 233 <td class="mdRow">
Chris@1 234 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 235 <tr>
Chris@1 236 <td class="md" nowrap valign="top">bool FLAC::Metadata::get_picture </td>
Chris@1 237 <td class="md" valign="top">(&nbsp;</td>
Chris@1 238 <td class="md" nowrap valign="top">const char *&nbsp;</td>
Chris@1 239 <td class="mdname" nowrap> <em>filename</em>, </td>
Chris@1 240 </tr>
Chris@1 241 <tr>
Chris@1 242 <td class="md" nowrap align="right"></td>
Chris@1 243 <td class="md"></td>
Chris@1 244 <td class="md" nowrap>Picture *&amp;&nbsp;</td>
Chris@1 245 <td class="mdname" nowrap> <em>picture</em>, </td>
Chris@1 246 </tr>
Chris@1 247 <tr>
Chris@1 248 <td class="md" nowrap align="right"></td>
Chris@1 249 <td class="md"></td>
Chris@1 250 <td class="md" nowrap>::<a class="el" href="group__flac__format.html#ga114">FLAC__StreamMetadata_Picture_Type</a>&nbsp;</td>
Chris@1 251 <td class="mdname" nowrap> <em>type</em>, </td>
Chris@1 252 </tr>
Chris@1 253 <tr>
Chris@1 254 <td class="md" nowrap align="right"></td>
Chris@1 255 <td class="md"></td>
Chris@1 256 <td class="md" nowrap>const char *&nbsp;</td>
Chris@1 257 <td class="mdname" nowrap> <em>mime_type</em>, </td>
Chris@1 258 </tr>
Chris@1 259 <tr>
Chris@1 260 <td class="md" nowrap align="right"></td>
Chris@1 261 <td class="md"></td>
Chris@1 262 <td class="md" nowrap>const FLAC__byte *&nbsp;</td>
Chris@1 263 <td class="mdname" nowrap> <em>description</em>, </td>
Chris@1 264 </tr>
Chris@1 265 <tr>
Chris@1 266 <td class="md" nowrap align="right"></td>
Chris@1 267 <td class="md"></td>
Chris@1 268 <td class="md" nowrap>unsigned&nbsp;</td>
Chris@1 269 <td class="mdname" nowrap> <em>max_width</em>, </td>
Chris@1 270 </tr>
Chris@1 271 <tr>
Chris@1 272 <td class="md" nowrap align="right"></td>
Chris@1 273 <td class="md"></td>
Chris@1 274 <td class="md" nowrap>unsigned&nbsp;</td>
Chris@1 275 <td class="mdname" nowrap> <em>max_height</em>, </td>
Chris@1 276 </tr>
Chris@1 277 <tr>
Chris@1 278 <td class="md" nowrap align="right"></td>
Chris@1 279 <td class="md"></td>
Chris@1 280 <td class="md" nowrap>unsigned&nbsp;</td>
Chris@1 281 <td class="mdname" nowrap> <em>max_depth</em>, </td>
Chris@1 282 </tr>
Chris@1 283 <tr>
Chris@1 284 <td class="md" nowrap align="right"></td>
Chris@1 285 <td class="md"></td>
Chris@1 286 <td class="md" nowrap>unsigned&nbsp;</td>
Chris@1 287 <td class="mdname" nowrap> <em>max_colors</em></td>
Chris@1 288 </tr>
Chris@1 289 <tr>
Chris@1 290 <td class="md"></td>
Chris@1 291 <td class="md">)&nbsp;</td>
Chris@1 292 <td class="md" colspan="2"></td>
Chris@1 293 </tr>
Chris@1 294 </table>
Chris@1 295 </td>
Chris@1 296 </tr>
Chris@1 297 </table>
Chris@1 298 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 299 <tr>
Chris@1 300 <td>
Chris@1 301 &nbsp;
Chris@1 302 </td>
Chris@1 303 <td>
Chris@1 304
Chris@1 305 <p>
Chris@1 306 See <a class="el" href="group__flac__metadata__level0.html#ga3">FLAC__metadata_get_picture()</a>.
Chris@1 307 <p>
Chris@1 308 </td>
Chris@1 309 </tr>
Chris@1 310 </table>
Chris@1 311 <a class="anchor" name="ga6" doxytag="FLAC::Metadata::get_picture"></a><p>
Chris@1 312 <table class="mdTable" cellpadding="2" cellspacing="0">
Chris@1 313 <tr>
Chris@1 314 <td class="mdRow">
Chris@1 315 <table cellpadding="0" cellspacing="0" border="0">
Chris@1 316 <tr>
Chris@1 317 <td class="md" nowrap valign="top">bool FLAC::Metadata::get_picture </td>
Chris@1 318 <td class="md" valign="top">(&nbsp;</td>
Chris@1 319 <td class="md" nowrap valign="top">const char *&nbsp;</td>
Chris@1 320 <td class="mdname" nowrap> <em>filename</em>, </td>
Chris@1 321 </tr>
Chris@1 322 <tr>
Chris@1 323 <td class="md" nowrap align="right"></td>
Chris@1 324 <td class="md"></td>
Chris@1 325 <td class="md" nowrap>Picture &amp;&nbsp;</td>
Chris@1 326 <td class="mdname" nowrap> <em>picture</em>, </td>
Chris@1 327 </tr>
Chris@1 328 <tr>
Chris@1 329 <td class="md" nowrap align="right"></td>
Chris@1 330 <td class="md"></td>
Chris@1 331 <td class="md" nowrap>::<a class="el" href="group__flac__format.html#ga114">FLAC__StreamMetadata_Picture_Type</a>&nbsp;</td>
Chris@1 332 <td class="mdname" nowrap> <em>type</em>, </td>
Chris@1 333 </tr>
Chris@1 334 <tr>
Chris@1 335 <td class="md" nowrap align="right"></td>
Chris@1 336 <td class="md"></td>
Chris@1 337 <td class="md" nowrap>const char *&nbsp;</td>
Chris@1 338 <td class="mdname" nowrap> <em>mime_type</em>, </td>
Chris@1 339 </tr>
Chris@1 340 <tr>
Chris@1 341 <td class="md" nowrap align="right"></td>
Chris@1 342 <td class="md"></td>
Chris@1 343 <td class="md" nowrap>const FLAC__byte *&nbsp;</td>
Chris@1 344 <td class="mdname" nowrap> <em>description</em>, </td>
Chris@1 345 </tr>
Chris@1 346 <tr>
Chris@1 347 <td class="md" nowrap align="right"></td>
Chris@1 348 <td class="md"></td>
Chris@1 349 <td class="md" nowrap>unsigned&nbsp;</td>
Chris@1 350 <td class="mdname" nowrap> <em>max_width</em>, </td>
Chris@1 351 </tr>
Chris@1 352 <tr>
Chris@1 353 <td class="md" nowrap align="right"></td>
Chris@1 354 <td class="md"></td>
Chris@1 355 <td class="md" nowrap>unsigned&nbsp;</td>
Chris@1 356 <td class="mdname" nowrap> <em>max_height</em>, </td>
Chris@1 357 </tr>
Chris@1 358 <tr>
Chris@1 359 <td class="md" nowrap align="right"></td>
Chris@1 360 <td class="md"></td>
Chris@1 361 <td class="md" nowrap>unsigned&nbsp;</td>
Chris@1 362 <td class="mdname" nowrap> <em>max_depth</em>, </td>
Chris@1 363 </tr>
Chris@1 364 <tr>
Chris@1 365 <td class="md" nowrap align="right"></td>
Chris@1 366 <td class="md"></td>
Chris@1 367 <td class="md" nowrap>unsigned&nbsp;</td>
Chris@1 368 <td class="mdname" nowrap> <em>max_colors</em></td>
Chris@1 369 </tr>
Chris@1 370 <tr>
Chris@1 371 <td class="md"></td>
Chris@1 372 <td class="md">)&nbsp;</td>
Chris@1 373 <td class="md" colspan="2"></td>
Chris@1 374 </tr>
Chris@1 375 </table>
Chris@1 376 </td>
Chris@1 377 </tr>
Chris@1 378 </table>
Chris@1 379 <table cellspacing="5" cellpadding="0" border="0">
Chris@1 380 <tr>
Chris@1 381 <td>
Chris@1 382 &nbsp;
Chris@1 383 </td>
Chris@1 384 <td>
Chris@1 385
Chris@1 386 <p>
Chris@1 387 See <a class="el" href="group__flac__metadata__level0.html#ga3">FLAC__metadata_get_picture()</a>.
Chris@1 388 <p>
Chris@1 389 </td>
Chris@1 390 </tr>
Chris@1 391 </table>
Chris@1 392
Chris@1 393 <hr size="1">
Chris@1 394 <div class="copyright">
Chris@1 395 <!-- @@@ oh so hacky -->
Chris@1 396 <table>
Chris@1 397 <tr>
Chris@1 398 <td align="left">
Chris@1 399 Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
Chris@1 400 </td>
Chris@1 401 <td width="1%" align="right">
Chris@1 402 <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>
Chris@1 403 </td>
Chris@1 404 </tr>
Chris@1 405 </table>
Chris@1 406 </div>
Chris@1 407 <!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson -->
Chris@1 408 <!-- Permission is granted to copy, distribute and/or modify this document -->
Chris@1 409 <!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
Chris@1 410 <!-- or any later version published by the Free Software Foundation; -->
Chris@1 411 <!-- with no invariant sections. -->
Chris@1 412 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
Chris@1 413 </body>
Chris@1 414 </html>