Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
The first collection of generated hypertext
  • Loading branch information
grammarware committed Feb 14, 2013
1 parent 72babb4 commit 81895ca
Show file tree
Hide file tree
Showing 367 changed files with 10,692 additions and 0 deletions.
28 changes: 28 additions & 0 deletions @OP.html
@@ -0,0 +1,28 @@
<!DOCTYPE html PUBLIC "-//W3C//Dth XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/Dth/xhtml1-strict.dth">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhtml="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="keywords" content="software language engineering,book of knowledge,glossary,@OP,attribute-oriented programming"/>
<title>S(L)EBOK — SLEG — @op</title>
<link href="www/sleg.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="left">
<a href="/"><img src="www/sleg.200.png" alt="Software Language Engineering Glossary (SLEG)" class="pad"/></a><br/>
<div class="pad">[<a href="http://github.com/grammarware/sleg/wiki/wiki/Attribute-oriented programming.md">Edit!</a>]</div><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="CC-BY-SA"><img src="www/cc-by-sa.png" alt="CC-BY-SA"/></a><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="Open Knowledge"><img src="www/open-knowledge.png" alt="Open Knowledge" class="pad" /></a><br/>
<a href="http://validator.w3.org/check/referer" title="XHTML 1.0 W3C Rec"><img src="www/xhtml10.png" alt="XHTML 1.0 W3C Rec" /></a><br/>
<a href="http://jigsaw.w3.org/css-validator/check/referer" title="CSS 2.1 W3C CanRec"><img src="www/css21.png" alt="CSS 2.1 W3C CanRec" class="pad" /></a><br/>
<div>[<a href="mailto:vadim@grammarware.net">Complain!</a>]</div>
</div>
<div class="main">
<h2>Translations</h2><ul><li><strong>Abbreviated as</strong>: <em>@OP</em></li>
<li><img src="www/EN.png" alt="English"/><strong>English</strong>: <em><a href="attribute-oriented programming.html">attribute-oriented programming</a></em> (<a href="http://en.wikipedia.org/wiki/Attribute-Oriented_Programming">Source</a>)</li>
</ul></div><br clear="both"/><hr />
<div class="last">
<em>
<a href="http://github.com/grammarware/sleg">Software Language Engineering Glossary</a> (SLEG) is
created and maintained by <a href="http://grammarware.net">Dr. Vadim Zaytsev</a>.
</em>
</div></body></html>
31 changes: 31 additions & 0 deletions ADT.html
@@ -0,0 +1,31 @@
<!DOCTYPE html PUBLIC "-//W3C//Dth XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/Dth/xhtml1-strict.dth">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhtml="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="keywords" content="software language engineering,book of knowledge,glossary,абстрактный тип данных,abstrakter Datentyp,abstract datatype,ADT,abstract data type"/>
<title>S(L)EBOK — SLEG — Adt</title>
<link href="www/sleg.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="left">
<a href="/"><img src="www/sleg.200.png" alt="Software Language Engineering Glossary (SLEG)" class="pad"/></a><br/>
<div class="pad">[<a href="http://github.com/grammarware/sleg/wiki/wiki/Abstract data type.md">Edit!</a>]</div><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="CC-BY-SA"><img src="www/cc-by-sa.png" alt="CC-BY-SA"/></a><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="Open Knowledge"><img src="www/open-knowledge.png" alt="Open Knowledge" class="pad" /></a><br/>
<a href="http://validator.w3.org/check/referer" title="XHTML 1.0 W3C Rec"><img src="www/xhtml10.png" alt="XHTML 1.0 W3C Rec" /></a><br/>
<a href="http://jigsaw.w3.org/css-validator/check/referer" title="CSS 2.1 W3C CanRec"><img src="www/css21.png" alt="CSS 2.1 W3C CanRec" class="pad" /></a><br/>
<div>[<a href="mailto:vadim@grammarware.net">Complain!</a>]</div>
</div>
<div class="main">
<h2>Translations</h2><ul><li><strong>Abbreviated as</strong>: <em>ADT</em></li>
<li><img src="www/EN.png" alt="English"/><strong>English</strong>: <em><a href="abstract data type.html">abstract data type</a></em> (<a href="http://en.wikipedia.org/wiki/Abstract data type">Wikipedia</a>)</li>
<li><img src="www/DE.png" alt="German"/><strong>German</strong>: <em><a href="abstrakter Datentyp.html">abstrakter Datentyp</a></em> (<a href="http://de.wikipedia.org/wiki/Abstrakter Datentyp">Wikipedia</a>)</li>
<li><img src="www/NL.png" alt="Dutch"/><strong>Dutch</strong>: <em><a href="abstract datatype.html">abstract datatype</a></em> (<a href="http://nl.wikipedia.org/wiki/Abstract datatype">Wikipedia</a>)</li>
<li><img src="www/RU.png" alt="Russian"/><strong>Russian</strong>: <em><a href="абстрактный тип данных.html">абстрактный тип данных</a></em> (<a href="http://ru.wikipedia.org/wiki/Абстрактный тип данных">Wikipedia</a>)</li>
</ul></div><br clear="both"/><hr />
<div class="last">
<em>
<a href="http://github.com/grammarware/sleg">Software Language Engineering Glossary</a> (SLEG) is
created and maintained by <a href="http://grammarware.net">Dr. Vadim Zaytsev</a>.
</em>
</div></body></html>
31 changes: 31 additions & 0 deletions AOP.html
@@ -0,0 +1,31 @@
<!DOCTYPE html PUBLIC "-//W3C//Dth XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/Dth/xhtml1-strict.dth">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhtml="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="keywords" content="software language engineering,book of knowledge,glossary,аспектно-ориентированное программирование,aspektorientierte Programmierung,aspectgeoriënteerd programmeren,AOP,aspect-oriented programming"/>
<title>S(L)EBOK — SLEG — Aop</title>
<link href="www/sleg.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="left">
<a href="/"><img src="www/sleg.200.png" alt="Software Language Engineering Glossary (SLEG)" class="pad"/></a><br/>
<div class="pad">[<a href="http://github.com/grammarware/sleg/wiki/wiki/Aspect-oriented programming.md">Edit!</a>]</div><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="CC-BY-SA"><img src="www/cc-by-sa.png" alt="CC-BY-SA"/></a><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="Open Knowledge"><img src="www/open-knowledge.png" alt="Open Knowledge" class="pad" /></a><br/>
<a href="http://validator.w3.org/check/referer" title="XHTML 1.0 W3C Rec"><img src="www/xhtml10.png" alt="XHTML 1.0 W3C Rec" /></a><br/>
<a href="http://jigsaw.w3.org/css-validator/check/referer" title="CSS 2.1 W3C CanRec"><img src="www/css21.png" alt="CSS 2.1 W3C CanRec" class="pad" /></a><br/>
<div>[<a href="mailto:vadim@grammarware.net">Complain!</a>]</div>
</div>
<div class="main">
<h2>Translations</h2><ul><li><strong>Abbreviated as</strong>: <em>AOP</em></li>
<li><img src="www/EN.png" alt="English"/><strong>English</strong>: <em><a href="aspect-oriented programming.html">aspect-oriented programming</a></em> (<a href="http://en.wikipedia.org/wiki/Aspect-oriented programming">Wikipedia</a>)</li>
<li><img src="www/DE.png" alt="German"/><strong>German</strong>: <em><a href="aspektorientierte Programmierung.html">aspektorientierte Programmierung</a></em> (<a href="http://de.wikipedia.org/wiki/Aspektorientierte Programmierung">Wikipedia</a>)</li>
<li><img src="www/NL.png" alt="Dutch"/><strong>Dutch</strong>: <em><a href="aspectgeoriënteerd programmeren.html">aspectgeoriënteerd programmeren</a></em> (<a href="http://nl.wikipedia.org/wiki/Aspectgeoriënteerd programmeren">Wikipedia</a>)</li>
<li><img src="www/RU.png" alt="Russian"/><strong>Russian</strong>: <em><a href="аспектно-ориентированное программирование.html">аспектно-ориентированное программирование</a></em> (<a href="http://ru.wikipedia.org/wiki/Аспектно-ориентированное программирование">Wikipedia</a>)</li>
</ul></div><br clear="both"/><hr />
<div class="last">
<em>
<a href="http://github.com/grammarware/sleg">Software Language Engineering Glossary</a> (SLEG) is
created and maintained by <a href="http://grammarware.net">Dr. Vadim Zaytsev</a>.
</em>
</div></body></html>
30 changes: 30 additions & 0 deletions API.html
@@ -0,0 +1,30 @@
<!DOCTYPE html PUBLIC "-//W3C//Dth XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/Dth/xhtml1-strict.dth">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhtml="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="keywords" content="software language engineering,book of knowledge,glossary,Programmierschnittstelle,интерфейс программирования приложений,API,application programming interface"/>
<title>S(L)EBOK — SLEG — Api</title>
<link href="www/sleg.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="left">
<a href="/"><img src="www/sleg.200.png" alt="Software Language Engineering Glossary (SLEG)" class="pad"/></a><br/>
<div class="pad">[<a href="http://github.com/grammarware/sleg/wiki/wiki/Application programming interface.md">Edit!</a>]</div><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="CC-BY-SA"><img src="www/cc-by-sa.png" alt="CC-BY-SA"/></a><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="Open Knowledge"><img src="www/open-knowledge.png" alt="Open Knowledge" class="pad" /></a><br/>
<a href="http://validator.w3.org/check/referer" title="XHTML 1.0 W3C Rec"><img src="www/xhtml10.png" alt="XHTML 1.0 W3C Rec" /></a><br/>
<a href="http://jigsaw.w3.org/css-validator/check/referer" title="CSS 2.1 W3C CanRec"><img src="www/css21.png" alt="CSS 2.1 W3C CanRec" class="pad" /></a><br/>
<div>[<a href="mailto:vadim@grammarware.net">Complain!</a>]</div>
</div>
<div class="main">
<h2>Translations</h2><ul><li><strong>Abbreviated as</strong>: <em>API</em></li>
<li><img src="www/EN.png" alt="English"/><strong>English</strong>: <em><a href="application programming interface.html">application programming interface</a></em> (<a href="http://en.wikipedia.org/wiki/Application programming interface">Wikipedia</a>)</li>
<li><img src="www/DE.png" alt="German"/><strong>German</strong>: <em><a href="Programmierschnittstelle.html">Programmierschnittstelle</a></em> (<a href="http://de.wikipedia.org/wiki/Programmierschnittstelle">Wikipedia</a>)</li>
<li><img src="www/RU.png" alt="Russian"/><strong>Russian</strong>: <em><a href="интерфейс программирования приложений.html">интерфейс программирования приложений</a></em> (<a href="http://ru.wikipedia.org/wiki/Интерфейс программирования приложений">Wikipedia</a>)</li>
</ul></div><br clear="both"/><hr />
<div class="last">
<em>
<a href="http://github.com/grammarware/sleg">Software Language Engineering Glossary</a> (SLEG) is
created and maintained by <a href="http://grammarware.net">Dr. Vadim Zaytsev</a>.
</em>
</div></body></html>
30 changes: 30 additions & 0 deletions AST.html
@@ -0,0 +1,30 @@
<!DOCTYPE html PUBLIC "-//W3C//Dth XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/Dth/xhtml1-strict.dth">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhtml="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="keywords" content="software language engineering,book of knowledge,glossary,abstrakter Syntaxbaum,абстрактное синтаксическое дерево,AST,abstract syntax tree"/>
<title>S(L)EBOK — SLEG — Ast</title>
<link href="www/sleg.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="left">
<a href="/"><img src="www/sleg.200.png" alt="Software Language Engineering Glossary (SLEG)" class="pad"/></a><br/>
<div class="pad">[<a href="http://github.com/grammarware/sleg/wiki/wiki/Abstract syntax tree.md">Edit!</a>]</div><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="CC-BY-SA"><img src="www/cc-by-sa.png" alt="CC-BY-SA"/></a><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="Open Knowledge"><img src="www/open-knowledge.png" alt="Open Knowledge" class="pad" /></a><br/>
<a href="http://validator.w3.org/check/referer" title="XHTML 1.0 W3C Rec"><img src="www/xhtml10.png" alt="XHTML 1.0 W3C Rec" /></a><br/>
<a href="http://jigsaw.w3.org/css-validator/check/referer" title="CSS 2.1 W3C CanRec"><img src="www/css21.png" alt="CSS 2.1 W3C CanRec" class="pad" /></a><br/>
<div>[<a href="mailto:vadim@grammarware.net">Complain!</a>]</div>
</div>
<div class="main">
<h2>Translations</h2><ul><li><strong>Abbreviated as</strong>: <em>AST</em></li>
<li><img src="www/EN.png" alt="English"/><strong>English</strong>: <em><a href="abstract syntax tree.html">abstract syntax tree</a></em> (<a href="http://en.wikipedia.org/wiki/Abstract syntax tree">Wikipedia</a>)</li>
<li><img src="www/DE.png" alt="German"/><strong>German</strong>: <em><a href="abstrakter Syntaxbaum.html">abstrakter Syntaxbaum</a></em> (<a href="http://de.wikipedia.org/wiki/Abstrakter Syntaxbaum">Wikipedia</a>)</li>
<li><img src="www/RU.png" alt="Russian"/><strong>Russian</strong>: <em><a href="абстрактное синтаксическое дерево.html">абстрактное синтаксическое дерево</a></em> (<a href="http://ru.wikipedia.org/wiki/Абстрактное синтаксическое дерево">Wikipedia</a>)</li>
</ul></div><br clear="both"/><hr />
<div class="last">
<em>
<a href="http://github.com/grammarware/sleg">Software Language Engineering Glossary</a> (SLEG) is
created and maintained by <a href="http://grammarware.net">Dr. Vadim Zaytsev</a>.
</em>
</div></body></html>
31 changes: 31 additions & 0 deletions BNF.html
@@ -0,0 +1,31 @@
<!DOCTYPE html PUBLIC "-//W3C//Dth XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/Dth/xhtml1-strict.dth">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhtml="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="keywords" content="software language engineering,book of knowledge,glossary,Backus-Naur-Form,форма Бэкуса — Наура,Backus-Naur-vorm,BNF,Backus–Naur Form"/>
<title>S(L)EBOK — SLEG — Bnf</title>
<link href="www/sleg.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="left">
<a href="/"><img src="www/sleg.200.png" alt="Software Language Engineering Glossary (SLEG)" class="pad"/></a><br/>
<div class="pad">[<a href="http://github.com/grammarware/sleg/wiki/wiki/Backus-Naur form.md">Edit!</a>]</div><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="CC-BY-SA"><img src="www/cc-by-sa.png" alt="CC-BY-SA"/></a><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="Open Knowledge"><img src="www/open-knowledge.png" alt="Open Knowledge" class="pad" /></a><br/>
<a href="http://validator.w3.org/check/referer" title="XHTML 1.0 W3C Rec"><img src="www/xhtml10.png" alt="XHTML 1.0 W3C Rec" /></a><br/>
<a href="http://jigsaw.w3.org/css-validator/check/referer" title="CSS 2.1 W3C CanRec"><img src="www/css21.png" alt="CSS 2.1 W3C CanRec" class="pad" /></a><br/>
<div>[<a href="mailto:vadim@grammarware.net">Complain!</a>]</div>
</div>
<div class="main">
<h2>Translations</h2><ul><li><strong>Abbreviated as</strong>: <em>BNF</em></li>
<li><img src="www/EN.png" alt="English"/><strong>English</strong>: <em><a href="Backus–Naur Form.html">Backus–Naur Form</a></em> (<a href="http://en.wikipedia.org/wiki/Backus–Naur Form">Wikipedia</a>)</li>
<li><img src="www/DE.png" alt="German"/><strong>German</strong>: <em><a href="Backus-Naur-Form.html">Backus-Naur-Form</a></em> (<a href="http://de.wikipedia.org/wiki/Backus-Naur-Form">Wikipedia</a>)</li>
<li><img src="www/NL.png" alt="Dutch"/><strong>Dutch</strong>: <em><a href="Backus-Naur-vorm.html">Backus-Naur-vorm</a></em> (<a href="http://nl.wikipedia.org/wiki/Backus-Naur-vorm">Wikipedia</a>)</li>
<li><img src="www/RU.png" alt="Russian"/><strong>Russian</strong>: <em><a href="форма Бэкуса — Наура.html">форма Бэкуса — Наура</a></em> (<a href="http://ru.wikipedia.org/wiki/Форма Бэкуса — Наура">Wikipedia</a>)</li>
</ul></div><br clear="both"/><hr />
<div class="last">
<em>
<a href="http://github.com/grammarware/sleg">Software Language Engineering Glossary</a> (SLEG) is
created and maintained by <a href="http://grammarware.net">Dr. Vadim Zaytsev</a>.
</em>
</div></body></html>
31 changes: 31 additions & 0 deletions Backus-Naur-Form.html
@@ -0,0 +1,31 @@
<!DOCTYPE html PUBLIC "-//W3C//Dth XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/Dth/xhtml1-strict.dth">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhtml="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="keywords" content="software language engineering,book of knowledge,glossary,Backus-Naur-Form,форма Бэкуса — Наура,Backus-Naur-vorm,BNF,Backus–Naur Form"/>
<title>S(L)EBOK — SLEG — Backus-naur-form</title>
<link href="www/sleg.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="left">
<a href="/"><img src="www/sleg.200.png" alt="Software Language Engineering Glossary (SLEG)" class="pad"/></a><br/>
<div class="pad">[<a href="http://github.com/grammarware/sleg/wiki/wiki/Backus-Naur form.md">Edit!</a>]</div><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="CC-BY-SA"><img src="www/cc-by-sa.png" alt="CC-BY-SA"/></a><br/>
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="Open Knowledge"><img src="www/open-knowledge.png" alt="Open Knowledge" class="pad" /></a><br/>
<a href="http://validator.w3.org/check/referer" title="XHTML 1.0 W3C Rec"><img src="www/xhtml10.png" alt="XHTML 1.0 W3C Rec" /></a><br/>
<a href="http://jigsaw.w3.org/css-validator/check/referer" title="CSS 2.1 W3C CanRec"><img src="www/css21.png" alt="CSS 2.1 W3C CanRec" class="pad" /></a><br/>
<div>[<a href="mailto:vadim@grammarware.net">Complain!</a>]</div>
</div>
<div class="main">
<h2>Translations</h2><ul><li><strong>Abbreviated as</strong>: <em><a href="BNF.html">BNF</a></em></li>
<li><img src="www/EN.png" alt="English"/><strong>English</strong>: <em><a href="Backus–Naur Form.html">Backus–Naur Form</a></em> (<a href="http://en.wikipedia.org/wiki/Backus–Naur Form">Wikipedia</a>)</li>
<li><img src="www/DE.png" alt="German"/><strong>German</strong>: <em>Backus-Naur-Form</em> (<a href="http://de.wikipedia.org/wiki/Backus-Naur-Form">Wikipedia</a>)</li>
<li><img src="www/NL.png" alt="Dutch"/><strong>Dutch</strong>: <em><a href="Backus-Naur-vorm.html">Backus-Naur-vorm</a></em> (<a href="http://nl.wikipedia.org/wiki/Backus-Naur-vorm">Wikipedia</a>)</li>
<li><img src="www/RU.png" alt="Russian"/><strong>Russian</strong>: <em><a href="форма Бэкуса — Наура.html">форма Бэкуса — Наура</a></em> (<a href="http://ru.wikipedia.org/wiki/Форма Бэкуса — Наура">Wikipedia</a>)</li>
</ul></div><br clear="both"/><hr />
<div class="last">
<em>
<a href="http://github.com/grammarware/sleg">Software Language Engineering Glossary</a> (SLEG) is
created and maintained by <a href="http://grammarware.net">Dr. Vadim Zaytsev</a>.
</em>
</div></body></html>

0 comments on commit 81895ca

Please sign in to comment.