Skip to content

Instantly share code, notes, and snippets.

@mathieumd
mathieumd / spip_to_wordpress_importer.php
Created September 6, 2014 18:19
Script de migration d'un site SPIP vers Wordpress (par Jonathan Bersot)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Migrer SPIP vers WordPress </title>
</head>
<body>
<h1>Migration de SPIP vers WordPress </h1>
<p>Attention, il ne faut pas oublier d'importer les documents dans WordPress en utilisant le plugin « Add From Server » </p>