587
|
1 |
<#--
|
|
2 |
============================================================================
|
|
3 |
Name : indexcontent.html.ftl
|
|
4 |
Part of : Helium
|
|
5 |
|
|
6 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
7 |
All rights reserved.
|
|
8 |
This component and the accompanying materials are made available
|
|
9 |
under the terms of the License "Eclipse Public License v1.0"
|
|
10 |
which accompanies this distribution, and is available
|
|
11 |
at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
12 |
|
|
13 |
Initial Contributors:
|
|
14 |
Nokia Corporation - initial contribution.
|
|
15 |
|
|
16 |
Contributors:
|
|
17 |
|
|
18 |
Description:
|
|
19 |
|
|
20 |
============================================================================
|
|
21 |
-->
|
|
22 |
{% extends "defindex.html" %}
|
|
23 |
{% block tables %}
|
|
24 |
<p><strong>Parts of the documentation:</strong></p>
|
|
25 |
<table class="contentstable" align="center"><tr>
|
|
26 |
<td width="50%">
|
628
|
27 |
<#if !ant?keys?seq_contains("sf")>
|
587
|
28 |
<p class="biglink"><a class="biglink" href="{{ pathto("releasenotes/index") }}">Release notes</a><br/>
|
|
29 |
<span class="linkdescr">what's new</span></p>
|
628
|
30 |
</#if>
|
645
|
31 |
<p class="biglink"><a class="biglink" href="{{ pathto("quick_start_guide") }}">Quick start guide</a><br/>
|
587
|
32 |
<span class="linkdescr">start here</span></p>
|
|
33 |
<p class="biglink"><a class="biglink" href="{{ pathto("feature_list") }}">Feature list</a><br/>
|
|
34 |
<span class="linkdescr">what is supported</span></p>
|
645
|
35 |
<p class="biglink"><a class="biglink" href="{{ pathto("new_user_tutorial") }}">New user tutorial</a><br/>
|
|
36 |
<span class="linkdescr">covers the basics</span></p>
|
587
|
37 |
<p class="biglink"><a class="biglink" href="{{ pathto("manual/index") }}">Manual</a><br/>
|
|
38 |
<span class="linkdescr">reference docs</span></p>
|
|
39 |
</td><td width="50%">
|
|
40 |
<p class="biglink"><a class="biglink" href="{{ pathto("tutorials/index") }}">HowTos</a><br/>
|
|
41 |
<span class="linkdescr">specific use cases</span></p>
|
|
42 |
<p class="biglink"><a class="biglink" href="{{ pathto("api/helium/index") }}">Helium API</a><br/>
|
588
|
43 |
<span class="linkdescr">or check <a href="{{ pathto("api/helium/targets_list") }}">Targets</a>, <a href="{{ pathto("api/helium/properties_list") }}">Properties</a>, <a href="{{ pathto("api/helium/macros_list") }}">Macros</a></span></p>
|
587
|
44 |
<p class="biglink"><a class="biglink" href="{{ pathto("helium-antlib/index") }}">Ant libraries</a><br/>
|
|
45 |
<span class="linkdescr">when you just have to customize</span></p>
|
|
46 |
<p class="biglink"><a class="biglink" href="{{ pathto("development/index") }}">Development</a><br/>
|
|
47 |
<span class="linkdescr">for helium hackers everywhere</span></p>
|
|
48 |
<p class="biglink"><a class="biglink" href="{{ pathto("architecture") }}">Architecture</a><br/>
|
|
49 |
<span class="linkdescr">many pieces, loosely joined</span></p>
|
|
50 |
</td></tr>
|
|
51 |
</table>
|
|
52 |
|
628
|
53 |
<#if !ant?keys?seq_contains("sf")>
|
587
|
54 |
<p><strong>Customer documentation:</strong></p>
|
|
55 |
<table class="contentstable" align="center"><tr>
|
|
56 |
<td width="50%">
|
|
57 |
<p class="biglink"><a class="biglink" href="http://helium.nmp.nokia.com/doc/ido">IDO</a><br/>
|
|
58 |
<span class="linkdescr">integration domains</span></p>
|
|
59 |
</td><td width="50%">
|
|
60 |
<p class="biglink"><a class="biglink" href="http://helium.nmp.nokia.com/doc/teamci">TeamCI</a><br/>
|
|
61 |
<span class="linkdescr">development teams</span></p>
|
|
62 |
</td></tr>
|
|
63 |
</table>
|
628
|
64 |
</#if>
|
587
|
65 |
{% endblock %}
|