From febbc0b78ffeb2cb268851afc9d33cd87fa18e54 Mon Sep 17 00:00:00 2001 From: Vincent Agnano Date: Tue, 13 Aug 2013 10:56:43 +0200 Subject: [PATCH] updated readme and license --- MIT-LICENSE => LICENSE.txt | 3 ++- README | 16 ---------------- README.md | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 17 deletions(-) rename MIT-LICENSE => LICENSE.txt (95%) delete mode 100644 README create mode 100644 README.md diff --git a/MIT-LICENSE b/LICENSE.txt similarity index 95% rename from MIT-LICENSE rename to LICENSE.txt index ec4ddd4..066104b 100644 --- a/MIT-LICENSE +++ b/LICENSE.txt @@ -1,4 +1,5 @@ -Copyright (c) 2010 [name of plugin creator] + +Copyright (c) 2013 Vincent Agnano Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README b/README deleted file mode 100644 index 45ac676..0000000 --- a/README +++ /dev/null @@ -1,16 +0,0 @@ -Mediabrowser -============ - -Media browser is a Rails 3 plugin for exploring your files from a web page. - -It is ideal for browsing images, videos and others in a admin web interface. - - -Example -======= - -open your browser at http://0.0.0.0:3000/mediabrowser, and create directories or upload files -from there. - - -Copyright (c) 2010 Vincent Agnano, released under the MIT license diff --git a/README.md b/README.md new file mode 100644 index 0000000..03be15d --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# A file manager for rails 3 + +Rails 3 plugin for browsing and managing files from a web page (admin +in most cases). + + It does NOT use any database as it works directly on file structure. + +![rails 3 media browser](https://raw.github.com/vinyll/rails-mediabrowser/doc/thumb.jpg) + + +## Run it + +open your browser at http://0.0.0.0:3000/mediabrowser, and manage files and +directories from there.