From acb9710adbe3597925f79be9c3b1619cf1c55236 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sat, 10 Sep 2005 08:45:43 +0000 Subject: 2005-09-10 Christophe Fergeau * README: added quick description of the library purpose git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1081 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 4 ++++ README | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 004a700..5f03b76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-10 Christophe Fergeau + + * README: added quick description of the library purpose + 2005-09-10 Christophe Fergeau * AUTHORS: diff --git a/README b/README index e69de29..0b3a577 100644 --- a/README +++ b/README @@ -0,0 +1,7 @@ +libgpod is a library meant to abstract access to an iPod content. It provides +an easy to use API to retrieve the list of files and playlist stored on an +iPod, to modify them and to save them back to the iPod. +This code was originally part of gtkpod (gtkpod.sf.net), when the iPod content +parsing code was made to be self-contained with gtkpod 0.93, we chose to put +this code in a separate library so that other project can benefit from it +without duplicating code. -- cgit