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

This contains various plugins for Feather

This URL has Read+Write access

feather-plugins / feather-recaptcha / manifest.yml
100644 37 lines (37 sloc) 0.97 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
30
31
32
33
34
35
36
37
plugin:
    name: feather-recaptcha
    author: Jake Good
    version: 1.0
    homepage: http://www.thoughtstoblog.com
    about: This plugin provides basic recaptcha comment validation.
    contents:
        .:
            - init.rb
            - install.rb
        helpers:
            .:
                - global_helpers.rb
        controllers:
            .:
                - comments.rb
            admin:
                .:
                    - recaptcha_configuration.rb
        models:
            .:
                - recaptcha_config.rb
        views:
            admin:
                recaptcha_configuration:
                    .:
                        - edit.html.erb
                        - show.html.erb
            after_article:
                .:
                    - _recaptcha.html.erb
        gems:
            .:
                - recaptcha-0.1.47.gem
        specifications:
            .:
                - recaptcha-0.1.47.gemspec