<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.meego.com/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.meego.com/index.php?title=Special:Contributions/Bzhbok&amp;feed=atom&amp;limit=50&amp;target=Bzhbok&amp;year=&amp;month=</id>
		<title>MeeGo wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.meego.com/index.php?title=Special:Contributions/Bzhbok&amp;feed=atom&amp;limit=50&amp;target=Bzhbok&amp;year=&amp;month="/>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Special:Contributions/Bzhbok"/>
		<updated>2013-05-20T17:36:04Z</updated>
		<subtitle>From MeeGo wiki</subtitle>
		<generator>MediaWiki 1.16.2</generator>

	<entry>
		<id>http://wiki.meego.com/MeeGo_Touch_Framework</id>
		<title>MeeGo Touch Framework</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/MeeGo_Touch_Framework"/>
				<updated>2010-08-27T16:22:18Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MeeGo Touch is a Qt based application development framework targeting mobile touch screen devices. It is part of MeeGo API (along Qt 4.7). It provides all the necessary building blocks for creating native applications that follow the MeeGo Handset UX guidelines . The framework itself is built on top of the Qt Graphics View Framework.&lt;br /&gt;
&lt;br /&gt;
The source code is here : [http://meego.gitorious.org/meegotouch]&lt;br /&gt;
&lt;br /&gt;
The documentation is here : [http://apidocs.meego.com/mtf/]&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
(to do)&lt;br /&gt;
(see documentation)&lt;br /&gt;
== Relation to Qt ==&lt;br /&gt;
The Framework sits on top of Qt. It extend it and adapt it to touchscreen interface, providing convenient classes and widget for a MeeGo Application on a touch screen.&lt;br /&gt;
&lt;br /&gt;
== Should I use this framework to write an application for MeeGo ? ==&lt;br /&gt;
This topic was discuss in the forum here : [http://forum.meego.com/showthread.php?t=524]&lt;br /&gt;
&lt;br /&gt;
The quick summary : if you value application portability and API stability it is probably better to stick with pure Qt. It is the encouraged way to built application for MeeGo.&lt;br /&gt;
&lt;br /&gt;
MeeGo Touch framework may interest you only if :&lt;br /&gt;
&lt;br /&gt;
* You are building an application UI specifically for MeeGo handset UX.&lt;br /&gt;
* You want to adopt the MeeGo style (see MeeGo handset guidelines).&lt;br /&gt;
* You are interested in using MeeGo widgets and notifications, automatic screen rotation.&lt;br /&gt;
* You can cope with future change in API. MeeGo Touch framework is still evolving. For instance, part (or all) of it may be included in future version of Qt. Though you can be confident that MeeGo Touch will continue to exist and improve.&lt;br /&gt;
&lt;br /&gt;
Also an other new way to code Qt apps exist : Qt Quick. it is still very new, but it could be interesting to write fast a small UI.&lt;br /&gt;
&lt;br /&gt;
== How to install it ? ==&lt;br /&gt;
&lt;br /&gt;
You can clone the git repositories in the source page and compile it (./configure, qmake, make install) or use the version included into  MeeGo handset images.&lt;br /&gt;
&lt;br /&gt;
Also it must be run into a MeeGo chroot environment (see [[Getting started with the MeeGo SDK for Linux (Original)]]) or a MeeGo test device ([[ARM/N900]])&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/MeeGo_Touch_Framework</id>
		<title>MeeGo Touch Framework</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/MeeGo_Touch_Framework"/>
				<updated>2010-08-27T16:17:34Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: /* Should I use this framework to write an application for MeeGo ? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MeeGo Touch is a Qt based application development framework targeting mobile touch screen devices. It is part of MeeGo API (along Qt 4.7). It provides all the necessary building blocks for creating native applications that follow the MeeGo Handset UX guidelines . The framework itself is built on top of the Qt Graphics View Framework.&lt;br /&gt;
&lt;br /&gt;
The source code is here : [http://meego.gitorious.org/meegotouch]&lt;br /&gt;
&lt;br /&gt;
The documentation is here : [http://apidocs.meego.com/mtf/]&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
(to do)&lt;br /&gt;
(see documentation)&lt;br /&gt;
== Relation to Qt ==&lt;br /&gt;
The Framework sits on top of Qt. It extend it and adapt it to touchscreen interface, providing convenient classes and widget for a MeeGo Application on a touch screen.&lt;br /&gt;
&lt;br /&gt;
== Should I use this framework to write an application for MeeGo ? ==&lt;br /&gt;
This topic was discuss in the forum here : [http://forum.meego.com/showthread.php?t=524]&lt;br /&gt;
&lt;br /&gt;
The quick summary : if you value application portability and API stability it is probably better to stick with pure Qt. It is the encouraged way to built application for MeeGo.&lt;br /&gt;
&lt;br /&gt;
MeeGo Touch framework may interest you only if :&lt;br /&gt;
&lt;br /&gt;
* You are building an application UI specifically for MeeGo handset UX.&lt;br /&gt;
* You want to adopt the MeeGo style (see MeeGo handset guidelines).&lt;br /&gt;
* You are interested in using MeeGo widgets and notifications, automatic screen rotation.&lt;br /&gt;
* You can cope with future change in API. MeeGo Touch framework is still evolving. For instance, part (or all) of it may be included in future version of Qt. Though you can be confident that MeeGo Touch will continue to exist and improve.&lt;br /&gt;
&lt;br /&gt;
Also an other new way to code Qt apps exist : Qt Quick. it is still very new, but it could be interesting to write fast a small UI.&lt;br /&gt;
&lt;br /&gt;
== How to install it ? ==&lt;br /&gt;
&lt;br /&gt;
You can clone the git repositories in the source page and compile it (./configure, qmake, make install). &lt;br /&gt;
&lt;br /&gt;
Also it must be run into a MeeGo chroot environment (see [[Getting started with the MeeGo SDK for Linux (Original)]]) or a MeeGo test device ([[ARM/N900]])&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/MeeGo_Touch_Framework</id>
		<title>MeeGo Touch Framework</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/MeeGo_Touch_Framework"/>
				<updated>2010-08-27T16:16:08Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MeeGo Touch is a Qt based application development framework targeting mobile touch screen devices. It is part of MeeGo API (along Qt 4.7). It provides all the necessary building blocks for creating native applications that follow the MeeGo Handset UX guidelines . The framework itself is built on top of the Qt Graphics View Framework.&lt;br /&gt;
&lt;br /&gt;
The source code is here : [http://meego.gitorious.org/meegotouch]&lt;br /&gt;
&lt;br /&gt;
The documentation is here : [http://apidocs.meego.com/mtf/]&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
(to do)&lt;br /&gt;
(see documentation)&lt;br /&gt;
== Relation to Qt ==&lt;br /&gt;
The Framework sits on top of Qt. It extend it and adapt it to touchscreen interface, providing convenient classes and widget for a MeeGo Application on a touch screen.&lt;br /&gt;
&lt;br /&gt;
== Should I use this framework to write an application for MeeGo ? ==&lt;br /&gt;
This topic was discuss in the forum here : [http://forum.meego.com/showthread.php?t=524]&lt;br /&gt;
&lt;br /&gt;
The quick summary : if you value application portability and API stability it is probably better to stick with pure Qt. It is the encouraged way to built application for MeeGo.&lt;br /&gt;
&lt;br /&gt;
MeeGo Touch framework may interest you only if :&lt;br /&gt;
&lt;br /&gt;
* You are building an application UI specifically for MeeGo handset UX.&lt;br /&gt;
* You want to adopt the MeeGo style (see MeeGo handset guidelines).&lt;br /&gt;
* You are interested in using MeeGo widgets and notifications.&lt;br /&gt;
* You can cope with future change in API. MeeGo Touch framework is still evolving. For instance, part (or all) of it may be included in future version of Qt. Though you can be confident that MeeGo Touch will continue to exist and improve.&lt;br /&gt;
&lt;br /&gt;
Also an other new way to code Qt apps exist : Qt Quick. it is still very new, but it could be interesting to write fast a small UI.&lt;br /&gt;
&lt;br /&gt;
== How to install it ? ==&lt;br /&gt;
&lt;br /&gt;
You can clone the git repositories in the source page and compile it (./configure, qmake, make install). &lt;br /&gt;
&lt;br /&gt;
Also it must be run into a MeeGo chroot environment (see [[Getting started with the MeeGo SDK for Linux (Original)]]) or a MeeGo test device ([[ARM/N900]])&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/MeeGo_Touch_Framework</id>
		<title>MeeGo Touch Framework</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/MeeGo_Touch_Framework"/>
				<updated>2010-08-27T16:14:41Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MeeGo Touch is a Qt based application development framework targeting mobile touch screen devices. It is part of MeeGo API (along Qt 4.7). It provides all the necessary building blocks for creating native applications that follow the MeeGo Handset UX guidelines . The framework itself is built on top of the Qt Graphics View Framework.&lt;br /&gt;
&lt;br /&gt;
The source code is here : [http://meego.gitorious.org/meegotouch]&lt;br /&gt;
The documentation is here : [http://apidocs.meego.com/mtf/]&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
(to do)&lt;br /&gt;
(see documentation)&lt;br /&gt;
== Relation to Qt ==&lt;br /&gt;
The Framework sits on top of Qt. It extend it and adapt it to touchscreen interface, providing convenient classes and widget for a MeeGo Application on a touch screen.&lt;br /&gt;
&lt;br /&gt;
== Should I use this framework to write an application for MeeGo ? ==&lt;br /&gt;
This topic was discuss in the forum here : [http://forum.meego.com/showthread.php?t=524]&lt;br /&gt;
&lt;br /&gt;
The quick summary : if you value application portability and API stability it is probably better to stick with pure Qt. It is the encouraged way to built application for MeeGo.&lt;br /&gt;
&lt;br /&gt;
MeeGo Touch framework may interest you only if :&lt;br /&gt;
&lt;br /&gt;
* You are building an application UI specifically for MeeGo handset UX.&lt;br /&gt;
* You want to adopt the MeeGo style (see MeeGo handset guidelines).&lt;br /&gt;
* You are interested in using MeeGo widgets and notifications.&lt;br /&gt;
* You can cope with future change in API. MeeGo Touch framework is still evolving. For instance, part (or all) of it may be included in future version of Qt. Though you can be confident that MeeGo Touch will continue to exist and improve.&lt;br /&gt;
&lt;br /&gt;
Also an other new way to code Qt apps exist : Qt Quick. it is still very new, but it could be interesting to write fast a small UI.&lt;br /&gt;
&lt;br /&gt;
== How to install it ? ==&lt;br /&gt;
&lt;br /&gt;
You can clone the git repositories in the source page and compile it (./configure, qmake, make install). &lt;br /&gt;
&lt;br /&gt;
Also it must be run into a MeeGo chroot environment (see [[Getting started with the MeeGo SDK for Linux (Original)]]) or a MeeGo test device ([[ARM/N900]])&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/MeeGo_Touch_Framework</id>
		<title>MeeGo Touch Framework</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/MeeGo_Touch_Framework"/>
				<updated>2010-08-27T16:00:35Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: /* Should I use this framework to write an application for MeeGo ? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MeeGo Touch is a Qt based application development framework targeting mobile touch screen devices. It is part of MeeGo API (along Qt 4.7). It provides all the necessary building blocks for creating native applications that follow the MeeGo Handset UX guidelines . The framework itself is built on top of the Qt Graphics View Framework.&lt;br /&gt;
&lt;br /&gt;
The source code is here : [http://meego.gitorious.org/meegotouch]&lt;br /&gt;
The documentation is here : [http://apidocs.meego.com/mtf/]&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
(to do)&lt;br /&gt;
(see documentation)&lt;br /&gt;
== Relation to Qt ==&lt;br /&gt;
The Framework sits on top of Qt. It extend it and adapt it to touchscreen interface, providing convenient classes and widget for a MeeGo Application on a touch screen.&lt;br /&gt;
&lt;br /&gt;
== Should I use this framework to write an application for MeeGo ? ==&lt;br /&gt;
This topic was discuss in the forum here : [http://forum.meego.com/showthread.php?t=524]&lt;br /&gt;
&lt;br /&gt;
The quick summary : if you value application portability and API stability it is probably better to stick with pure Qt. It is the encouraged way to built application for MeeGo.&lt;br /&gt;
&lt;br /&gt;
MeeGo Touch framework may interest you only if :&lt;br /&gt;
&lt;br /&gt;
* You are building an application UI specifically for MeeGo handset UX.&lt;br /&gt;
* You want to adopt the MeeGo style (see MeeGo handset guidelines).&lt;br /&gt;
* You are interested in using MeeGo widgets and notifications.&lt;br /&gt;
* You can cope with future change in API. MeeGo Touch framework is still evolving. For instance, part (or all) of it may be included in future version of Qt. Though you can be confident that MeeGo Touch will continue to exist and improve.&lt;br /&gt;
&lt;br /&gt;
Also an other new way to code Qt apps exist : Qt Quick. it is still very new, but it could be interesting to write fast a small UI.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/MeeGo_Touch_Framework</id>
		<title>MeeGo Touch Framework</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/MeeGo_Touch_Framework"/>
				<updated>2010-08-27T15:56:33Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MeeGo Touch is a Qt based application development framework targeting mobile touch screen devices. It is part of MeeGo API (along Qt 4.7). It provides all the necessary building blocks for creating native applications that follow the MeeGo Handset UX guidelines . The framework itself is built on top of the Qt Graphics View Framework.&lt;br /&gt;
&lt;br /&gt;
The source code is here : [http://meego.gitorious.org/meegotouch]&lt;br /&gt;
The documentation is here : [http://apidocs.meego.com/mtf/]&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
(to do)&lt;br /&gt;
(see documentation)&lt;br /&gt;
== Relation to Qt ==&lt;br /&gt;
The Framework sits on top of Qt. It extend it and adapt it to touchscreen interface, providing convenient classes and widget for a MeeGo Application on a touch screen.&lt;br /&gt;
&lt;br /&gt;
== Should I use this framework to write an application for MeeGo ? ==&lt;br /&gt;
This topic was discuss in the forum here : [http://forum.meego.com/showthread.php?t=524]&lt;br /&gt;
&lt;br /&gt;
The quick summary : if you value application portability and API stability it is probably better to stick with pure Qt. It is the encouraged way to built application for MeeGo.&lt;br /&gt;
MeeGo Touch framework may interest you only if :&lt;br /&gt;
- You are building an application UI specifically for MeeGo handset UX.&lt;br /&gt;
- You want to adopt the MeeGo style (see MeeGo handset guidelines).&lt;br /&gt;
- You are interested in using MeeGo widgets and notifications.&lt;br /&gt;
- MeeGo Touch framework is still evolving. For instance part or all of it may be included in future version of Qt. You can cope with future evolution.&lt;br /&gt;
&lt;br /&gt;
Also an other new way to code Qt apps exist : Qt quick. it is still very new but could be interesting to write fast a small UI.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/MeeGo_Touch_Framework</id>
		<title>MeeGo Touch Framework</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/MeeGo_Touch_Framework"/>
				<updated>2010-08-27T15:25:34Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: Created page with &amp;quot;MeeGo Touch is a Qt based application development framework targeting mobile touch screen devices. It is part of MeeGo API (along Qt 4.7). It provides all the necessary building …&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MeeGo Touch is a Qt based application development framework targeting mobile touch screen devices. It is part of MeeGo API (along Qt 4.7). It provides all the necessary building blocks for creating native applications that follow the MeeGo Handset UX guidelines . The framework itself is built on top of the Qt Graphics View Framework.&lt;br /&gt;
&lt;br /&gt;
The source code is here : [http://meego.gitorious.org/meegotouch]&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Talk:MeeGo_Desktop</id>
		<title>Talk:MeeGo Desktop</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Talk:MeeGo_Desktop"/>
				<updated>2010-08-06T00:24:50Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I like the idea to make a desktop release of MeeGo. To base this desktop experience on the &amp;quot;netbook UX&amp;quot; is probably the fastest way to get started, but I think it would be even better in the longer term if the &amp;quot;desktop UX&amp;quot; could be derived from KDE :&lt;br /&gt;
* KDE 4 is now a mature and awesome desktop shell.&lt;br /&gt;
* KDE has a rich and powerfull community. Making KDE the MeeGo &amp;quot;Desktop UX&amp;quot; could boost their interest in MeeGo.&lt;br /&gt;
* KDE has a lot of great application for the desktop.&lt;br /&gt;
* KDE is completely Qt-based, so it is a smart choice considering the central role of Qt in MeeGo.&lt;br /&gt;
* I have read (planetkde.org or a youtube video?) that there is KDE devs interested in porting KDE to MeeGo.&lt;br /&gt;
[[User:Bzhbok|Bzhbok]] 21:46, 3 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bzhbok, &lt;br /&gt;
&lt;br /&gt;
Thanks for your comments! Using &amp;quot;netbook UX&amp;quot; helps to develop applications for MeeGo Netbook. So it should be kept. KDE or GNOME can be two add-on options.&lt;br /&gt;
&lt;br /&gt;
[[User:maxayu|maxayu]] 4 August 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks for the rapid reply. I'm not sure to understand why using the &amp;quot;netbook UX&amp;quot; helps to develop applications for MeeGo Netbook : I thought that the prefered way to make apps for MeeGo is to write it in pure Qt, regardless of the targeted UX. So the choosen desktop shell should have little impact on the way to write applications, no ?&lt;br /&gt;
[[User:Bzhbok|Bzhbok]] 19:54, 4 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Good question! &lt;br /&gt;
&lt;br /&gt;
What I mean is that currently we do not have a defined set of look &amp;amp; feel for plain Qt apps. So if using &amp;quot;netbook UX&amp;quot;, we can develop apps that have similar look &amp;amp; feel with &amp;quot;netbook UX&amp;quot; easier. But this does not sound like a strong reason. &lt;br /&gt;
&lt;br /&gt;
Besides, I would like to expand &amp;quot;MeeGo for Netbook&amp;quot; to &amp;quot;MeeGo for Netbook and Desktop&amp;quot;, so &amp;quot;netbook UX&amp;quot; can be kept.&lt;br /&gt;
&lt;br /&gt;
The content of this message is my personal opinion only and although&lt;br /&gt;
I am an employee of Intel, the statements I make here in no way&lt;br /&gt;
represent Intel's position on the issue, nor am I authorized to speak&lt;br /&gt;
on behalf of Intel on this matter. &lt;br /&gt;
&lt;br /&gt;
[[User:Maxayu|Maxayu]] 02:58, 5 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I understand your desire to extand the &amp;quot;Netbook UX&amp;quot; to the desktop and it is a nice project! And your doing the coding while I'm not ( I would love to but I don't have enough time currently ) ... It is quite a difference ;-)  . I haven't used much the meego netbook shell, so I wonder how suited it will be for the desktop. &lt;br /&gt;
Anyway the rational of my argumentation is that KDE is a very nice desktop that lacks a &amp;quot;flagship&amp;quot; distribution, like Ubuntu for Gnome. Considering the emphasize on Qt in MeeGo I was thinking it was on a good position to do that. If in a few month (since desktop is not the primary target in MeeGo) MeeGo could announce that it goes to the desktop with KDE, I'm sure it would get a lot of momentum and mindshare in the linux communities... and I would love to see something like that happening !&lt;br /&gt;
&lt;br /&gt;
So the two main advantages I see for KDE :&lt;br /&gt;
*  It is a very advanced project completelly suited for the desktop&lt;br /&gt;
* It has a big community of devs and users. It could be an advantage over the intel internally develloped netbook shell to get mindshare and momentum on the desktop.&lt;br /&gt;
&lt;br /&gt;
[[User:Bzhbok|Bzhbok]] 00:23, 6 August 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Talk:MeeGo_Desktop</id>
		<title>Talk:MeeGo Desktop</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Talk:MeeGo_Desktop"/>
				<updated>2010-08-06T00:23:41Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I like the idea to make a desktop release of MeeGo. To base this desktop experience on the &amp;quot;netbook UX&amp;quot; is probably the fastest way to get started, but I think it would be even better in the longer term if the &amp;quot;desktop UX&amp;quot; could be derived from KDE :&lt;br /&gt;
* KDE 4 is now a mature and awesome desktop shell.&lt;br /&gt;
* KDE has a rich and powerfull community. Making KDE the MeeGo &amp;quot;Desktop UX&amp;quot; could boost their interest in MeeGo.&lt;br /&gt;
* KDE has a lot of great application for the desktop.&lt;br /&gt;
* KDE is completely Qt-based, so it is a smart choice considering the central role of Qt in MeeGo.&lt;br /&gt;
* I have read (planetkde.org or a youtube video?) that there is KDE devs interested in porting KDE to MeeGo.&lt;br /&gt;
[[User:Bzhbok|Bzhbok]] 21:46, 3 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bzhbok, &lt;br /&gt;
&lt;br /&gt;
Thanks for your comments! Using &amp;quot;netbook UX&amp;quot; helps to develop applications for MeeGo Netbook. So it should be kept. KDE or GNOME can be two add-on options.&lt;br /&gt;
&lt;br /&gt;
[[User:maxayu|maxayu]] 4 August 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks for the rapid reply. I'm not sure to understand why using the &amp;quot;netbook UX&amp;quot; helps to develop applications for MeeGo Netbook : I thought that the prefered way to make apps for MeeGo is to write it in pure Qt, regardless of the targeted UX. So the choosen desktop shell should have little impact on the way to write applications, no ?&lt;br /&gt;
[[User:Bzhbok|Bzhbok]] 19:54, 4 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Good question! &lt;br /&gt;
&lt;br /&gt;
What I mean is that currently we do not have a defined set of look &amp;amp; feel for plain Qt apps. So if using &amp;quot;netbook UX&amp;quot;, we can develop apps that have similar look &amp;amp; feel with &amp;quot;netbook UX&amp;quot; easier. But this does not sound like a strong reason. &lt;br /&gt;
&lt;br /&gt;
Besides, I would like to expand &amp;quot;MeeGo for Netbook&amp;quot; to &amp;quot;MeeGo for Netbook and Desktop&amp;quot;, so &amp;quot;netbook UX&amp;quot; can be kept.&lt;br /&gt;
&lt;br /&gt;
The content of this message is my personal opinion only and although&lt;br /&gt;
I am an employee of Intel, the statements I make here in no way&lt;br /&gt;
represent Intel's position on the issue, nor am I authorized to speak&lt;br /&gt;
on behalf of Intel on this matter. &lt;br /&gt;
&lt;br /&gt;
[[User:Maxayu|Maxayu]] 02:58, 5 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I understand your desire to extand the &amp;quot;Netbook UX&amp;quot; to the desktop and it is a nice project! And your doing the coding while I'm not ( I would love to but I don't have enough time currently ) ... It is quite a difference ;-)  . I haven't used much the meego netbook shell, so I wonder how suited it will be for the desktop. &lt;br /&gt;
Anyway the rational of my argumentation is that KDE is a very nice desktop that lacks a &amp;quot;flagship&amp;quot; distribution, like Ubuntu for Gnome. Considering the emphasize on Qt in MeeGo I was thinking it was on a good position to do that. If in a few month (since desktop is not the primary target in MeeGo) MeeGo announce that it goes to the desktop with KDE, I'm sure it get a lot of momentum and mindshare in the linux communities... I would love to see something like that happening !&lt;br /&gt;
&lt;br /&gt;
So the two main advantages I see for KDE :&lt;br /&gt;
*  It is a very advanced project completelly suited for the desktop&lt;br /&gt;
* It has a big community of devs and users. It could be an advantage over the intel internally develloped netbook shell to get mindshare and momentum on the desktop.&lt;br /&gt;
&lt;br /&gt;
[[User:Bzhbok|Bzhbok]] 00:23, 6 August 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Talk:MeeGo_Desktop</id>
		<title>Talk:MeeGo Desktop</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Talk:MeeGo_Desktop"/>
				<updated>2010-08-04T19:54:31Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I like the idea to make a desktop release of MeeGo. To base this desktop experience on the &amp;quot;netbook UX&amp;quot; is probably the fastest way to get started, but I think it would be even better in the longer term if the &amp;quot;desktop UX&amp;quot; could be derived from KDE :&lt;br /&gt;
* KDE 4 is now a mature and awesome desktop shell.&lt;br /&gt;
* KDE has a rich and powerfull community. Making KDE the MeeGo &amp;quot;Desktop UX&amp;quot; could boost their interest in MeeGo.&lt;br /&gt;
* KDE has a lot of great application for the desktop.&lt;br /&gt;
* KDE is completely Qt-based, so it is a smart choice considering the central role of Qt in MeeGo.&lt;br /&gt;
* I have read (planetkde.org or a youtube video?) that there is KDE devs interested in porting KDE to MeeGo.&lt;br /&gt;
[[User:Bzhbok|Bzhbok]] 21:46, 3 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bzhbok, &lt;br /&gt;
&lt;br /&gt;
Thanks for your comments! Using &amp;quot;netbook UX&amp;quot; helps to develop applications for MeeGo Netbook. So it should be kept. KDE or GNOME can be two add-on options.&lt;br /&gt;
&lt;br /&gt;
[[User:maxayu|maxayu]] 4 August 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks for the rapid reply. I'm not sure to understand why using the &amp;quot;netbook UX&amp;quot; helps to develop applications for MeeGo Netbook : I thought that the prefered way to make apps for MeeGo is to write it in pure Qt, regardless of the targeted UX. So the choosen desktop shell should have little impact on the way to write applications, no ?&lt;br /&gt;
[[User:Bzhbok|Bzhbok]] 19:54, 4 August 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/User_talk:Maxayu</id>
		<title>User talk:Maxayu</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/User_talk:Maxayu"/>
				<updated>2010-08-03T22:01:02Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: Created page with 'I would be interested in your opinion on this: http://wiki.meego.com/Talk:MeeGo_Desktop ~~~~'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I would be interested in your opinion on this:&lt;br /&gt;
http://wiki.meego.com/Talk:MeeGo_Desktop&lt;br /&gt;
[[User:Bzhbok|Bzhbok]] 22:01, 3 August 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Talk:MeeGo_Desktop</id>
		<title>Talk:MeeGo Desktop</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Talk:MeeGo_Desktop"/>
				<updated>2010-08-03T21:46:47Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: Created page with 'I like the idea to make a desktop release of MeeGo. To base this desktop experience on the &amp;quot;netbook UX&amp;quot; is probably the fastest way to get started, but I think it would be even b…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I like the idea to make a desktop release of MeeGo. To base this desktop experience on the &amp;quot;netbook UX&amp;quot; is probably the fastest way to get started, but I think it would be even better in the longer term if the &amp;quot;desktop UX&amp;quot; could be derived from KDE :&lt;br /&gt;
* KDE 4 is now a mature and awesome desktop shell.&lt;br /&gt;
* KDE has a rich and powerfull community. Making KDE the MeeGo &amp;quot;Desktop UX&amp;quot; could boost their interest in MeeGo.&lt;br /&gt;
* KDE has a lot of great application for the desktop.&lt;br /&gt;
* KDE is completely Qt-based, so it is a smart choice considering the central role of Qt in MeeGo.&lt;br /&gt;
* I have read (planetkde.org or a youtube video?) that there is KDE devs interested in porting KDE to MeeGo.&lt;br /&gt;
[[User:Bzhbok|Bzhbok]] 21:46, 3 August 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Main_Page"/>
				<updated>2010-02-22T13:00:01Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Scope === &lt;br /&gt;
This wiki is the MeeGo community sandbox and documentation tool. Use it as you wish.&lt;br /&gt;
&lt;br /&gt;
Expected content:&lt;br /&gt;
* ''Agile'' web space for community tasks and projects e.g.&lt;br /&gt;
** [[Maemo and Moblin community assets]]&lt;br /&gt;
** [[Proposal for a Community working group]]&lt;br /&gt;
** [[Proposal for a Localization working group]]&lt;br /&gt;
** [[Proposal for a Repository working group]]&lt;br /&gt;
** [[Meeting agenda]]&lt;br /&gt;
* Developer documentation.&lt;br /&gt;
** [[Packaging]]&lt;br /&gt;
** [[Packaging/Guidelines]]&lt;br /&gt;
** [[Build System]]&lt;br /&gt;
** [[Image Creation]]&lt;br /&gt;
** [[Image Creation For Beginners]]&lt;br /&gt;
** [[ARM Support]]&lt;br /&gt;
&lt;br /&gt;
* FAQs, Tips &amp;amp; Tricks and other forms of casual documentation and collaborative content.&lt;br /&gt;
**[[Meego irc]]&lt;br /&gt;
**[[Who's who]]&lt;br /&gt;
**[[Glossary]]&lt;br /&gt;
&lt;br /&gt;
Right now the wiki is still fairly empty - not a lot of users got a chance to see it... we didn't want to just migrate stuff over from other wikis (but we may end up doing some of that, eventually).&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
&lt;br /&gt;
Editing permissions are restricted to registered users. [http://meego.com/user/register Register in the main MeeGo site] and you will have single sign-on.&lt;br /&gt;
&lt;br /&gt;
Consult the [http://www.mediawiki.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
=== Structure ===&lt;br /&gt;
Currently there is no content and no structure. What will happen over time is up to us.&lt;br /&gt;
&lt;br /&gt;
It's worth commenting that http://wiki.maemo.org contains around 1000 pages, many of them relevant here now that the Maemo platform is evolving into MeeGo. There is an active [http://wiki.maemo.org/Maemowiki_Action_Group Maemowiki Action Group]. Please feel at home in this wiki.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Main_Page"/>
				<updated>2010-02-22T12:58:43Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Scope === &lt;br /&gt;
This wiki is the MeeGo community sandbox and documentation tool. Use it as you wish.&lt;br /&gt;
&lt;br /&gt;
Expected content:&lt;br /&gt;
* ''Agile'' web space for community tasks and projects e.g.&lt;br /&gt;
** [[Maemo and Moblin community assets]]&lt;br /&gt;
** [[Proposal for a Community working group]]&lt;br /&gt;
** [[Proposal for a Localization working group]]&lt;br /&gt;
** [[Proposal for a Repository working group]]&lt;br /&gt;
** [[Meeting_agenda]]&lt;br /&gt;
* Developer documentation.&lt;br /&gt;
** [[Packaging]]&lt;br /&gt;
** [[Packaging/Guidelines]]&lt;br /&gt;
** [[Build System]]&lt;br /&gt;
** [[Image Creation]]&lt;br /&gt;
** [[Image Creation For Beginners]]&lt;br /&gt;
** [[ARM Support]]&lt;br /&gt;
&lt;br /&gt;
* FAQs, Tips &amp;amp; Tricks and other forms of casual documentation and collaborative content.&lt;br /&gt;
**[[Meego_irc]]&lt;br /&gt;
**[[Who's_who]]&lt;br /&gt;
**[[Glossary]]&lt;br /&gt;
&lt;br /&gt;
Right now the wiki is still fairly empty - not a lot of users got a chance to see it... we didn't want to just migrate stuff over from other wikis (but we may end up doing some of that, eventually).&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
&lt;br /&gt;
Editing permissions are restricted to registered users. [http://meego.com/user/register Register in the main MeeGo site] and you will have single sign-on.&lt;br /&gt;
&lt;br /&gt;
Consult the [http://www.mediawiki.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
=== Structure ===&lt;br /&gt;
Currently there is no content and no structure. What will happen over time is up to us.&lt;br /&gt;
&lt;br /&gt;
It's worth commenting that http://wiki.maemo.org contains around 1000 pages, many of them relevant here now that the Maemo platform is evolving into MeeGo. There is an active [http://wiki.maemo.org/Maemowiki_Action_Group Maemowiki Action Group]. Please feel at home in this wiki.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Main_Page"/>
				<updated>2010-02-19T16:33:51Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Scope === &lt;br /&gt;
This wiki is the MeeGo community sandbox and documentation tool. Use it as you wish.&lt;br /&gt;
&lt;br /&gt;
Expected content:&lt;br /&gt;
* ''Agile'' web space for community tasks and projects e.g.&lt;br /&gt;
** [[Maemo and Moblin community assets]]&lt;br /&gt;
** [[Proposal for a Community working group]]&lt;br /&gt;
** [[Proposal for a Localization working group]]&lt;br /&gt;
** [[Proposal for a Repository working group]]&lt;br /&gt;
* Developer documentation.&lt;br /&gt;
** [[Packaging]]&lt;br /&gt;
** [[Packaging/Guidelines]]&lt;br /&gt;
** [[Build System]]&lt;br /&gt;
** [[Image Creation]]&lt;br /&gt;
** [[Image Creation For Beginners]]&lt;br /&gt;
** [[ARM Support]]&lt;br /&gt;
&lt;br /&gt;
* FAQs, Tips &amp;amp; Tricks and other forms of casual documentation and collaborative content.&lt;br /&gt;
**[[Meego_irc]]&lt;br /&gt;
**[[Who's_who]]&lt;br /&gt;
**[[Glossary]]&lt;br /&gt;
&lt;br /&gt;
Right now the wiki is still fairly empty - not a lot of users got a chance to see it... we didn't want to just migrate stuff over from other wikis (but we may end up doing some of that, eventually).&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
&lt;br /&gt;
Editing permissions are restricted to registered users. [http://meego.com/user/register Register in the main MeeGo site] and you will have single sign-on.&lt;br /&gt;
&lt;br /&gt;
Consult the [http://www.mediawiki.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
=== Structure ===&lt;br /&gt;
Currently there is no content and no structure. What will happen over time is up to us.&lt;br /&gt;
&lt;br /&gt;
It's worth commenting that http://wiki.maemo.org contains around 1000 pages, many of them relevant here now that the Maemo platform is evolving into MeeGo. There is an active [http://wiki.maemo.org/Maemowiki_Action_Group Maemowiki Action Group]. Please feel at home in this wiki.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Main_Page"/>
				<updated>2010-02-18T08:20:01Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Scope === &lt;br /&gt;
This wiki is the MeeGo community sandbox and documentation tool. Use it as you wish.&lt;br /&gt;
&lt;br /&gt;
Expected content:&lt;br /&gt;
* ''Agile'' web space for community tasks and projects e.g.&lt;br /&gt;
** [[Maemo and Moblin community assets]]&lt;br /&gt;
** [[Proposal for a Community working group]]&lt;br /&gt;
** [[Proposal for a Localization working group]]&lt;br /&gt;
** [[Proposal for a Repository working group]]&lt;br /&gt;
* Developer documentation.&lt;br /&gt;
*** [[Packaging]]&lt;br /&gt;
*** [[Build System]]&lt;br /&gt;
*** [[Image Creation]]&lt;br /&gt;
*** [[Image Creation For Beginners]]&lt;br /&gt;
&lt;br /&gt;
* FAQs, Tips &amp;amp; Tricks and other forms of casual documentation and collaborative content.&lt;br /&gt;
**[[Meego_irc]]&lt;br /&gt;
&lt;br /&gt;
Right now the wiki is still fairly empty - not a lot of users got a chance to see it... we didn't want to just migrate stuff over from other wikis (but we may end up doing some of that, eventually).&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
&lt;br /&gt;
Editing permissions are restricted to registered users. [http://meego.com/user/register Register in the main MeeGo site] and you will have single sign-on.&lt;br /&gt;
&lt;br /&gt;
Consult the [http://www.mediawiki.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
=== Structure ===&lt;br /&gt;
Currently there is no content and no structure. What will happen over time is up to us.&lt;br /&gt;
&lt;br /&gt;
It's worth commenting that http://wiki.maemo.org contains around 1000 pages, many of them relevant here now that the Maemo platform is evolving into MeeGo. There is an active [http://wiki.maemo.org/Maemowiki_Action_Group Maemowiki Action Group]. Please feel at home in this wiki.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Meego_IRC</id>
		<title>Meego IRC</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Meego_IRC"/>
				<updated>2010-02-18T03:44:16Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information collected/summarized about MeeGo from irc ('''#meego at irc.freenode.net''').&lt;br /&gt;
&lt;br /&gt;
The purpose of this page is to collect initial unstructured information, however, it is expected to be deleted once detailed info is available. '''All information here is highly unofficial and speculational sometimes, reflecting individual opinions only.''' Full IRC log is available at [http://mg.pov.lt/meego-irclog http://mg.pov.lt/meego-irclog] .&lt;br /&gt;
&lt;br /&gt;
== End-users ==&lt;br /&gt;
&lt;br /&gt;
* qgil did not confirm or deny official release of MeeGo for N900 on irc ;)&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
&lt;br /&gt;
* how the meego community will look like is mostly decided by maemo and moblin communities themselves&lt;br /&gt;
&lt;br /&gt;
== Developer ==&lt;br /&gt;
&lt;br /&gt;
* applications developed in Qt will run on N900 (probably PR1.2), MeeGo handheld and MeeGo netbook variants too.&lt;br /&gt;
* first MeeGo sources are expected to be public around first week of March 2010&lt;br /&gt;
* MeeGo will have an SDK and it won't be Windows-only&lt;br /&gt;
* wiki page for [[Packaging]] is now up&lt;br /&gt;
* There is very early packages imported from Moblin in [http://repo.meego.com/ http://repo.meego.com/]&lt;br /&gt;
&lt;br /&gt;
== Devices ==&lt;br /&gt;
* MeeGo will have both ARM and Intel CPU support.&lt;br /&gt;
* Maemo 6/Harmattan name is now changed to MeeGo/Harmattan.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Meego_IRC</id>
		<title>Meego IRC</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Meego_IRC"/>
				<updated>2010-02-18T03:41:20Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information collected/summarized about MeeGo from irc ('''#meego at irc.freenode.net''').&lt;br /&gt;
&lt;br /&gt;
The purpose of this page is to collect initial unstructured information, however, it is expected to be deleted once detailed info is available. '''All information here is highly unofficial and speculational sometimes, reflecting individual opinions only.''' Full IRC log is available at [http://mg.pov.lt/meego-irclog http://mg.pov.lt/meego-irclog] .&lt;br /&gt;
&lt;br /&gt;
== End-users ==&lt;br /&gt;
&lt;br /&gt;
* qgil did not confirm or deny official release of MeeGo for N900 on irc ;)&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
&lt;br /&gt;
* how the meego community will look like is mostly decided by maemo and moblin communities themselves&lt;br /&gt;
&lt;br /&gt;
== Developer ==&lt;br /&gt;
&lt;br /&gt;
* applications developed in Qt will run on N900 (probably PR1.2), MeeGo handheld and MeeGo netbook variants too.&lt;br /&gt;
* first MeeGo sources are expected to be public around first week of March 2010&lt;br /&gt;
* MeeGo will have an SDK and it won't be Windows-only&lt;br /&gt;
* wiki page for [[Packaging]] is now up&lt;br /&gt;
* There is very early package imported from Moblin in [http://repo.meego.com/ http://repo.meego.com/]&lt;br /&gt;
&lt;br /&gt;
== Devices ==&lt;br /&gt;
* MeeGo will have both ARM and Intel CPU support.&lt;br /&gt;
* Maemo 6/Harmattan name is now changed to MeeGo/Harmattan.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Main_Page"/>
				<updated>2010-02-18T03:00:48Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: /* Scope */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Scope === &lt;br /&gt;
This wiki is the MeeGo community sandbox and documentation tool. Use it as you wish.&lt;br /&gt;
&lt;br /&gt;
Expected content:&lt;br /&gt;
* ''Agile'' web space for community tasks and projects e.g.&lt;br /&gt;
** [[Maemo and Moblin community assets]]&lt;br /&gt;
** [[Proposal for a Community working group]]&lt;br /&gt;
** [[Proposal for a Localization working group]]&lt;br /&gt;
** [[Proposal_for_a_Repository_working_group]]&lt;br /&gt;
* Developer documentation.&lt;br /&gt;
** [[Packaging]]&lt;br /&gt;
** [[Build_System]]&lt;br /&gt;
** [[Image_Creation]]&lt;br /&gt;
* FAQs, Tips &amp;amp; Tricks and other forms of casual documentation and collaborative content.&lt;br /&gt;
**[[Meego_irc]]&lt;br /&gt;
&lt;br /&gt;
Right now the wiki is still fairly empty - not a lot of users got a chance to see it... we didn't want to just migrate stuff over from other wikis (but we may end up doing some of that, eventually).&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
&lt;br /&gt;
Editing permissions are restricted to registered users. [http://meego.com/user/register Register in the main MeeGo site] and you will have single sign-on.&lt;br /&gt;
&lt;br /&gt;
Consult the [http://www.mediawiki.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
=== Structure ===&lt;br /&gt;
Currently there is no content and no structure. What will happen over time is up to us.&lt;br /&gt;
&lt;br /&gt;
It's worth commenting that http://wiki.maemo.org contains around 1000 pages, many of them relevant here now that the Maemo platform is evolving into MeeGo. There is an active [http://wiki.maemo.org/Maemowiki_Action_Group Maemowiki Action Group]. Please feel at home in this wiki.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Main_Page"/>
				<updated>2010-02-17T22:35:39Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Scope === &lt;br /&gt;
This wiki is the MeeGo community sandbox and documentation tool. Use it as you wish.&lt;br /&gt;
&lt;br /&gt;
Expected content:&lt;br /&gt;
* ''Agile'' web space for community tasks and projects e.g.&lt;br /&gt;
** [[Maemo and Moblin community assets]]&lt;br /&gt;
** [[Proposal for a Community working group]]&lt;br /&gt;
** [[Proposal for a Localization working group]]&lt;br /&gt;
** [[Proposal_for_a_Repository_working_group]]&lt;br /&gt;
* Developer documentation.&lt;br /&gt;
**[[Packaging]]&lt;br /&gt;
* FAQs, Tips &amp;amp; Tricks and other forms of casual documentation and collaborative content.&lt;br /&gt;
**[[Meego_irc]]&lt;br /&gt;
&lt;br /&gt;
Right now the wiki is still fairly empty - not a lot of users got a chance to see it... we didn't want to just migrate stuff over from other wikis (but we may end up doing some of that, eventually).&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
&lt;br /&gt;
Editing permissions are restricted to registered users. [http://meego.com/user/register Register in the main MeeGo site] and you will have single sign-on.&lt;br /&gt;
&lt;br /&gt;
Consult the [http://www.mediawiki.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
=== Structure ===&lt;br /&gt;
Currently there is no content and no structure. What will happen over time is up to us.&lt;br /&gt;
&lt;br /&gt;
It's worth commenting that http://wiki.maemo.org contains around 1000 pages, many of them relevant here now that the Maemo platform is evolving into MeeGo. There is an active [http://wiki.maemo.org/Maemowiki_Action_Group Maemowiki Action Group]. Please feel at home in this wiki.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Main_Page"/>
				<updated>2010-02-17T22:30:53Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Scope === &lt;br /&gt;
This wiki is the MeeGo community sandbox and documentation tool. Use it as you wish.&lt;br /&gt;
&lt;br /&gt;
Expected content:&lt;br /&gt;
* ''Agile'' web space for community tasks and projects e.g.&lt;br /&gt;
** [[Maemo and Moblin community assets]]&lt;br /&gt;
** [[Proposal for a Community working group]]&lt;br /&gt;
** [[Proposal for a Localization working group]]&lt;br /&gt;
* Developer documentation.&lt;br /&gt;
**[[Packaging]]&lt;br /&gt;
* FAQs, Tips &amp;amp; Tricks and other forms of casual documentation and collaborative content.&lt;br /&gt;
**[[Meego_irc]]&lt;br /&gt;
&lt;br /&gt;
Right now the wiki is still fairly empty - not a lot of users got a chance to see it... we didn't want to just migrate stuff over from other wikis (but we may end up doing some of that, eventually).&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
&lt;br /&gt;
Editing permissions are restricted to registered users. [http://meego.com/user/register Register in the main MeeGo site] and you will have single sign-on.&lt;br /&gt;
&lt;br /&gt;
Consult the [http://www.mediawiki.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
=== Structure ===&lt;br /&gt;
Currently there is no content and no structure. What will happen over time is up to us.&lt;br /&gt;
&lt;br /&gt;
It's worth commenting that http://wiki.maemo.org contains around 1000 pages, many of them relevant here now that the Maemo platform is evolving into MeeGo. There is an active [http://wiki.maemo.org/Maemowiki_Action_Group Maemowiki Action Group]. Please feel at home in this wiki.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Packaging</id>
		<title>Packaging</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Packaging"/>
				<updated>2010-02-17T21:23:16Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Creating Packages for MeeGo =&lt;br /&gt;
&lt;br /&gt;
The build infrastructure is not announced yet, so information here is speculative.&lt;br /&gt;
&lt;br /&gt;
What is known:&lt;br /&gt;
&lt;br /&gt;
*The package format used by MeeGo is RPM.&lt;br /&gt;
&lt;br /&gt;
* MeeGo build tools and Infrastructure will probably derive from Moblin's (see [http://moblin.org/documentation/moblin-distro-developers-guide/moblin-infrastructure] and [http://moblin.org/documentation/moblin-distro-developers-guide/build-system]) with hopefully better support for ARM targets.&lt;br /&gt;
&lt;br /&gt;
* MeeGo will use [http://en.opensuse.org/Build_Service openSUSE Build Services (OBS)].&lt;br /&gt;
&lt;br /&gt;
= Upstream =&lt;br /&gt;
&lt;br /&gt;
As Maemo has Debian as an upstream distribution, there have been lots of questions on what will be MeeGo's upstream, and why Maemo's relationship with Debian will be dropped. The answer is that '''MeeGo is an upstream distribution''' : the only upstream is the projects included into MeeGo such as : kernel.org, X.org, Qt, etc. MeeGo policy is to push all bug fixes to upstream projects.&lt;br /&gt;
&lt;br /&gt;
Why not be Debian-based ? Having an upstream distribution has advantages and disadvantages.&lt;br /&gt;
Advantages : you benefit from all the packaging done in the upstream distribution, thus there is a large selection of available ported software.&lt;br /&gt;
Disadvantages : you have to align your build infrastructure with your upstream. You are dependent on the release cycle and architecture choices of upstream.&lt;br /&gt;
&lt;br /&gt;
The choice is to have no upstream for MeeGo. It makes it easier to tailor MeeGo for its target devices, which is quite specific compared to Debian's. Maybe the Debian rhythm of updates would also be inadequate for MeeGo (smartphone OSs are currently evolving at a very rapid pace). The Moblin build tools would also not have been compatible with Debian as upstream (this is mostly nonsense, see Mer). Nonetheless MeeGo will be Linux Standard Base (LSB) compliant and its specific components will probably be available in Debian at some point.&lt;br /&gt;
&lt;br /&gt;
= RPM vs DEB =&lt;br /&gt;
&lt;br /&gt;
RPM and DEB in themselves are package formats with roughly equivalent features. So the question to use one or the other is more related to the build tools you decide to use. The choice for MeeGo is to use Moblin Tools and openSUSE Build Services (OBS). The RPM choice is mainly a consequence of this (this is again nonsense, see Mer).&lt;br /&gt;
&lt;br /&gt;
= Some link =&lt;br /&gt;
*[http://lists.meego.com/pipermail/meego-dev MeeGo-dev mailing list]&lt;br /&gt;
*[http://www.allmeegodevices.com/2010/02/17/meego-a-whole-new-linux-ballgame/ A nice article about why no upsteam]&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Packaging</id>
		<title>Packaging</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Packaging"/>
				<updated>2010-02-17T20:07:44Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: /* Upstream */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Creating Packages for MeeGo =&lt;br /&gt;
&lt;br /&gt;
The build infrastructure is not annouced yet, so information here is to take carefully.&lt;br /&gt;
&lt;br /&gt;
What is known:&lt;br /&gt;
&lt;br /&gt;
*The package format used by MeeGo is RPM.&lt;br /&gt;
&lt;br /&gt;
* MeeGo build tools and Infrastructure will probably derived from Moblin's one (see [http://moblin.org/documentation/moblin-distro-developers-guide/moblin-infrastructure] and [http://moblin.org/documentation/moblin-distro-developers-guide/build-system]) with hopefully better support for ARM build.&lt;br /&gt;
&lt;br /&gt;
* MeeGo will use [http://en.opensuse.org/Build_Service OpenSuse Built Service (OBS)].&lt;br /&gt;
&lt;br /&gt;
= Upstream =&lt;br /&gt;
&lt;br /&gt;
As Meamo has Debian as an upstream distribution, there have been lots of questions on what will be MeeGo's upstream, and why to drop the relation of Maemo with Debian. The answer is that '''MeeGo is an upstream distribution''' : the only upstream is the projects included into MeeGo such as : kernel.org, X.org, Qt ...etc. MeeGo policy is to push all bug fixes to upstream projets.&lt;br /&gt;
&lt;br /&gt;
Why not be Debian-based ? Having an upstream distribustion is both an advantage and a drawback.&lt;br /&gt;
Avantage : you benefit from all the packaging done in the upstream distribution, thus there is a large choice of software easy to port.&lt;br /&gt;
Drawback : you have to align the built infrastructure with the upstream. You are dependant on the release cycle and architecture choices of upstream.&lt;br /&gt;
&lt;br /&gt;
The choice is to have no upstream for MeeGo. It makes it easier to tailor MeeGo for it's target devices, which is quite specific compared to Debian's one. Maybe the Debian rythm of updates would also be inadequate for MeeGo (smartphone OS are evolving at a very rapid rythm currently). The Moblin build tools would also not have been compatible with Debian as upstream. Nontheless MeeGo is Linux Standard Base (LSB) compliant and its specific component will probably be available in Debian at some point.&lt;br /&gt;
&lt;br /&gt;
= RPM vs DEB =&lt;br /&gt;
&lt;br /&gt;
RPM and DEB in themselves are package format with quite equivalent features. So the question to use one or the other is more related to the build tools you are willing to use. The choice for MeeGo is to use Moblin Tools and OpenSuse Built Services (OBS). The RPM choice is mainly a consequence of this.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Packaging</id>
		<title>Packaging</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Packaging"/>
				<updated>2010-02-17T20:07:15Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: /* Upstream */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Creating Packages for MeeGo =&lt;br /&gt;
&lt;br /&gt;
The build infrastructure is not annouced yet, so information here is to take carefully.&lt;br /&gt;
&lt;br /&gt;
What is known:&lt;br /&gt;
&lt;br /&gt;
*The package format used by MeeGo is RPM.&lt;br /&gt;
&lt;br /&gt;
* MeeGo build tools and Infrastructure will probably derived from Moblin's one (see [http://moblin.org/documentation/moblin-distro-developers-guide/moblin-infrastructure] and [http://moblin.org/documentation/moblin-distro-developers-guide/build-system]) with hopefully better support for ARM build.&lt;br /&gt;
&lt;br /&gt;
* MeeGo will use [http://en.opensuse.org/Build_Service OpenSuse Built Service (OBS)].&lt;br /&gt;
&lt;br /&gt;
= Upstream =&lt;br /&gt;
&lt;br /&gt;
As Meamo has Debian as an upstream distribution, there have been lots of questions on what will be MeeGo's upstream, and why to drop the relation of Maemo with Debian. The answer is that '''MeeGo is an upstream distribution''' : the only upstream is the projects included into MeeGo such as : kernel.org, X.org, Qt ...etc. MeeGo policy is to push all bug fixes to upstream projets.&lt;br /&gt;
&lt;br /&gt;
Why not be Debian-based ? Having an upstream distribustion is both an advantage and a drawback.&lt;br /&gt;
Avantage : you benefit from all the packaging done in the upstream distribution, thus there is a large choice of software easy to port.&lt;br /&gt;
Drawback : you have to align the built infrastructure with the upstream. You are dependant on the release cycle and architecture choices of upstream.&lt;br /&gt;
&lt;br /&gt;
The choice is to have no upstream for MeeGo. It makes it easier to tailor MeeGo for it's target devices, which is quite specific compared to Debian's one. Maybe the Debian rythm of updates would also be inadequate for MeeGo (smartphone OS are evolving at a very rapid rythm currently). The Moblin built tools would also not have been compatible with Debian as upstream. Nontheless MeeGo is Linux Standard Base (LSB) compliant and its specific component will probably be available in Debian at some point.&lt;br /&gt;
&lt;br /&gt;
= RPM vs DEB =&lt;br /&gt;
&lt;br /&gt;
RPM and DEB in themselves are package format with quite equivalent features. So the question to use one or the other is more related to the build tools you are willing to use. The choice for MeeGo is to use Moblin Tools and OpenSuse Built Services (OBS). The RPM choice is mainly a consequence of this.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Packaging</id>
		<title>Packaging</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Packaging"/>
				<updated>2010-02-17T19:56:04Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: /* Creating Packages for MeeGo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Creating Packages for MeeGo =&lt;br /&gt;
&lt;br /&gt;
The build infrastructure is not annouced yet, so information here is to take carefully.&lt;br /&gt;
&lt;br /&gt;
What is known:&lt;br /&gt;
&lt;br /&gt;
*The package format used by MeeGo is RPM.&lt;br /&gt;
&lt;br /&gt;
* MeeGo build tools and Infrastructure will probably derived from Moblin's one (see [http://moblin.org/documentation/moblin-distro-developers-guide/moblin-infrastructure] and [http://moblin.org/documentation/moblin-distro-developers-guide/build-system]) with hopefully better support for ARM build.&lt;br /&gt;
&lt;br /&gt;
* MeeGo will use [http://en.opensuse.org/Build_Service OpenSuse Built Service (OBS)].&lt;br /&gt;
&lt;br /&gt;
= Upstream =&lt;br /&gt;
&lt;br /&gt;
As Meamo has Debian as an upstream distribution, there have been lots of questions on what will be MeeGo's upstream, and why to drop the relation of Maemo with Debian. The answer is that '''MeeGo is an upstream distribution''' : the only upstream is the projects included into MeeGo such as : kernel.org, qt ...etc. MeeGo policy is to push all bug fixes to upstream projets.&lt;br /&gt;
&lt;br /&gt;
Why not be Debian-based ? Having an upstream distribustion is both an advantage and a drawback.&lt;br /&gt;
Avantage : you benefit from all the packaging done in the upstream distribution, thus there is a large choice of software easy to port.&lt;br /&gt;
Drawback : you have to align the built infrastructure with the upstream. You are dependant on the release cycle and architecture choices of upstream.&lt;br /&gt;
&lt;br /&gt;
The choice is to have no upstream for MeeGo. It makes it easier to tailor MeeGo for it's target devices, which is quite specific compared to Debian's one. Maybe the Debian rythm of updates would also be inadequate for MeeGo (smartphone OS are evolving at a very rapid rythm currently). The Moblin built tools would also not have been compatible with Debian as upstream. Nontheless MeeGo is Linux Standard Base (LSB) compliant and its specific component will probably be available in Debian at some point.&lt;br /&gt;
&lt;br /&gt;
= RPM vs DEB =&lt;br /&gt;
&lt;br /&gt;
RPM and DEB in themselves are package format with quite equivalent features. So the question to use one or the other is more related to the build tools you are willing to use. The choice for MeeGo is to use Moblin Tools and OpenSuse Built Services (OBS). The RPM choice is mainly a consequence of this.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Packaging</id>
		<title>Packaging</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Packaging"/>
				<updated>2010-02-17T19:49:32Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: /* RPM vs DEB */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Creating Packages for MeeGo =&lt;br /&gt;
&lt;br /&gt;
The build infrastructure is not annouced yet, so information here is to take carefully.&lt;br /&gt;
&lt;br /&gt;
What is known:&lt;br /&gt;
&lt;br /&gt;
*The package format used by MeeGo is RPM.&lt;br /&gt;
&lt;br /&gt;
* MeeGo build tools and Infrastructure will probably derived from Moblin's one (see [http://moblin.org/documentation/moblin-distro-developers-guide/moblin-infrastructure] and [http://moblin.org/documentation/moblin-distro-developers-guide/build-system]) with hopefully better support for ARM build.&lt;br /&gt;
&lt;br /&gt;
* MeeGo will use [http://en.opensuse.org/Build_Service| OpenSuse Built Service (OBS)].&lt;br /&gt;
&lt;br /&gt;
= Upstream =&lt;br /&gt;
&lt;br /&gt;
As Meamo has Debian as an upstream distribution, there have been lots of questions on what will be MeeGo's upstream, and why to drop the relation of Maemo with Debian. The answer is that '''MeeGo is an upstream distribution''' : the only upstream is the projects included into MeeGo such as : kernel.org, qt ...etc. MeeGo policy is to push all bug fixes to upstream projets.&lt;br /&gt;
&lt;br /&gt;
Why not be Debian-based ? Having an upstream distribustion is both an advantage and a drawback.&lt;br /&gt;
Avantage : you benefit from all the packaging done in the upstream distribution, thus there is a large choice of software easy to port.&lt;br /&gt;
Drawback : you have to align the built infrastructure with the upstream. You are dependant on the release cycle and architecture choices of upstream.&lt;br /&gt;
&lt;br /&gt;
The choice is to have no upstream for MeeGo. It makes it easier to tailor MeeGo for it's target devices, which is quite specific compared to Debian's one. Maybe the Debian rythm of updates would also be inadequate for MeeGo (smartphone OS are evolving at a very rapid rythm currently). The Moblin built tools would also not have been compatible with Debian as upstream. Nontheless MeeGo is Linux Standard Base (LSB) compliant and its specific component will probably be available in Debian at some point.&lt;br /&gt;
&lt;br /&gt;
= RPM vs DEB =&lt;br /&gt;
&lt;br /&gt;
RPM and DEB in themselves are package format with quite equivalent features. So the question to use one or the other is more related to the build tools you are willing to use. The choice for MeeGo is to use Moblin Tools and OpenSuse Built Services (OBS). The RPM choice is mainly a consequence of this.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Packaging</id>
		<title>Packaging</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Packaging"/>
				<updated>2010-02-17T19:38:14Z</updated>
		
		<summary type="html">&lt;p&gt;Bzhbok: Trying to sum up what was said in MeeGo-dev mailing list, so that the same answer don't have to be made again and again. NEEDS IMPROVEMENT&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Creating Packages for MeeGo =&lt;br /&gt;
&lt;br /&gt;
The build infrastructure is not annouced yet, so information here is to take carefully.&lt;br /&gt;
&lt;br /&gt;
What is known:&lt;br /&gt;
&lt;br /&gt;
*The package format used by MeeGo is RPM.&lt;br /&gt;
&lt;br /&gt;
* MeeGo build tools and Infrastructure will probably derived from Moblin's one (see [http://moblin.org/documentation/moblin-distro-developers-guide/moblin-infrastructure] and [http://moblin.org/documentation/moblin-distro-developers-guide/build-system]) with hopefully better support for ARM build.&lt;br /&gt;
&lt;br /&gt;
* MeeGo will use [http://en.opensuse.org/Build_Service| OpenSuse Built Service (OBS)].&lt;br /&gt;
&lt;br /&gt;
= Upstream =&lt;br /&gt;
&lt;br /&gt;
As Meamo has Debian as an upstream distribution, there have been lots of questions on what will be MeeGo's upstream, and why to drop the relation of Maemo with Debian. The answer is that '''MeeGo is an upstream distribution''' : the only upstream is the projects included into MeeGo such as : kernel.org, qt ...etc. MeeGo policy is to push all bug fixes to upstream projets.&lt;br /&gt;
&lt;br /&gt;
Why not be Debian-based ? Having an upstream distribustion is both an advantage and a drawback.&lt;br /&gt;
Avantage : you benefit from all the packaging done in the upstream distribution, thus there is a large choice of software easy to port.&lt;br /&gt;
Drawback : you have to align the built infrastructure with the upstream. You are dependant on the release cycle and architecture choices of upstream.&lt;br /&gt;
&lt;br /&gt;
The choice is to have no upstream for MeeGo. It makes it easier to tailor MeeGo for it's target devices, which is quite specific compared to Debian's one. Maybe the Debian rythm of updates would also be inadequate for MeeGo (smartphone OS are evolving at a very rapid rythm currently). The Moblin built tools would also not have been compatible with Debian as upstream. Nontheless MeeGo is Linux Standard Base (LSB) compliant and its specific component will probably be available in Debian at some point.&lt;br /&gt;
&lt;br /&gt;
= RPM vs DEB =&lt;br /&gt;
&lt;br /&gt;
RPM and DEB in themselves are package format with quite equivalent feature. So the question to use one or the other is more related to the build tools you are willing to use. The choice for MeeGo is to use Moblin Tools and OpenSuse Built Services (OBS). The RPM choice is mainly a consequence of this.&lt;/div&gt;</summary>
		<author><name>Bzhbok</name></author>	</entry>

	</feed>