nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
408 stars 191 forks source link

Ability to import blogs from blogger.com #277

Open srinivasganti opened 8 years ago

srinivasganti commented 8 years ago

It would be nice to be able to import blogs from blogger.com into django-cms since most of us have used Google Blogger for blogs traditionally.

yakky commented 8 years ago

@srinivasganti that's a nice suggestion. I'm not sure when I will be able to work on this, though. Are you willing to help on this task?

srinivasganti commented 8 years ago

I could give it a try. Should I try to incorporate it here or try to do it as a separate app for django-cms?

Regards Srinivas Ganti +1-281-712-8739 +1-704-305-6275 (Cell) Skype: learning24x7 srinivas@srinivasganti.com http://blogs.srinivasganti.com/ http://bit.ly/sgantilinkedinposts http://linkd.in/1p0sCTy

-

On Thu, Jun 16, 2016 at 10:56 AM, Iacopo Spalletti <notifications@github.com

wrote:

@srinivasganti https://github.com/srinivasganti that's a nice suggestion. I'm not sure when I will be able to work on this, though. Are you willing to help on this task?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nephila/djangocms-blog/issues/277#issuecomment-226529807, or mute the thread https://github.com/notifications/unsubscribe/AB9jzYv55POEhH8b0a8yyC_oR3kwvKh3ks5qMXIVgaJpZM4I27-s .

yakky commented 8 years ago

Thanks for stepping up! This is a similar example I wrote long time ago for WordPress https://gist.githubusercontent.com/yakky/11336204/raw/ff5396733424977628588faebd5e83599cf855f0/djangocms_blog_import.py Maybe adding a few importers from other platforms as functions in this project would be a great addition. The best approach could be having a dedicated module and a django command for each platform

yakky commented 8 years ago

@srinivasganti I will post a better example later, probably more useful for the use case