summaryrefslogtreecommitdiff
path: root/cad/src/tools/SEMBot/Builds/index.php
blob: 1328476edc03fdce2cf08b99f5662f91bc41bc52 (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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?php

require_once("../util.inc");

page_head("Snapshot Builds");

?>
<body>
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">

  <tr valign="middle">
      <th bgcolor="#70b0f0" class="navbar-select"
          >&nbsp;&nbsp;&nbsp;<a href="../index.php">Home</a>&nbsp;&nbsp;&nbsp;</th>

      <th>&nbsp;&nbsp;&nbsp;<a
        href="../index.php#qa">QA</a>&nbsp;&nbsp;&nbsp;</th>

      <th nowrap>&nbsp;&nbsp;&nbsp;<a
        href="../NE1_Documentation/">API Docs</a>&nbsp;&nbsp;&nbsp;</th>

      <th nowrap>&nbsp;&nbsp;&nbsp;<a
        href="../index.php#builds">Nightly Builds</a>&nbsp;&nbsp;&nbsp;</th>

      <th class="navbar" align="right" width="100%">
        <table border="0" cellpadding="0" cellspacing="0">
          <tr><th class="navbar" align="center">Nanorex Software-Engineering Mechanisms Robot (SEMBot)&nbsp;&nbsp;&nbsp;<a href="http://www.nanoengineer-1.net/" target="_top">NE1 Wiki</a>&nbsp;&nbsp;&nbsp;</th>
          </tr></table></th>
  </tr>
</table>

<p>
<img align="right" src="../Engineer-X-Man-Logo.png">
<pre>

</pre>

<!-- Builds -->
<a name="builds"></a>
<table class="summary" border="1" cellpadding="3"
       cellspacing="0" width="600" bgcolor="white">
  <tr bgcolor="#70b0f0" class="table-header">
    <td colspan="2" class="table-header">
    <span class="table-header">Development Snapshot Builds</span></td>
  </tr>

  <tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">Summary</span></td>
    <td class="summary">
      Application installers based on the latest code.
      <p>
      <b>WARNING:</b> These builds have not been tested and may be buggy or broken. They may have missing images and old dates and information. Applications installed from these files might crash on startup. They might delete all your files and cause your computer to burst into flames.
      </td>
  </tr>

  <tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">NanoEngineer-1 Application Suite</span></td>
    <td class="summary">
      Includes:
      <ul>
        <li>NanoEngineer-1
        <li>GROMACS+HDF5
        <li>QuteMolX
        <li>NanoVision-1
      </ul>
      <span class="summary-name"><?php include 'suite_links'; ?></span>
      <p>
      </td>
  </tr>

  <tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">NanoEngineer-1</span></td>
    <td class="summary">
      <span class="summary-name"><?php include 'ne1_links'; ?></span>
      <p>
      </td>
  </tr>

  <tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">GROMACS+HDF5</span></td>
    <td class="summary">
      <span class="summary-name"><?php include 'gmx_links'; ?></span>
      <p>
      </td>
  </tr>
  <tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">QuteMolX</span></td>
    <td class="summary">
      <span class="summary-name"><?php include 'qmx_links'; ?></span>
      <p>
      </td>
  </tr>
  <tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">NanoVision-1</span></td>
    <td class="summary">
      <span class="summary-name"><?php include 'nv1_links'; ?></span>
      <p>
      </td>
  </tr>
  <tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">Software Development Kits</span></td>
    <td class="summary">
      <span class="summary-name"><?php include 'sdk_links'; ?></span>
      <p>
      </td>
  </tr>
</table>

</body>
</html>