]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/rel_attribute_for_links.mdwn
good idea
[ikiwiki.git] / doc / todo / rel_attribute_for_links.mdwn
1 A rel="" attribute is desirable for links, for example to
2
3 * limit the interest of comment spam with rel="nofollow" for anonymous wiki contributions (see [Google](http://googleblog.blogspot.com/2005/01/preventing-comment-spam.html))
4 * identify page tags with rel="tag" (see [microformats](http://microformats.org/wiki/rel-tag))
5 * define a social network with rel="friend co-worker met ..." for contacts (see [XFN](http://www.gmpg.org/xfn/))
6 * define a license with rel="license" (see [microformats](http://microformats.org/wiki/rel-license))
7
8 This patch adds this possibility to htmllink().
9
10 This one uses it for tags:
11
12 > Both applied, thanks. Leaving the bug open since other parts are not
13 > implemented yet. See also [[rel=nofollow_on_external_links]] --[[Joey]]
14
15 This can also help for css decoraton. An example of these patches in use: http://poivron.org/~nil/iki/japonesie/horizon_large/
16
17 — NicolasLimare
18
19 [[!tag wishlist]]