Skip to content

Commit ac285f7

Browse files
committed
Add meta descriptions to all code library projects
1 parent d7811ad commit ac285f7

21 files changed

+27
-6
lines changed

_software/aboutbox.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
precis: "An about box that can display version information."
1313
summary: "About box component that can display version information."
1414
meta-title: "About Box Component for Delphi Pascal VCL | Open Source | 32 & 64 bit"
15+
meta-desc: "About Box dialogue box component for the Delphi Pascal VCL that can display the program's version information. Requires Delphi 2 & later."
1516
download-base-url: "https://sourceforge.net/projects/ddablib/files/aboutbox/"
1617
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/aboutbox/
1718
want-header-buttons: true

_software/cbview.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
precis: "Component that reports clipboard changes"
1313
summary: "Component that triggers event when Windows clipboard contents change."
1414
meta-title: "Clipboard Viewer Component for Delphi Pascal VCL | 32 & 64 bit | Open Source"
15+
meta-desc: "Non visual component for the Delphi Pascal VCL that triggers an event when the Windows clipboard content changes. Requires Delphi 7 & later."
1516
download-base-url: "https://sourceforge.net/projects/ddablib/files/cbview/"
1617
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/cbview/
1718
want-header-buttons: true

_software/cmenu.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
title: "Colour Pop-up Menu Component"
1111
precis: "Pop-up menu to component display a colour palette"
1212
summary: "A pop-up menu component that displays the basic Windows colours in a menu or palette. Includes a component editor and demo."
13+
meta-desc: "NO LONGER SUPPORTED: Delphi Pascal pop-up menu component that displays the basic Windows colours in a menu or palette. Requires Delphi 4 & later."
1314
want-header-buttons: false
1415
status: "mothballed"
1516
---
@@ -81,29 +82,29 @@ <h2 class="panel-title">
8182
(4 columns)
8283
</p>
8384
<p>
84-
<img class="scale center-block" src="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/cmenu-1.gif" alt="Screenshot of TPJColourPopupMenu text only example" title="TPJColourPopupMenu text only example" />
85+
<img class="scale center-block" src="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/cmenu-1.gif" alt="Screenshot of TPJColourPopupMenu text only example" title="TPJColourPopupMenu text only example" />
8586
</p>
8687
</div>
8788
<div class="col-md-4 text-smallcaps text-center em">
8889
<p class="condensed-bottom">
8990
Text and Colour
9091
</p>
91-
<p class="condensed small">
92+
<p class="condensed small">
9293
(2 columns)
9394
</p>
9495
<p>
95-
<img class="scale center-block" src="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/cmenu-3.gif" alt="Screenshot of TPJColourPopupMenu colour only example" title="TPJColourPopupMenu colour only example" />
96+
<img class="scale center-block" src="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/cmenu-3.gif" alt="Screenshot of TPJColourPopupMenu colour only example" title="TPJColourPopupMenu colour only example" />
9697
</p>
9798
</div>
9899
<div class="col-md-4 text-smallcaps text-center">
99100
<p class="condensed-bottom">
100101
Text only
101102
</p>
102-
<p class="condensed small">
103+
<p class="condensed small">
103104
(2 columns)
104105
</p>
105106
<p>
106-
<img class="scale center-block" src="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/cmenu-2.gif" alt="Screenshot of TPJColourPopupMenu text and colour example" title="TPJColourPopupMenu text and colour example" />
107+
<img class="scale center-block" src="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/cmenu-2.gif" alt="Screenshot of TPJColourPopupMenu text and colour example" title="TPJColourPopupMenu text and colour example" />
107108
</p>
108109
</div>
109110
</div>
@@ -127,7 +128,7 @@ <h2 class="panel-title">
127128
A component editor (accessed from a mouse menu when the component is selected) that gives easy access to all the component's main properties. Here is a screenshot of the component editor:
128129
</p>
129130
<p>
130-
<img class="scale center-block" src="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/cmenu-4.gif" alt="Screenshot of colour menu component editor" title="Colour menu component editor" />
131+
<img class="scale center-block" src="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/cmenu-4.gif" alt="Screenshot of colour menu component editor" title="Colour menu component editor" />
131132
</p>
132133
</li>
133134
<li>

