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 !
whoisjake (author)
Sat May 10 14:38:11 -0700 2008
commit  32044e0cf46643fb3bbaddc4539c460f72df8a28
tree    6b2fb5aa28b4105fc9657dc7819e26eaf31d0413
parent  8a23772d42e56d48cd849354e4f03bf3514c05f8
feather-plugins / feather-tagging / manifest.yml
100644 35 lines (35 sloc) 0.909 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
plugin:
    name: feather-tagging
    author: Michael Leung and El Draper
    version: 1.0
    homepage: http://featherblog.org
    about: This plugin provides tag support to articles.
    contents:
        .:
            - init.rb
            - install.rb
        controllers:
            .:
                - tags.rb
        lib:
            .:
                - article.rb
                - global_helpers.rb
        models:
            .:
                - tag.rb
                - tagging.rb
        views:
            .:
                article_form_fields:
                    .:
                        - _tag_field.html.erb
                meta_section:
                    .:
                        - _tag_list.html.erb
                sidebar:
                    .:
                        - _tag_cloud.html.erb
                tags:
                    .:
                        - show.html.erb