Skip to content. | Skip to navigation

Sections
Personal tools
What is this?
Hi, my name is Tom Lazar and I'm a Plone and Zope developer based in Berlin, Germany and this is my personal and professional (no big difference, really...) website.
 

COREDebuggin'

Filed Under:

Straight from the Trial-and-Error-Department

Aaargh! For five days I've been trying to find out, why the RDF 1.0 feed of this blog doesn't show up anymore in NetNewswire...

Well, actually I've been trying for that time to find a way on how to just even modify it... Well, to make a (really) long story (somewhat) short (I say that rather a lot, come to think of it... I hope I'm not lying...) Anyway, for some reason I had an illegally encoded character in the description of an entry. After deleting that, everything went fine. Talk about 'Duh!'

Oh, and I finally found out, how to customize COREBlog's RDF Feed: modifying the entry_rdf file in your COREBlogs skin directory doesn't work (nor does changing the rdf-dtml in the Products/COREBlog/dtml on the filesystem). What does work is selecting the 'Content'-Tab of your COREBlog instance in the ZMI and applying your changes there. Ha!

Re: COREDebuggin'

Posted by cryx at Dec 16, 2003 11:27 PM

seems to work now! :)

Re: COREDebuggin'

Posted by dan at Dec 16, 2003 11:35 PM

question is, how do i get the full body of the entry in the rdf10-feed?

i tried to play around with "dtml-var excerpt", chaninging it to "

Re: COREDebuggin'

Posted by dan at Dec 16, 2003 11:36 PM

question is, how do i get the full body of the entry in the rdf10-feed? i tried to play around with "dtml-var excerpt", chaninging it to "dhtml-var body", "dhtml-var comment_body" etc but no hope :(

then i tought ok where can i increase the lines of the standard "excerpt" entry, but didnt find anthing via zmi, maybe in the products-folder itselfs, deep down there, but tommorow ;)