summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2010-06-19 23:37:44 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2010-06-20 20:20:15 +0530
commit7dbc61382a2579a34f6dda09a119d896cd9fe093 (patch)
treeba78be4fd56083218b0e325ca07e01772e67a115 /README
parent5dc6021842e6d41fb9f87fcfe225ed8c390b4268 (diff)
downloadgupnp-dlna-7dbc61382a2579a34f6dda09a119d896cd9fe093.tar.gz
Initial commit
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d877eb1
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+GUPnP DLNA
+==========
+
+GUPnP is an object-oriented open source framework for creating UPnP devices and
+control points, written in C using GObject and libsoup. The GUPnP API is
+intended to be easy to use, efficient and flexible.
+
+GUPnP DLNA is a small utility library that aims to ease the DLNA-related tasks
+such as media profile guessing, transcoding to a given profile, etc.
+
+GUPnP DLNA is free software released under the GNU LGPL.