| Subject: Re: Blog plugin |
Author:
Ike
|
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
Date Posted: 10:55:37 10/03/04 Sun
Author Host/IP: 80.60.252.12 In reply to:
Ike
's message, "Re: Blog plugin" on 10:48:00 10/03/04 Sun
Oh, the comment tags are stripped. Here's the php code again with square brackets:
require_once "/var/www/fireflies/htdocs/grouper/grouper.php";
GrouperLoadPlugin('blog.php');
GrouperConf('contenttype','text/xml');
GrouperSourceConf('tossbefore','[!-- channel start --]');
GrouperSourceConf('tossafter','[!-- items end --]');
GrouperSourceConf('channeltitle','Fireflies');
GrouperSourceConf('channeldescription','Tagline here');
GrouperSourceConf('searchdomain','www.fireflies.nl');
GrouperSourceConf('querystart','/grouper/groupertest/');
GrouperSourceConf('channelstart','[!-- channel start --]');
GrouperSourceConf('channelend','[!-- channel end --]');
GrouperSourceConf('itemsstart','[!-- items start --]');
GrouperSourceConf('itemsend','[!-- items end --]');
GrouperSourceConf('itemstart','[!-- item start --]');
GrouperSourceConf('ctitlestart','[!-- channel title start --]');
GrouperSourceConf('ctitleend','[!-- channel title end --]');
GrouperSourceConf('cdescriptionstart','[!-- channel description start --]');
GrouperSourceConf('cdescriptionend','[!-- channel description end --]');
GrouperSourceConf('ititlestart','[!-- item title start --]');
GrouperSourceConf('ititleend','[!-- item title end --]');
GrouperSourceConf('idescriptionstart','[!-- item description start --]');
GrouperSourceConf('idescriptionend','[!-- item description end --]');
GrouperSourceConf('ilinkstart','[!-- item link start --]');
GrouperSourceConf('ilinkend','[!-- item link end --]');
GrouperShow('','c1.txt');
?>
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
| |