This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch experimental in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/experimental by this push: new 81d4f0e Type is now unnecessary 81d4f0e is described below commit 81d4f0ee540cfc4b414d4d199c7738edfd2bda17 Author: Sebb <s...@apache.org> AuthorDate: Tue May 6 17:30:02 2025 +0100 Type is now unnecessary --- projects.md | 6 +++--- subprojects.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/projects.md b/projects.md index bcbce57..d60cc0b 100644 --- a/projects.md +++ b/projects.md @@ -31,12 +31,12 @@ This page lists all the **Projects** in The Apache Attic, see also the {% assign project_array = site.data.project_array | where: "project_type", "PMC" -%} -|Project|Type|Description|Retired| -|:------|:---|:----------|:------| +|Project|Description|Retired| +|:------|:----------|:------| {%- for project in project_array %} |{{forloop.index}}. [{{project.project_apachename}}]( {%- link {{project.project_id | prepend: "projects/" | append: ".html"}} -%} -)|{{project.project_type}}|{{project.project_shortdesc}}|{{project.retirement_date | date: "%b %Y"}} +)|{{project.project_shortdesc}}|{{project.retirement_date | date: "%b %Y"}} {%- endfor %} diff --git a/subprojects.md b/subprojects.md index 7d7eb79..24c60b6 100644 --- a/subprojects.md +++ b/subprojects.md @@ -33,12 +33,12 @@ Historically the Apache Attic accepted ***Sub-Projects***, but since 2014 this i {% assign project_array = site.data.project_array | where: "project_type", "Subproject" -%} -|Project|Type|Description|Retired| -|:------|:---|:----------|:------| +|Project|Description|Retired| +|:------|:----------|:------| {%- for project in project_array %} |{{forloop.index}}. [{{project.project_apachename}}]( {%- link {{project.project_id | prepend: "projects/" | append: ".html"}} -%} -)|{{project.project_type}}|{{project.project_shortdesc}}|{{project.retirement_date | date: "%b %Y"}} +)|{{project.project_shortdesc}}|{{project.retirement_date | date: "%b %Y"}} {%- endfor %}