Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Force text/xml as MIME-type in the feed

Descrizione

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.

Installazione

  1. Upload force-feed-contenttype folder to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Force text/xml as MIME-type in the feed” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog (registro delle modifiche)

0.1

  • Initial Release