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 !
commit  d9d18931ea46b6422c7ebe5db579fff24a7f5133
tree    29f0bb049d1661cbc238b551d10c2f95ac41a552
parent  97672ec9e37de6fce7bfff240412856cad1622c4
feather-plugins / feather-styles / manifest.yml
100644 29 lines (29 sloc) 0.85 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
29
plugin:
    name: feather-styles
    author: El Draper
    version: 1.0
    homepage: http://featherblog.org
    about: This plugin adds the ability for the user to create and manage custom stylesheets
    contents:
        .:
            - init.rb
            - install.rb
        controllers:
            .:
                - css.rb
                - styles.rb
        models:
            .:
                - style.rb
        views:
            .:
                admin:
                    .:
                        styles:
                            .:
                                - _form.html.erb
                                - _style.html.erb
                                - edit.html.erb
                                - index.html.erb
                                - new.html.erb
                                - show.html.erb