|
| 1 | +<!DOCTYPE HTML> |
| 2 | + |
| 3 | +<!-- |
| 4 | + * This file copyright (C) 2020, Peter Johnson (gravatar.com/delphidabbler) and |
| 5 | + * is licensed under the MIT License: https://opensource.org/licenses/MIT |
| 6 | + * |
| 7 | + * DelphiDabbler Code Snippets Database Documentation: REML markup language |
| 8 | + * documentation. |
| 9 | +--> |
| 10 | +<htmllang="en"> |
| 11 | + |
| 12 | +<head> |
| 13 | + |
| 14 | +<metacharset="UTF-8"/> |
| 15 | +<metahttp-equiv=X-UA-Compatiblecontent="IE=edge"> |
| 16 | +<metaname=viewportcontent="width=device-width,initial-scale=1"> |
| 17 | +<!--[if lt IE 9]> |
| 18 | +<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
| 19 | +<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| 20 | +<![endif]--> |
| 21 | +<metaname="author"content="Peter Johnson - https://en.gravatar.com/delphidabbler"> |
| 22 | +<metaname="description"content="DelphiDabbler Code Snippets collection documentation - REML markup language"> |
| 23 | +<linkrel="stylesheet"href="main.css"> |
| 24 | + |
| 25 | +<title> |
| 26 | + DelphiDabbler Code Snippets Database Docs - REML |
| 27 | +</title> |
| 28 | + |
| 29 | +</head> |
| 30 | + |
| 31 | +<body> |
| 32 | + |
| 33 | +<header> |
| 34 | + |
| 35 | +<divid="title"> |
| 36 | +<div> |
| 37 | + DelphiDabbler Code Snippets Database v2 |
| 38 | +</div> |
| 39 | +<divclass="subtitle"> |
| 40 | + Documentation |
| 41 | +</div> |
| 42 | +</div> |
| 43 | + |
| 44 | +</header> |
| 45 | + |
| 46 | +<sectionid="intro"> |
| 47 | + |
| 48 | +<h1> |
| 49 | + Contents |
| 50 | +</h1> |
| 51 | + |
| 52 | +<p> |
| 53 | + The<em>DelphiDabbler Code Snippets Database v2</em> collection is documented in the following files: |
| 54 | +</p> |
| 55 | + |
| 56 | +<dl> |
| 57 | +<dt> |
| 58 | +<strong><ahref="collection-format.html">collection-format.html</a></strong> |
| 59 | +</dt> |
| 60 | +<dd> |
| 61 | + Description of the format of all files in the collection.<strong>Start here</strong>. |
| 62 | +</dd> |
| 63 | +<dt> |
| 64 | +<strong><ahref="source-code-format.html">source-code-format.html</a></strong> |
| 65 | +</dt> |
| 66 | +<dd> |
| 67 | + Detailed description of how source code files are formatted for each type of snippet in the collection. |
| 68 | +</dd> |
| 69 | +<dt> |
| 70 | +<strong><ahref="reml.html">reml.html</a></strong> |
| 71 | +</dt> |
| 72 | +<dd> |
| 73 | + Information about the REML mini markup language used to format snippet descriptions etc. |
| 74 | +</dd> |
| 75 | +</ul> |
| 76 | + |
| 77 | +</section> |
| 78 | + |
| 79 | +<footer/> |
| 80 | + |
| 81 | +</body> |
| 82 | + |
| 83 | +</html> |