-
Notifications
You must be signed in to change notification settings - Fork 0
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
Import from WordPress eXtended RSS #1
Comments
From @HabariImporter on June 27, 2011 0:12 Author: @gsnedders Also, if you really want to treat it as XML, you shouldn't use the MultiByte class at all: SimpleXML's output is always UTF-8, and we use UTF-8 ourselves. WXR also de-facto has to be UTF-8. |
From @HabariImporter on June 27, 2011 0:12 Author: @bjohnson |
From @HabariImporter on June 27, 2011 0:12 Author: @ayunyan |
From @HabariImporter on June 27, 2011 0:12 Ticket imported from Trac: |
From @ringmaster on August 1, 2011 14:28 No idea why I closed this. Errant click? |
From @rick-c on February 12, 2013 23:40 Shouldn't this really be closed. It seems like plugin territory to me, unless it's going to be added as an option to the current wp importer in core. |
From @michaeltwofish on February 13, 2013 0:12 Seems like it should be part of the existing importer. |
From @rick-c on February 13, 2013 0:34 As a base then, the export plugin has a wxr exporter. This could be referred to in creating an importer |
From @chrismeller on February 13, 2013 1:34 I added WXR to the export plugin upon request. It was actually remarkably On Tue, Feb 12, 2013 at 6:34 PM, Rick Cockrum [email protected]:
|
From @ringmaster on February 13, 2013 1:36 Note that WXR in the native parser supports the non-conforming XML that WordPress produces. If a WXR importer relied on SimpleXML, which relies on valid XML, then it would only be able to import Habari-created WXR, and not WordPress-created WXR. This kind of defeats the point. |
From @chrismeller on February 13, 2013 3:2 The only WXR Example I could find is pretty well formed and I'm too lazy to install WordPress and create enough fake content to provide a decent testbed. I threw together a crappy WXR parser using DOM, if anyone wants to find a worse example of WXR and mess around. |
From @chrismeller on February 13, 2013 3:20 Another WXR Example that's much more modern. |
From @chrismeller on February 13, 2013 18:7 Since there was a patch attached (a couple, in fact), here is a link to the mirror of the original Trac bug. |
From @liblfds on June 23, 2013 16:53 FInd here; http://www.liblfds.org/liblfdsorg.wordpress.2013-06-23.xml A ~700kb file of Wordpress WXR, aabout two years worth of posts. |
From @HabariImporter on June 27, 2011 0:12
Initially reported by: @ayunyan as #TRAC796
this patch adds import feature from WordPress eXtended RSS to WPImport plugin.
Copied from original issue: habari/habari#44
The text was updated successfully, but these errors were encountered: