From d823a44503eaac6665ae77ec2d788ce6b5ef9722 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Mon, 22 Dec 2008 01:35:25 +0000 Subject: [PATCH] Some additional information about the status of the taglib project in the introduction git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271735 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ktaglib/book.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/ktaglib/book.xml b/reference/ktaglib/book.xml index 9f14238991..39d9aa3ce0 100644 --- a/reference/ktaglib/book.xml +++ b/reference/ktaglib/book.xml @@ -1,5 +1,5 @@ - + @@ -8,8 +8,9 @@ &reftitle.intro; - The module enables you to read and write ID3v1, ID3v2 and Ogg tags. - It is build using the taglib extension from the KDE project. + KTaglib is an object oriented binding to the taglib library from the KDE project used in projects like Amarok to read and write ID3 and Ogg tags. + The library also provides access to audio information. The bindings are designed usually follow the underlying C++ API, but were changed whenever + there is a more PHP-like way.