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 !
100644 28 lines (28 sloc) 0.806 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-redirects
    author: El Draper
    version: 1.0
    homepage: http://featherblog.com
    about: This plugin adds the ability for the user to setup custom redirects.
    contents:
        .:
            - init.rb
            - install.rb
        controllers:
            .:
                - redirector.rb
                - redirects.rb
        models:
            .:
                - redirect.rb
        views:
            .:
                admin:
                    .:
                        redirects:
                            .:
                                - _form.html.erb
                                - edit.html.erb
                                - index.html.erb
                                - new.html.erb
                                - show.html.erb