From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from h1954115.stratoserver.net (h1954115.stratoserver.net [85.214.246.27]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3F3DEE0070B for ; Wed, 18 Jul 2012 23:56:37 -0700 (PDT) X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.101.53] (mail.bmw-carit.de [62.245.222.98]) by h1954115.stratoserver.net (Postfix) with ESMTPSA id F34061D560DB; Thu, 19 Jul 2012 08:56:35 +0200 (CEST) Message-ID: <5007AFA3.9060306@timomueller.eu> Date: Thu, 19 Jul 2012 08:56:35 +0200 From: =?ISO-8859-1?Q?Timo_M=FCller?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: "Rifenbark, Scott M" References: <41DEA4B02DBDEF40A0F3B6D0DDB1237946A42DD5@ORSMSX101.amr.corp.intel.com> In-Reply-To: <41DEA4B02DBDEF40A0F3B6D0DDB1237946A42DD5@ORSMSX101.amr.corp.intel.com> Cc: "yocto@yoctoproject.org" , Timo Mueller Subject: Re: [RFC 0/8] Integrate yocto documentation into eclipse X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2012 06:56:37 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Rifenbark, Scott M wrote, On 18.07.2012 17:03: > Hi, > > This seems like a very cool idea. What about when things change > structurally for the Yocto Docs? For example, right now I am > restructuring much of the Eclipse information that is in the ADT > manual to move it to the development manual as part of an application > development flow. It looks like your patch here includes the ADT > manual and the Quick Start. The changes I am working on will > eventually require the YP development manual as well. I wanted to make sure that it is possible to generate eclipse help from the documentation and integrate it into eclipse. Starting with the development manual and the quick start guide was the obvious choice. But, as I didn't encounter any problems using the docbook eclipse stylesheet on the documentation, I suspect that integrating the other documents is also possible. I will give it a try and let you know about the results. > > Scott > > -----Original Message----- > From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of mail@timomueller.eu > Sent: Wednesday, July 18, 2012 6:03 AM > To: yocto@yoctoproject.org > Cc: Timo Mueller > Subject: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse > > From: Timo Mueller > > Hi, > > the documentation of the yocto project can currently be viewed online > or as a separate pdf. When using the eclipse ide to develop software > on base of a yocto sysroot and toolchain it would be convenient to > access the relevant parts of the documentation from within the ide. > > In order to achieve this, I've generated eclipse help from yocto's > documentation (adt-manual, yocto-project-qs). I have intergrated this > documentation in the ide and it can now be accessed through the > eclipse help center (Help -> Help Contents). Please let me know what > you think about it? > > Yocto's documentation is licensed under the Creative Commons > Attribution-Share Alike 2.0 UK: England & Wales (CCA-SA), which is > incompatible to the Eclipse Public License 1.0. Thus I've created a > standalone feature to simply redistribute the documentation avoiding > licensing issues. Do you agree on the way this is structured? > > Cheers, > Timo > > Timo Mueller (8): > plugins/sdk.doc.user: Added plugin for the yocto project > documentation > plugins/sdk.doc.user: Added empty table of contents > feature/sdk.doc: Added feature containing yocto documentation plugins > feature/sdk.doc: Added org.yocto.sdk.doc.user plugin > plugins/sdk.doc.user: Added yocto quick start guide > feature/sdk: Added org.yocto.sdk.doc feature. > features/sdk.site: Added eclipse help feature to update site > plugins/sdk.doc.user: Added yocto adt manual Cheers, Timo