From: Josh Coalson Date: Wed, 3 Jul 2002 19:46:57 +0000 (+0000) Subject: minor verbiage X-Git-Tag: 1.2.0~1785 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7be44091de85bd89e462f6570b25bce90ccbced7;p=platform%2Fupstream%2Fflac.git minor verbiage --- diff --git a/doc/documentation.html b/doc/documentation.html index 9fe94cc..7c7ff79 100644 --- a/doc/documentation.html +++ b/doc/documentation.html @@ -839,7 +839,7 @@ libFLAC usually only requires the standard C library and C math library. In particular, threading is not used so there is no dependency on a thread library. However, libFLAC does not use global variables and should be thread-safe.

- The libFLAC interface is described in the public header files in the include/FLAC directory. The public headers and the compiled library are all that is needed to compile and link against the library. Note that none of the code in src/libFLAC/, including the private header files in src/libFLAC/include/ is required. + The libFLAC interface is described in the public header files in the include/FLAC/ directory. The public headers and the compiled library are all that is needed to compile and link against the library. Note that none of the code in src/libFLAC/, including the private header files in src/libFLAC/include/ is required.

Aside from encoders and decoders, libFLAC provides a powerful metadata interface for manipulating metadata in FLAC files. It allows the user to add, delete, and modify FLAC metadata blocks and it can automatically take advantage of PADDING blocks to avoid rewriting the entire FLAC file when changing the size of the metadata. The documentation for the metadata interface is currently being rewritten but there are extensive usage comments in the header file include/FLAC/metadata.h. @@ -1029,7 +1029,7 @@ diff --git a/doc/download.html b/doc/download.html index b1eaa6d..e8c17e4 100644 --- a/doc/download.html +++ b/doc/download.html @@ -77,7 +77,7 @@

- Bug tracking is done on the Sourceforge project page here. If you submit a bug, please provide an email contact and/or use the Monitor feature. + Bug tracking is done on the Sourceforge project page here. If you submit a bug, make sure and provide an email contact or use the Monitor feature.

The following are major known bugs in the current release: @@ -1076,7 +1076,7 @@

- Other front-ends may be wedged in the same way; if you have one in mind, post it to the flac-dev mailing list. + Other front-ends may be wedged in the same way; if you have one in mind, post it to the flac-dev mailing list.

- Currently all releases are made through SourceForge and can be found here. For each version there is a source release and binary releases for Linux, Windows, and Darwin (includes OS X). + Currently all releases are made through SourceForge and can be found here. For each version there is a source release and binary releases for Linux, Windows, Solaris, and Darwin (includes OS X).

Debian packages can be found here. diff --git a/doc/features.html b/doc/features.html index 8ca9c48..ce451f1 100644 --- a/doc/features.html +++ b/doc/features.html @@ -85,11 +85,12 @@

  • libFLAC, a library of reference encoders and decoders, and a metadata interface
  • libFLAC++, an object wrapper around libFLAC
  • flac, a command-line wrapper around libFLAC to encode and decode .flac files
  • +
  • metaflac, a command-line metadata editor for .flac files
  • input plugins for various music players (Winamp, XMMS, and more in the works)
  • - "Free" means that the specification of the stream format is in the public domain (the FLAC project reserves the right to set the FLAC specification and certify compliance), and that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any patent. It also means that the sources for libFLAC and libFLAC++ are available under the LGPL and the sources for flac and the plugins are available under the GPL. + "Free" means that the specification of the stream format is in the public domain (the FLAC project reserves the right to set the FLAC specification and certify compliance), and that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any patent. It also means that the sources for libFLAC and libFLAC++ are available under the LGPL and the sources for flac, metaflac, and the plugins are available under the GPL.

    FLAC compiles on many platforms: most Unixes (Linux, *BSD, Solaris, OS X), Windows, BeOS, and OS/2. There are build systems for autoconf/automake, MSVC, Watcom C, and Project Builder. diff --git a/doc/index.html b/doc/index.html index 6a4ae89..7c68fdf 100644 --- a/doc/index.html +++ b/doc/index.html @@ -110,11 +110,12 @@

  • libFLAC, a library of reference encoders and decoders, and a metadata interface
  • libFLAC++, an object wrapper around libFLAC
  • flac, a command-line wrapper around libFLAC to encode and decode .flac files
  • +
  • metaflac, a command-line metadata editor for .flac files
  • input plugins for various music players (Winamp, XMMS, and more in the works)
  • - "Free" means that the specification of the stream format is in the public domain (the FLAC project reserves the right to set the FLAC specification and certify compliance), and that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any patent. It also means that the sources for libFLAC and libFLAC++ are available under the LGPL and the sources for flac and the plugins are available under the GPL. + "Free" means that the specification of the stream format is in the public domain (the FLAC project reserves the right to set the FLAC specification and certify compliance), and that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any patent. It also means that the sources for libFLAC and libFLAC++ are available under the LGPL and the sources for flac, metaflac, and the plugins are available under the GPL.

    FLAC compiles on many platforms: most Unixes (Linux, *BSD, Solaris, OS X), Windows, BeOS, and OS/2. There are build systems for autoconf/automake, MSVC, Watcom C, and Project Builder. @@ -166,7 +167,7 @@ diff --git a/doc/news.html b/doc/news.html index f4762fb..62eb733 100644 --- a/doc/news.html +++ b/doc/news.html @@ -83,7 +83,7 @@

    • - FLAC 1.0.3 released  Although by number only a 0.0.1 increment, this release is significant. Remember, micro-revisions mean the FLAC format remains both forward and backward compatible, however, the libFLAC API has changed for the better. + FLAC 1.0.3 released  Although by version number only a 0.0.1 increment, this release is significant. Remember, micro-revisions mean the FLAC format remains both forward and backward compatible, however, the libFLAC API has changed for the better.

      New features:

    - The documentation is available online as well as in the distributions. The general installation and usage documentation for flac and the plugins is here. For a detailed description of the FLAC format and reference encoder see the FLAC format page. + The documentation is available online as well as in the distributions. The general installation and usage documentation for flac and the plugins is here. For a detailed description of the FLAC format and reference encoder see the FLAC format page.