| 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" 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."> |
4 | <meta charset="utf-8"> |
| 5 | <meta name="Description" content="CfUnit free and open-source unit testing framework. Motivated by absence of 'good and free' IEC61131-3 automated unit tests frameworks/solutions. Written in Structured Text for CODESYS based PLC systems. Released under MIT-License"> |
||
| 6 | <meta name="keywords" content="MIT-License, CfUnit, free, open-source, automated, unit, test, tests, testing, framework, IEC61131-3, Structured Text, CODESYS, PLC"> |
||
| 5 | <link rel="shortcut icon" href="https://forge.codesys.com/_ew_resources/theme/ownforgetheme/images/favicon.ico" /> |
7 | <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> |
8 | <title>CfUnit — An open source unit testing framework for CODESYS</title> |
| 7 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
9 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
| 8 | <link href="css/bootstrap.min.css" rel="stylesheet"> |
10 | <link href="css/bootstrap.min.css" rel="stylesheet"> |
| 9 | <link href="css/lighter2.css" rel="stylesheet"> |
11 | <link href="css/lighter2.css" rel="stylesheet"> |
... |
... |
||
| 39 | 41 | ||
| 40 | <div id="top" class="jumbotron"> |
42 | <div id="top" class="jumbotron"> |
| 41 | <div class="container"> |
43 | <div class="container"> |
| 42 | <h1>CfUnit — Unit Testing framework</h1> |
44 | <h1>CfUnit — Unit Testing framework</h1> |
| 43 | <h2>In short 'CfUnit' is a free open-source unit testing framework. |
45 | <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. |
46 | Motivated by absence of "good and free" IEC61131-3 automated unit tests frameworks/solutions. |
| 45 | Written in Structured Text for CODESYS based PLC systems. |
47 | Written in Structured Text for CODESYS based PLC systems. |
| 46 | Released under MIT-License</h2> |
48 | Released under MIT-License</h2> |
| 47 | <p><a class="btn btn-primary btn-lg" href="#Download">Download <span class="glyphicon glyphicon-circle-arrow-right"></span></a></p> |
49 | <p><a class="btn btn-primary btn-lg" href="#Download">Download <span class="glyphicon glyphicon-circle-arrow-right"></span></a></p> |
| 48 | </div> <!-- /.container --> |
50 | </div> <!-- /.container --> |
| 49 | </div> <!-- /.jumbotron --> |
51 | </div> <!-- /.jumbotron --> |
... |
... |
||
| 256 | </body> |
258 | </body> |
| 257 | </html> |
259 | </html> |