Skip to content

Commit 60d5330

Browse files
committed
Replace "mothballed" var with "status" in front matter
This adds support for and "obsolete" status in addition to "mothballed" and "current" Files with mothballed=false set status="current" Files with mothballed=true set status to either "mothballed" or "obsolete"
1 parent 7c58849 commit 60d5330

31 files changed

+36
-36
lines changed

_software/aboutbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
download-base-url: "https://sourceforge.net/projects/ddablib/files/aboutbox/"
1515
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/aboutbox/
1616
want-header-buttons: true
17-
mothballed: false
17+
status: "current"
1818
---
1919
{% assign dl-file = page.dl-file-prefix | append: page.version | append: ".zip" %}
2020
{% assign dl-url = page.download-base-url | append: dl-file %}

_software/bdiff.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
download-base-url: "https://github.com/delphidabbler/bdiff/releases/tag/v"
1212
repo-url: "https://github.com/delphidabbler/bdiff"
1313
want-header-buttons: true
14-
mothballed: false
14+
status: "current"
1515
---
1616
<section class="panel panel-default">
1717
<div class="panel-heading">

_software/boobytrap.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
precis: "A Minesweeper clone"
1010
summary: "A clone of the Minesweeper game written in Delphi Pascal."
1111
want-header-buttons: false
12-
mothballed: true
12+
status: "mothballed"
1313
---
14-
<section class="panel panel-danger">
14+
<section class="panel panel-warning">
1515
<div class="panel-heading">
1616
<h2 class="panel-title">
1717
Mothballed

_software/cbview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
download-base-url: "https://sourceforge.net/projects/ddablib/files/cbview/"
1515
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/cbview/
1616
want-header-buttons: true
17-
mothballed: false
17+
status: "current"
1818
---
1919
{% assign dl-file = page.dl-file-prefix | append: page.version | append: ".zip" %}
2020
{% assign dl-url = page.download-base-url | append: dl-file %}

_software/cfs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
repo-name: "GitHub"
1313
repo-url: "https://github.com/delphidabbler/cfs"
1414
want-header-buttons: true
15-
mothballed: false
15+
status: "current"
1616
---
1717
<section class="panel panel-default">
1818
<div class="panel-heading">

_software/chi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
precis: "Installs component help files for Delphi 3 to 7"
1010
summary: "Installs OpenHelp compatible help files for components etc. into Delphi 3 to 7. Available as stand-alone Windows and console applications."
1111
want-header-buttons: false
12-
mothballed: true
12+
status: "obsolete"
1313
---
1414
<section class="panel panel-danger">
1515
<div class="panel-heading">
1616
<h2 class="panel-title">
17-
Mothballed
17+
Obsolete
1818
</h2>
1919
</div>
2020
<div class="panel-body">

_software/codesnip.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
download-base-url: "https://github.com/delphidabbler/codesnip/releases/tag/version-"
1212
repo-url: "https://github.com/delphidabbler/codesnip"
1313
want-header-buttons: true
14-
mothballed: false
14+
status: "current"
1515
---
1616
<section class="panel panel-default">
1717
<div class="panel-heading">

_software/compfiledate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
download-base-url: "https://github.com/delphidabbler/compfiledate/releases/tag/v"
1212
repo-url: "https://github.com/delphidabbler/compfiledate"
1313
want-header-buttons: true
14-
mothballed: false
14+
status: "current"
1515
---
1616
<section class="panel panel-default">
1717
<div class="panel-heading">

_software/consoleapp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
download-base-url: "https://sourceforge.net/projects/ddablib/files/consoleapp/"
1515
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/consoleapp/
1616
want-header-buttons: true
17-
mothballed: false
17+
status: "current"
1818
---
1919
{% assign dl-file = page.dl-file-prefix | append: page.version | append: ".zip" %}
2020
{% assign dl-url = page.download-base-url | append: dl-file %}

_software/dropfiles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
download-base-url: "https://sourceforge.net/projects/ddablib/files/dropfiles/"
1515
repo-url: https://sourceforge.net/p/ddablib/code/HEAD/tree/trunk/projects/dropfiles/
1616
want-header-buttons: true
17-
mothballed: false
17+
status: "current"
1818
---
1919
{% assign dl-file = page.dl-file-prefix | append: page.version | append: ".zip" %}
2020
{% assign dl-url = page.download-base-url | append: dl-file %}

0 commit comments

Comments
 (0)