Perhaps <a href="http://www.pmwiki.org/wiki/PmWiki/InterMap">http://www.pmwiki.org/wiki/PmWiki/InterMap</a> might be of use.<div>I&#39;m sure there was a was of creating links in config.php, but I can&#39;t lay my hands on it.</div>
<div>Also maybe custom page variables <a href="http://www.pmwiki.org/wiki/PmWiki/PageVariables">http://www.pmwiki.org/wiki/PmWiki/PageVariables</a></div><div><br></div><div>Simon</div><div><br><br><div class="gmail_quote">
2009/8/26 Melodye Bowers <span dir="ltr">&lt;<a href="mailto:pbowers@pobox.com">pbowers@pobox.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote">
<div class="im">On Tue, Aug 25, 2009 at 11:38 PM, adam overton <span dir="ltr">&lt;<a href="mailto:a@plus1plus1plus.org" target="_blank">a@plus1plus1plus.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">

hi<br>
i would like to have pmwiki convert certain commonly appearing names<br>
(or terms, or orgs) into a links to the respective person&#39;s external<br>
website.<br>
</blockquote></div><div><br>If there is something in common between the people&#39;s external web-sites then it could be more elegant than this, but a simple set of rules sounds like what you&#39;re looking for...<br><br>
$foo = array(&#39;John&#39; =&gt; &#39;<a href="http://www.abc.com" target="_blank">http://www.abc.com</a>&#39;, &#39;Sally&#39; =&gt; &#39;<a href="http://www.def.com" target="_blank">http://www.def.com</a>&#39;);<br>
foreach ($foo as $name =&gt; $site) {<br>   Markup(&#39;/\b&#39;.$name.&#39;\b/&#39;, &#39;%newwin%&#39;.$site.&#39;%%&#39;, ...);<br>}<br><br>Does that work?  Obviously this requires it all to be set up in config.php and I don&#39;t know if that&#39;s what you&#39;re looking for, but maybe it&#39;ll be a start...<br>

<br>-Peter<br></div></div>
<br>_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>____<br><a href="http://kiwiwiki.co.nz">http://kiwiwiki.co.nz</a><br>
</div>