We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5bd12 commit febbc0bCopy full SHA for febbc0b
MIT-LICENSE LICENSE.txt
@@ -1,4 +1,5 @@
1
-Copyright (c) 2010 [name of plugin creator]
+
2
+Copyright (c) 2013 Vincent Agnano
3
4
Permission is hereby granted, free of charge, to any person obtaining
5
a copy of this software and associated documentation files (the
README
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).
6
+ It does NOT use any database as it works directly on file structure.
7
8
+
9
10
11
+## Run it
12
13
+open your browser at http://0.0.0.0:3000/mediabrowser, and manage files and
14
+directories from there.
0 commit comments