On Tue, 2010-07-13 at 07:56 -0700, [email protected] wrote:
> Hi,
>
> I'm trying to include static HTML web pages into my web pages. I've
> looked at cookbook/includeurl unsuccessfully.
>
> 1. Where do I place the static hml files? I have tried creating a
> group Static in the wiki.d, but...
> 2. Should I do something else for the html files?
>
Not sure if the following is perfect, but it works...
Markup(
'html',
'fulltext',
'/\\(:html:\\)(.*?)\\(:htmlend:\\)/esi',
"'<:block>'.Keep(str_replace(array('>', '<', '&'),
array('>', '<', '&'), PSS('$1')))");
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users