summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-09-10 08:45:43 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-09-10 08:45:43 +0000
commite6f20fe55bd4bdb76ef4a367a8aa673de6ef3d6b (patch)
treeac219bfc7e1284e36886e85d923c3fa6a54d9757 /README
parent27d9c7274b01f958315a9157a30f07359872d1aa (diff)
downloadlibgpod-tmz-e6f20fe55bd4bdb76ef4a367a8aa673de6ef3d6b.tar.gz
libgpod-tmz-e6f20fe55bd4bdb76ef4a367a8aa673de6ef3d6b.tar.xz
libgpod-tmz-e6f20fe55bd4bdb76ef4a367a8aa673de6ef3d6b.zip
2005-09-10 Christophe Fergeau <teuf@gnome.org>
* 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
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
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.