2buntu / 2buntu-blog

Source code for the 2buntu blog.
http://2buntu.com
Apache License 2.0
15 stars 11 forks source link

Allow using 2buntu with desktop blogging software such as Blogillo #22

Closed rolandixor closed 10 years ago

rolandixor commented 10 years ago

I'm not sure what is required for this to work per se, but it would be a pretty cool feature. Maybe we could put together our own little editor for the desktop?

(Would give me some much much needed programming practice :)

nathan-osman commented 10 years ago

I kid you not, I was actually thinking the very same thing today. Qt seems the obvious choice since we can share code with the Ubuntu Touch app.

nathan-osman commented 10 years ago

At this point, I think the plan is to push the Ubuntu Touch app out as quickly as possible and then come back later to rewrite some of the QML in C++. At that time, we can easily create a shared library that the QML app and the desktop app use.

nathan-osman commented 10 years ago

The Ubuntu Touch app is out now (and has been for a while now). I don't think there's anything in it we can reuse. It looks like we'll have to do it the other way around - write the library and use it in the app.

Unfortunately, I really have been too busy to do either. Any free time I have for the blog has been spent on more important features.

nathan-osman commented 10 years ago

I'm going to close this for now since convergence is going to make this largely irrelevant - our Ubuntu Touch app will eventually be designed for both mobile and desktop devices. Therefore, any bugs or suggestions about integration with the desktop should be filed against the 2buntu Ubuntu Touch App repository instead of here.