Mon, 16 Mar 2015 19:41:53 +0100
Some small corrections, added source docu, translations and the other supporting files.
<!DOCTYPE html> <html><head> <title>Plugin_Project_Web.ProjectWeb</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body> <h1>Plugin_Project_Web.ProjectWeb</h1> <p> Package implementing web project plug-in data and functions. </p> <h3>Modules</h3> <table> <tr> <td><a href="Plugin_Project_Web.ProjectWeb.Html5Prettifier.html">Html5Prettifier</a></td> <td>Module implementing a class to prettify HTML code.</td> </tr><tr> <td><a href="Plugin_Project_Web.ProjectWeb.Html5ToCss3Converter.html">Html5ToCss3Converter</a></td> <td>Module implementing the HTML5 to CSS3 converter.</td> </tr><tr> <td><a href="Plugin_Project_Web.ProjectWeb.Html5ToCss3ConverterParameterDialog.html">Html5ToCss3ConverterParameterDialog</a></td> <td>Module implementing a dialog to enter the CSS conversion parameters.</td> </tr><tr> <td><a href="Plugin_Project_Web.ProjectWeb.Html5ToJsConverter.html">Html5ToJsConverter</a></td> <td>Module implementing the HTML5 to JavaScript converter.</td> </tr><tr> <td><a href="Plugin_Project_Web.ProjectWeb.Html5ToJsConverterParameterDialog.html">Html5ToJsConverterParameterDialog</a></td> <td>Module implementing a dialog to enter the JavaScript conversion parameters.</td> </tr> </table> </body></html>