aboutsummaryrefslogtreecommitdiffstats
path: root/handbook/resources.xml
blob: 6d06364ae58e8c18ec23d6131115188857c1359f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">

<appendix id='resources'>
<title>Contributing to Poky</title>

<section id='resources-intro'>
    <title>Introduction</title>
    <para>
        We're happy for people to experiment with Poky and there are a number of places to
        find help if you run into difficulties or find bugs. To find out how to download
        source code see the <link linkend='intro-getit'>Obtaining Poky</link> section of
        the Introduction.
    </para>
</section>

<section id='resources-bugtracker'>
    <title>Bugtracker</title>

    <para>
        Problems with Poky should be reported in the 
        <ulink url='http://bugzilla.o-hand.com/'>bug tracker</ulink>.
    </para>
</section>

<section id='resources-mailinglist'>
    <title>Mailing list</title>

    <para>
        To subscribe to the mailing list send mail to:
    </para>
    <para>
        <literallayout class='monospaced'>
poky+subscribe &lt;at&gt; openedhand &lt;dot&gt; com
        </literallayout>
    </para>
    <para>
        Then follow the simple instructions in subsequent reply. Archives are
        available <ulink
            url="http://lists.o-hand.com/poky/">here</ulink>.
    </para>
</section>

<section id='resources-irc'>
    <title>IRC</title>

    <para> 
        Join #poky on freenode.
    </para>
</section>

<section id='resources-links'>
    <title>Links</title>

    <itemizedlist>
        <listitem><para>
            <ulink url='http://pokylinux.org'>The Poky website</ulink> 
        </para></listitem>
        <listitem><para>
            <ulink url='http://www.openedhand.com/'>OpenedHand</ulink> - The
            company behind Poky.
        </para></listitem>
        <listitem><para>
            <ulink url='http://www.openembedded.org/'>OpenEmbedded</ulink>
            - The upstream generic embedded distribution Poky derives
            from (and contributes to).
        </para></listitem>
        <listitem><para>
            <ulink url='http://developer.berlios.de/projects/bitbake/'>Bitbake</ulink>
            - The tool used to process Poky metadata.
        </para></listitem>
        <listitem><para>
            <ulink url='http://bitbake.berlios.de/manual/'>Bitbake User
                Manual</ulink>
        </para></listitem>
        <listitem><para>
            <ulink url='http://pimlico-project.org/'>Pimlico</ulink> - A
            suite of lightweight Personal Information Management (PIM)
            applications designed primarily for handheld and mobile
            devices.
        </para></listitem>
        <listitem><para>
            <ulink url='http://fabrice.bellard.free.fr/qemu/'>QEMU</ulink>
            - An open source machine emulator and virtualizer.
        </para></listitem>
    </itemizedlist>
</section>

</appendix>
<!-- 
vim: expandtab tw=80 ts=4 
-->