Menu

[r2421]: / trunk / Src / Res / HTML / dlg-about-program-tplt.html  Maximize  Restore  History

Download this file

155 lines (142 with data), 4.3 kB

  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
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/
*
* Copyright (C) 2005-2012, Peter Johnson (www.delphidabbler.com).
*
* $Rev$
* $Date$
*
* Template for content displayed in program tab of about dialog box.
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>dlg-about-program-tplt</title>
<style type="text/css">
.scrollbox {
overflow: auto;
height: 14em;
width: auto;
margin: 6px 0;
}
.scrollbox ul {
margin: 0 0.5em 0 2em;
list-style-type: disc;
}
.scrollbox ul li {
margin: 0.5em 0;
}
.scrollbox ul ul {
list-style-type: circle;
margin-top: 0;
margin-bottom: 0;
margin-left: 1.25em;
}
.scrollbox ul ul li {
margin: 0.25em 0;
}
</style>
</head>
<body>
<p>
DelphiDabbler <em>CodeSnip</em> is copyright &copy; 2005-2012 by Peter D
Johnson, <a
class="external-link"
href="http://www.delphidabbler.com"
>http://www.delphidabbler.com</a>.
</p>
<p>
The program is made available under the terms of the <a
class="external-link"
href="https://www.mozilla.org/MPL/2.0/"
>Mozilla Public License 2.0</a>. For full details of the license and a
disclaimer of warranty, please see <code>License.html</code>.
</p>
<p>
<strong>Credits &amp; Attributions</strong>
</p>
<div class="scrollbox">
<ul>
<li>
The MD5 digest code used in this program is based on the RSA Data
Security, Inc. MD5 Message-Digest Algorithm.
</li>
<li>
This software is based, in part, on the work of Anders Melander.
</li>
<li>
Portions of this software are copyright &copy; 1993 - 2003, Chad Z.
Hower (Kudzu) and the Indy Pit Crew - <a
class="external-link"
href="http://www.IndyProject.org/"
>http://www.IndyProject.org/</a>.
</li>
<li>
<div>
Images from the following icon collections were used in
<em>CodeSnip</em>'s GUI, either unchanged or modified:
</div>
<ul>
<li>
VistICO Aero Pack 3, copyright &copy; <a
class="external-link"
href="http://www.vistaico.com/"
>VistaICO.com</a>.
</li>
<li>
<a
class="external-link"
href="http://www.famfamfam.com/lab/icons/silk/"
>Silk Icon Set 1.3</a> by Mark James.
</li>
<li>
<a
class="external-link"
href="http://led24.de/iconset/"
>Led Icon Set v1.0</a>.
</li>
<li>
<a
class="external-link"
href="http://www.icojam.com/blog/?p=222"
>PixelBox icon collection</a>.
</li>
</ul>
</li>
<li>
Thanks to Steve Schafer of
<a
class="external-link"
href="http://www.teamb.com/"
title="Go to the TeamB home page"
>TeamB</a> for the code on which the program's encryption and
decryption support is based.
</li>
<li>
Thanks to Vadim Crits for the customised list view control,
<em>TListViewEx</em>.
</li>
<li>
<em>CodeSnip</em> was developed and built using Embarcadero
Delphi&reg; 2010.
</li>
<li>
<em>CodeSnip</em>'s installer was created using
<a
href="http://www.jrsoftware.org/isinfo.php"
class="external-link"
title="View information about Inno Setup"
>Inno Setup</a>.
</li>
</ul>
</div>
<p>
<%Registered%>
</p>
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.