|
a/landingpage/index.html |
|
b/landingpage/index.html |
|
... |
|
... |
| 92 |
<li data-target="#tour" data-slide-to="5"></li> |
92 |
<li data-target="#tour" data-slide-to="5"></li> |
| 93 |
<li data-target="#tour" data-slide-to="6"></li> |
93 |
<li data-target="#tour" data-slide-to="6"></li> |
| 94 |
</ol> |
94 |
</ol> |
| 95 |
<div class="carousel-inner"> |
95 |
<div class="carousel-inner"> |
| 96 |
<div class="item active"> |
96 |
<div class="item active"> |
| 97 |
<img src="img/compiled-libraryinstallation.gif"> |
97 |
<img src="img/installpackage.gif"> |
| 98 |
<div class="carousel-caption"> |
98 |
<div class="carousel-caption"> |
| 99 |
Easy installation</a> |
99 |
Easy installation</a> |
| 100 |
</div> |
100 |
</div> |
| 101 |
</div> |
101 |
</div> |
| 102 |
<div class="item"> |
102 |
<div class="item"> |
|
... |
|
... |
| 192 |
<div class="row Download"> |
192 |
<div class="row Download"> |
| 193 |
<p class="col-md-4 col-sm-6"> |
193 |
<p class="col-md-4 col-sm-6"> |
| 194 |
<strong>CfUnit.Package</strong><br> |
194 |
<strong>CfUnit.Package</strong><br> |
| 195 |
This package contains all you need:<br> |
195 |
This package contains all you need:<br> |
| 196 |
CfUnit v1.0.0.0,<br> |
196 |
CfUnit v1.0.0.0,<br> |
| 197 |
CfUnit Verifier <br> |
197 |
CfUnit Verifier,<br> |
| 198 |
Simple CfUnit Example<br> |
198 |
Simple CfUnit Example.<br> |
| 199 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnit.package?format=raw" class="btn btn-primary">Download</a> |
199 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnit.package?format=raw" class="btn btn-primary">Download</a> |
| 200 |
</p> |
200 |
</p> |
| 201 |
<p class="col-md-4 col-sm-6"> |
201 |
<p class="col-md-4 col-sm-6"> |
| 202 |
<strong>CfUnit.compiled-library</strong><br> |
202 |
<strong>CfUnit.compiled-library</strong><br> |
| 203 |
v1.0.0.0 precompiled version.<br> |
203 |
v1.0.0.0 precompiled version.<br> |
| 204 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnit.compiled-library?format=raw" class="btn btn-primary">Download</a> |
204 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnit.compiled-library?format=raw" class="btn btn-primary">Download</a> |
| 205 |
</p> |
205 |
</p> |
| 206 |
<p class="col-md-4 col-sm-6"> |
206 |
<p class="col-md-4 col-sm-6"> |
| 207 |
<strong>CfUnit.library</strong><br> |
207 |
<strong>CfUnit.library</strong><br> |
| 208 |
v1.0.0.0, Compile and install it yourself<br> |
208 |
v1.0.0.0, Compile and install it yourself.<br> |
| 209 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnit.library?format=raw" class="btn btn-primary">Download</a> |
209 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnit.library?format=raw" class="btn btn-primary">Download</a> |
| 210 |
</p> |
210 |
</p> |
| 211 |
<p class="col-md-4 col-sm-6"> |
211 |
<p class="col-md-4 col-sm-6"> |
| 212 |
<strong>CfUnitVerifier.project</strong><br> |
212 |
<strong>CfUnitVerifier.project</strong><br> |
| 213 |
Verifies CfUnit and doubles<br> |
213 |
Verifies CfUnit and doubles<br> |
| 214 |
as a usage example<br> |
214 |
as a usage example.<br> |
| 215 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnitVerifier.project?format=raw" class="btn btn-primary">Download</a> |
215 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnitVerifier.project?format=raw" class="btn btn-primary">Download</a> |
| 216 |
</p> |
216 |
</p> |
| 217 |
<p class="col-md-4 col-sm-6"> |
217 |
<p class="col-md-4 col-sm-6"> |
| 218 |
<strong>CfUnitVerifierOutput.xml</strong><br> |
218 |
<strong>CfUnitVerifierOutput.xml</strong><br> |
| 219 |
CfUnit library verifier output in XML<br> |
219 |
CfUnit library verifier output in XML.<br> |
| 220 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnitVerifierOutput.xml?format=raw" class="btn btn-primary">Download</a> |
220 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnitVerifierOutput.xml?format=raw" class="btn btn-primary">Download</a> |
| 221 |
</p> |
221 |
</p> |
| 222 |
<p class="col-md-4 col-sm-6"> |
222 |
<p class="col-md-4 col-sm-6"> |
| 223 |
<strong>SimpleCfUnitExample.project</strong><br> |
223 |
<strong>SimpleCfUnitExample.project</strong><br> |
| 224 |
Simple Usage Example<br> |
224 |
Simple Usage Example.<br> |
| 225 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/SimpleCfUnitExample.project?format=raw" class="btn btn-primary">Download</a> |
225 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/SimpleCfUnitExample.project?format=raw" class="btn btn-primary">Download</a> |
| 226 |
</p> |
226 |
</p> |
| 227 |
<p class="col-md-4 col-sm-6"> |
227 |
<p class="col-md-4 col-sm-6"> |
| 228 |
<strong>CfUnitTimedTestExample.project</strong><br> |
228 |
<strong>CfUnitTimedTestExample.project</strong><br> |
| 229 |
Timed Testing example<br> |
229 |
Timed Testing example.<br> |
| 230 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnitTimedTestExample.project?format=raw" class="btn btn-primary">Download</a> |
230 |
<a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.0.0.0/CfUnitTimedTestExample.project?format=raw" class="btn btn-primary">Download</a> |
| 231 |
</p> |
231 |
</p> |
| 232 |
|
|
|
| 233 |
<p class="col-md-4 col-sm-6"> |
232 |
<p class="col-md-4 col-sm-6"> |
| 234 |
<strong>Development Log</strong><br> |
233 |
<strong>Development Log</strong><br> |
| 235 |
A <a href="https://forge.codesys.com/prj/cfunit/home/Development%20Log/">development log</a> can be found here. |
234 |
A <a href="https://forge.codesys.com/prj/cfunit/home/Development%20Log/">development log</a> can be found here. |
| 236 |
</p> |
235 |
</p> |
| 237 |
</div> <!-- /.row Download --> |
236 |
</div> <!-- /.row Download --> |