[Pmwiki-users] Idea for FastForward or Link-next of page trails

Christian Ridderström chr
Sat Aug 16 15:09:36 CDT 2003


On Sat, 16 Aug 2003, Patrick R. Michaud wrote:

> Christian/others--
> 
> I have a preliminary implementation of rel='next' and rel='prev' links
> in WikiTrails--it's available for testing in the Development group on
> pmichaud.com (http://www.pmichaud.com/wiki/Development/HomePage).  Let me 
> know if it's doing what you think it ought to be doing.
> 
Bah... it seems that rel='next' doesn't actually work in Opera! Instead, 
Opera was clever and recognized the link text '>>' and assumed that 
it's a link to the next page... Not rel='next' as it should have.

I googled for: Opera rel next
and found this:

	http://www.webmasterworld.com/forum21/5181.htm

and managed to get it to work:

	http://www.md.kth.se/~chr/t5.html

basically a statement such as this is needed in <HEAD>
	<link rel='next' href='t4.html'>

So I guess that the trail code really should output a <link>-statement to 
the head of the document. It works in opera if the <link>-statement is in 
the body too, but that's not valid HTML.

/Christian


> Pm
> 

-- 
Christian Ridderstr?m, +46-8-768 39 44		http://www.md.kth.se/~chr




More information about the pmwiki-users mailing list