Stupid me, learning a new mailer. That last bit on the topic was from
me, and here is the slightly modified wmk file used for the debugging run
(took out the metadata).

Kind Regards,
Brian Wisti
http://coolnamehere.com/

-----
<webmake>

<content name="page_template">
<html>
<body>
${page_text}
</body>
</html>
</content>

<content name="out_helper">
<{set page_text="${${WebMake.OutName}.txt}" }>
${page_template}
</content>

<content name="phpbug.txt">
<?= "Hello, world!" ?>
</content>
<out name="phpbug" file="phpbug.php"> ${out_helper} </out>


_______________________________________________
Webmake-talk mailing list
[EMAIL PROTECTED]
http://webmake.taint.org/mailman/listinfo/webmake-talk

Reply via email to