This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/main by this push:
new 6c466fb Add definition for Wink
6c466fb is described below
commit 6c466fba06ed930834a44cc8f7fb6d8d09298d74
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 10 12:26:56 2025 +0100
Add definition for Wink
Note: existing banner in home page will be removed later
---
_data/projects/wink.yaml | 2 +-
scripts/attic_filter.lua | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/_data/projects/wink.yaml b/_data/projects/wink.yaml
index 9b2fb9e..6790974 100644
--- a/_data/projects/wink.yaml
+++ b/_data/projects/wink.yaml
@@ -2,7 +2,7 @@
retirement_date: 2017-04-19
attic_issue: ATTIC-166
attic_date: 2017-05-01
-attic_banner: false
+attic_banner: true
project_description: >-
Wink was a simple yet solid framework for building RESTful Web services.
It is comprised of a Server module and a Client module for developing
diff --git a/scripts/attic_filter.lua b/scripts/attic_filter.lua
index 1283e32..0e4af38 100644
--- a/scripts/attic_filter.lua
+++ b/scripts/attic_filter.lua
@@ -39,6 +39,7 @@ local OVERRIDES = {
eagle = 'd',
metamodel = 'e',
abdera = 'f',
+ wink = 'f',
-- Shorthand names for testing using VAR_NAME override
_a = 'a',
_b = 'b',