a/trunk/landingpage/index.html | b/trunk/landingpage/index.html | ||
---|---|---|---|
1 | <!DOCTYPE html> |
1 | <!DOCTYPE html> |
2 | <html lang="en"> |
2 | <html lang="en"> |
3 | <head> |
3 | <head> |
4 | <meta charset="utf-8"> |
4 | <meta charset="utf-8" name="Description" content="In short 'CfUnit' is a free open-source unit testing framework. Motivated by absence of 'good and free' automated unit testing frameworks/solutions. Written in Structured Text for CODESYS based PLC systems. Released under MIT-License."> |
5 | <link rel="shortcut icon" href="https://forge.codesys.com/_ew_resources/theme/ownforgetheme/images/favicon.ico" /> |
5 | <link rel="shortcut icon" href="https://forge.codesys.com/_ew_resources/theme/ownforgetheme/images/favicon.ico" /> |
6 | <title>CfUnit — An open source unit testing framework for CODESYS</title> |
6 | <title>CfUnit — An open source unit testing framework for CODESYS</title> |
7 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
7 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
8 | <link href="css/bootstrap.min.css" rel="stylesheet"> |
8 | <link href="css/bootstrap.min.css" rel="stylesheet"> |
9 | <link href="css/lighter2.css" rel="stylesheet"> |
9 | <link href="css/lighter2.css" rel="stylesheet"> |
... |
... |
||
37 | </div> <!-- /.container --> |
37 | </div> <!-- /.container --> |
38 | </nav> <!-- /.navbar --> |
38 | </nav> <!-- /.navbar --> |
39 | 39 | ||
40 | <div id="top" class="jumbotron"> |
40 | <div id="top" class="jumbotron"> |
41 | <div class="container"> |
41 | <div class="container"> |
42 | <h1>Unit testing framework for CODESYS</h1> |
42 | <h1>CfUnit — Unit Testing framework</h1> |
43 | <h2>In short 'CfUnit' is a free and open-source unit testing framework for CODESYS released under MIT-License</h2> |
43 | <h2>In short 'CfUnit' is a free open-source unit testing framework. |
44 | Motivated by absence of "good and free" IEC61131-3 automated unit testing frameworks/solutions. |
||
45 | Written in Structured Text for CODESYS based PLC systems. |
||
46 | Released under MIT-License</h2> |
||
44 | <p><a class="btn btn-primary btn-lg" href="#Download">Download <span class="glyphicon glyphicon-circle-arrow-right"></span></a></p> |
47 | <p><a class="btn btn-primary btn-lg" href="#Download">Download <span class="glyphicon glyphicon-circle-arrow-right"></span></a></p> |
45 | </div> <!-- /.container --> |
48 | </div> <!-- /.container --> |
46 | </div> <!-- /.jumbotron --> |
49 | </div> <!-- /.jumbotron --> |
47 | 50 | ||
48 | 51 | ||
... |
... |
||
212 | <div class="container"> |
215 | <div class="container"> |
213 | <h3 id="about" class="subhead">About</h3> |
216 | <h3 id="about" class="subhead">About</h3> |
214 | <div class="row about"> |
217 | <div class="row about"> |
215 | <div class="col-md-10 col-md-offset-1 text-center"> |
218 | <div class="col-md-10 col-md-offset-1 text-center"> |
216 | </p> |
219 | </p> |
217 | Kudos to Jakob Sagatowski for his kind permission to port |
220 | Kudos to Jakob Sagatowski for his kind permission to port his testing framework to CODESYS. |
218 | his wonderful testing framework to CODESYS. Assistance provided by |
221 | Motivated by absence of 'good and free' IEC61131-3 automated unit testing frameworks/solutions. |
219 | zer0g & Ingo was greatly appreciated. Without their assistance this |
222 | Assistance provided by zer0g & Ingo was greatly appreciated. |
220 | project would have taken me several months. |
223 | Without their assistance the porting alone would have taken me several months. |
221 | Kudos for helping out with various tickets and providing valueable |
224 | Kudos for helping out with various tickets and providing valueable feedback! |
222 | feedback! |
||
223 | </p> |
225 | </p> |
224 | <p> |
226 | <p> |
225 | Ported from TcUnit v0.9.0, originally written for TwinCAT3 by Jakob Sagatowski. |
227 | Port from TcUnit v0.9.0, originally written for TwinCAT3 by Jakob Sagatowski. |
226 | <p> |
228 | <p> |
227 | </div> <!-- /.col-md-10 --> |
229 | </div> <!-- /.col-md-10 --> |
228 | </div> <!-- /.row --> |
230 | </div> <!-- /.row --> |
229 | </div> <!-- /.container --> |
231 | </div> <!-- /.container --> |
230 | </div> <!-- /.container-alternate --> |
232 | </div> <!-- /.container-alternate --> |
... |
... |
||
254 | </body> |
256 | </body> |
255 | </html> |
257 | </html> |