achievingclarity / wxr2blogger

Automatically exported from code.google.com/p/wxr2blogger
GNU General Public License v2.0
0 stars 1 forks source link

Blogger doesn't allow imports from wxr2blogger any more #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Blogger seems to have disabled wxr2blogger import functionality.  Need to fake 
out the import 
functionality more.

Original issue reported on code.google.com by rjwalsh%...@gtempaccount.com on 5 Oct 2008 at 8:29

GoogleCodeExporter commented 8 years ago
I believe faking out the Generator element of the top-level feed element will 
do the
trick.  Just create a <generator>Blogger</generator> (under the correct 
namespace, of
course) and this should allow your translated blogger export files to work.

This is what I'm doing in my project (very similar to yours):

  http://code.google.com/p/gconverters-appengine/

If you'd like help, please let me know.  Or, perhaps we can join forces on this
wordpress to Blogger portability problem.

Original comment by jlu...@gmail.com on 17 Nov 2008 at 4:12

GoogleCodeExporter commented 8 years ago
Cool - thanks for the tip.  I've no bandwidth to apply to working on this right 
now - I might get a chance to try 
that fix, but joining forces isn't going to happen at the moment.  Maybe when 
the craziness at work and home 
die down, I'll reconsider... :-)

Original comment by rjwalsh%...@gtempaccount.com on 17 Nov 2008 at 7:47

GoogleCodeExporter commented 8 years ago
Should be fixed now.

Original comment by rjwalsh%...@gtempaccount.com on 19 Nov 2008 at 4:22