[pmwiki-users] MetaData Question.
Stirling Westrup
sti at pooq.com
Tue May 2 22:50:40 CDT 2006
I currently have the following lines hard coded into a skin I'm using:
<!-- Navigational metadata for large websites (an accessibility
feature): -->
<link rel="top" href="./index.html" title="Homepage" />
<link rel="up" href="./index.html" title="Up" />
<link rel="first" href="./index.html" title="First page" />
<link rel="previous" href="./index.html" title="Previous page" />
<link rel="next" href="./index.html" title="Next page" />
<link rel="last" href="./index.html" title="Last page" />
<link rel="toc" href="/rexpolo" title="Table of contents" />
<link rel="index" href="/rexpolo" title="Site map" />
What I would prefer is to have some sort of markup on a Site.NavLinks
page and and include it instead.
The trouble is, I don't know any way to generate <link ...> tags which
won't end up getting decorated by PmWiki autoinserting <p>...</p> or
similar markup.
I know I could define some sort of $PageMetaDataFmt variable and write
to it via my config.php file, but I would far rather have it on an
editable page.
Any ideas how I should go about this?
More information about the pmwiki-users
mailing list