⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html.in

📁 本人收集整理的一份c/c++跨平台网络库
💻 IN
📖 第 1 页 / 共 2 页
字号:
<!-- $Id: index.html.in,v 1.10 2000/10/15 16:37:54 eldamitri Exp $ -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>id3lib - The ID3v1/ID3v2 Tagging Library</title>

    <style type="text/css">
      <!--
      body {text-align: center}
      td.h1 {font: 43px Arial, Helvetica} 
      td.h2 {font: 27px Arial, Helvetica}
      td.h3 {font: 17px Arial, Helvetica}
      div.h5 {font: 14px Arial, Helvetica} 
      td {font: 14px Arial, Helvetica} 
      a {color: #DD6600; text-decoration: none} 
      b {font-weight: bold}
      -->
   </style>
    
    <meta name="description" content="id3lib - The ID3v1/ID3v2 Tagging Library">
    
  </head>
  
  <body vlink="#551a8b" alink="#ff0000" link="#0000ee" text="#000000" bgcolor="#ffffff">
    <br>

    <table border=0 width="90%">
      <tr align="center">
        <td class=h5 align="center" width="16%">
          <a href="http://sourceforge.net/news/?group_id=979">News</a>
        </td>
        <td class=h5 align="center" width="17%">
          <a href="http://sourceforge.net/project/filelist.php?group_id=979">Download</a>
        </td>
        <td class=h5 align="center" width="16%">
          <a
            href="http://lists.sourceforge.net/mailman/listinfo/id3lib-devel">Mailing list</a>
        </td>
        <td class=h5 align="center" width="16%">
          <a href="http://sourceforge.net/bugs/?group_id=979">Bugs</a>
        </td>
        <td class=h5 align="center" width="17%">
          <a href="http://sourceforge.net/patch/?group_id=979">Patches</a>
        </td>
        <td class=h5 align="center" width="16%">
          <a href="http://sourceforge.net/cvs/?group_id=979">CVS</a>
        </td>
      </tr>
      <tr>
        <td bgcolor="#FF7700" colspan=6><img src="fillpx.gif" width=1 height=1 alt="----------------------------------------------------------------------"></td>
      </tr>
    </table>
    
    <br>
    
    <img src="id3v2.gif" alt="[ID3v2 logo]">
    <table border=0>
      <tr align="center"><td class=h1>&nbsp;<a href="http://sourceforge.net/project/?group_id=979">@PACKAGE@</a>&nbsp;</td></tr>
      <tr align="center">
        <td bgcolor="#FF7700"><img src="fillpx.gif" width=1 height=1 alt="------"></td>
      </tr>
      
    </table>
    <table border=0>
      <tr align="center">
        <td class=h3>Latest Release:
          <a href="http://sourceforge.net/project/filelist.php?group_id=979">@VERSION@</a>
        </td>
      </tr>
    </table>
    
    <br>
    
    <table border=0 width="90%">
      <tr align="left"><td class=h2>Overview</td></tr>
    </table>
    <table border=0 width="80%">
      <tr>
        <td>
          
          id3lib is an <a href="http://www.opensource.org">open-source</a>,
          cross-platform software development library for reading, writing,
          and manipulating <a href="http://www.id3.org/id3v1.html">ID3v1</a>
          and <a href="http://www.id3.org">ID3v2</a> tags.  It
          is an on-going project whose primary goals are full compliance with
          the <a href="http://www.id3.org">ID3v2</a> standard, portability
          across several platforms, and providing a powerful and feature-rich
          API with a highly stable and efficient implementation.
          
        </td>
      </tr>
    </table>
    
    <br>
    
    <table border=0 width="90%">
      <tr><td class=h2>Features</td></tr>
    </table>
    <table border=0 width="80%">
      <tr><td>
          
          <dl>
            <dt><b>Powerful</b></dt>
            <dd>
              
              id3lib automatically handles most of the low-level details
              involved with manipulating <a
              href="http://www.id3.org/id3v1.html">ID3v1</a> and <a
                href="http://www.id3.org">ID3v2</a> tags in digital audio
                files.  It provides support for several tasks associated with
              manipulating such tags, such as conversion between tagging
              formats, identifying valid tags, converting
              sizes, synchronisation, compression, and padding.
              
            </dd>
            
            <dt><b>Standards-compliant</b></dt>
            <dd>
              
              While many digital audio libraries and applications provide
              minimal support
              for basic <a href="http://www.id3.org/id3v1.html">ID3v1</a>
              tagging, few provide the same level of support for the up-and-coming
              <a href="http://www.id3.org">ID3v2</a> standard like id3lib.
              The developers of id3lib work closely with the <a
                href="http://www.id3.org">ID3v2</a> specification and go to
              great effort to ensure the library correctly handles all its
              nuances.  By using id3lib for both your <a
              href="http://www.id3.org/id3v1.html">ID3v1</a> and <a
                href="http://www.id3.org">ID3v2</a> tagging needs, you can be
              assured that your application produces tags that comply with
              the standard now and in the future.
              
            </dd>
            
            <dt><b>Cross-platform</b></dt>
            <dd>
              
              A primary goal for id3lib is cross-platform compatibility.  The
              library is developed primarily on the <a
                href="http://www.gnu.org">GNU</a>/<a
                href="http://www.linux.org">Linux</a> operating system but has
              been compiled and tested on other Unix-like OS's as well as
              Windows NT. 
            </dd>
            
            <dt><b>Multi-language</b></dt>
            <dd>

              id3lib aspires to provide interfaces for multiple programming
              languages, and currently fully supports both C and C++.  A COM
              wrapper (id3com) is also supplied allowing VB, VBA, VBScript and
              other COM-enabled languages to use the library.

            </dd>
          </dl>
          
        </td>
      </tr>
    </table>
    
    <br>
    
    <a name="news"></a>
    <table border=0 width="90%"><tr><td class=h2>Development</td></tr></table>
    <table border=0 width="80%">
      <tr>
        <td>
          
          All development is centered around the the <a
            href="http://sourceforge.net/project/?group_id=979">id3lib project
            page</a> hosted by <a
            href="http://www.sourceforge.net">SourceForge</a>.  Please go there
          to <a href="http://sourceforge.net/news/?group_id=979">find out the
            latest news</a>, <a
            href="http://sourceforge.net/project/filelist.php?group_id=979">download
            the current release</a>, <a
            href="http://lists.sourceforge.net/mailman/listinfo/id3lib-devel">join
            the mailing list</a>, <a
            href="http://sourceforge.net/bugs/?group_id=979">file a bug
            report</a>, <a
            href="http://sourceforge.net/patch/?group_id=979">submit a patch</a>,
          <a href="http://sourceforge.net/cvs/?group_id=979">browse the CVS
            repository</a>, or just <a
            href="http://sourceforge.net/project/?group_id=979">look around</a>.
          
        </td>
      </tr>
    </table>
    
    <br>

    <table border=0 width="90%">
      <tr><td class=h2>Licensing</td></tr>
    </table>
    <table border=0 width="80%">
      <tr><td>
          
          The id3lib library is <a
            href="http://www.opensource.org">open-source</a> software, licensed
          under the <a href="http://www.gnu.org/copyleft/lesser.html">GNU
            Library General Public License (LGPL)</a>.  In short, this allows
          any application to link to and use the library without affecting
          their license, while guaranteeing that the id3lib library itself
          (and any modifications to it) will remain freely available in
          source code form.  The project developers therefore greatly
          encourage input from everyone, be it with feature suggestions, code
          patches, bug reports, or anything.  The best way to contribute to
          this effort is to <a
            href="http://lists.sourceforge.net/mailman/listinfo/id3lib-devel">subscribe
            to the mailing list</a> and join in on the discussions!
          
          <br><br>
          
          Versions of ID3Lib prior to and including version 3.05a were
          released to the public domain.  The last such release is still <a
            href="http://download.sourceforge.net/id3lib/id3lib305.zip">available
            for download</a>.  These versions are therefore completely free of
          any licence restrictions, but are no longer maintained.
          
        </td>
      </tr>
    </table>
    
    <br>
    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -