buildframework/helium/doc/src/user_graph.dot.ftl
author wbernard
Fri, 13 Aug 2010 14:59:05 +0300
changeset 628 7c4a911dc066
parent 587 85df38eb4012
child 645 b8d81fa19e7d
permissions -rw-r--r--
helium_11.0.0-e00f171ca185
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     1
<#--
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     2
============================================================================ 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     3
Name        : 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     4
Part of     : Helium 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     5
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     6
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     7
All rights reserved.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     8
This component and the accompanying materials are made available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     9
under the terms of the License "Eclipse Public License v1.0"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    10
which accompanies this distribution, and is available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    11
at the URL "http://www.eclipse.org/legal/epl-v10.html".
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    12
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    13
Initial Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    14
Nokia Corporation - initial contribution.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    15
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    16
Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    17
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    18
Description:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    19
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    20
============================================================================
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    21
-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    22
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    23
strict digraph G {
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    24
    compound=true;
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    25
    subgraph cluster_0 {
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    26
        node [style=filled];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    27
        <#if !(ant?keys?seq_contains("sf"))>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    28
            Ant -> "Setting up Helium at Nokia"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    29
            "Setting up Helium at Nokia" -> "Running Helium"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    30
            "Running Helium" -> "Feature List"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    31
            "Feature List" -> Diamonds[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    32
            Diamonds -> "Helium Wiki"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    33
            "Helium Wiki" -> "Helium Forum"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    34
        <#else>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    35
            Ant -> "Setting up Helium"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    36
            "Setting up Helium" -> "Running Helium"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    37
            "Running Helium" -> "Feature List"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    38
        </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    39
        label = "Beginners";
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    40
    }
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    41
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    42
    subgraph cluster_1 {
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    43
        node [style=filled];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    44
        <#if !(ant?keys?seq_contains("sf"))>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    45
            "Configure Helium" -> IDO[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    46
            "Configure Helium" -> TeamCI[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    47
            "Configure Helium" -> MCL[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    48
        <#else>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    49
            "Configure Helium";
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    50
        </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    51
        label = "Intermediate";
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    52
    }
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    53
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    54
    subgraph cluster_2 {
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    55
        node [style=filled];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    56
        "ROM Image" -> "Helium Stages"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    57
        <#if !(ant?keys?seq_contains("sf"))>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    58
            "Helium Stages" -> "Helium Nokia Stages"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    59
        </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    60
        label = "Advanced";
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    61
    }
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    62
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    63
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    64
    subgraph cluster_4 {
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    65
        node [style=filled];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    66
        <#if !(ant?keys?seq_contains("sf"))>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    67
            "Helium Developer Guide" -> "Coding Convention"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    68
            "Coding Convention" -> "Helium Test Plan"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    69
            "Helium Test Plan" -> Python[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    70
            Python -> Java[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    71
            Java -> FMPP[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    72
            FMPP -> "DOS Scripting"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    73
        <#else>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    74
            "Helium Developer Guide" -> "Coding Convention"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    75
            "Coding Convention" -> Python[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    76
            Python -> Java[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    77
            Java -> FMPP[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    78
            FMPP -> "DOS Scripting"[dir=none];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    79
        </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    80
        label = "Helium Developer";
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    81
    }
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    82
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    83
    <#if !(ant?keys?seq_contains("sf"))>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    84
        subgraph cluster_2_1{
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    85
            node [style=filled, rankdir=LR];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    86
            EBS [fontcolor=navyblue,fontsize=12,shape=box,href="http://s60wiki.nokia.com/S60Wiki/EBS"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    87
            Raptor [fontcolor=navyblue,fontsize=12,shape=box,href="http://s60wiki.nokia.com/S60Wiki/Raptor"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    88
            "Electric Cloud" [fontcolor=navyblue,fontsize=12,shape=box,href="http://www.connecting.nokia.com/nmp/tpm/nmpglosw.nsf/document/ES21T6K9FM4?OpenDocument"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    89
            ATS [fontcolor=navyblue,fontsize=12,shape=box,href="manual/stages.html#stage-ats3-stif-and-eunit"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    90
    }
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    91
    </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    92
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    93
    subgraph cluster_4_1 {
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    94
        node [style=filled, rankdir=LR];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    95
        ANTUnit [fontcolor=navyblue,fontsize=12,shape=box,href="http://ant.apache.org/antlibs/antunit/"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    96
        NOSE [fontcolor=navyblue,fontsize=12,shape=box,href="http://ivory.idyll.org/articles/nose-intro.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    97
        JUnit [fontcolor=navyblue,fontsize=12,shape=box,href="http://helium.nmp.nokia.com/trac/wiki/JUnit"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    98
    }
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    99
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   100
    Start -> Ant [lhead=cluster_0];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   101
    Start -> "Configure Helium" [lhead=cluster_1];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   102
    Start -> "ROM Image" [lhead=cluster_2];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   103
    Start -> "Helium Developer Guide" [lhead=cluster_4];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   104
    <#if !(ant?keys?seq_contains("sf"))>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   105
        "Helium Nokia Stages" -> "Electric Cloud"[dir=none, lhead=cluster_2_1, ltail=cluster_2];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   106
    </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   107
    "DOS Scripting" -> NOSE[dir=none, lhead=cluster_4_1, ltail=cluster_4];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   108
   
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   109
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   110
    Start [fontcolor=navyblue,fontsize=12,style=filled,href="introduction.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   111
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   112
    Ant [fontcolor=navyblue,fontsize=12,shape=box,href="http://ant.apache.org/manual/"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   113
    "Running Helium" [fontcolor=navyblue,fontsize=12,shape=box,href="manual/running.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   114
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   115
    <#if (ant?keys?seq_contains("sf"))>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   116
        "Setting up Helium" [fontcolor=navyblue,fontsize=12,shape=box,href="sf.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   117
    </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   118
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   119
    "Feature List" [fontcolor=navyblue,fontsize=12,shape=box,href="feature_list.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   120
    "Configure Helium" [fontcolor=navyblue,fontsize=12,shape=box,href="manual/configuring.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   121
    "Helium Stages" [fontcolor=navyblue,fontsize=12,shape=box,href="manual/stages.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   122
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   123
    "ROM Image" [fontcolor=navyblue,fontsize=12,shape=box,href="tutorials/rom_image.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   124
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   125
    <#if !(ant?keys?seq_contains("sf"))>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   126
        "Setting up Helium at Nokia" [fontcolor=navyblue,fontsize=12,shape=box,href="nokia/nokia.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   127
        "Helium Nokia Stages" [fontcolor=navyblue,fontsize=12,shape=box,href="manual/nokiastages.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   128
        Diamonds [fontcolor=navyblue,fontsize=12,shape=box,href="http://diamonds.nmp.nokia.com/diamonds/"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   129
        "Helium Wiki" [fontcolor=navyblue,fontsize=12,shape=box,href="http://delivery.nmp.nokia.com/trac/helium/wiki"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   130
        "Helium Forum" [fontcolor=navyblue,fontsize=12,shape=box,href="http://forums.connecting.nokia.com/forums/forum.jspa?forumID=262"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   131
        MCL [fontcolor=navyblue,fontsize=12,shape=box,href="http://s60wiki.nokia.com/S60Wiki/S60_Software_Asset_Management/Organization/Delivery_Services/Howto_build_DFS70.91.91_/_S60.MCL_with_Helium"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   132
        IDO [fontcolor=navyblue,fontsize=12,shape=box,href="http://helium.nmp.nokia.com/doc/ido"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   133
        TeamCI [fontcolor=navyblue,fontsize=12,shape=box,href="http://helium.nmp.nokia.com/doc/teamci"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   134
        "Helium Test Plan" [fontcolor=navyblue,fontsize=12,shape=box,href="manual/testing.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   135
    </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   136
      
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   137
    "Helium Developer Guide" [fontcolor=navyblue,fontsize=12,shape=box,href="development/developer_guide.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   138
    "Coding Convention" [fontcolor=navyblue,fontsize=12,shape=box,href="development/coding_conventions.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   139
    Python [fontcolor=navyblue,fontsize=12,shape=box,href="http://www.python.org/"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   140
    Java [fontcolor=navyblue,fontsize=12,shape=box,href="http://java.sun.com/j2se/"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   141
    FMPP [fontcolor=navyblue,fontsize=12,shape=box,href="http://fmpp.sourceforge.net/"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   142
    "DOS Scripting" [fontcolor=navyblue,fontsize=12,shape=box,href="http://en.wikipedia.org/wiki/Batch_script"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   143
    ANTUnit [fontcolor=navyblue,fontsize=12,shape=box,href="http://ant.apache.org/antlibs/antunit/"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   144
    NOSE [fontcolor=navyblue,fontsize=12,shape=box,href="http://ivory.idyll.org/articles/nose-intro.html"];
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   145
}