need to dealing with a stupid rss reader that it just render right with links that included fqdn any link start with ../ or / will treat as local file and return .
Is that possible mod the plone 4 rss?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
RSS feed passes content body text HTML as is:
https://github.com/plone/Products.CMFPlone/blob/master/Products/CMFPlone/skins/plone_templates/rss_template.pt#L61
Your body text content has relative links.
Solutions
Use Link by UID feature of TinyMCE editor (affects only new content)
Create a a custom RSS view which will rewrite links to absolute URLs. An example which could be applied for this problem http://collective-docs.readthedocs.org/en/latest/misc/html.html?highlight=lxml#rewriting-relative-links