--- a/landingpage/index.html +++ b/landingpage/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <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"> + <meta name="Description" content="'CfUnit' is motivated by absence of 'good and free' open source IEC61131-3 automated unit-testing solutions. Developed in ST for CODESYS based PLC systems. MIT-Licensed"> <meta name="keywords" content="MIT-License,CfUnit,free,MIT,open-source,open,source,automated,unit,test,tests,testing,framework,IEC61131-3,61131-3,61131,Structured Text,ST,CODESYS,CoDeSyS,PLC,POU,OOP,POU-oriented Unit Testing of IEC 61131-3 Control Software,IEC unit test,IEC unit-tests,Testing Procedure for IEC 61131-3 Control Software,Management of Unit Tests,Automated Software Testing"> <link rel="shortcut icon" href="https://forge.codesys.com/_ew_resources/theme/ownforgetheme/images/favicon.ico" /> <title>CfUnit — An open source unit testing framework for CODESYS</title> @@ -42,7 +42,7 @@ <div id="top" class="jumbotron"> <div class="container"> <h1>CfUnit — CODESYS Forge Unit Testing framework</h1> - <h2>In short 'CfUnit' is a free open-source unit testing framework, motivated by absence of 'good and free' IEC61131-3 automated unit-testing solutions. Written in Structured Text for CODESYS based PLC systems. Released under MIT-License</h2> + <h2>'CfUnit' is motivated by absence of 'good and free' open source IEC61131-3 automated unit-testing solutions. Developed in ST for CODESYS based PLC systems. MIT-Licensed</h2> <p><a class="btn btn-primary btn-lg" href="#Download">Download <span class="glyphicon glyphicon-circle-arrow-right"></span></a></p> </div> <!-- /.container --> </div> <!-- /.jumbotron --> @@ -63,13 +63,13 @@ <span class="glyphicon glyphicon-ok"></span> </div> <h3>Powerful</h3> - Higher productivity,<br>Fewer bugs,<br>Cleaner code,<br>Self-documenting</p> + Higher productivity,<br>Fewer bugs,<br>Cleaner code,<br>CI/CD integration *under development</p> </div> <!-- /.benefit --> <div class="col-md-4 col-sm-6 benefit"> <div class="benefit-ball"> <span class="glyphicon glyphicon-heart"></span> </div> - <h3>Free!</h3> + <h3>Free</h3> <p>MIT-Licensed</p> </div> <!-- /.benefit --> </div> <!-- /.row --> @@ -164,7 +164,7 @@ <ul> <li>Extend <code>CfUnit.FB_TestSuite</code>,</li> <li>Add the attribute-pragma <code>{attribute ‘call_after_init’}</code>,</li> - <li>Define the inputs, define the expected outputs (result),</li> + <li>Define the inputs and define the expected output (result),</li> <li>Call the CfUnit-assert methods to compare the expected output to the actual output,</li> <li>Close the test with <code>TEST_FINISHED()</code> when finished.</li> </ul>