_software/consoleapp.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
precis: "Execute child processes and redirect their I/O"
1313
summary: "Source code of classes that simplify executing, and redirecting the I/O of, child console processes."
1414
meta-title: "Console Application Runner Classes for Delphi Pascal | Open Source | 32 & 64 bit"
15+
meta-desc: "Delphi Pascal classes that simplify execution of child console processes and redirection of their standard input/output. Require Delphi 7 & later"
1516
download-base-url: "https://sourceforge.net/projects/ddablib/files/consoleapp/"
1617
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/consoleapp/
1718
want-header-buttons: true

_software/dropfiles.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
precis: "Components that handle drag and drop of files"
1313
summary: "Components that get and filter names of files and folders dragged and dropped from Explorer."
1414
meta-title: "File Drag Drop Components for Delphi Pascal VCL | Open Source | 32 & 64 bit"
15+
meta-desc: "Delphi Pascal VCL components that get and filter the names of files and folders dragged and dropped from Windows Explorer. Require Delphi 7 & later."
1516
download-base-url: "https://sourceforge.net/projects/ddablib/files/dropfiles/"
1617
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/dropfiles/
1718
want-header-buttons: true

_software/envvars.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
precis: "Code to help manage and access environment variables"
1313
summary: "Source code of a unit containing a static class and other code to help manage and access environment variables."
1414
meta-title: "Environment Variables Unit for Delphi Pascal VCL & FMX | Open Source | 32 & 64 bit"
15+
meta-desc: "Delphi Pascal unit for reading & writing Windows environment variables & for creating environment blocks for child processes. Requires Delphi 7 & later."
1516
download-base-url: "https://sourceforge.net/projects/ddablib/files/envvars/"
1617
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/envvars/
1718
want-header-buttons: true

_software/fractions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
precis: "Encapsulates fractions and operations on them"
1313
summary: "Advanced Delphi record that encapsulates a fraction along with numerous operations."
1414
meta-title: "Fractions Manipulation Unit for Delphi Pascal | Open Source | 32 & 64 bit"
15+
meta-desc: "Advanced Delphi Pascal record that stores and manipulates fractions. Has overloaded operators & numerous operations. Requires Delphi 2009 & later."
1516
download-base-url: "https://sourceforge.net/projects/ddablib/files/fractions/"
1617
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/fractions/
1718
want-header-buttons: true

_software/hkeype.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
title: "HKEY Property Editor"
1212
precis: "Property editor for registry root keys"
1313
summary: "Property editor that permits registry root keys to be edited using symbolic constant names."
14+
meta-desc: "OBSOLETE Delphi Pascal property editor"
1415
download-base-url: "https://sourceforge.net/projects/ddablib/files/hkeype/"
1516
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/hkeype/
1617
want-header-buttons: false

_software/hotlabel.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
precis: "Label component that accesses a URL when clicked"
1313
summary: "Label component that accesses a URL when clicked."
1414
meta-title: "Clickable Link Label Component for Delphi Pascal VCL | Open Source | 32 & 64 bit"
15+
meta-desc: "Delphi Pascal VCL component that opens a specified URL when clicked. Link, hover & visited colours can be customised. Descends from TLabel. Requires Delphi 7 & later."
1516
download-base-url: "https://sourceforge.net/projects/ddablib/files/hotlabel/"
1617
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/hotlabel/
1718
want-header-buttons: true

_software/ioutils.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
precis: "Classes to assist in various I/O related tasks"
1313
summary: "Various Delphi Pascal classes designed to assist in various I/O related tasks."
1414
meta-title: "File & Pipe IO Utility Classes for Delphi Pascal VCL | Open Source | 32 & 64 bit"
15+
meta-desc: "Delphi Pascal classes that encapsulate Windows pipes and file handles. Has filters for reading Unicode & ANSI text from pipes. Required Delphi 2005 & later."
1516
download-base-url: "https://sourceforge.net/projects/ddablib/files/ioutils/"
1617
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/ioutils/
1718
want-header-buttons: true

0 commit comments

Comments
 (0)