You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update DDabLib pages re change of repo from SF to GitHub
Revise text and URLs of all DDabLib sub-project pages to reflect
recent move of DDabLib repo, issues & discussions from SourceForge
to GitHub.
Some other corrections and tweaks to individual pages.
<aclass="btn btn-primary" role="button" href="{{ dl-url }}" aria-label="Go to SourceForge and download latest version automatically">Download <spanclass="hidden-xs">release </span>v{{ page.version }}<spanclass="hidden-xs"> from SourceForge</span></a>
102
102
</p>
103
103
<p>
104
-
<em>{{ page.title }}</em> is a sub-project of the <ahref="{{ site.data.core.sourceforge-ddlib-project-url }}" aria-label="{{ site.data.core.sourceforge-ddlib-project-link-title }}">DDabLib</a> project which is maintained in a Subversion repository. The code is developed in the <code><ahref="{{ page.repo-url }}" aria-title="Go to the aboutbox project in the Subversion repo">trunk/projects/aboutbox</a></code> branch.
105
-
</p>
106
-
<p>
107
-
Subversion users can check out the source code of the current release from the repository on SourceForge by doing:
Check outs are read only, but you can easily contribute code: see <em><ahref="#feedback">Feedback & Queries</a></em> below.
104
+
<em>{{ page.title }}</em> is a sub-project of the <ahref="{{ site.data.core.github-ddlib-project-url }}" aria-label="{{ site.data.core.github-ddlib-project-link-title }}">DDabLib</a> project which is maintained in a Git repository on GitHub. The code is developed in the <code><ahref="{{ page.repo-url }}" aria-title="Go to the aboutbox project in the Git repo">projects/aboutbox</a></code> directory. You can <code>git clone</code> the whole repo as required.
119
105
</p>
120
106
</div>
121
107
</section>
@@ -179,7 +165,7 @@ <h2 class="panel-title">
179
165
The <em>About Box Component</em> is comprehensively documented online <ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/AboutBox.md" aria-title="View the online documentation">here</a>
180
166
</p>
181
167
<p>
182
-
The project's change log can be viewed on <ahref="https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/aboutbox/Docs/ChangeLog.txt" aria-title="Change log on SourceForge">SourceForge</a>
168
+
The project's change log can be viewed <ahref="https://raw.githubusercontent.com/delphidabbler/ddablib/main/projects/aboutbox/Docs/ChangeLog.txt" aria-title="View the change log in plain text">here</a>.
183
169
</p>
184
170
<p>
185
171
A read-me file (<code>ReadMe.htm</code>) is included in the project download.
If you find any bugs or want to suggest a new feature please report them using the <ahref="https://sourceforge.net/p/ddablib/tickets">Issue Tracker</a>.
214
-
</p>
215
-
<p>
216
-
Click the <em>Create Ticket</em> button to create a ticket then complete the form giving as much information as possible.
199
+
If you find any bugs or want to suggest a new feature please report them using the <ahref="https://github.com/delphidabbler/ddablib/issues">Issue Tracker</a>.
217
200
</p>
218
201
<pclass="alert alert-info glyph">
219
-
The issue tracker is shared among all the projects in the DelphiDabbler Code Library, so please make sure you enter<kbd>aboutbox</kbd>in the <em>Project</em> edit box to make it clear which project you are referring to. You should also choose <kbd>Defect</kbd> in the <em>Type</em> drop down list to report a bug or <kbd>Enhancement</kbd> to request a new feature.
202
+
The issue tracker is shared among all the projects in the DelphiDabbler Code Library, so please make sure you reference<kbd>aboutbox</kbd> to make it clear which project you are referring to.
220
203
</p>
221
204
<p>
222
-
If you have created a bug fix or have implemented a new feature please attach a zip file to your ticket that contains your source code.
205
+
If you have created a bug fix or have implemented a new feature please open a pull request for it.
223
206
</p>
224
207
<p>
225
-
Should you have any queries about using the component please read the <ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/AboutBox.md">documentation</a> and/or <ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/FAQs/AboutBoxComponent.md">FAQ</a>. If you can't find an answer in the documentation then post a message in the <ahref="https://sourceforge.net/p/ddablib/discussion/">discussion group</a>.
208
+
Should you have any queries about using the component please read the <ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/AboutBox.md">documentation</a> and/or <ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/FAQs/AboutBoxComponent.md">FAQ</a>. If you can't find an answer in the documentation then post a message in the <ahref="https://github.com/delphidabbler/ddablib/discussions">discussion group</a>.
Copy file name to clipboardExpand all lines: _software/cbview.html
+7-24Lines changed: 7 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
meta-title: "Clipboard Viewer Component for Delphi Pascal VCL | 32 & 64 bit | Open Source"
15
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."
<aclass="btn btn-primary" role="button" href="{{ dl-url }}" aria-label="Go to SourceForge and download latest version automatically">Download <spanclass="hidden-xs">release </span>v{{ page.version }}<spanclass="hidden-xs"> from SourceForge</span></a>
64
64
</p>
65
65
<p>
66
-
<em>{{ page.title }}</em> is a sub-project of the <ahref="{{ site.data.core.sourceforge-ddlib-project-url }}" aria-label="{{ site.data.core.sourceforge-ddlib-project-link-title }}">DDabLib</a> project which is maintained in a Subversion repository. The code is developed in the <code><ahref="{{ page.repo-url }}" aria-title="Go to the cbview project in the Subversion repo">trunk/projects/cbview</a></code> branch.
67
-
</p>
68
-
<p>
69
-
Subversion users can check out the source code of the current release from the repository on SourceForge by doing:
Check outs are read only, but you can easily contribute code: see <em><ahref="#feedback">Feedback & Queries</a></em> below.
66
+
<em>{{ page.title }}</em> is a sub-project of the <ahref="{{ site.data.core.github-ddlib-project-url }}" aria-label="{{ site.data.core.github-ddlib-project-link-title }}">DDabLib</a> project which is maintained in a Git repository on GitHub. The code is developed in the <code><ahref="{{ page.repo-url }}" aria-title="Go to the cbview project in the Git repo">projects/cbview</a></code> directory. You can <code>git clone</code> the whole repo as required.
81
67
</p>
82
68
</div>
83
69
</section>
@@ -132,7 +118,7 @@ <h2 class="panel-title">
132
118
The <em>Clipboad Viewer Component</em> is comprehensively documented online <ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/CBView.md" aria-title="View the online documentation">here</a>
133
119
</p>
134
120
<p>
135
-
The project's change log can be viewed on <ahref="https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/cbview/Docs/ChangeLog.txt" aria-title="Change log on SourceForge">SourceForge</a>
121
+
The project's change log can be viewed <ahref="https://raw.githubusercontent.com/delphidabbler/ddablib/main/projects/cbview/Docs/ChangeLog.txt" aria-title="View the change log in plain text">here</a>.
136
122
</p>
137
123
<p>
138
124
A read-me file (<code>ReadMe.htm</code>) is included in the project download.
If you find any bugs or want to suggest a new feature please report them using the <ahref="https://sourceforge.net/p/ddablib/tickets">Issue Tracker</a>.
152
-
</p>
153
-
<p>
154
-
Click the <em>Create Ticket</em> button to create a ticket then complete the form giving as much information as possible.
137
+
If you find any bugs or want to suggest a new feature please report them using the <ahref="https://github.com/delphidabbler/ddablib/issues">Issue Tracker</a>.
155
138
</p>
156
139
<pclass="alert alert-info glyph">
157
-
The issue tracker is shared among all the projects in the DelphiDabbler Code Library, so please make sure you enter<kbd>cbview</kbd>in the <em>Project</em> edit box to make it clear which project you are referring to. You should also choose <kbd>Defect</kbd> in the <em>Type</em> drop down list to report a bug or <kbd>Enhancement</kbd> to request a new feature.
140
+
The issue tracker is shared among all the projects in the DelphiDabbler Code Library, so please make sure you reference<kbd>cbview</kbd> to make it clear which project you are referring to.
158
141
</p>
159
142
<p>
160
-
If you have created a bug fix or have implemented a new feature please attach a zip file to your ticket that contains your source code.
143
+
If you have created a bug fix or have implemented a new feature please open a pull request for it.
161
144
</p>
162
145
<p>
163
-
Should you have any queries about using the component please read the <ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/CBView.md">documentation</a>. If you can't find an answer in the documentation then post a message in the <ahref="https://sourceforge.net/p/ddablib/discussion/">discussion group</a>.
146
+
Should you have any queries about using the component please read the <ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/CBView.md">documentation</a>. If you can't find an answer in the documentation then post a message in the <ahref="https://github.com/delphidabbler/ddablib/discussions">discussion group</a>.
Copy file name to clipboardExpand all lines: _software/consoleapp.html
+8-25Lines changed: 8 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
meta-title: "Console Application Runner Classes for Delphi Pascal | Open Source | 32 & 64 bit"
15
15
meta-desc: "Delphi Pascal classes that simplify execution of child console processes and redirection of their standard input/output. Require Delphi 7 & later"
<divid="demo" class="collapse"><!-- begin collapsible #demo section -->
42
42
<p>
43
-
The classes come with numerous demo programs that illustrate how to use the them. Each demo is related to an example documented in the <spanaria-hidden="true"><em>Examples</em> section of the project </span><ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/ConsoleAppClasses.md" aria-label="main project documentation">documentation</a>. There is a VCL version of each demo and a few demos also have FireMonkey 2 versions as well.
43
+
The classes come with numerous demo programs that illustrate how to use the them. Each demo is related to an example documented in the <spanaria-hidden="true"><em>Examples</em> section of the project </span><ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/ConsoleApp.md" aria-label="main project documentation">documentation</a>. There is a VCL version of each demo and a few demos also have FireMonkey 2 versions as well.
44
44
</p>
45
45
<divclass="alert alert-info">
46
46
<p>
@@ -80,21 +80,7 @@ <h2 class="panel-title">
80
80
<aclass="btn btn-primary" role="button" href="{{ dl-url }}" aria-label="Go to SourceForge and download latest version automatically">Download <spanclass="hidden-xs">release </span>v{{ page.version }}<spanclass="hidden-xs"> from SourceForge</span></a>
81
81
</p>
82
82
<p>
83
-
<em>{{ page.title }}</em> is a sub-project of the <ahref="{{ site.data.core.sourceforge-ddlib-project-url }}" aria-label="{{ site.data.core.sourceforge-ddlib-project-link-title }}">DDabLib</a> project which is maintained in a Subversion repository. The code is developed in the <code><ahref="{{ page.repo-url }}" aria-title="Go to the consoleapp project in the Subversion repo">trunk/projects/consoleapp</a></code> branch.
84
-
</p>
85
-
<p>
86
-
Subversion users can check out the source code of the current release from the repository on SourceForge by doing:
Check outs are read only, but you can easily contribute code: see <em><ahref="#feedback">Feedback & Queries</a></em> below.
83
+
<em>{{ page.title }}</em> is a sub-project of the <ahref="{{ site.data.core.github-ddlib-project-url }}" aria-label="{{ site.data.core.github-ddlib-project-link-title }}">DDabLib</a> project which is maintained in a Git repository on GitHub. The code is developed in the <code><ahref="{{ page.repo-url }}" aria-title="Go to the consoleapp project in the Git repo">projects/consoleapp</a></code> directory. You can <code>git clone</code> the whole repo as required.
98
84
</p>
99
85
</div>
100
86
</section>
@@ -158,7 +144,7 @@ <h2 class="panel-title">
158
144
The <em>Console Application Runner Classes</em> are comprehensively documented online <ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/ConsoleApp.md" aria-title="View the online documentation">here</a>
159
145
</p>
160
146
<p>
161
-
The project's change log can be viewed on <ahref="https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/consoleapp/Docs/ChangeLog.txt" aria-title="Change log on SourceForge">SourceForge</a>
147
+
The project's change log can be viewed <ahref="https://raw.githubusercontent.com/delphidabbler/ddablib/main/projects/consoleapp/Docs/ChangeLog.txt" aria-title="View the change log in plain text">here</a>.
162
148
</p>
163
149
<p>
164
150
A read-me file (<code>ReadMe.htm</code>) is included in the project download.
If you find any bugs or want to suggest a new feature please report them using the <ahref="https://sourceforge.net/p/ddablib/tickets">Issue Tracker</a>.
181
-
</p>
182
-
<p>
183
-
Click the <em>Create Ticket</em> button to create a ticket then complete the form giving as much information as possible.
166
+
If you find any bugs or want to suggest a new feature please report them using the <ahref="https://github.com/delphidabbler/ddablib/issues">Issue Tracker</a>.
184
167
</p>
185
168
<pclass="alert alert-info glyph">
186
-
The issue tracker is shared among all the projects in the DelphiDabbler Code Library, so please make sure you enter<kbd>consoleapp</kbd>in the <em>Project</em> edit box to make it clear which project you are referring to. You should also choose <kbd>Defect</kbd> in the <em>Type</em> drop down list to report a bug or <kbd>Enhancement</kbd> to request a new feature.
169
+
The issue tracker is shared among all the projects in the DelphiDabbler Code Library, so please make sure you reference<kbd>consoleapp</kbd> to make it clear which project you are referring to.
187
170
</p>
188
171
<p>
189
-
If you have created a bug fix or have implemented a new feature please attach a zip file to your ticket that contains your source code.
172
+
If you have created a bug fix or have implemented a new feature please open a pull request for it.
190
173
</p>
191
174
<p>
192
-
Should you have any queries about using the classes please read the <ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/ConsoleApp.md">documentation</a> and/or <ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/FAQs/ConsoleAppClasses.md">FAQ</a>. If you can't find an answer in the documentation then post a message in the <ahref="https://sourceforge.net/p/ddablib/discussion/">discussion group</a>.
175
+
Should you have any queries about using the classes please read the <ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/ConsoleApp.md">documentation</a> and/or <ahref="https://github.com/delphidabbler/ddab-lib-docs/blob/master/FAQs/ConsoleAppClasses.md">FAQ</a>. If you can't find an answer in the documentation then post a message in the <ahref="https://github.com/delphidabbler/ddablib/discussions">discussion group</a>.
0 commit comments