]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Add rel=nofollow to recentchanges_links for the same (weak) reasons it was earlier...
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 10 Nov 2008 23:05:30 +0000 (18:05 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 10 Nov 2008 23:05:30 +0000 (18:05 -0500)
IkiWiki/Plugin/recentchanges.pm
debian/changelog
templates/change.tmpl

index a73ff37b98f9f8ced928df004c96013017b676f2..3f70664ac36990c87113721cac1daf2af42706fc 100644 (file)
@@ -131,7 +131,7 @@ sub store ($$$) { #{{{
                                                do => "recentchanges_link",
                                                page => $_->{page}
                                        ).
                                                do => "recentchanges_link",
                                                page => $_->{page}
                                        ).
-                                       "\">".
+                                       "\" rel=\"nofollow\">".
                                        pagetitle($_->{page}).
                                        "</a>"
                        }
                                        pagetitle($_->{page}).
                                        "</a>"
                        }
index 6c068806c73e76ffb5eca9f2cd7160c1782b452d..566dd19544a942e76e37fd8dd3bdb0ebec5eec75 100644 (file)
@@ -9,6 +9,8 @@ ikiwiki (2.69) UNRELEASED; urgency=low
     later parsing of any directives on the page.
   * Fix the link() pagespec to match links that are internally recorded as
     absolute.
     later parsing of any directives on the page.
   * Fix the link() pagespec to match links that are internally recorded as
     absolute.
+  * Add rel=nofollow to recentchanges_links for the same (weak) reasons it
+    was earlier added to edit links.
 
  -- Joey Hess <joeyh@debian.org>  Thu, 06 Nov 2008 16:01:00 -0500
 
 
  -- Joey Hess <joeyh@debian.org>  Thu, 06 Nov 2008 16:01:00 -0500
 
index 61a54fded70898811202433f7f7019786f36acd0..0aebae61ef356a2df6ffb1219d9ee9b36d1410ea 100644 (file)
@@ -19,7 +19,7 @@
 <span class="desc"><br />Changed by:</span>
 <span class="committer">
 <TMPL_IF NAME="AUTHORURL">
 <span class="desc"><br />Changed by:</span>
 <span class="committer">
 <TMPL_IF NAME="AUTHORURL">
-<a href="<TMPL_VAR AUTHORURL>"><TMPL_VAR USER></a>
+<a href="<TMPL_VAR AUTHORURL>" rel="nofollow"><TMPL_VAR USER></a>
 <TMPL_ELSE>
 <TMPL_VAR USER>
 </TMPL_IF>
 <TMPL_ELSE>
 <TMPL_VAR USER>
 </TMPL_IF>