<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;"><br></div>It seems to me that the way to go about would be to install a second wiki that reads from your current wiki.d. In the config.php you have to override $HandleActions, notable $HandleActions['browse'] with a function of your own making which returns the correct output. <br><br>Then make a recipy of it (I remember wanted this once too). <br><br>Actually this was my first response ;-)<br><br>/jm<br><br><br>Wouter Groeneveld wrote:<br>> I already tried that, but the HTML Header is required there...<br>> This one: <!--HeaderText--><br>><br>> And besides that, I also want to use the IncludeText arguments to only<br>> include #from#to like<br>> (:include Group/Page#from#to:) but I'd like this output when I go to<br>><br>> www.bla.com/wiki/include.php<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><wbr>?grp=Group&art=Page<br>> <http://www.bla.com/wiki<wbr>/include.php?grp=Group&art<wbr>=Page><br>><br>> so include.php is something like<br>><br>> require_once('pmwiki.php');<br>><br>> if(isset($_REQUEST['grp']) && isset($_REQUEST['art'])) {<br>> $group = $_REQUEST['grp'];<br>> $art = $_REQUEST['art'];<br>><br>> echo "$grp/$art viewing...<br>";<br>> // IncludeText call<br>> }<br>><br>> But that instead renders my wiki, and I don't want that to happen...<br>> Thanks for any help!<br>><br>><br>> - Wouter / Jefklak<br>></blockquote><br><br><blockquote style="border-left: 2px solid rgb(0, 128, 128); padding-left: 5px; margin-left: 5px; margin-right: 0px;"><hr id="EC_stopSpelling"><div style="text-align: left;">On 1/15/07, <b class="EC_gmail_sendername">Wouter Groeneveld</b> <jefklak@gmail.com> wrote:<div><span class="EC_gmail_quote"></span><blockquote class="EC_gmail_quote" style="padding-left: 1ex;">I
would like to use IncludeText() so I can access the text in my wiki
pages, but I do _NOT_ want to generate the whole skin and page. <br>So
when I include("pmwiki.php") > this automatically generates my wiki.
I don't want that, I only want to display the includeText() output.
<br><br>Is there any possibility to tell pmwiki not do do anything? I only want to be able to use the function includetext()<br></blockquote></div><br>I think you might want to define a skin .tmpl file for this with just this content:<br><br>$PageText<br><br>That should make pmwiki render the page as html and no more. <br><br>Grtn,<br><br>/jm<br><br></div><br></blockquote><br /><hr />Get free, personalized online radio with MSN Radio powered by Pandora. <a href='http://radio.msn.com' target='_new'>Try it!</a></body>
</html>