Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 952 Bytes

File metadata and controls

25 lines (20 loc) · 952 Bytes

# wp2pluxml

WP2Pluxml est un script de conversion de Wordpress vers pluxml (merci @nicosomb). Ce script ne fonctionne plus avec les versions récentes de Apache, Php, Mysql. J'ai fait une image Docker pour avoir un wp2pluxml qui marche, basé sur Debian Squeeze.

Usage

  • Exportez votre Wordpress avec la fonction export incluse dans WP.
  • Créez un répertoire /tmp/wp2pluxml
  • Placez votre fichier XML d'export dans /tmp/wp2pluxml
  • Installez Docker
  • Lancez mon container :
docker run -v /tmp/wp2pluxml:/tmp -it adminrezo/wp2pluxml
xxxxx# service apache2 start
xxxxx# cp /tmp/wp2pluxml/monexport-wp.xml .