Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flug/spip-to-wordpress
it's a simple plugin for import database spip in wordpress
https://github.com/flug/spip-to-wordpress
Last synced: about 1 month ago
JSON representation
it's a simple plugin for import database spip in wordpress
- Host: GitHub
- URL: https://github.com/flug/spip-to-wordpress
- Owner: flug
- Created: 2012-10-02T15:10:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-15T14:50:21.000Z (over 10 years ago)
- Last Synced: 2024-06-11T19:04:05.704Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spip to Wordpress
spip to wordpress it's a plugin for migrate spip to wordpress.
it uses for connecting to the database the basic functions of php mysql [book:mysql](http://fr2.php.net/manual/fr/book.mysql.php)
## Usage
learn constants
```php
define('SPIP_HOST', '');
define('SPIP_USER', '');
define('SPIP_PSW', '')
define('SPIP_BASE', '');```
check Id spip to id Wordpress Categories
```php
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