 |

DefenceTalk.com
User
Oct 20, 2006, 8:43 PM
Post #2 of 7
(558 views)
Shortcut
|
Yeah, In your AM 2.0 Admin: Admin > Publishing > Global RSS Feed and edit the Rule Options
|
|
|  |
 |

Dave
Staff
/ Moderator

Oct 20, 2006, 10:15 PM
Post #3 of 7
(549 views)
Shortcut
|
DefenceTalk is on the right on the mark. Have a look at: Admin > Publishing > Global RSS Feed That's your global RSS feed. You can create another rule just like that one but under published files select "Category lists, one for each category" instead of "A master list, containing articles from all categories". Then click publish on the rule and it will generate the files for you. That's the summary, let me know if you need more details. Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

BlueMoon
User
Oct 21, 2006, 1:29 AM
Post #4 of 7
(538 views)
Shortcut
|
When I have articles with "german umlauts" I must change this templates: templates/admin/menus/_wrapper.html find: <?xml version="1.0" encoding="us-ascii"?> replace with: <?xml version="1.0" encoding="UTF-8"?> templates/articleLists/globalRSS.xml find: <?xml version='1.0'> replace with: <?xml version='1.0' encoding='UTF-8' ?> find: <language>en-us</language> replace with: <language>de</language> Is that right? Using Firefox and IE it looks fine. But when I validate the XML at http://www.validome.org/validate I got the message, that the document is not valid: "Could not validate this document, because it does not include a DOCTYPE Declaration. A DOCTYPE Declaration is mandatory for most current markup languages and without such a declaration it is impossible to validate this document. Place a DOCTYPE declaration in your document and retry to validate." http://www.gedichte-garten.de http://www.expertenartikel.de Bester Aufsichtsrat
|
|
|  |
 |

ChetW
Staff

Oct 21, 2006, 10:08 AM
Post #5 of 7
(517 views)
Shortcut
|
Hi BlueMoon, Thanks for the extra information! I will be happy to take a look at this for you, do you happen to have a link where I can view the RSS feed at? Once I can see the xml file you are working with I will be able to take a closer look at what is happening. :) I look forward to hearing back from you BlueMoon! Cheers, Chet Woodside - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 | |  |
 |

Dave
Staff
/ Moderator

Oct 23, 2006, 3:04 PM
Post #7 of 7
(461 views)
Shortcut
|
Hi Hans, It looks like that validator doesn't understand RSS 2.0. RSS 1.0 required a doctype, RSS 2.0 doesn't. Here's a link to a validator that does - it shows your RSS feed is valid: http://feedvalidator.org/check.cgi?url=http://www.expertenartikel.de/artman2/publish/rss.xml And here's the RSS 2.0 spec. http://www.rssboard.org/rss-specification Hope that helps! Dave Edis - Senior Developer interactivetools.com
|
|
|  |
|