HeadLink?

Description

A Wiki macro to insert <link> tags in the <head> of a Wiki page.

This is useful to add an RSS feed to your wiki page.

Works with trac 0.10 and uses hdf. Will not work with trac 0.11, which removes hdf.

Bugs/Feature Requests

Existing bugs and feature requests for HeadLinkMacro are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out HeadLinkMacro from here using Subversion, or browse the source with Trac.

Example

[[HeadLink(alternate application/rss+xml https://apestaart.org/moap/releases.rss2 RSS 2.0 Release feed)]]

would insert

<link rel="alternate" href="http://thomas.apestaart.org/moap/releases.rss2" title="RSS 2.0 Release feed" type="application/rss+xml" />

into the <head> section of your Trac page.

It also adds the feed do the bottom of your Trac page.

Recent Changes

[2243] by thomasvs on 05/20/07 13:24:26

HeadLinkMacro:

import

[2242] by thomasvs on 05/19/07 17:35:10

New hack HeadLinkMacro, created by thomasvs

Author/Contributors

Author: thomasvs
Contributors: