Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting from Wordpress to ZeroBlog #14

Closed
Jzarecta opened this issue Mar 26, 2016 · 1 comment
Closed

Porting from Wordpress to ZeroBlog #14

Jzarecta opened this issue Mar 26, 2016 · 1 comment

Comments

@Jzarecta
Copy link

I am tyring to get my old blog to zeroblog, wordpress export the posts on XML, here is a sample xml from wordpress:
https://pastebin.mozilla.org/8865204 (sample wp xml)
I succesfully turn it into SQlite and showed up on my Zeroblog but didnt update to the rest of the nodes. I also convert it to JSON for data/data.json
After some talks on IRC I was suggested to run dbRebuild but got this error: https://pastebin.mozilla.org/8865197
Any ideas?

@Jzarecta
Copy link
Author

I was able to finally do it, thanks to json.dump plus some pretty printing and also had to do some manual editing on the final json, but in the end was able to update the data. Something important to remember is that data/data.json is the 'key' to hold data and not SQLite like I thought initially.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant