notch8 / feather-plugins forked from ejdraper/feather-plugins

This contains various plugins for Feather

This URL has Read+Write access

feather-plugins / feather-mephisto / manifest.yml
100644 29 lines (29 sloc) 0.835 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-mephisto
    author: Jake Good
    version: 1.0
    homepage: http://thoughtstoblog.com
    about: This plugin provides importing functionality from Mephisto.
    contents:
        .:
            - init.rb
        controllers:
            .:
                - mephisto.rb
        models:
            .:
                - mephisto_article.rb
                - mephisto_assigned_section.rb
                - mephisto_base.rb
                - mephisto_comment.rb
                - mephisto_section.rb
                - mephisto_tag.rb
                - mephisto_tagging.rb
        views:
            .:
                admin:
                    .:
                        mephisto:
                            .:
                                - show.html.erb
                                - create.html.erb