Great !
I've asked my SysAdmin  few minutes ago to install ParserFunc.php to enable
relationship in template,
with your suggestion I make a good deal today !

Thanks,
Olivier

2007/4/11, Yaron Koren <[EMAIL PROTECTED]>:

Hi, Olivier,

The easiest way to do it would be to use the HTML encoding string for :,
which is &#58; . So you would enter your tag as:

[[require perl module::DBD&#58;&#58;Pg]]

The downside is that it's rather ugly, but it should work and display
correctly. If you want to avoid typing that monstrosity, you could create a
template called, say, "Perl module", whose source looks something like this:


This application requires the Perl module [[require perl
module::{{{1}}}&#58;&#58;{{{2}}}]].

...then you could call it as just:

{{perl module|DBD|Pg}}}

-Yaron


On 4/11/07, olivier dugas <[EMAIL PROTECTED]> wrote:

> Dear users,
>
> I want to create a relation in my "application page"
> [[require perl module::DBD::Pg]]
> I want to keep perl module namming syntax.
>
> How to do that ?
>
> Thanks
>
> --
> Olivier DUGAS
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Semediawiki-user mailing list
> Semediawiki-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/semediawiki-user
>
>



--
Olivier DUGAS
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Semediawiki-user mailing list
Semediawiki-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-user

Reply via email to