GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: MetaOnRails: a Rails plugin that DRYs up your page meta tags.
Homepage: http://blog.ashchan.com/archive/2008/06/25/meta-on-rails-plugin-for-meta-tags/
Clone URL: git://github.com/ashchan/meta_on_rails.git
updated README, added lighthouse link
ashchan (author)
Mon Jun 30 06:42:48 -0700 2008
commit  dcee480616e70a80a64739c193b738d56529902b
tree    b47b5a596fcc8c3e4aab006b8b866cb16a68c4ee
parent  0870b826bb2c2cbf6ea90db3b5e5a69f3760ac61
0
...
23
24
25
26
 
27
28
29
...
38
39
40
 
 
 
 
41
42
43
...
23
24
25
 
26
27
28
29
...
38
39
40
41
42
43
44
45
46
47
0
@@ -23,7 +23,7 @@ Add the following code to the layout (e.g. app/views/layout/application.html.erb
0
   <%= display_meta(:keywords => "default,keywords", :description => "default description") %>
0
   </head>
0
 
0
-Default meta values can be set. In the above example, these two meta tags will be generated if they're not overriden on the views:
0
+Default meta values can be set. In the above example, these two meta tags will be generated if they're not overridden on the views:
0
 
0
   <meta name="description" content="default description" />
0
   <meta name="keywords" content="default,keywords" />
0
@@ -38,6 +38,10 @@ The output html will be like this:
0
   <meta name="description" content="default description" />
0
   <meta name="keywords" content="my,keyword" />
0
 
0
+Bugs Tracking
0
+=======
0
+
0
+ http://ashchan.lighthouseapp.com/projects/13347-meta-on-rails/overview
0
 
0
 =======
0
 

Comments

    No one has commented yet.