Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Force text/xml as MIME-type in the feed

Opis

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.

Instalacija

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

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

“Force text/xml as MIME-type in the feed” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Dnevnik promjena

0.1

  • Initial Release