Beskrivelse
In the last versions of WordPress the feed can be generated as application/rss+xml, application/rss+xml, text/xml, application/atom+xml’ or application/rdf+xml
Some of these content-types are not recognized by old feed readers or some JAVA feed managers (as Jsoup) generating a validation exception.
This plugin overwrite the content-type by ‘text/xml’ used in the past.
Installation
- Upload
force-feed-contenttypefolder to your/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Anmeldelser
Der er ingen anmeldelser for denne widget.
Bidragsydere & udviklere
“Force text/xml as MIME-type in the feed” er open source-software. Følgende personer har bidraget til dette plugin.
BidragsydereOversæt “Force text/xml as MIME-type in the feed” til dit eget sprog.
Interesseret i udvikling?
Gennemse koden, tjek SVN repository, eller abonner på udviklerloggen via RSS.
Ændringslog
0.1
- Initial Release