OSDN Git Service

Incorporate author mapping support into the WordPress importer.
authorDaniel Bachhuber <d@danielbachhuber.com>
Sun, 21 Apr 2013 18:20:02 +0000 (11:20 -0700)
committerDaniel Bachhuber <d@danielbachhuber.com>
Tue, 25 Jun 2013 20:49:51 +0000 (13:49 -0700)
commit630086271cc0151de45e6b7078ee96036ff36bd0
treec4977680cab80802e1b88ea532b31added6a63d9
parent6b131265c6d332d5234bfe1ae2dcb2e4ee32cbb2
Incorporate author mapping support into the WordPress importer.

* If a .csv filename is specified, it will look for an author mapping file.
* If the .csv author mapping file doesn't exist, it will create one for you and wait for you to edit.
* `--authors=create` will create any missing users, and expect that either user_email or user_logins map up directly.
* `--authors=skip` will ignore any byline mapping.
php/commands/import.php