doc/about.html
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Mon, 05 Sep 2016 16:47:34 +0300
changeset 1521 e44950d4c218
parent 1513 b7b8d29e2a2d
permissions -rw-r--r--
fix highlighting input/outputs in function call in ST, if comment section is placed
inside call.

For example:

PackOutputs(
W4 := OUT1,
W5 := OUT2,
W6 := OUT3,
W7 := OUT4,
W8 := OUT5 (* comment inside call *),
W9 := OUT6,
W10 := OUT7,
W11 := OUT8);
<!DOCTYPE html>
<HTML>
<BODY>
<CENTER>
<IMG SRC="../images/splash.png">
<BR><BR>
<font size="3">Beremiz is an Open Source framework for automation.</font>
<BR><BR>
<a href="http://www.beremiz.org/">http://www.beremiz.org/</a>
<BR><BR>
<TABLE border="0" width="480">
  <TR>
    <TD align="right" valign="top">
      Contributor :
    </TD>
    <TD align="left" valign="top">
      University of Porto<BR>
      <a href="http://www.fe.up.pt/si/web_page.inicial">http://www.fe.up.pt/si/web_page.inicial</a>
    </TD>
  </TR>
  <TR>
    <TD  colspan="2" align="center">
      <BR><BR><BR>
      Beremiz is distrubuted under the term <BR>of the
      <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1">GNU
        General Public License (GPL) version 2</a> or
      <BR>(at your option) any later version.
    </TD>
  </TR>
</TABLE>
</CENTER>
</BODY>
</HTML>