--- a/trunk/landingpage/index.html +++ b/trunk/landingpage/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="utf-8"> + <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."> <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> <meta name="viewport" content="width=device-width,initial-scale=1.0"> @@ -39,8 +39,11 @@ <div id="top" class="jumbotron"> <div class="container"> - <h1>Unit testing framework for CODESYS</h1> - <h2>In short 'CfUnit' is a free and open-source unit testing framework for CODESYS released under MIT-License</h2> + <h1>CfUnit — 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 frameworks/solutions. + Written in Structured Text for CODESYS based PLC systems. + Released under MIT-License</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 --> @@ -214,15 +217,14 @@ <div class="row about"> <div class="col-md-10 col-md-offset-1 text-center"> </p> - Kudos to Jakob Sagatowski for his kind permission to port - his wonderful testing framework to CODESYS. Assistance provided by - zer0g & Ingo was greatly appreciated. Without their assistance this - project would have taken me several months. - Kudos for helping out with various tickets and providing valueable - feedback! + Kudos to Jakob Sagatowski for his kind permission to port his testing framework to CODESYS. + Motivated by absence of 'good and free' IEC61131-3 automated unit testing frameworks/solutions. + Assistance provided by zer0g & Ingo was greatly appreciated. + Without their assistance the porting alone would have taken me several months. + Kudos for helping out with various tickets and providing valueable feedback! </p> <p> - Ported from TcUnit v0.9.0, originally written for TwinCAT3 by Jakob Sagatowski. + Port from TcUnit v0.9.0, originally written for TwinCAT3 by Jakob Sagatowski. <p> </div> <!-- /.col-md-10 --> </div> <!-- /.row -->