a/landingpage/index.html | b/landingpage/index.html | ||
---|---|---|---|
... |
... |
||
181 | 181 | ||
182 | 182 | ||
183 | <div class="container"> |
183 | <div class="container"> |
184 | <h3 id="Download" class="subhead">Download</h3> |
184 | <h3 id="Download" class="subhead">Download</h3> |
185 | <div class="row Download"> |
185 | <div class="row Download"> |
186 | <p class="col-md-3 col-sm-6"> |
186 | <p class="col-md-4 col-sm-6"> |
187 | <strong>CfUnit.Package</strong><br> |
187 | <strong>CfUnit.Package</strong><br> |
188 | This package contains all you need:<br> |
188 | This package contains all you need:<br> |
189 | CfUnit v1.0.0.0,<br> |
189 | CfUnit v1.0.0.0 Library,<br> |
190 | CfUnit Verifier,<br> |
190 | Verifier Project,<br> |
191 | Simple CfUnit Example.<br> |
191 | Simple Example Project.<br> |
192 | <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> |
||
193 | </p> |
||
194 | <p class="col-md-3 col-sm-6"> |
||
195 | <strong>CfUnit.compiled-library</strong><br> |
||
196 | v1.0.0.0 precompiled version.<br> |
||
197 | <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> |
||
198 | </p> |
||
199 | <p class=".col-md-3 col-sm-6"> |
||
200 | <strong>CfUnit.library</strong><br> |
||
201 | v1.0.0.0, Compile and install it yourself.<br> |
||
202 | <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> |
||
203 | </p> |
||
204 | <p class="col-md-3 col-sm-6"> |
||
205 | <strong>CfUnitVerifier.project</strong><br> |
||
206 | Verifies CfUnit and doubles<br> |
||
207 | as a usage example.<br> |
||
208 | <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> |
||
209 | </p> |
||
210 | <p class="col-md-3 col-sm-6"> |
||
211 | <strong>CfUnitTimedTestExample.project</strong><br> |
||
212 | Timed Testing example.<br> |
||
213 | <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> |
||
214 | </p> |
||
215 | <p class="col-md-3 col-sm-6"> |
||
216 | <strong>CfUnitVerifierOutput.xml</strong><br> |
||
217 | CfUnit library verifier output in XML.<br> |
||
218 | <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> |
192 | <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> |
219 | </p> |
||
220 | <p class="col-md-3 col-sm-6"> |
||
221 | <strong>SimpleCfUnitExample.project</strong><br> |
||
222 | Simple Usage Example.<br> |
||
223 | <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> |
||
224 | </p> |
193 | </p> |
225 | </div> <!-- /.row Download --> |
194 | </div> <!-- /.row Download --> |
226 | </div> <!-- /.container --> |
195 | </div> <!-- /.container --> |
227 | 196 | ||
228 | 197 |