2017 © Pedro Peláez
 

wordpress-plugin spip-to-wordpres

Plugin for migrate spip to wordpress

image

clooder/spip-to-wordpres

Plugin for migrate spip to wordpress

  • Sunday, January 5, 2014
  • by flug
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Spip to Wordpress

spip to wordpress it's a plugin for migrate spip to wordpress., (*1)

it uses for connecting to the database the basic functions of php mysql book:mysql, (*2)

Usage

learn constants, (*3)


define('SPIP_HOST', ''); define('SPIP_USER', ''); define('SPIP_PSW', '') define('SPIP_BASE', '');

check Id spip to id Wordpress Categories, (*4)


public $cat = array( 6 => 3 , 7 => 4 , 8=> 5 , 9=>6 , 11=> 7, 12=>8,14=>9,16=>10,17=>11, 20=>12, 21=>13,24=>14, 25=>15,26=>16);

finally run migration and wait, (*5)

The Versions

05/01 2014

dev-master

9999999-dev

Plugin for migrate spip to wordpress

  Sources   Download

MIT

by Avatar flug

05/01 2014

1.0

1.0.0.0

Plugin for migrate spip to wordpress

  Sources   Download

MIT

by Avatar flug