summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>2008-07-03 21:52:25 +0000
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>2008-07-03 21:52:25 +0000
commit30af6f365fe5b575b9f2ea696167e30b37be88c1 (patch)
tree98ca725aada908e58e073e7f8e120a2884be5a98 /README
parent375b46b9b9a6e74f48a78c9c7311072b4c833a62 (diff)
downloadrygel-30af6f365fe5b575b9f2ea696167e30b37be88c1.tar.gz
Put some description in README file.
svn path=/trunk/; revision=202
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index e69de29b..212d1559 100644
--- a/README
+++ b/README
@@ -0,0 +1,15 @@
+GUPnP MediaServer
+==================
+
+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 MediaServer is an implementation of the UPnP MediaServer V 2.0
+specification[1] based on GUPnP and tracker[2]. It is written (mostly) in Vala
+language[3].
+
+[1] http://www.upnp.org/specs/av/UPnP-av-MediaServer-v2-Device-20060531.pdf
+[2] http://www.tracker-project.org/
+[3] http://www.vala-project.org/
+