summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDoomsdayrs <doomsdayrs@gmail.com>2022-05-10 21:39:47 +0000
committerDoomsdayrs <doomsdayrs@gmail.com>2022-05-10 21:39:47 +0000
commit36b9e1dfcf5f7d4529d69bea728c3bd09e7b25cf (patch)
tree6b7930b6871bccfac19a0d89973317a2fd8a1196 /README.md
parentcc09daae47ef0e030895edbeba58636c76f53b3d (diff)
downloadgupnp-dlna-36b9e1dfcf5f7d4529d69bea728c3bd09e7b25cf.tar.gz
Convert README to MD
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b05d809
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# 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.