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);
1513
b7b8d29e2a2d add distribution license notice to about dialog as GPL requires
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 434
diff changeset
     1
<!DOCTYPE html>
120
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
     2
<HTML>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
     3
<BODY>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
     4
<CENTER>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
     5
<IMG SRC="../images/splash.png">
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
     6
<BR><BR>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
     7
<font size="3">Beremiz is an Open Source framework for automation.</font>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
     8
<BR><BR>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
     9
<a href="http://www.beremiz.org/">http://www.beremiz.org/</a>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
    10
<BR><BR>
1513
b7b8d29e2a2d add distribution license notice to about dialog as GPL requires
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 434
diff changeset
    11
<TABLE border="0" width="480">
120
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
    12
  <TR>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
    13
    <TD align="right" valign="top">
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
    14
      Contributor :
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
    15
    </TD>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
    16
    <TD align="left" valign="top">
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
    17
      University of Porto<BR>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
    18
      <a href="http://www.fe.up.pt/si/web_page.inicial">http://www.fe.up.pt/si/web_page.inicial</a>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
    19
    </TD>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
    20
  </TR>
1513
b7b8d29e2a2d add distribution license notice to about dialog as GPL requires
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 434
diff changeset
    21
  <TR>
b7b8d29e2a2d add distribution license notice to about dialog as GPL requires
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 434
diff changeset
    22
    <TD  colspan="2" align="center">
b7b8d29e2a2d add distribution license notice to about dialog as GPL requires
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 434
diff changeset
    23
      <BR><BR><BR>
b7b8d29e2a2d add distribution license notice to about dialog as GPL requires
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 434
diff changeset
    24
      Beremiz is distrubuted under the term <BR>of the
b7b8d29e2a2d add distribution license notice to about dialog as GPL requires
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 434
diff changeset
    25
      <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1">GNU
b7b8d29e2a2d add distribution license notice to about dialog as GPL requires
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 434
diff changeset
    26
        General Public License (GPL) version 2</a> or
b7b8d29e2a2d add distribution license notice to about dialog as GPL requires
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 434
diff changeset
    27
      <BR>(at your option) any later version.
b7b8d29e2a2d add distribution license notice to about dialog as GPL requires
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 434
diff changeset
    28
    </TD>
b7b8d29e2a2d add distribution license notice to about dialog as GPL requires
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 434
diff changeset
    29
  </TR>
120
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
    30
</TABLE>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
    31
</CENTER>
8c3150858dd3 create doc directory and add about.html + manual_beremiz.pdf
greg
parents:
diff changeset
    32
</BODY>
1513
b7b8d29e2a2d add distribution license notice to about dialog as GPL requires
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 434
diff changeset
    33
</HTML>