summaryrefslogtreecommitdiff
path: root/doc/todo/rel_attribute_for_links.mdwn
blob: 3b4cea436d9fdb269629c114379345ce7869cebe (plain)

A rel="" attribute is desirable for links, for example to

  • limit the interest of comment spam with rel="nofollow" for anonymous wiki contributions (see Google)
  • identify page tags with rel="tag" (see microformats)
  • define a social network with rel="friend co-worker met ..." for contacts (see XFN)
  • define a license with rel="license" (see microformats)

This patch adds this possibility to htmllink().

This one uses it for tags:

Both applied, thanks. Leaving the bug open since other parts are not implemented yet. See also [[rel=nofollow_on_external_links]] --[[Joey]]

This can also help for css decoraton. An example of these patches in use: http://poivron.org/~nil/iki/japonesie/horizon_large/

— NicolasLimare

[[!tag wishlist]]