Ng Pheng Siong wrote:

> I've gotten several requests for full entries in my feed.  Seems
> more and more people prefer to read blogs with aggregators and
> not with browsers.
>
> Is it possible to generate such feeds with COREBlog?

You could try something like this in your RDF-file:

<dtml-in "rev_day_entry_items(count=top_days)">
        <item rdf:about="<dtml-var blogurl>/<dtml-var id>">
                <title><dtml-var title></title>
                <link><dtml-var blogurl>/<dtml-var id></link>
                <description>
                        <dtml-var body>
                        <dtml-var extend>
                </description>
                <dc:subject><dtml-in "entry_category_list()"><dtml-var name> 
</dtml-in></dc:subject>
                <dc:creator><dtml-var author></dc:creator>
                <dc:date><dtml-var 
"ZopeTime(created).toZone('UTC').strftime('%Y-%m-%dT%H:%M:%S')">Z</dc:date>
        </item>
</dtml-in>

The variables you're interested in are "body" and "extend".  Also,
you might want to test if "extend" is non-null.

Cheers,

-- 
Klaus Alexander Seistrup · Copenhagen · Denmark
http://www.magnetic-ink.dk/ · http://www.pnx.dk/
_______________________________________________
COREblog-en mailing list
[EMAIL PROTECTED]
http://munin.nbi.dk/cgi-bin/mailman/listinfo/coreblog-en

Reply via email to