From 353ad4c55bcd570e512d28b7569056d64e0f2b7d Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Sun, 17 May 2015 14:34:48 +0200 Subject: [PATCH] Convert README to md. --- README | 53 ----------------------------------------------- README.md | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 53 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 62726d9dee..0000000000 --- a/README +++ /dev/null @@ -1,53 +0,0 @@ -Liquidsoap 1.1.1 - -Copyright 2003-2015 Savonet team - -Email : savonet-users@lists.sourceforge.net -Homepage : http://liquidsoap.fm -Bugreports: https://github.com/savonet/liquidsoap/issues - -INSTALLATION -============ - -See the INSTALL file. - -DOCUMENTATION -============= - -Some documentation is available on our website: - http://liquidsoap.fm -You should find some HTML doc in the distribution: - doc/html/index.html - -LICENSE -======= - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details, fully stated in the COPYING -file at the root of the liquidsoap distribution. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -AUTHORS -======= - -* Developers: - David Baelde - Romain Beauxis - Samuel Mimram -* Contributors: - Florent Bouchez - Julien Cristau - Stéphane Gimenez - Clément Renard - Vincent Tabard - Sattisvar Tandabany diff --git a/README.md b/README.md new file mode 100644 index 0000000000..8d9f934c15 --- /dev/null +++ b/README.md @@ -0,0 +1,62 @@ +Liquidsoap +========== + +Our flagship is Liquidsoap, a swiss-army knife for multimedia streaming, notably +used for netradios and webtvs. It has tons of features, it's free and it's +open-source! + +Liquidsoap is a powerful and flexible language for describing your streams. It +offers a rich collection of operators that you can combine at will, giving you +more power than you need for creating or transforming streams. But liquidsoap is +still very light and easy to use, in the Unix tradition of simple strong +components working together. + +Copyright 2003-2014 Savonet team + +* Email : savonet-users@lists.sourceforge.net +* Homepage : http://liquidsoap.fm +* Bugreports: https://github.com/savonet/liquidsoap/issues + +Installation +------------ + +See the [INSTALL](INSTALL) file. + +Documentation +------------- + +Some documentation is available on [our website](http://liquidsoap.fm) and HTML +documentation is included in the distribution: doc/html/index.html. + +License +------- + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details, fully stated in the COPYING +file at the root of the liquidsoap distribution. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Authors +------- + +* Developers: + * David Baelde + * Romain Beauxis + * Samuel Mimram +* Contributors: + * Florent Bouchez + * Julien Cristau + * Stéphane Gimenez + * Clément Renard + * Vincent Tabard + * Sattisvar Tandabany