public
Fork of ejdraper/feather-plugins
Description: This contains various plugins for Feather
Homepage:
Clone URL: git://github.com/notch8/feather-plugins.git
100644 28 lines (28 sloc) 0.833 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-snippets
    author: El Draper
    version: 1.0
    homepage: http://featherblog.org
    about: This plugin adds the ability for the user to create and manage dynamic snippets
    contents:
        .:
            - init.rb
            - install.rb
        controllers:
            .:
                - snippets.rb
        models:
            .:
                - snippet.rb
        views:
            .:
                admin:
                    .:
                        snippets:
                            .:
                                - _form.html.erb
                                - _snippet.html.erb
                                - edit.html.erb
                                - index.html.erb
                                - new.html.erb
                                - show.html.erb