public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Search Repo:
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
eldiablo (author)
Fri May 02 16:03:38 -0700 2008
commit  7b731ae1903ee24009e48589bfb5b2af64c70259
tree    ea130601bc5d5cb30581debf72af1c433e7f2535
parent  67ca97f2b90a629d28faae43c9d80c81aa8a8d63
feather-plugins / feather-uploads / manifest.yml
100644 28 lines (28 sloc) 0.821 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
plugin:
    name: feather-uploads
    author: El Draper
    version: 1.0
    homepage: http://featherblog.org
    about: This plugin adds the ability for the user to upload and manage files
    contents:
        .:
            - init.rb
            - install.rb
        controllers:
            admin:
                - uploads.rb
        models:
            .:
                - upload.rb
        views:
            .:
                admin:
                    .:
                        uploads:
                            .:
                                - _form.html.erb
                                - _upload.html.erb
                                - edit.html.erb
                                - index.html.erb
                                - new.html.erb
                                - show.html.erb