From b446b586723021ce88e525d6f099c75c18925697 Mon Sep 17 00:00:00 2001 From: Hugo Caron Date: Sat, 12 Mar 2011 18:36:06 +0100 Subject: [PATCH] Update readme.md and add license.md of unixcharles project --- license.md | 21 +++++++++++++++++++++ readme.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 license.md diff --git a/license.md b/license.md new file mode 100644 index 0000000..1eca709 --- /dev/null +++ b/license.md @@ -0,0 +1,21 @@ +# MIT License + +Copyright (c) 2010 Charles Barbier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/readme.md b/readme.md index aa51610..0cbde31 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,38 @@ # Music engine for Refinery CMS. +## Description +This is a plugin that could help you if you need to build a website for a band. + +Encourage kids to do music, build their web site for free if you can! + +Its also an example if you want to create a plugin with a Resource/Image field. + +## Features: + +Its a music section, with list of tunes, and each song view has: + +- A description +- Name of the artist/song title +- Flash player (it use dewplayer-mini.swf from dewplayer, no javascript dependancy) +- A link to the MP3 file (that you can disable) + +The admin interface allow you to create new song and change to colors/settings/size of the flash player. + +## Need to know + +This plugin is not finish some problem with route need to be fix + +## Credit + +Fork of the project of unixcharles (Charles Barbier) +https://github.com/unixcharles/refinerycms-music + +It use the dewplayer.swf from this project: +http://www.alsacreations.fr/dewplayer-en.html + +And a color picker right here: +http://www.eyecon.ro/colorpicker/ + ## How to build this engine as a gem cd vendor/engines/music