From 36b9e1dfcf5f7d4529d69bea728c3bd09e7b25cf Mon Sep 17 00:00:00 2001 From: Doomsdayrs Date: Tue, 10 May 2022 21:39:47 +0000 Subject: Convert README to MD --- README | 11 ----------- README.md | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index d877eb1..0000000 --- a/README +++ /dev/null @@ -1,11 +0,0 @@ -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. 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. -- cgit v1.2.1