a/trunk/landingpage/index.html | b/trunk/landingpage/index.html | ||
---|---|---|---|
... |
... |
||
27 | <div class="collapse navbar-collapse navbar-ex1-collapse"> |
27 | <div class="collapse navbar-collapse navbar-ex1-collapse"> |
28 | <ul class="nav navbar-nav navbar-right"> |
28 | <ul class="nav navbar-nav navbar-right"> |
29 | <li><a href="#features" class="nav-link">Features</a></li> |
29 | <li><a href="#features" class="nav-link">Features</a></li> |
30 | <li><a href="#tour-head" class="nav-link">Tour</a></li> |
30 | <li><a href="#tour-head" class="nav-link">Tour</a></li> |
31 | <li><a href="#faqs" class="nav-link">FAQs </a></li> |
31 | <li><a href="#faqs" class="nav-link">FAQs </a></li> |
32 | <li><a href="#Downloads">Downloads </a></li> |
32 | <li><a href="#Download">Download </a></li> |
33 | <li><a href="#about" class="nav-link">About</a></li> |
33 | <li><a href="#about" class="nav-link">About</a></li> |
34 | </ul> |
34 | </ul> |
35 | </div> <!-- /.navbar-collapse --> |
35 | </div> <!-- /.navbar-collapse --> |
36 | </div> <!-- /.container --> |
36 | </div> <!-- /.container --> |
37 | </nav> <!-- /.navbar --> |
37 | </nav> <!-- /.navbar --> |
38 | 38 | ||
39 | <div id="top" class="jumbotron"> |
39 | <div id="top" class="jumbotron"> |
40 | <div class="container"> |
40 | <div class="container"> |
41 | <h1>Unit testing framework for CODESYS</h1> |
41 | <h1>Unit testing framework for CODESYS</h1> |
42 | <h2>In short 'CfUnit' is a free and open-source unit testing framework for CODESYS released under MIT-License</h2> |
42 | <h2>In short 'CfUnit' is a free and open-source unit testing framework for CODESYS released under MIT-License</h2> |
43 | <p><a class="btn btn-primary btn-lg" href="#Downloads">Downloads <span class="glyphicon glyphicon-circle-arrow-right"></span></a></p> |
43 | <p><a class="btn btn-primary btn-lg" href="#Download">Download <span class="glyphicon glyphicon-circle-arrow-right"></span></a></p> |
44 | </div> <!-- /.container --> |
44 | </div> <!-- /.container --> |
45 | </div> <!-- /.jumbotron --> |
45 | </div> <!-- /.jumbotron --> |
46 | 46 | ||
47 | 47 | ||
48 | <div class="container"> |
48 | <div class="container"> |
... |
... |
||
147 | </ul> |
147 | </ul> |
148 | </p> |
148 | </p> |
149 | <p class="col-md-4 col-sm-6"> |
149 | <p class="col-md-4 col-sm-6"> |
150 | <strong>User Guide</strong><br> |
150 | <strong>User Guide</strong><br> |
151 | Follow <a href="https://tcunit.org/introduction-user-guide/">this tuturial</a>.<br> |
151 | Follow <a href="https://tcunit.org/introduction-user-guide/">this tuturial</a>.<br> |
152 | The end result of this tuturial in CODESYS can be downloaded <a href="#Downloads">here.</a><br> |
152 | The end result of this tuturial in CODESYS can be downloaded <a href="#Download">here.</a><br> |
153 | Allthough written for TwinCAT, it can be easily followed by CODESYS users. |
153 | Allthough written for TwinCAT, it can be easily followed by CODESYS users. |
154 | </p> |
154 | </p> |
155 | <p class="col-md-4 col-sm-6"> |
155 | <p class="col-md-4 col-sm-6"> |
156 | <strong>API</strong><br> |
156 | <strong>API</strong><br> |
157 | <a href="https://forge.codesys.com/prj/cfunit/home/CfUnit%20API%20Reference/">Online API reference can be found here</a>. |
157 | <a href="https://forge.codesys.com/prj/cfunit/home/CfUnit%20API%20Reference/">Online API reference can be found here</a>. |
... |
... |
||
173 | </div> <!-- /.faqs --> |
173 | </div> <!-- /.faqs --> |
174 | </div> <!-- /.container --> |
174 | </div> <!-- /.container --> |
175 | 175 | ||
176 | 176 | ||
177 | <div class="container"> |
177 | <div class="container"> |
178 | <h3 id="Downloads" class="subhead">Downloads</h3> |
178 | <h3 id="Download" class="subhead">Download</h3> |
179 | <div class="row downloads"> |
179 | <div class="row Download"> |
180 | <p class="col-md-4 col-sm-6"> |
180 | <p class="col-md-4 col-sm-6"> |
181 | <strong>CfUnit.compiled-library</strong><br> |
181 | <strong>CfUnit.compiled-library</strong><br> |
182 | v0.9.0.0 precompiled version.<br> |
182 | v0.9.0.0 precompiled version.<br> |
183 | <a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v0.9.0.0/CfUnit.compiled-library?format=raw" class="btn btn-primary">Download</a> |
183 | <a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v0.9.0.0/CfUnit.compiled-library?format=raw" class="btn btn-primary">Download</a> |
184 | </p> |
184 | </p> |
... |
... |
||
201 | <p class="col-md-4 col-sm-6"> |
201 | <p class="col-md-4 col-sm-6"> |
202 | <strong>SimpleCfUnitExampleProject.project</strong><br> |
202 | <strong>SimpleCfUnitExampleProject.project</strong><br> |
203 | Simple Usage Example<br> |
203 | Simple Usage Example<br> |
204 | <a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v0.9.0.0/SimpleCfUnitExampleProject.project?format=raw" class="btn btn-primary">Download</a> |
204 | <a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v0.9.0.0/SimpleCfUnitExampleProject.project?format=raw" class="btn btn-primary">Download</a> |
205 | </p> |
205 | </p> |
206 | </div> <!-- /.row downloads --> |
206 | </div> <!-- /.row Download --> |
207 | </div> <!-- /.container --> |
207 | </div> <!-- /.container --> |
208 | 208 | ||
209 | 209 | ||
210 | <div class="container-alternate"> |
210 | <div class="container-alternate"> |
211 | <div class="container"> |
211 | <div class="container"> |