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