Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
517 ligi 1
<!-- **********************************************************************
2
     * Antenna - Ant tasks for wireless development
3
     *
4
     * Copyright (c) 2002-2003 Joerg Pleumann (joerg@pleumann.de)
5
     *
6
     * Default page for HTML clients accessing the OTA servlet. The code
7
     * inside this file is copied verbatim to the client, with the only
8
     * exception being the lines between the BEGIN and END markers below.
9
     * User-defined versions of this page are expected in the WEB-INF
10
     * directory of the OTA servlet and override this one. There is also
11
     * a file "index.wml" for WAP clients. The comments have been omitted
12
     * there to keep the file as small as possible.
13
     ********************************************************************** -->
14
 
15
<html>
16
  <head>
17
    <title>Antenna OTA Server</title>
18
 
19
    <style type="text/css">
20
      <!--
21
 
22
        body {
23
            background-color: #FFFFFF;
24
        }
25
 
26
        table {
27
            width: 80%;
28
            margin-left: 10%;
29
            border: none; border-width: 1px 1px 1px 1px;
30
        }
31
 
32
        pre {
33
            margin-left: 10%;
34
        }
35
 
36
        th {
37
            background-color: #8080FF;
38
            padding: 4px;
39
            border-width: 1px;
40
            border-style: none;
41
        }
42
 
43
        td {
44
            background-color: #C0C0FF;
45
            padding: 4px;
46
            border-width: 1px;
47
            border-style: none;
48
        }      
49
 
50
        li {
51
            padding: 0.25em;
52
        }
53
 
54
        hr {
55
            height: 1px;
56
           }
57
 
58
      -->
59
    </style>
60
  </head>
61
 
62
  <body>
63
    <font face="Verdana, Arial, Helvetica, Sans-Serif">
64
      <hr noshade/>
65
 
66
      <center>
67
          <h1>Antenna</h1>
68
          <b>An Ant-to-End Solution For Wireless Java</b>
69
          <p/>
70
          Version 0.9.9
71
          <p/>
72
          (c) 2002-2003 <a href="mailto:joerg@pleumann.de?subject=Antenna">Jörg Pleumann</a>
73
          <p/>
74
      </center>
75
 
76
      <hr noshade/>
77
 
78
      <p/>
79
 
80
      This is a simple server for Over-the-Air (OTA) provisioning of so-called MIDlet
81
      suites, that is, small <a href="http://java.sun.com">Java</a> applications
82
      conforming to the <a href="http://java.sun.com/products/midp">Mobile
83
      Information Device Profile</a> (MIDP) that can be run on a variety of
84
      <a href="http://kobjects.org/devicedb">Java-powered mobile phones</a>.
85
      The following suites are available for download. Click on any of the names
86
      to initiate the transfer. If you are accessing this page from a mobile
87
      phone, you might want to use the <a href="index.wml">WAP version</a> instead.
88
 
89
      <p/>
90
 
91
      <table>
92
        <tr>
93
          <th>Name</th>
94
          <th>Version</th>
95
          <th>Vendor</th>
96
          <th>Size</th>
97
          <th>Uploaded</th>
98
          <th>DLs</th>
99
          <th>Files</th>
100
        </tr>
101
 
102
  <!-- **********************************************************************
103
       * The following block is repeated for each available MIDlet. It must
104
       * be bounded by the BEGIN and END markers, and the markers must appear
105
       * exactly as they do in this file. In particular there are no
106
       * additional spaces allowed in the marker lines. To access attributes
107
       * from a MIDlet's JAD file inside this block, use "${attribute}",
108
       * where "attribute" denotes any of the attributes allowed in a JAD
109
       * file plus three extra ones named "File", "Date", and "Counter" that
110
       * access the JAD's download URL, the MIDlet's upload date, and the
111
       * download counter (stored in "counter.txt"), respectively.
112
       ********************************************************************** -->
113
 
114
<!-- BEGIN -->
115
 
116
        <tr title="${MIDlet-Description}">
117
          <td align="left">${MIDlet-Name}</td>
118
          <td align="center">${MIDlet-Version}</td>
119
          <td align="left">${MIDlet-Vendor}</td>
120
          <td align="center">${MIDlet-Jar-Size}</td>
121
          <td align="center">${Date}</td>
122
          <td align="center">${Counter}</td>
123
          <td align="center"><a href="${File}">Jad</a> <a href="${MIDlet-Jar-URL}">Jar</a></td>
124
        </tr>
125
 
126
<!-- END -->
127
 
128
      </table>
129
 
130
      <p/>
131
 
132
      The OTA server is part of the <a href="http://antenna.sourceforge.net">Antenna</a>
133
      project. Antenna provides an <a href="http://jakarta.apache.org/ant">Ant</a>-based
134
      open-source solution for the development and deployment of MIDlet suites. The project
135
      is hosted on <a href="http://www.sourceforge.net/projects/antenna">SourceForge</a>.
136
 
137
      <p/>
138
 
139
      <hr noshade/>
140
 
141
      <p>
142
 
143
        <font size="-2">
144
 
145
          <b>Disclaimer:</b>
146
 
147
          THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
148
          EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
149
          IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
150
          PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
151
          SOFTWARE IS WITH YOU.  SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME
152
          THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
153
 
154
          IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
155
          WRITING WILL THE PROVIDER OF THIS SERVICE BE LIABLE TO YOU
156
          FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
157
          CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
158
          SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
159
          RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
160
          FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
161
          THE PROVIDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
162
 
163
        </font>
164
 
165
      </p>
166
 
167
      <hr noshade/>
168
 
169
      <!--<center>
170
          Powered by <a href="http://antenna.sourceforge.net">Antenna</a> - Ant tasks for wireless development.
171
      </center>
172
 
173
      <hr noshade/>-->
174
 
175
    </font>
176
  </body>
177
</html>
178