public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
notch8 (author)
Wed May 14 11:09:59 -0700 2008
commit  97672ec9e37de6fce7bfff240412856cad1622c4
tree    5ce678327657ac8473d81bce5b56f4bd5fe3b21d
parent  a72bf1f3bc5bcda4a79d7ecbbbaa8e7e08216570
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