hmngwy / weblog.sh

Blog from the Command Line
https://weblog.sh/
GNU General Public License v3.0
141 stars 8 forks source link

wordpress migration #33

Closed norayr closed 8 years ago

norayr commented 8 years ago

did i miss it, or there is no wp migration mechanism available?

wordpress is able to export xml file, is it possible to import somehow to weblog.sh ?

hmngwy commented 8 years ago

No, none currently/planned. Though someone was able to scp a directory full of files and it worked ok after adding a sleep in between each upload.

Maybe use xmllint to parse your XML file and write into separate files, and then scp them.

On Tue, Feb 9, 2016 at 9:19 PM, Norayr Chilingarian < notifications@github.com> wrote:

did i miss it, or there is no wp migration mechanism available?

wordpress is able to export xml file, is it possible to import somehow to weblog.sh ?

— Reply to this email directly or view it on GitHub https://github.com/hmngwy/weblog.sh/issues/33.

norayr commented 8 years ago

thank you.