(attic) branch asf-site updated: Regenerated website based on d399cc1f8f7ddce4091db4f0560958c156e3f7b8 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 8ee5023 Regenerated website based on d399cc1f8f7ddce4091db4f0560958c156e3f7b8 commit 8ee5023 is described below commit 8ee5023c0dd2837624f0f0e4099754b94c655668 Author: GitHub Actions AuthorDate: Sat Apr 19 07:03:46 2025 + Regenerated website based on d399cc1f8f7ddce4091db4f0560958c156e3f7b8 commit --- output/process.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/process.html b/output/process.html index 0a5d635..abaa9a3 100644 --- a/output/process.html +++ b/output/process.html @@ -90,7 +90,7 @@ site https://attic.apache.org";>https://attic.apache.org, with its source https://github.com/apache/attic";>https://github.com/apache/attic, https://github.com/apache/attic/actions";>built to https://github.com/apache/attic/tree/asf-site";>asf-site jira https://issues.apache.org/jira/browse/ATTIC";>https://issues.apache.org/jira/browse/ATTIC - legacy svn site https://svn.apache.org/repos/asf/attic";>https://svn.apache.org/repos/asf/attic: cwiki_retired is last content used for now + legacy svn site https://svn.apache.org/repos/asf/attic/site";>https://svn.apache.org/repos/asf/attic/site (https://github.com/apache/attic-site";>https://github.com/apache/attic-site mirror): cwiki_retired is last content used for now permissions on svn https://github.com/apache/infrastructure-p6/blob/production/modules/subversion_server/files/authorization/asf-authorization-template#L231";>/repos/asf and https://github.com/apache/infrastructure-p6/blob/production/modules/subversion_server/files/authorization/pit-authorization-template";>/repos/infra websites https://github.com/apache/infrastructure-p6/blob/production/modules/svnwcsub/files/svnwcsub.conf";>svnpubsub and
(attic) branch cwiki-retired updated: Regenerated cwiki-retired based on a815d2a737ef434ea176bf8af76f695ac6d8aa5e commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch cwiki-retired in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/cwiki-retired by this push: new 59afde1 Regenerated cwiki-retired based on a815d2a737ef434ea176bf8af76f695ac6d8aa5e commit 59afde1 is described below commit 59afde15d9f09469d950f758d6a457a8c8360314 Author: GitHub Actions AuthorDate: Sun Apr 20 14:12:41 2025 + Regenerated cwiki-retired based on a815d2a737ef434ea176bf8af76f695ac6d8aa5e commit --- AAREADME.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AAREADME.txt b/AAREADME.txt index c107213..770a192 100644 --- a/AAREADME.txt +++ b/AAREADME.txt @@ -1,6 +1,6 @@ This directory contains marker files to indicate which Wikis relate to retired projects. -The contents are checked out to a directory on the webserver that hosts project websites: +The contents are copied to cwiki-retired branch, checked out to a directory on the webserver that hosts Confluence Wikis: https://github.com/apache/infrastructure-p6/blob/production/modules/cwiki_asf/manifests/init.pp It is invoked by the cwiki vhosts:
(attic) branch asf-site updated: Regenerated website based on 728308caeb80894e082e1eccae43d15d9e1090bb commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new a4f9746 Regenerated website based on 728308caeb80894e082e1eccae43d15d9e1090bb commit a4f9746 is described below commit a4f9746bc2f1fbdefd57a4bd03f22a142900849a Author: GitHub Actions AuthorDate: Sun Apr 20 15:31:05 2025 + Regenerated website based on 728308caeb80894e082e1eccae43d15d9e1090bb commit --- output/process.html | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/output/process.html b/output/process.html index abaa9a3..1ce45a0 100644 --- a/output/process.html +++ b/output/process.html @@ -65,7 +65,7 @@ If the board approves the resolution, open an https://issues.apache.org/jira/browse/ATTIC";>Attic JIRA item - 'Move ${project} to the Attic'. - The Attic PMC will step in and create a detailed issue description using https://svn.apache.org/repos/asf/attic/site/retire.py";>retire.py, with other generated parts to move the project to the Attic. + The Attic PMC will step in and create a detailed issue description using https://github.com/apache/attic/blob/main/retire.py";>retire.py, with other generated parts to move the project to the Attic. Generated issue content typically contains following steps (see "How to" below for a description of each step): # Confirm Board Resolution @@ -151,9 +151,9 @@ ${Name} on behalf of ${project} + the Attic. The Attic website is built using Anakia. https://velocity.apache.org/anakia/";>Anakia is an old site technology built on top of Apache Velocity. - You can get the source for the site from Subversion: -svn co https://svn.apache.org/repos/asf/attic/site -You can generate the required changes using the Python3 https://svn.apache.org/repos/asf/attic/site/retire.py";>retire.py script as follows: + You can get the source for the site from Git: +git clone https://github.com/apache/attic +You can generate the required changes using the Python3 https://github.com/apache/attic/blob/main/retire.py";>retire.py script as follows: ./retire.py id1 [id2...] This should generate the following files for each ID, as well as updating xdocs/stylesheets/project.xml: @@ -162,10 +162,9 @@ ${Name} on behalf of ${project} + the Attic. xdocs/projects/ID.xml cwiki_retired/WIKI_ID.txt (this adds the CWIKI banner for projects) -The code allows for wiki aliases, as described in the cwiki_retired/AAREADME.txt file. -Review the changes in xdocs/, then commit to svn. -The ID.jira.tmp file is text that can be copy-pasted into a JIRA description. It should be deleted after use, and not committed to SVN. -The https://ci2.apache.org/#/builders/16";>buildbot job will build the site and commit the result which will be published soon after. +The code allows for wiki aliases, as described in the cwiki_retired/AAREADME.txt file. +Review the changes in xdocs/, then commit to Git. +The ID.jira.tmp file is text that can be copy-pasted into a JIRA description. It should be deleted after use, and not committed to Git. @@ -184,7 +183,7 @@ new category: <category rdf:resource="http://projects.apache.org/category/re Open an https://issues.apache.org/jira/browse/INFRA";>Infrastructure JIRA issue identifying the resources that need turning off/making read only. -The content of the issue can be generated using https://svn.apache.org/repos/asf/attic/site/infrajiratext.py";>infrajiratext.py. +The content of the issue can be generated using https://github.com/apache/attic/blob/main/infrajiratext.py";>infrajiratext.py. Typically, it contains steps like following, that need to be tweaked based on assets of the retired project: Make source control Git|Svn read-only @@ -237,7 +236,7 @@ ${NAME} on behalf of the Apache Attic and the now retired Apache ${project} project It's important to include the boilerplate from the project's site so people - know what we're talking about. + know what we're talking about.
(attic) branch asf-site updated: Regenerated website based on 5483d00f95b79bab0a40d018d94e2cec08375b68 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new d0f1c79 Regenerated website based on 5483d00f95b79bab0a40d018d94e2cec08375b68 commit d0f1c79 is described below commit d0f1c798ffb3b88fe91611270b3df34ca8b3c95c Author: GitHub Actions AuthorDate: Wed Apr 30 20:30:10 2025 + Regenerated website based on 5483d00f95b79bab0a40d018d94e2cec08375b68 commit --- output/tracking.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/tracking.html b/output/tracking.html index 598fc5e..dbd51b2 100644 --- a/output/tracking.html +++ b/output/tracking.html @@ -70,7 +70,7 @@ 2025-012025-03Apache Cocoonhttps://issues.apache.org/jira/browse/ATTIC-227";>ATTIC-227 2025-012025-04Apache Pivothttps://issues.apache.org/jira/browse/ATTIC-228";>ATTIC-228 2025-022025-04Apache Ooziehttps://issues.apache.org/jira/browse/ATTIC-232";>ATTIC-232 -2025-02Apache Mnemonichttps://issues.apache.org/jira/browse/ATTIC-233";>ATTIC-233 +2025-022025-04Apache Mnemonichttps://issues.apache.org/jira/browse/ATTIC-233";>ATTIC-233 2025-03Apache Gorahttps://issues.apache.org/jira/browse/ATTIC-236";>ATTIC-236
(attic) branch asf-site updated: Regenerated website based on f1567648eeec428d78ab04da54a8a0efc57ce360 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 27d6084 Regenerated website based on f1567648eeec428d78ab04da54a8a0efc57ce360 commit 27d6084 is described below commit 27d60843c05c5ccca1ebd1cf1d427ed65b7ebe86 Author: GitHub Actions AuthorDate: Thu May 1 05:08:10 2025 + Regenerated website based on f1567648eeec428d78ab04da54a8a0efc57ce360 commit --- output/assets/js/search-data.json | 2 +- output/projects.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index fd607a9..6b15c32 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -71,7 +71,7 @@ },"10": { "doc": "Retired Projects", "title": "Retired Projects", -"content": ". | Project | Tyepe | Description | Retired | . | 1. Apache Abdera | PMC | Atom Publishing Protocol Implementation | Feb 2017 | . | 2. Apache Ace | PMC | Centralized life cycle management and deployment of OSGi based and related modular software artifacts for distribution | Dec 2017 | . | 3. Apache Any23 | PMC | Anything to Triples | Jun 2023 | . | 4. Apache Apex | PMC | Enterprise-grade unified stream and batch processing engine | Sep 2019 | . | 5. Apache Archiva | PMC | [...] +"content": ". | Project | Type | Description | Retired | . | 1. Apache Abdera | PMC | Atom Publishing Protocol Implementation | Feb 2017 | . | 2. Apache Ace | PMC | Centralized life cycle management and deployment of OSGi based and related modular software artifacts for distribution | Dec 2017 | . | 3. Apache Any23 | PMC | Anything to Triples | Jun 2023 | . | 4. Apache Apex | PMC | Enterprise-grade unified stream and batch processing engine | Sep 2019 | . | 5. Apache Archiva | PMC | [...] "url": "/projects.html", "relUrl": "/projects.html" diff --git a/output/projects.html b/output/projects.html index 505865a..53f3ca6 100644 --- a/output/projects.html +++ b/output/projects.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on 92315f9a49d70693b1e1dfb75be1886621d7b8ce commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 7be4f32 Regenerated website based on 92315f9a49d70693b1e1dfb75be1886621d7b8ce commit 7be4f32 is described below commit 7be4f32e7109e1270cea06fa06a7e17394c5f398 Author: GitHub Actions AuthorDate: Thu May 1 05:27:43 2025 + Regenerated website based on 92315f9a49d70693b1e1dfb75be1886621d7b8ce commit --- output/assets/js/search-data.json | 2 +- output/process.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 6b15c32..d00c113 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -57,7 +57,7 @@ },"8": { "doc": "Process", "title": "Moving a PMC to the Attic", -"content": ". At some point a PMC may want to join the Attic. The following defines a process to move that PMC into the Attic and gently close it down. | A PMC decides to move to the Attic. | Conduct a discussion on the public developer list whether to dissolve the PMC. Do not conduct it on the private PMC list. | Consider an appeal to the user list for interested users to provide their interest in helping out more. | Consider whether any contributors might be candidates for promotio [...] +"content": ". At some point a PMC may want to join the Attic. The following defines a process to move that PMC into the Attic and gently close it down. | A PMC decides to move to the Attic. | Conduct a discussion on the public developer list whether to dissolve the PMC. Do not conduct it on the private PMC list. | Consider an appeal to the user list for interested users to provide their interest in helping out more. | Consider whether any contributors might be candidates for promotio [...] "url": "/process.html#moving-a-pmc-to-the-attic", "relUrl": "/process.html#moving-a-pmc-to-the-attic" diff --git a/output/process.html b/output/process.html index 2ca1207..50f1e18 100644 --- a/output/process.html +++ b/output/process.html @@ -1,4 +1,4 @@ -
(attic) branch asf-site updated: Regenerated website based on 04096cc71dce647b1a40cdbd87c88469039469b7 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 117f089 Regenerated website based on 04096cc71dce647b1a40cdbd87c88469039469b7 commit 117f089 is described below commit 117f089d25cb0460364544924021388de6e0278f Author: GitHub Actions AuthorDate: Thu May 1 00:14:32 2025 + Regenerated website based on 04096cc71dce647b1a40cdbd87c88469039469b7 commit --- output/projects/chemistry.html | 2 +- output/projects/click.html | 2 +- output/projects/lucy.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/output/projects/chemistry.html b/output/projects/chemistry.html index f13efb9..c6515bf 100644 --- a/output/projects/chemistry.html +++ b/output/projects/chemistry.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on 0875ee75c7b2eb2659876986796fba8afdab545e commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 48f01c9 Regenerated website based on 0875ee75c7b2eb2659876986796fba8afdab545e commit 48f01c9 is described below commit 48f01c9a9caf6d697efcd1e21d68175b5914eb95 Author: GitHub Actions AuthorDate: Thu May 1 00:13:53 2025 + Regenerated website based on 0875ee75c7b2eb2659876986796fba8afdab545e commit --- output/projects/ace.html | 2 +- output/projects/buildr.html| 2 +- output/projects/cocoon.html| 2 +- output/projects/continuum.html | 2 +- output/projects/marmotta.html | 2 +- output/projects/polygene.html | 2 +- output/projects/rave.html | 2 +- output/projects/sentry.html| 2 +- output/projects/shindig.html | 2 +- output/projects/stdcxx.html| 2 +- output/projects/submarine.html | 2 +- output/projects/tiles.html | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/output/projects/ace.html b/output/projects/ace.html index 6451a9a..89927e5 100644 --- a/output/projects/ace.html +++ b/output/projects/ace.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on 14705ada78ea942d583199d41ae1b284f9091200 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 609dc7f Regenerated website based on 14705ada78ea942d583199d41ae1b284f9091200 commit 609dc7f is described below commit 609dc7f6505d20bf29acd24c215bbca54f861541 Author: GitHub Actions AuthorDate: Thu May 1 00:14:54 2025 + Regenerated website based on 14705ada78ea942d583199d41ae1b284f9091200 commit --- output/projects/drat.html | 2 +- output/projects/lenya.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/projects/drat.html b/output/projects/drat.html index 56c4f33..79584a1 100644 --- a/output/projects/drat.html +++ b/output/projects/drat.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on d84cbfee1ea047db75fab664ca98ad4fd08a243f commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 8e7cfdf Regenerated website based on d84cbfee1ea047db75fab664ca98ad4fd08a243f commit 8e7cfdf is described below commit 8e7cfdf7f34aca964219708bb8e8dceea39f2c0d Author: GitHub Actions AuthorDate: Thu May 1 02:33:10 2025 + Regenerated website based on d84cbfee1ea047db75fab664ca98ad4fd08a243f commit --- output/assets/js/search-data.json| 116 +-- output/data.html | 2 +- output/index.html| 2 +- output/process.html | 2 +- output/projects.html | 2 +- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects/twill.html | 2 +- output/projects
(attic) branch asf-site updated: Regenerated website based on 9f75a39c3882cf3800d82f6efa9812f7b154f53c commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new d09b469 Regenerated website based on 9f75a39c3882cf3800d82f6efa9812f7b154f53c commit d09b469 is described below commit d09b46934fc67110defd65425d309edf4dfaba83 Author: GitHub Actions AuthorDate: Thu May 1 03:17:49 2025 + Regenerated website based on 9f75a39c3882cf3800d82f6efa9812f7b154f53c commit --- output/README.md | 12 ++-- output/assets/js/search-data.json| 6 +++--- output/data.html | 10 +- output/projects/aurora.html | 2 +- output/projects/drat.html| 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/templates/gora.html | 3 +-- 10 files changed, 21 insertions(+), 22 deletions(-) diff --git a/output/README.md b/output/README.md index 6af1dc2..36b4d70 100644 --- a/output/README.md +++ b/output/README.md @@ -90,10 +90,10 @@ mailing_lists: - commits - user mailing_lists_prefix:### [OPTIONAL] Defaults to this file name -issue_tracker: -type: JIRA ### [REQUIRED] Valid Values: JIRA, Bugzilla -keys: - - JIRA_KEY_1 ### [OPTIONAL] Defaults to this file name +issue_trackers: +- type: JIRA ### [REQUIRED] Valid Values: JIRA, Bugzilla + keys: +- JIRA_KEY_1 ### [OPTIONAL] Defaults to this file name wiki: type: CWIKI ### [REQUIRED] Valid values: CWIKI keys: @@ -127,8 +127,8 @@ mailing_lists: - dev - commits - user -issue_tracker: -type: JIRA +issue_trackers: +- type: JIRA wiki: type: CWIKI diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index af12dbc..fd607a9 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -15,21 +15,21 @@ },"2": { "doc": "Project Data", "title": "Data File Attributes (YAML)", -"content": "| Attribute | Required? | Format/Values | Description | Examples | . | project_id | GENERATED | - | Generated from the YAML file name, without the .yaml suffix | | . | retirement_date | Required | -mm-dd | Date the project retired (date of board meeting) | | . | attic_issue | Optional | ATTIC-nnn | The Attic JIRA ID managing the projects retirement | | . | attic_date | Optional | -mm-dd | Date the move to the Attic was completed | | . | attic_banner | Opti [...] +"content": "| Attribute | Required? | Format/Values | Description | Examples | . | project_id | GENERATED | - | Generated from the YAML file name, without the .yaml suffix | | . | retirement_date | Required | -mm-dd | Date the project retired (date of board meeting) | | . | attic_issue | Optional | ATTIC-nnn | The Attic JIRA ID managing the projects retirement | | . | attic_date | Optional | -mm-dd | Date the move to the Attic was completed | | . | attic_banner | Opti [...] "url": "/data.html#data-file-attributes-yaml", "relUrl": "/data.html#data-file-attributes-yaml" },"3": { "doc": "Project Data", "title": "Example YAML File", -"content": "Below is an example, of a YAML file for Any23 which generates the Any23 Project Page. retirement_date: 2023-06-21 attic_issue: ATTIC-215 attic_date: 2023-10-01 attic_banner: true project_description: >- The mission of Apache Any23 (Anything to Triples) was the creation and maintenance of software related to automatic crawling, parsing, analyzing, producing, validating and converting RDF (Resource Description Framework) data. board_resolution: true board_reports: true d [...] +"content": "Below is an example, of a YAML file for Any23 which generates the Any23 Project Page. retirement_date: 2023-06-21 attic_issue: ATTIC-215 attic_date: 2023-10-01 attic_banner: true project_description: >- The mission of Apache Any23 (Anything to Triples) was the creation and maintenance of software related to automatic crawling, parsing, analyzing, producing, validating and converting RDF (Resource Description Framework) data. board_resolution: true board_reports: true d [...] "url": "/data.html#example-yaml-file", "relUrl": "/data.html#example-yaml-file" },"4": { "doc": "Project Data", "title": "YAML Template File", -"content": "The
(attic) branch asf-site updated: Regenerated website based on 25215e901b0abd87373a2bef442a4381d18e742d commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new f71a74f Regenerated website based on 25215e901b0abd87373a2bef442a4381d18e742d commit f71a74f is described below commit f71a74fb038d08fed6c3828b4f02c5879fb5966e Author: GitHub Actions AuthorDate: Thu Apr 17 04:17:19 2025 + Regenerated website based on 25215e901b0abd87373a2bef442a4381d18e742d commit --- output/process.html | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/output/process.html b/output/process.html index 3a1fa11..0a5d635 100644 --- a/output/process.html +++ b/output/process.html @@ -87,17 +87,10 @@ The following are useful Git/svn/https locations: - site https://attic.apache.org";>https://attic.apache.org, with its source https://github.com/apache/attic";>https://github.com/apache/attic + site https://attic.apache.org";>https://attic.apache.org, with its source https://github.com/apache/attic";>https://github.com/apache/attic, + https://github.com/apache/attic/actions";>built to https://github.com/apache/attic/tree/asf-site";>asf-site jira https://issues.apache.org/jira/browse/ATTIC";>https://issues.apache.org/jira/browse/ATTIC - - internals: - legacy svn site https://svn.apache.org/repos/asf/attic";>https://svn.apache.org/repos/asf/attic: sources in xdocs, generated html in docs - git mirror https://github.com/apache/attic-site";>https://github.com/apache/attic-site -https://ci2.apache.org/#/builders/16";>Buildbot job to build from source and commit generated html - (see https://svn.apache.org/repos/infra/infrastructure/buildbot2/projects/attic-site.py";>attic-site.py), - https://github.com/apache/infrastructure-p6/blob/production/modules/svnwcsub/files/svnwcsub.conf";>svnwcsub configuration to update generated html from svn to webserver - - + legacy svn site https://svn.apache.org/repos/asf/attic";>https://svn.apache.org/repos/asf/attic: cwiki_retired is last content used for now permissions on svn https://github.com/apache/infrastructure-p6/blob/production/modules/subversion_server/files/authorization/asf-authorization-template#L231";>/repos/asf and https://github.com/apache/infrastructure-p6/blob/production/modules/subversion_server/files/authorization/pit-authorization-template";>/repos/infra websites https://github.com/apache/infrastructure-p6/blob/production/modules/svnwcsub/files/svnwcsub.conf";>svnpubsub and
(attic) branch asf-site updated: Regenerated website based on db29988520475cb40192c67712df701fe6d3fb4b commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new e489184 Regenerated website based on db29988520475cb40192c67712df701fe6d3fb4b commit e489184 is described below commit e4891848077ef4670dbc3f2d0a13210b377c2c1d Author: GitHub Actions AuthorDate: Sun May 4 16:43:09 2025 + Regenerated website based on db29988520475cb40192c67712df701fe6d3fb4b commit --- output/assets/js/search-data.json | 4 ++-- output/data.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 69463e3..674320c 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -1,7 +1,7 @@ {"0": { "doc": "Data Reference (YAML)", "title": "Data Reference (YAML)", -"content": ". Much of the content on this website is generated from project data files in YAML Format. This page describe the contents of how the data files are used and the attributes in the files: . | How the Data Files are Used | Data File Attributes (YAML) | Example YAML File | YAML Template File | . ", +"content": ". Much of the content on this website is generated from project data files in YAML Format. This page describes how the data files are used and the contents of the files: . | How the Data Files are Used | Data File Attributes (YAML) | Example YAML File | YAML Template File | . ", "url": "/data.html#data-reference-yaml", "relUrl": "/data.html#data-reference-yaml" @@ -15,7 +15,7 @@ },"2": { "doc": "Data Reference (YAML)", "title": "Data File Attributes (YAML)", -"content": "| Attribute | Required? | Format/Values | Description | Examples | . | project_id | GENERATED | - | Generated from the YAML file name, without the .yaml suffix | | . | retirement_date | Required | -mm-dd | Date the project retired (date of board meeting) | | . | attic_issue | Optional | ATTIC-nnn | The Attic JIRA ID managing the projects retirement | | . | attic_date | Optional | -mm-dd | Date the move to the Attic was completed | | . | attic_banner | Opti [...] +"content": "| Attribute | Required? | Format/Values | Description | Examples | . | project_id | GENERATED | - | Generated from the YAML file name, without the .yaml suffix | | . | retirement_date | Required | -mm-dd | Date the project retired (date of board meeting) | | . | attic_issue | Optional | ATTIC-nnn | The Attic JIRA ID managing the projects retirement | | . | attic_date | Optional | -mm-dd | Date the move to the Attic was completed | | . | attic_banner | Opti [...] "url": "/data.html#data-file-attributes-yaml", "relUrl": "/data.html#data-file-attributes-yaml" diff --git a/output/data.html b/output/data.html index e80c7bf..d5e828a 100644 --- a/output/data.html +++ b/output/data.html @@ -1,4 +1,4 @@ -
(attic) branch asf-site updated: Regenerated website based on de50816c36ae873a249e585eff09b6179a2b5624 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new a0fb3d7 Regenerated website based on de50816c36ae873a249e585eff09b6179a2b5624 commit a0fb3d7 is described below commit a0fb3d7f03ca9812c4ca35a3e1b40d5086bb98e2 Author: GitHub Actions AuthorDate: Mon May 5 08:49:04 2025 + Regenerated website based on de50816c36ae873a249e585eff09b6179a2b5624 commit --- output/assets/js/search-data.json | 2 +- output/projects/axkit.html | 2 +- output/projects/beehive.html| 2 +- output/projects/crimson.html| 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/quetzalcoatl.html | 2 +- output/tracking.html| 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index b032922..2c226d1 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -204,7 +204,7 @@ },"29": { "doc": "Process Tracking", "title": "The Apache Attic Process Tracking", -"content": ". This page lists projects in Retirement Date order and shows the Completion Date of the project’s move to the Attic along with the Attic JIRA ticket used to track the move. Useful links: . | Board Minutes Calendar to find “Terminate” resolutions | Projects Directory to check | Open Jira issues | Retirement Process Documentation | . | Retirement Month | Completed | Project | Tracking | . | Mar 2025 | | Apache Gora | ATTIC-236 | . | Feb 2025 | Apr 2025 | Apache Oozie | A [...] +"content": ". This page lists projects in Retirement Date order and shows the Completion Date of the project’s move to the Attic along with the Attic JIRA ticket used to track the move. Useful links: . | Board Minutes Calendar to find “Terminate” resolutions | Projects Directory to check | Open Jira issues | Retirement Process Documentation | . | Retirement Month | Completed | Project | Tracking | . | Mar 2025 | | Apache Gora | ATTIC-236 | . | Feb 2025 | Apr 2025 | Apache Oozie | A [...] "url": "/tracking.html#the-apache-attic-process-tracking", "relUrl": "/tracking.html#the-apache-attic-process-tracking" diff --git a/output/projects/axkit.html b/output/projects/axkit.html index ec1511b..460c156 100644 --- a/output/projects/axkit.html +++ b/output/projects/axkit.html @@ -1 +1 @@ -
(attic) branch acevent-site updated: Regenerated website based on 3e5465855d2a648770ec14738aed2a8f99b50620 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch acevent-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/acevent-site by this push: new 8137996 Regenerated website based on 3e5465855d2a648770ec14738aed2a8f99b50620 commit 8137996 is described below commit 8137996171a598a0a9950ae6eacd3fe6bad22f9a Author: GitHub Actions AuthorDate: Tue May 6 08:21:12 2025 + Regenerated website based on 3e5465855d2a648770ec14738aed2a8f99b50620 commit --- output/data.html | 4 ++-- output/index.html| 2 +- output/process-howto.html| 4 ++-- output/process.html | 2 +- output/projects.html | 2 +- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects/twill.html | 2 +- output/projects/usergrid.html| 2 +- output/projects/vxquery.html | 2 +- output/projects/whirr.html | 2 +- output/projects/wink.html| 2 +- output/projects/wookie.html | 2
(attic) branch asf-site updated: Regenerated website based on 03acd7792c0c64b3d542eaaed98bc31800aa8008 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 5f41ca6 Regenerated website based on 03acd7792c0c64b3d542eaaed98bc31800aa8008 commit 5f41ca6 is described below commit 5f41ca60dc39888b5efcb761b709d9f26f1a166f Author: GitHub Actions AuthorDate: Tue May 6 09:43:36 2025 + Regenerated website based on 03acd7792c0c64b3d542eaaed98bc31800aa8008 commit --- output/data.html | 2 +- output/index.html| 2 +- output/process-howto.html| 2 +- output/process.html | 2 +- output/projects.html | 2 +- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects/twill.html | 2 +- output/projects/usergrid.html| 2 +- output/projects/vxquery.html | 2 +- output/projects/whirr.html | 2 +- output/projects/wink.html| 2 +- output/projects/wookie.html | 2 +- output
(attic) branch asf-site updated: Regenerated website based on 92c58dc41967f5c9afacad93f3dfd8a8e59b92f3 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 291c95b Regenerated website based on 92c58dc41967f5c9afacad93f3dfd8a8e59b92f3 commit 291c95b is described below commit 291c95b40d0ce241e79bada7a5b9d2d7118357de Author: GitHub Actions AuthorDate: Mon May 5 13:38:27 2025 + Regenerated website based on 92c58dc41967f5c9afacad93f3dfd8a8e59b92f3 commit --- output/data.html | 2 +- output/index.html| 2 +- output/process-howto.html| 2 +- output/process.html | 2 +- output/projects.html | 2 +- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects/twill.html | 2 +- output/projects/usergrid.html| 2 +- output/projects/vxquery.html | 2 +- output/projects/whirr.html | 2 +- output/projects/wink.html| 2 +- output/projects/wookie.html | 2 +- output
(attic) branch asf-site updated: Regenerated website based on cf9d75d06c6e7776b97a2c9958a09baedcdb7b90 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 505961d Regenerated website based on cf9d75d06c6e7776b97a2c9958a09baedcdb7b90 commit 505961d is described below commit 505961ddd58353e759d62ad7d5693c9477ad1b2f Author: GitHub Actions AuthorDate: Tue May 6 10:29:34 2025 + Regenerated website based on cf9d75d06c6e7776b97a2c9958a09baedcdb7b90 commit --- output/data.html | 4 ++-- output/index.html| 2 +- output/process-howto.html| 4 ++-- output/process.html | 2 +- output/projects.html | 2 +- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects/twill.html | 2 +- output/projects/usergrid.html| 2 +- output/projects/vxquery.html | 2 +- output/projects/whirr.html | 2 +- output/projects/wink.html| 2 +- output/projects/wookie.html | 2 +- output
(attic) branch experimental-site created (now 555ef88)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch experimental-site in repository https://gitbox.apache.org/repos/asf/attic.git at 555ef88 Init staging site experimental-site This branch includes the following new commits: new 555ef88 Init staging site experimental-site The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
(attic) 01/01: Init staging site experimental-site
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch experimental-site in repository https://gitbox.apache.org/repos/asf/attic.git commit 555ef88382f07c80f84f5f2db68396aa4cff277d Author: GitHub Actions AuthorDate: Tue May 6 11:04:10 2025 + Init staging site experimental-site --- .asf.yaml | 3 +++ .gitignore | 15 +++ 2 files changed, 18 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000..087f027 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,3 @@ +staging: + profile: experimental + whoami: experimental-site diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..412a834 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore the default location of the built site, and caches and metadata generated by Jekyll +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# ignore generated site in branches +output/ + +# Ignore folders generated by Bundler +.bundle/ +vendor/ +# Ignore download git-repositories.json +_data/git-repositories.json +_data/committee-retired.json
(attic) branch experimental-site updated: Regenerated website based on 466e70bdc5c173b976f3ca307b8e9d9b5e0eefe7 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch experimental-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/experimental-site by this push: new e9b5e3b Regenerated website based on 466e70bdc5c173b976f3ca307b8e9d9b5e0eefe7 commit e9b5e3b is described below commit e9b5e3b7d013433e7789abd70c24dc0ba769693b Author: GitHub Actions AuthorDate: Tue May 6 11:47:20 2025 + Regenerated website based on 466e70bdc5c173b976f3ca307b8e9d9b5e0eefe7 commit --- output/projects-index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/projects-index.html b/output/projects-index.html index 2146710..15b0ece 100644 --- a/output/projects-index.html +++ b/output/projects-index.html @@ -1 +1 @@ -
(attic) branch cwiki-retired updated: Regenerated website based on d27102b68dfc1e02083bb03c19d460cd87f75dda commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch cwiki-retired in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/cwiki-retired by this push: new e120c55 Regenerated website based on d27102b68dfc1e02083bb03c19d460cd87f75dda commit e120c55 is described below commit e120c5525f44e4a92b5e3ca1bb882e04cf153708 Author: GitHub Actions AuthorDate: Wed Apr 30 23:05:01 2025 + Regenerated website based on d27102b68dfc1e02083bb03c19d460cd87f75dda commit --- AAREADME.txt | 20 amber.txt| 1 + apex.txt | 0 cmis.txt | 2 +- dtacloud.txt | 1 + eag.txt | 2 +- hivemind.txt | 1 + hivemind2.txt| 2 +- jakartaslide.txt | 2 +- jakartataglibs.txt | 2 +- ode2.txt | 2 +- odexsite.txt | 2 +- oltu.txt | 1 + pio.txt | 2 +- shindig.txt | 1 + shindigxsite.txt | 2 +- tuscany.txt | 1 + tuscanywiki.txt | 2 +- tuscanyxdoc1x.txt| 1 - tuscanyxdoc2x.txt| 1 - tuscanyxdocx1x.txt | 2 +- tuscanyxdocx2x.txt | 2 +- xmlbeans.txt | 1 + xmlgraphics.txt | 1 + xmlgraphicsbatik.txt | 1 + xmlgraphicsfop.txt | 1 + 26 files changed, 22 insertions(+), 34 deletions(-) diff --git a/AAREADME.txt b/AAREADME.txt deleted file mode 100644 index 770a192..000 --- a/AAREADME.txt +++ /dev/null @@ -1,20 +0,0 @@ -This directory contains marker files to indicate which Wikis relate to retired projects. - -The contents are copied to cwiki-retired branch, checked out to a directory on the webserver that hosts Confluence Wikis: -https://github.com/apache/infrastructure-p6/blob/production/modules/cwiki_asf/manifests/init.pp - -It is invoked by the cwiki vhosts: -https://github.com/apache/infrastructure-p6/blob/production/data/nodes/cwiki-he-fi.apache.org.yaml -to trigger banner_filter: -https://github.com/apache/infrastructure-p6/blob/production/modules/cwiki_asf/files/banner_filter_wiki.lua - -Wiki names are converted to lower case before comparison. -For example SQOOP has retired, so the directory contains the file sqoop.txt - -The first line of the file can be used to override the name of the status file where the -wiki name is not the same. For example, eag.txt contains eagle. This means that the EAG Wiki banner -will link to https://attic.apache.org/projects/eagle.html -rather than https://attic.apache.org/projects/eag.html - -Note that retired podlings are handled separately. They need to be defined here: -https://github.com/apache/infrastructure-p6/tree/production/modules/cwiki_asf/files/retired_podlings diff --git a/amber.txt b/amber.txt index e69de29..04e6de7 100644 --- a/amber.txt +++ b/amber.txt @@ -0,0 +1 @@ +oltu \ No newline at end of file diff --git a/apex.txt b/apex.txt deleted file mode 100644 index e69de29..000 diff --git a/cmis.txt b/cmis.txt index 4ea940e..dadc63d 100644 --- a/cmis.txt +++ b/cmis.txt @@ -1 +1 @@ -chemistry +chemistry \ No newline at end of file diff --git a/dtacloud.txt b/dtacloud.txt index e69de29..37c7336 100644 --- a/dtacloud.txt +++ b/dtacloud.txt @@ -0,0 +1 @@ +deltacloud \ No newline at end of file diff --git a/eag.txt b/eag.txt index 7f4b924..3397f02 100644 --- a/eag.txt +++ b/eag.txt @@ -1 +1 @@ -eagle +eagle \ No newline at end of file diff --git a/hivemind.txt b/hivemind.txt index e69de29..8ddd496 100644 --- a/hivemind.txt +++ b/hivemind.txt @@ -0,0 +1 @@ +hivemind \ No newline at end of file diff --git a/hivemind2.txt b/hivemind2.txt index 285ce2c..8ddd496 100644 --- a/hivemind2.txt +++ b/hivemind2.txt @@ -1 +1 @@ -hivemind +hivemind \ No newline at end of file diff --git a/jakartaslide.txt b/jakartaslide.txt index dba6c44..4880cd6 100644 --- a/jakartaslide.txt +++ b/jakartaslide.txt @@ -1 +1 @@ -jakarta-slide +jakarta-slide \ No newline at end of file diff --git a/jakartataglibs.txt b/jakartataglibs.txt index 9fa2a5c..9d75aa9 100644 --- a/jakartataglibs.txt +++ b/jakartataglibs.txt @@ -1 +1 @@ -jakarta-taglibs +jakarta-taglibs \ No newline at end of file diff --git a/ode2.txt b/ode2.txt index 770c450..6964d46 100644 --- a/ode2.txt +++ b/ode2.txt @@ -1 +1 @@ -ode +ode \ No newline at end of file diff --git a/odexsite.txt b/odexsite.txt index 770c450..6964d46 100644 --- a/odexsite.txt +++ b/odexsite.txt @@ -1 +1 @@ -ode +ode \ No newline at end of file diff --git a/oltu.txt b/oltu.txt index e69de29..04e6de7 100644 --- a/oltu.txt +++ b/oltu.txt @@ -0,0 +1 @@ +oltu \ No newline at end of file diff --git a/pio.txt b/pio.txt index 497100a..7e860dd 100644 --- a/pio.txt +++ b/pio.txt @@ -1 +1 @@ -predictionio +predictionio \ No newline at end of file diff --git a/shindig.txt b/shindig.txt index e69de29..932f420 100644 --- a/shindig.txt +++ b/shindig.txt @@ -0,0 +1 @@ +shindig \ No newline at end of file diff --git a/shindigxsite.txt b
(attic) branch asf-site updated: Regenerated website based on a3804d8d8fcc5ef38f2589ccf878f5861c57117e commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 7140c67 Regenerated website based on a3804d8d8fcc5ef38f2589ccf878f5861c57117e commit 7140c67 is described below commit 7140c67764395b1905a505fada5a3e58d9c30d48 Author: GitHub Actions AuthorDate: Thu May 1 00:56:33 2025 + Regenerated website based on a3804d8d8fcc5ef38f2589ccf878f5861c57117e commit --- output/process.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/process.html b/output/process.html index d737623..2d1ca5c 100644 --- a/output/process.html +++ b/output/process.html @@ -1,4 +1,4 @@ -
(attic) branch asf-site updated: Regenerated website based on bdbef695ccafe07e51c04e284742d7e76d45994b commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new ef45819 Regenerated website based on bdbef695ccafe07e51c04e284742d7e76d45994b commit ef45819 is described below commit ef4581969a503edce1ae9d50dfb940defe6db3e4 Author: GitHub Actions AuthorDate: Fri May 2 14:26:43 2025 + Regenerated website based on bdbef695ccafe07e51c04e284742d7e76d45994b commit --- output/assets/js/search-data.json | 2 +- output/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 52c42e6..0f7ad6d 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -43,7 +43,7 @@ },"6": { "doc": "The Apache Attic", "title": "The Apache Attic", -"content": ". The Apache Attic was created in November 2008 to provide process and solutions to make it clear when an Apache project has reached its end of life. Specifically, the Apache Attic Project: . [...] is responsible for the oversight of projects which otherwise would not have oversight; [...] is not authorized to actively develop and release the projects under its oversight . It is intended to: . | Be non-impacting to users | Provide restricted oversight for these codebases [...] +"content": ". The Apache Attic was created in November 2008 to provide process and solutions to make it clear when an Apache project has reached its end of life. Specifically, the Apache Attic Project: . [...] is responsible for the oversight of projects which otherwise would not have oversight; [...] is not authorized to actively develop and release the projects under its oversight . It is intended to: . | Be non-impacting to users | Provide restricted oversight for these codebases [...] "url": "/#the-apache-attic", "relUrl": "/#the-apache-attic" diff --git a/output/index.html b/output/index.html index df3e1bc..1679b3d 100644 --- a/output/index.html +++ b/output/index.html @@ -1,3 +1,3 @@
(attic) branch retire-gora created (now 06a8fad)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch retire-gora in repository https://gitbox.apache.org/repos/asf/attic.git at 06a8fad Retire gora No new revisions were added by this update.
(attic) branch asf-site updated: Regenerated website based on 5e0ebc337c3cad8f4f3726024e547799994905b7 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 311c5dd Regenerated website based on 5e0ebc337c3cad8f4f3726024e54774905b7 commit 311c5dd is described below commit 311c5dde4995027c8f459b379f520f576896eb2f Author: GitHub Actions AuthorDate: Thu May 1 22:53:44 2025 + Regenerated website based on 5e0ebc337c3cad8f4f3726024e54774905b7 commit --- output/README.md | 26 ++ 1 file changed, 26 insertions(+) diff --git a/output/README.md b/output/README.md index b241084..e5ca240 100644 --- a/output/README.md +++ b/output/README.md @@ -134,3 +134,29 @@ wiki: type: CWIKI ``` + +## How to test locally (DRAFT) ## + +Install Ruby. +Install bundler if necessary: ```gem install bundler``` + +If you wish to install the required Gems locally (rather than updating the system Gems), +change the bundler installation directory: + +```bundle config path 'vendor/bundle' --local``` + +Now install the required gems: + +```bundle install``` + +To build the site: + +```bundle exec jekyll build``` + +To build the site and make it available at http://localhost:4000/ + +```bundle exec jekyll server``` + +To run retire.rb: + +```bundle exec ruby retire.rb projectId ...```
(attic) branch asf-site updated: Regenerated website based on dbdf641c24c4eb5c1f141eb6c308c517dfc92965 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 327fc55 Regenerated website based on dbdf641c24c4eb5c1f141eb6c308c517dfc92965 commit 327fc55 is described below commit 327fc5526c7c6c9f3a04fff8dd538e01a16e7531 Author: GitHub Actions AuthorDate: Mon May 5 09:23:38 2025 + Regenerated website based on dbdf641c24c4eb5c1f141eb6c308c517dfc92965 commit --- output/data.html | 2 +- output/index.html| 2 +- output/process-howto.html| 2 +- output/process.html | 2 +- output/projects.html | 2 +- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects/twill.html | 2 +- output/projects/usergrid.html| 2 +- output/projects/vxquery.html | 2 +- output/projects/whirr.html | 2 +- output/projects/wink.html| 2 +- output/projects/wookie.html | 2 +- output
(attic) branch asf-site updated: Regenerated website based on bc614b2f29d19e307935c2bf58777e169fa3243b commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new c095033 Regenerated website based on bc614b2f29d19e307935c2bf58777e169fa3243b commit c095033 is described below commit c0950339cd90009ceae1f2a7a826d84f492d59b4 Author: GitHub Actions AuthorDate: Sun May 4 17:26:28 2025 + Regenerated website based on bc614b2f29d19e307935c2bf58777e169fa3243b commit --- output/templates/gora.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/output/templates/gora.html b/output/templates/gora.html index 03a5a44..bd5a428 100644 --- a/output/templates/gora.html +++ b/output/templates/gora.html @@ -1,4 +1,4 @@ -
(attic) branch asf-site updated: Regenerated website based on e114214a0e9abdfd3f95f15e2a547da6f7a314f1 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 6603596 Regenerated website based on e114214a0e9abdfd3f95f15e2a547da6f7a314f1 commit 6603596 is described below commit 6603596fb8ef83e8d5d2c5de434c251d026bfa38 Author: GitHub Actions AuthorDate: Sun May 4 17:21:49 2025 + Regenerated website based on e114214a0e9abdfd3f95f15e2a547da6f7a314f1 commit --- output/assets/js/search-data.json | 4 ++-- output/process-howto.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 674320c..4c9074b 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -57,7 +57,7 @@ },"8": { "doc": "Attic Process - How To", "title": "Attic Process - How To", -"content": ". The sections below describe How To complete the various tasks to be done by Attic team for retiring a project and moving it to The Apache Attic: . | 1. Confirm Board Resolution | 2. Create project page on Attic site: | 3. Inform users of the move to the Attic | 4. Update the project DOAP file (if any): | 5. Get infra lock down project’s resources | 6. Announce on annou...@apache.org | . The following are useful Git/svn/https locations: . | Attic site source | ATTIC Jira [...] +"content": ". The sections below describe How To complete the various tasks to be done by Attic team for retiring a project and moving it to The Apache Attic: . | 1. Confirm Board Resolution | 2. Create project page on Attic site: | 3. Inform users of the move to the Attic | 4. Update the project DOAP file (if any): | 5. Get infra lock down project’s resources | 6. Announce on annou...@apache.org | . The following are useful Git/svn/https locations: . | permissions on svn /repos/asf [...] "url": "/process-howto.html#attic-process---how-to", "relUrl": "/process-howto.html#attic-process---how-to" @@ -92,7 +92,7 @@ },"13": { "doc": "Attic Process - How To", "title": "5. Get infra lock down project’s resources", -"content": "Open an Infrastructure JIRA issue identifying the resources that need turning off/making read only. Once the project page is live on the Attic website, you can use the project’s Template Page to get project specific content for the Infrastructure JIRA. Typically, it contains steps like following, that need to be tweaked based on assets of the retired project: . | Make source control Git|Svn read-only | Remove files from dist.apache.org/repos/dist/[release|dev] | Closing d [...] +"content": "Open an Infrastructure Jira issue identifying the resources that need turning off/making read only. Once the project page is live on the Attic website, you can use the project’s Template Page to get project specific content for the Infrastructure JIRA. Typically, it contains steps like following, that need to be tweaked based on assets of the retired project: . | Make source control Git|Svn read-only | Remove files from dist.apache.org/repos/dist/[release|dev] | Closing d [...] "url": "/process-howto.html#5-get-infra-lock-down-projects-resources", "relUrl": "/process-howto.html#5-get-infra-lock-down-projects-resources" diff --git a/output/process-howto.html b/output/process-howto.html index 2c4e0db..766147a 100644 --- a/output/process-howto.html +++ b/output/process-howto.html @@ -1,4 +1,4 @@ -
(attic) branch asf-site updated: Regenerated website based on 8e670ad26cbb402464a42f64b4e1526bd7d36d70 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new b6c32ce Regenerated website based on 8e670ad26cbb402464a42f64b4e1526bd7d36d70 commit b6c32ce is described below commit b6c32ce1754bea17748244c0fd5e34029dc5da7f Author: GitHub Actions AuthorDate: Sun May 4 17:34:54 2025 + Regenerated website based on 8e670ad26cbb402464a42f64b4e1526bd7d36d70 commit --- output/assets/js/search-data.json | 2 +- output/process-howto.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 4c9074b..c3b7a52 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -71,7 +71,7 @@ },"10": { "doc": "Attic Process - How To", "title": "2. Create project page on Attic site:", -"content": "https://attic.apache.org/projects/${project}.html . You can create a PR for the $project.yaml file using the GitHub Action Generate PR to add _data/projects/pid.yaml file. Click on ‘Run workflow’ and enter the lower case project id. If the id is valid, the workflow will create a PR to add the YAML file. The workflow will also build a preview version of the website from the PR branch. Once the PR has been checked and applied, the site will be regenerated. The project detai [...] +"content": "https://attic.apache.org/projects/${project}.html . You can create a PR for the ${project}.yaml file using the GitHub Action Generate PR to add _data/projects/pid.yaml file. Click on ‘Run workflow’ and enter the lower case project id. If the id is valid, the workflow will create a PR to add the YAML file. The workflow will also build a preview version of the website from the PR branch. Once the PR has been checked and applied, the site will be regenerated. The project det [...] "url": "/process-howto.html#2-create-project-page-on-attic-site", "relUrl": "/process-howto.html#2-create-project-page-on-attic-site" diff --git a/output/process-howto.html b/output/process-howto.html index 766147a..2a8c7b7 100644 --- a/output/process-howto.html +++ b/output/process-howto.html @@ -1,4 +1,4 @@ -
(attic) branch asf-site updated: Regenerated website based on 945ca65702272b1ff45343f2952478e8a6715e1c commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 96b5506 Regenerated website based on 945ca65702272b1ff45343f2952478e8a6715e1c commit 96b5506 is described below commit 96b55062228e6711d6f27b87d8d91bfe02678254 Author: GitHub Actions AuthorDate: Sun May 4 17:38:26 2025 + Regenerated website based on 945ca65702272b1ff45343f2952478e8a6715e1c commit --- output/assets/js/search-data.json | 2 +- output/process-howto.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index c3b7a52..bde9b61 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -71,7 +71,7 @@ },"10": { "doc": "Attic Process - How To", "title": "2. Create project page on Attic site:", -"content": "https://attic.apache.org/projects/${project}.html . You can create a PR for the ${project}.yaml file using the GitHub Action Generate PR to add _data/projects/pid.yaml file. Click on ‘Run workflow’ and enter the lower case project id. If the id is valid, the workflow will create a PR to add the YAML file. The workflow will also build a preview version of the website from the PR branch. Once the PR has been checked and applied, the site will be regenerated. The project det [...] +"content": "https://attic.apache.org/projects/${project}.html . You can create a PR for the ${project}.yaml file using the GitHub Action Generate PR to add _data/projects/pid.yaml file. Click on ‘Run workflow’ and enter the lower case project id. If the id is valid, the workflow will create a PR to add the YAML file. The workflow will also build a preview version of the website from the PR branch. Once the PR has been checked and applied, the site will be regenerated. The project det [...] "url": "/process-howto.html#2-create-project-page-on-attic-site", "relUrl": "/process-howto.html#2-create-project-page-on-attic-site" diff --git a/output/process-howto.html b/output/process-howto.html index 2a8c7b7..1dfd8cf 100644 --- a/output/process-howto.html +++ b/output/process-howto.html @@ -1,4 +1,4 @@ -
(attic) branch retire-gora-site created (now 112b57d)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch retire-gora-site in repository https://gitbox.apache.org/repos/asf/attic.git at 112b57d Init staging site retire-gora-site This branch includes the following new commits: new 112b57d Init staging site retire-gora-site The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
(attic) 01/01: Init staging site retire-gora-site
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch retire-gora-site in repository https://gitbox.apache.org/repos/asf/attic.git commit 112b57d1f70ff2c0cca78ef839d4701a6dad1e2f Author: GitHub Actions AuthorDate: Sun May 4 13:31:45 2025 + Init staging site retire-gora-site --- .asf.yaml | 3 +++ .gitignore | 15 +++ 2 files changed, 18 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000..e0ac396 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,3 @@ +staging: + profile: retire-gora + whoami: retire-gora-site diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..412a834 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore the default location of the built site, and caches and metadata generated by Jekyll +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# ignore generated site in branches +output/ + +# Ignore folders generated by Bundler +.bundle/ +vendor/ +# Ignore download git-repositories.json +_data/git-repositories.json +_data/committee-retired.json
(attic) branch retire-gora created (now 1e96f98)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch retire-gora in repository https://gitbox.apache.org/repos/asf/attic.git at 1e96f98 Retire gora No new revisions were added by this update.
(attic) branch asf-site updated: Regenerated website based on 811bd46496a1cfd77b51237e09d80a9fb88a0bef commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new b883654 Regenerated website based on 811bd46496a1cfd77b51237e09d80a9fb88a0bef commit b883654 is described below commit b88365448a355ba1d7ddce1310ee0bf7dca8eeb1 Author: GitHub Actions AuthorDate: Sun May 4 16:08:28 2025 + Regenerated website based on 811bd46496a1cfd77b51237e09d80a9fb88a0bef commit --- output/data.html | 2 +- output/index.html| 2 +- output/process-howto.html| 2 +- output/process.html | 2 +- output/projects.html | 2 +- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects/twill.html | 2 +- output/projects/usergrid.html| 2 +- output/projects/vxquery.html | 2 +- output/projects/whirr.html | 2 +- output/projects/wink.html| 2 +- output/projects/wookie.html | 2 +- output
(attic) branch asf-site updated: Regenerated website based on a9f8e5a28bb3130c82e0173a2ce263edcb060b94 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 57a80c9 Regenerated website based on a9f8e5a28bb3130c82e0173a2ce263edcb060b94 commit 57a80c9 is described below commit 57a80c97327300d475877b9b55a2c15413575db8 Author: GitHub Actions AuthorDate: Sun May 4 16:02:43 2025 + Regenerated website based on a9f8e5a28bb3130c82e0173a2ce263edcb060b94 commit --- output/assets/js/search-data.json | 4 ++-- output/index.html | 2 +- output/process-howto.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index d3f223f..69463e3 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -43,7 +43,7 @@ },"6": { "doc": "The Apache Attic", "title": "The Apache Attic", -"content": ". The Apache Attic was created in November 2008 to provide process and solutions to make it clear when an Apache project has reached its end of life. Specifically, the Apache Attic Project: . [...] is responsible for the oversight of projects which otherwise would not have oversight; [...] is not authorized to actively develop and release the projects under its oversight . It is intended to: . | Be non-impacting to users | Provide restricted oversight for these codebases [...] +"content": ". The Apache Attic was created in November 2008 to provide process and solutions to make it clear when an Apache project has reached its end of life. Specifically, the Apache Attic Project: . [...] is responsible for the oversight of projects which otherwise would not have oversight; [...] is not authorized to actively develop and release the projects under its oversight . It is intended to: . | Be non-impacting to users | Provide restricted oversight for these codebases [...] "url": "/#the-apache-attic", "relUrl": "/#the-apache-attic" @@ -71,7 +71,7 @@ },"10": { "doc": "Attic Process - How To", "title": "2. Create project page on Attic site:", -"content": "https://attic.apache.org/projects/${project}.html . You can create a PR for the $project.yaml file using the GitHub Action Generate PR to add _data/projects/pid.yaml file. Click on ‘Run workflow’ and enter the lower case project id. If the id is valid, the workflow will create a PR to add the YAML file. Once the PR has been checked and applied, the site will be regenerated. The project details will be found at https://attic.apache.org/projects/$project.html and associated [...] +"content": "https://attic.apache.org/projects/${project}.html . You can create a PR for the $project.yaml file using the GitHub Action Generate PR to add _data/projects/pid.yaml file. Click on ‘Run workflow’ and enter the lower case project id. If the id is valid, the workflow will create a PR to add the YAML file. The workflow will also build a preview version of the website from the PR branch. Once the PR has been checked and applied, the site will be regenerated. The project detai [...] "url": "/process-howto.html#2-create-project-page-on-attic-site", "relUrl": "/process-howto.html#2-create-project-page-on-attic-site" diff --git a/output/index.html b/output/index.html index d0d1a65..3ae47b6 100644 --- a/output/index.html +++ b/output/index.html @@ -1,3 +1,3 @@
(attic) branch asf-site updated: Regenerated website based on 301de3b0ee87224edc914950522d2fbc16c849bd commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 3081e2e Regenerated website based on 301de3b0ee87224edc914950522d2fbc16c849bd commit 3081e2e is described below commit 3081e2e8914fd19aa8d7b4db47cf9fd68da7b6f1 Author: GitHub Actions AuthorDate: Mon May 5 05:20:57 2025 + Regenerated website based on 301de3b0ee87224edc914950522d2fbc16c849bd commit --- output/assets/js/search-data.json | 285 +- output/index.html | 4 +- output/process-howto.html | 4 +- output/process.html | 2 +- 4 files changed, 164 insertions(+), 131 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index bde9b61..dde45a9 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -43,816 +43,851 @@ },"6": { "doc": "The Apache Attic", "title": "The Apache Attic", -"content": ". The Apache Attic was created in November 2008 to provide process and solutions to make it clear when an Apache project has reached its end of life. Specifically, the Apache Attic Project: . [...] is responsible for the oversight of projects which otherwise would not have oversight; [...] is not authorized to actively develop and release the projects under its oversight . It is intended to: . | Be non-impacting to users | Provide restricted oversight for these codebases [...] +"content": ". The Apache Attic was created in November 2008 to provide process and solutions to make it clear when an Apache project has reached its end of life. Specifically: . the Apache Attic […] is responsible for the oversight of projects which otherwise would not have oversight; the Apache Attic […] is not authorized to actively develop and release the projects under its oversight . It is intended to: . | Be non-impacting to users | Provide restricted oversight for these codeba [...] "url": "/#the-apache-attic", "relUrl": "/#the-apache-attic" },"7": { +"doc": "The Apache Attic", +"title": "Getting into the Attic", +"content": "There are two expected mechanisms by which a project may enter the Attic. Either the managing Project Management Committee (PMC) decides it would like to move the project, or The Apache Software Foundation’s board dissolves the PMC and chooses to move the project. The first step is to add a suitable resolution to the next board agenda: see the Board Resolution Template. Once the submitted resolution has been approved during a board meeting, the Attic project starts execut [...] +"url": "/#getting-into-the-attic", + +"relUrl": "/#getting-into-the-attic" + },"8": { +"doc": "The Apache Attic", +"title": "Process of leaving the Attic again", +"content": "Options are: . | Forking the project outside the Apache Software Foundation - we’ll link to any forks which have been created so please let us know | Restarting the project at the Apache Software Foundation, with multiple ways to do so: . | Restarting the community in the Apache Incubator | Recreating a PMC for the project | Transfering to an existing PMC | . | . A receiving PMC must be willing to assume all responsibilities that come with running a project: maintain code [...] +"url": "/#process-of-leaving-the-attic-again", + +"relUrl": "/#process-of-leaving-the-attic-again" + },"9": { +"doc": "The Apache Attic", +"title": "Contacting the Attic Project", +"content": "The Attic is a project as any other: . | It is managed by a Project Management Committee (PMC). | Public discussions happen on a mailing list: see general@attic.apache.org archive. You are welcome to subscribe and engage in discussion. | . ", +"url": "/#contacting-the-attic-project", + +"relUrl": "/#contacting-the-attic-project" + },"10": { +"doc": "The Apache Attic", +"title": "Retired Incubator Projects", +"content": "The Apache Incubator project is the entry path into The Apache Software Foundation for projects and codebases wishing to become part of the Foundation’s efforts. Not all projects ‘graduate’ out of the Incubator; some are retired instead. Those retired projects remain under Incubator oversight: the list may be fo
(attic) branch asf-site updated: Regenerated website based on 4248c0c5186d03c2000cd99b83c7982dee4f0035 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 8743974 Regenerated website based on 4248c0c5186d03c2000cd99b83c7982dee4f0035 commit 8743974 is described below commit 8743974478cc2f23cd2e5256886a0b8eab24a019 Author: GitHub Actions AuthorDate: Mon May 5 08:17:08 2025 + Regenerated website based on 4248c0c5186d03c2000cd99b83c7982dee4f0035 commit --- output/assets/js/search-data.json | 2 +- output/tracking.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index dde45a9..b032922 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -204,7 +204,7 @@ },"29": { "doc": "Process Tracking", "title": "The Apache Attic Process Tracking", -"content": ". Useful links: . | Board Minutes Calendar to find “Terminate” resolutions | Projects Directory to check | Open Jira issues | Retirement Process Documentation | . | Retirement Month | Completed | Project | Tracking | . | Mar 2025 | | Apache Gora | ATTIC-236 | . | Feb 2025 | Apr 2025 | Apache Oozie | ATTIC-232 | . | Feb 2025 | Apr 2025 | Apache Mnemonic | ATTIC-233 | . | Jan 2025 | Apr 2025 | Apache Pivot | ATTIC-228 | . | Jan 2025 | Mar 2025 | Apache Cocoon | ATTIC-227 [...] +"content": ". This page lists projects in Retirement Date order and shows the Completion Date of the project’s move to the Attic along with the Attic JIRA ticket used to track the move. Useful links: . | Board Minutes Calendar to find “Terminate” resolutions | Projects Directory to check | Open Jira issues | Retirement Process Documentation | . | Retirement Month | Completed | Project | Tracking | . | Mar 2025 | | Apache Gora | ATTIC-236 | . | Feb 2025 | Apr 2025 | Apache Oozie | A [...] "url": "/tracking.html#the-apache-attic-process-tracking", "relUrl": "/tracking.html#the-apache-attic-process-tracking" diff --git a/output/tracking.html b/output/tracking.html index 991afad..7b868fd 100644 --- a/output/tracking.html +++ b/output/tracking.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on 43f8b1483bd5aa77f50b52d695b7d55e98e09c74 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 85073fe Regenerated website based on 43f8b1483bd5aa77f50b52d695b7d55e98e09c74 commit 85073fe is described below commit 85073fee1d5cf52b6366a48b932cc472e229322d Author: GitHub Actions AuthorDate: Mon May 5 12:41:51 2025 + Regenerated website based on 43f8b1483bd5aa77f50b52d695b7d55e98e09c74 commit --- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects/twill.html | 2 +- output/projects/usergrid.html| 2 +- output/projects/vxquery.html | 2 +- output/projects/whirr.html | 2 +- output/projects/wink.html| 2 +- output/projects/wookie.html | 2 +- output/projects/xang.html| 2 +- output/projects/xindice.html | 2 +- output/projects/xml.html | 2 +- output/templates/gora.html | 2 +- 97 files changed, 97 insertions(+), 97 deletions(-) diff
(attic) branch asf-site updated: Regenerated website based on 871bcac24a0546e2b5ff9556deeb3efc78f8107f commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new f80be56 Regenerated website based on 871bcac24a0546e2b5ff9556deeb3efc78f8107f commit f80be56 is described below commit f80be56b3f5894afa49bb5c1af5707d1cc29f52a Author: GitHub Actions AuthorDate: Thu May 1 10:47:46 2025 + Regenerated website based on 871bcac24a0546e2b5ff9556deeb3efc78f8107f commit --- output/retire.rb | 224 +++ 1 file changed, 224 insertions(+) diff --git a/output/retire.rb b/output/retire.rb new file mode 100755 index 000..60666ae --- /dev/null +++ b/output/retire.rb @@ -0,0 +1,224 @@ +#!/usr/bin/env ruby + +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# +# +# Script to create _data/projects YAML file for one or more project ids +# +# Usage: +# ruby retire.rb +# e.g. +# ruby retire.rb gora mxnet +# This will create/update _data/projects/pid.yaml +# Review this and commit + +# TODO: +# - does not check for Bugzilla issues +# - does not check for GitHub issues +# - Jira: excalibur/juddi - does not find all the entries +# - Cwiki: did not find all ODE and COCOON entries +# - aliases: does not check for previous names + +# Input: +# - https://whimsy.apache.org/public/committee-retired.json +# - https://lists.apache.org/api/preferences.lua +# - https://cwiki.apache.org/confluence/rest/api/space/ +# - https://issues.apache.org/jira/rest/api/2/project +# - https://svn.apache.org/repos/asf/ +# - https://gitbox.apache.org/repositories.json +# - https://svn.apache.org/repos/asf/infrastructure/site/trunk/content/foundation/records/minutes (temporary) +# +# Output: +# _data/projects/pid.yaml + +require 'yaml' +require 'net/http' +require 'uri' +require 'open3' + +# Sources +CTTEE_RETIRED = 'https://whimsy.apache.org/public/committee-retired.json' +CWIKI_INFO = 'https://cwiki.apache.org/confluence/rest/api/space/?type=global&limit=1000' +JIRA = 'https://issues.apache.org/jira/rest/api/2/project' +SVNURL = 'https://svn.apache.org/repos/asf/' +GITREPOS = 'https://gitbox.apache.org/repositories.json' +LISTSAO = 'https://lists.apache.org/api/preferences.lua' +MINUTES = 'https://svn.apache.org/repos/asf/infrastructure/site/trunk/content/foundation/records/minutes/' + +def get_url(url) + uri = URI.parse(url) + Net::HTTP.start(uri.host, uri.port, +open_timeout: 5, read_timeout: 5, ssl_timeout: 5, +use_ssl: uri.scheme == 'https') do |http| +return http.request Net::HTTP::Get.new uri.request_uri + end +end + +def get_json(url, key=nil) + begin +response = get_url(url) +json = YAML.safe_load(response.body) +if key + return json[key] +else + return json +end + rescue Net::OpenTimeout => to +puts to +return nil + end +end + +def has_svn(pid) + cmd = ['svn', 'ls', SVNURL + pid] + _out, _err, status = Open3.capture3(*cmd) + status.success? +end + +# TODO: replace with full date from committee-retired when implemented +def get_board_date(mm) + cmd = ['svn', 'ls', MINUTES+mm[0,4]] + out, err, status = Open3.capture3(*cmd) + if status.success? +m = out.split("\n").select {|l| l.include? mm.sub('-','_')}.map {|d| d[14,10].gsub('_', '-')} +return m # e.g. 2011-11 has two dates + else +p err +return mm + end +end + + +# "key": "GMOxDOC21es", +# "name": " Apache Geronimo v2.1 - ES ", +def find_wikis(pid) + names = [] + WIKIS.each do |a| +key = a['key'] +names << key if key == pid or key.start_with?(pid) or a['name'].downcase =~ /\b#{pid}\b/ + end + names +end + +# Allow for Apache prefix and (Retired) suffix etc. +# TODO: what about subnames? +def canon_name(name) + name.downcase.sub(
(attic) branch asf-site updated: Regenerated website based on a24e65ab732962b9ce1d45d84e5c5fa3c862fdc8 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 8934946 Regenerated website based on a24e65ab732962b9ce1d45d84e5c5fa3c862fdc8 commit 8934946 is described below commit 8934946138d84c0fdcb7f37cb9df5d0fe79c996f Author: GitHub Actions AuthorDate: Thu May 1 16:57:57 2025 + Regenerated website based on a24e65ab732962b9ce1d45d84e5c5fa3c862fdc8 commit --- output/retire.rb | 25 - 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/output/retire.rb b/output/retire.rb index 60666ae..c5bd4d3 100755 --- a/output/retire.rb +++ b/output/retire.rb @@ -29,8 +29,8 @@ # TODO: # - does not check for Bugzilla issues # - does not check for GitHub issues -# - Jira: excalibur/juddi - does not find all the entries -# - Cwiki: did not find all ODE and COCOON entries +# - Jira: juddi - does not find scout (is there an alias documented somewhere?) +# - Cwiki: did not find ODE2 # - aliases: does not check for previous names # Input: @@ -53,6 +53,7 @@ require 'open3' # Sources CTTEE_RETIRED = 'https://whimsy.apache.org/public/committee-retired.json' CWIKI_INFO = 'https://cwiki.apache.org/confluence/rest/api/space/?type=global&limit=1000' +# Note: Two Wikis are lower-case: labs, usergrid. Upper case does seem to be equivalent for display. JIRA = 'https://issues.apache.org/jira/rest/api/2/project' SVNURL = 'https://svn.apache.org/repos/asf/' GITREPOS = 'https://gitbox.apache.org/repositories.json' @@ -114,10 +115,11 @@ def find_wikis(pid) names end -# Allow for Apache prefix and (Retired) suffix etc. +# Allow for Apache prefix and (Retired) suffixes etc. +# returns first word, downcased # TODO: what about subnames? def canon_name(name) - name.downcase.sub('apache','').sub('(retired)', '').sub('(old)', '').strip + name.downcase.sub('apache','').gsub('(retired)', '').sub('(old)', '').strip.split.first end def get_jiras(pid) @@ -193,12 +195,17 @@ def main() jiras = get_jiras pid if jiras.size > 0 - data[:issue_tracker] = { + data[:issue_trackers] ||= [] + tracker = + { type: 'JIRA' } - data[:issue_tracker][:keys] = jiras if jiras.size > 1 or jiras.first != pid.upcase + tracker[:keys] = jiras if jiras.size > 1 or jiras.first != pid.upcase + data[:issue_trackers] << tracker end +# TODO: Allow for Bugzilla and GitHub + wikis = find_wikis pid if wikis.size > 0 data[:wiki] = { @@ -207,12 +214,12 @@ def main() data[:wiki][:keys] = wikis if wikis.size > 1 or wikis.first != pid.upcase end -output = "_data/projects/#{pid}.yaml" +dir = ENV['OUTPUT'] || '_data/projects' # Allow override for testing +output = File.join(dir, "#{pid}.yaml") puts "Creating #{output}" content = YAML.safe_dump(data, permitted_classes: [Date], stringify_names: true, indentation: 4) # Massage the output to look more like existing files -tmp = content.gsub(%r{^- }, '- ').gsub(%r{^- }, '- ') -tmp.sub!('project_description: ', "project_description: >-\n") +tmp = content.sub('project_description: ', "project_description: >-\n") File.write(output, tmp) end end
(attic) branch asf-site updated: Regenerated website based on 94c72f2f0e76724f1bb49971f48c6a8cd8a2e0c9 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 24a9fab Regenerated website based on 94c72f2f0e76724f1bb49971f48c6a8cd8a2e0c9 commit 24a9fab is described below commit 24a9fab8ed7ef68057a409afe5d7895be0bffa55 Author: GitHub Actions AuthorDate: Thu May 1 08:23:44 2025 + Regenerated website based on 94c72f2f0e76724f1bb49971f48c6a8cd8a2e0c9 commit --- output/assets/js/search-data.json | 2 +- output/process.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index d00c113..f028405 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -57,7 +57,7 @@ },"8": { "doc": "Process", "title": "Moving a PMC to the Attic", -"content": ". At some point a PMC may want to join the Attic. The following defines a process to move that PMC into the Attic and gently close it down. | A PMC decides to move to the Attic. | Conduct a discussion on the public developer list whether to dissolve the PMC. Do not conduct it on the private PMC list. | Consider an appeal to the user list for interested users to provide their interest in helping out more. | Consider whether any contributors might be candidates for promotio [...] +"content": ". At some point a PMC may want to join the Attic. The following defines a process to move that PMC into the Attic and gently close it down. | A PMC decides to move to the Attic. | Conduct a discussion on the public developer list whether to dissolve the PMC. Do not conduct it on the private PMC list. | Consider an appeal to the user list for interested users to provide their interest in helping out more. | Consider whether any contributors might be candidates for promotio [...] "url": "/process.html#moving-a-pmc-to-the-attic", "relUrl": "/process.html#moving-a-pmc-to-the-attic" diff --git a/output/process.html b/output/process.html index 50f1e18..b4ab732 100644 --- a/output/process.html +++ b/output/process.html @@ -1,4 +1,4 @@ -
(attic) 01/01: Init staging site acevent-site
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch acevent-site in repository https://gitbox.apache.org/repos/asf/attic.git commit 3c0d26ac085d05b7c95160cb425a10ad43e7f85e Author: GitHub Actions AuthorDate: Tue May 6 00:20:41 2025 + Init staging site acevent-site --- .asf.yaml | 3 +++ .gitignore | 15 +++ 2 files changed, 18 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000..8d0b104 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,3 @@ +staging: + profile: acevent + whoami: acevent-site diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..412a834 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore the default location of the built site, and caches and metadata generated by Jekyll +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# ignore generated site in branches +output/ + +# Ignore folders generated by Bundler +.bundle/ +vendor/ +# Ignore download git-repositories.json +_data/git-repositories.json +_data/committee-retired.json
(attic) branch acevent-site created (now 3c0d26a)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch acevent-site in repository https://gitbox.apache.org/repos/asf/attic.git at 3c0d26a Init staging site acevent-site This branch includes the following new commits: new 3c0d26a Init staging site acevent-site The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
(attic) branch asf-site updated: Regenerated website based on b5558c927ba00b7a938f2d1dd29557f764502287 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 94e59ae Regenerated website based on b5558c927ba00b7a938f2d1dd29557f764502287 commit 94e59ae is described below commit 94e59aeff51b30c3559ead300d8426cc762aa1e9 Author: GitHub Actions AuthorDate: Mon May 5 22:05:55 2025 + Regenerated website based on b5558c927ba00b7a938f2d1dd29557f764502287 commit --- output/templates/gora.html | 6 +- output/tracking.html | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/output/templates/gora.html b/output/templates/gora.html index c9d04af..283d0d4 100644 --- a/output/templates/gora.html +++ b/output/templates/gora.html @@ -42,11 +42,7 @@ Remove the distribution SVN release directory contents: - https://dist.apache.org/repos/dist/release/gora and set up redirection to https://attic.apache.org/projects/gora.html -Mailing lists https://lists.apache.org/list.html?gora.apache.org: -- comm...@gora.apache.org -- d...@gora.apache.org -- priv...@gora.apache.org -- u...@gora.apache.org + Make the following JIRA project(s) read-only and flag as retired: - https://issues.apache.org/jira/projects/GORA/ diff --git a/output/tracking.html b/output/tracking.html index 3329e59..4ed8e0d 100644 --- a/output/tracking.html +++ b/output/tracking.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on 30b89ac60d1b1ba076c66a9872586cdcb702ccbd commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new d21c15b Regenerated website based on 30b89ac60d1b1ba076c66a9872586cdcb702ccbd commit d21c15b is described below commit d21c15bb23a88c28f7bbdd1fe8158ab87a59aea7 Author: GitHub Actions AuthorDate: Mon May 5 20:07:46 2025 + Regenerated website based on 30b89ac60d1b1ba076c66a9872586cdcb702ccbd commit --- output/assets/js/search-data.json | 2 +- output/tracking.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 2c226d1..8adba74 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -204,7 +204,7 @@ },"29": { "doc": "Process Tracking", "title": "The Apache Attic Process Tracking", -"content": ". This page lists projects in Retirement Date order and shows the Completion Date of the project’s move to the Attic along with the Attic JIRA ticket used to track the move. Useful links: . | Board Minutes Calendar to find “Terminate” resolutions | Projects Directory to check | Open Jira issues | Retirement Process Documentation | . | Retirement Month | Completed | Project | Tracking | . | Mar 2025 | | Apache Gora | ATTIC-236 | . | Feb 2025 | Apr 2025 | Apache Oozie | A [...] +"content": ". This page lists projects in descending Retirement Date order and shows the Completion Date of the project’s move to the Attic along with the Attic JIRA ticket used to track the move. Useful links: . | Board Minutes Calendar to find “Terminate” resolutions | Projects Directory to check | Open Jira issues | Retirement Process Documentation | . 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2004 . Attic 2025 . | Retirement Month | Com [...] "url": "/tracking.html#the-apache-attic-process-tracking", "relUrl": "/tracking.html#the-apache-attic-process-tracking" diff --git a/output/tracking.html b/output/tracking.html index eae13e4..3329e59 100644 --- a/output/tracking.html +++ b/output/tracking.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on f303845c01c86bb7a7777b0052a8e97e5d86e3b0 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new e7280ec Regenerated website based on f303845c01c86bb7ab0052a8e97e5d86e3b0 commit e7280ec is described below commit e7280ec12d5585e14550eab2c39597cdb19edb5d Author: GitHub Actions AuthorDate: Mon May 5 14:35:58 2025 + Regenerated website based on f303845c01c86bb7ab0052a8e97e5d86e3b0 commit --- output/projects/mnemonic.html | 2 +- output/projects/mxnet.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/output/projects/mnemonic.html b/output/projects/mnemonic.html index 524e112..27fd875 100644 --- a/output/projects/mnemonic.html +++ b/output/projects/mnemonic.html @@ -1 +1 @@ -
(attic) branch experimental-site updated: Regenerated website based on 71d3f798a87fed786efa2671aa063cbe0531615f commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch experimental-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/experimental-site by this push: new 1445c24 Regenerated website based on 71d3f798a87fed786efa2671aa063cbe0531615f commit 1445c24 is described below commit 1445c242b676613dceec632d7e4751184768d5fc Author: GitHub Actions AuthorDate: Tue May 6 11:52:37 2025 + Regenerated website based on 71d3f798a87fed786efa2671aa063cbe0531615f commit --- output/assets/js/search-data.json | 4 ++-- output/projects.html | 2 +- output/subprojects.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index ba41fdd..8977af8 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -197,7 +197,7 @@ },"28": { "doc": "Retired Projects", "title": "Retired Projects", -"content": ". This page lists all the Projects in The Apache Attic, for Sub-Projects see the Retired Sub-Projects page. | Project | Type | Description | Retired | . | 1. Apache Abdera | PMC | Atom Publishing Protocol Implementation | Feb 2017 | . | 2. Apache Ace | PMC | Centralized life cycle management and deployment of OSGi based and related modular software artifacts for distribution | Dec 2017 | . | 3. Apache Any23 | PMC | Anything to Triples | Jun 2023 | . | 4. Apache Apex | PMC [...] +"content": ". This page lists all the Projects in The Apache Attic, see also the Retired Sub-Projects page. | Project | Type | Description | Retired | . | 1. Apache Abdera | PMC | Atom Publishing Protocol Implementation | Feb 2017 | . | 2. Apache Ace | PMC | Centralized life cycle management and deployment of OSGi based and related modular software artifacts for distribution | Dec 2017 | . | 3. Apache Any23 | PMC | Anything to Triples | Jun 2023 | . | 4. Apache Apex | PMC | Enterpris [...] "url": "/projects.html", "relUrl": "/projects.html" @@ -225,7 +225,7 @@ },"32": { "doc": "Retired Sub-Projects", "title": "Retired Sub-Projects", -"content": ". This page lists all the Sub-Projects in The Apache Attic, for Projects see the Retired Projects page. Historically the Apache Attic accepted Sub-Projects, but since 2014 this is no longer the case. | Project | Type | Description | Retired | . | 1. Apache Axis Sandesha2/C | Subproject | Sandesha2/C was a C implementation of the WS-ReliableMessaging specification. | Sep 2014 | . | 2. Apache Axis Savan/C | Subproject | Savan/C was a C implementation of WS-Eventing specific [...] +"content": ". This page lists all the Sub-Projects in The Apache Attic, see also the Retired Projects page. Historically the Apache Attic accepted Sub-Projects, but since 2014 this is no longer the case. | Project | Type | Description | Retired | . | 1. Apache Axis Sandesha2/C | Subproject | Sandesha2/C was a C implementation of the WS-ReliableMessaging specification. | Sep 2014 | . | 2. Apache Axis Savan/C | Subproject | Savan/C was a C implementation of WS-Eventing specification. | [...] "url": "/subprojects.html", "relUrl": "/subprojects.html" diff --git a/output/projects.html b/output/projects.html index 97edc19..915339c 100644 --- a/output/projects.html +++ b/output/projects.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on 334338154b0f84d0ab23c2fc5420851fcaedf097 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 7ceba07 Regenerated website based on 334338154b0f84d0ab23c2fc5420851fcaedf097 commit 7ceba07 is described below commit 7ceba075143df4c4848e378f776090107d5abf0e Author: GitHub Actions AuthorDate: Tue May 6 13:01:42 2025 + Regenerated website based on 334338154b0f84d0ab23c2fc5420851fcaedf097 commit --- output/assets/js/search-data.json | 2 +- output/data.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 8adba74..92d5cfa 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -15,7 +15,7 @@ },"2": { "doc": "Data Reference (YAML)", "title": "Data File Attributes (YAML)", -"content": "| Attribute | Required? | Format/Values | Description | Examples | . | project_id | GENERATED | - | Generated from the YAML file name, without the .yaml suffix | | . | retirement_date | Required | -mm-dd | Date the project retired (date of board meeting) | | . | attic_issue | Optional | ATTIC-nnn | The Attic JIRA ID managing the projects retirement | | . | attic_date | Optional | -mm-dd | Date the move to the Attic was completed | | . | attic_banner | Opti [...] +"content": "| Attribute | Required? | Format/Values | Description | Examples | . | project_id | GENERATED | - | Generated from the YAML file name, without the .yaml suffix | | . | retirement_date | Required | -mm-dd | Date the project retired (date of board meeting) | | . | attic_issue | Optional | ATTIC-nnn | The Attic JIRA ID managing the projects retirement | | . | attic_date | Optional | -mm-dd | Date the move to the Attic was completed | | . | attic_banner | Opti [...] "url": "/data.html#data-file-attributes-yaml", "relUrl": "/data.html#data-file-attributes-yaml" diff --git a/output/data.html b/output/data.html index 19fba09..7feb51d 100644 --- a/output/data.html +++ b/output/data.html @@ -1,4 +1,4 @@ -
(attic) branch experimental-site updated: Regenerated website based on 96c18bf8f05b6a74857548b61a8e2b7d62ee80a2 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch experimental-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/experimental-site by this push: new 37208ca Regenerated website based on 96c18bf8f05b6a74857548b61a8e2b7d62ee80a2 commit 37208ca is described below commit 37208ca1b7feacc45d80c4f34f0a8f54012eb8c1 Author: GitHub Actions AuthorDate: Tue May 6 15:08:28 2025 + Regenerated website based on 96c18bf8f05b6a74857548b61a8e2b7d62ee80a2 commit --- output/assets/js/search-data.json| 2 +- output/data.html | 2 +- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects/twill.html | 2 +- output/projects/usergrid.html| 2 +- output/projects/vxquery.html | 2 +- output/projects/whirr.html | 2 +- output/projects/wink.html| 2 +- output/projects/wookie.html | 2 +- output/projects/xang.html| 2 +- output/projects/xindice.html | 2 +- output/projects/xml.html | 2
(attic) branch asf-site updated: Regenerated website based on c47df7fbd0466db86d139f311dcabdfcdcac2e4a commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 5441c17 Regenerated website based on c47df7fbd0466db86d139f311dcabdfcdcac2e4a commit 5441c17 is described below commit 5441c1799cf84dce89a2c147a592e302ca390a3a Author: GitHub Actions AuthorDate: Tue May 6 16:27:27 2025 + Regenerated website based on c47df7fbd0466db86d139f311dcabdfcdcac2e4a commit --- output/data.html | 2 +- output/index.html| 2 +- output/process-howto.html| 2 +- output/process.html | 2 +- output/projects.html | 2 +- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects/twill.html | 2 +- output/projects/usergrid.html| 2 +- output/projects/vxquery.html | 2 +- output/projects/whirr.html | 2 +- output/projects/wink.html| 2 +- output/projects/wookie.html | 2 +- output
(attic) branch experimental-site updated: Regenerated website based on 81d4f0ee540cfc4b414d4d199c7738edfd2bda17 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch experimental-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/experimental-site by this push: new 5d28566 Regenerated website based on 81d4f0ee540cfc4b414d4d199c7738edfd2bda17 commit 5d28566 is described below commit 5d285660c4bd05391bfafdabf7124fff80b180aa Author: GitHub Actions AuthorDate: Tue May 6 16:30:22 2025 + Regenerated website based on 81d4f0ee540cfc4b414d4d199c7738edfd2bda17 commit --- output/assets/js/search-data.json | 4 ++-- output/projects.html | 2 +- output/subprojects.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index e86a8b2..8d29a34 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -197,7 +197,7 @@ },"28": { "doc": "Retired Projects", "title": "Retired Projects", -"content": ". This page lists all the Projects in The Apache Attic, see also the Retired Sub-Projects page. | Project | Type | Description | Retired | . | 1. Apache Abdera | PMC | Atom Publishing Protocol Implementation | Feb 2017 | . | 2. Apache Ace | PMC | Centralized life cycle management and deployment of OSGi based and related modular software artifacts for distribution | Dec 2017 | . | 3. Apache Any23 | PMC | Anything to Triples | Jun 2023 | . | 4. Apache Apex | PMC | Enterpris [...] +"content": ". This page lists all the Projects in The Apache Attic, see also the Retired Sub-Projects page. | Project | Description | Retired | . | 1. Apache Abdera | Atom Publishing Protocol Implementation | Feb 2017 | . | 2. Apache Ace | Centralized life cycle management and deployment of OSGi based and related modular software artifacts for distribution | Dec 2017 | . | 3. Apache Any23 | Anything to Triples | Jun 2023 | . | 4. Apache Apex | Enterprise-grade unified stream and batc [...] "url": "/projects.html", "relUrl": "/projects.html" @@ -225,7 +225,7 @@ },"32": { "doc": "Retired Sub-Projects", "title": "Retired Sub-Projects", -"content": ". This page lists all the Sub-Projects in The Apache Attic, see also the Retired Projects page. Historically the Apache Attic accepted Sub-Projects, but since 2014 this is no longer the case. | Project | Type | Description | Retired | . | 1. Apache Axis Sandesha2/C | Subproject | Sandesha2/C was a C implementation of the WS-ReliableMessaging specification. | Sep 2014 | . | 2. Apache Axis Savan/C | Subproject | Savan/C was a C implementation of WS-Eventing specification. | [...] +"content": ". This page lists all the Sub-Projects in The Apache Attic, see also the Retired Projects page. Historically the Apache Attic accepted Sub-Projects, but since 2014 this is no longer the case. | Project | Description | Retired | . | 1. Apache Axis Sandesha2/C | Sandesha2/C was a C implementation of the WS-ReliableMessaging specification. | Sep 2014 | . | 2. Apache Axis Savan/C | Savan/C was a C implementation of WS-Eventing specification. | Sep 2014 | . | 3. Apache Axis Sa [...] "url": "/subprojects.html", "relUrl": "/subprojects.html" diff --git a/output/projects.html b/output/projects.html index 915339c..802fc7a 100644 --- a/output/projects.html +++ b/output/projects.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on 7d53a50c91ef1c946b1f610dabcfe9f3b8497ee8 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new bccbc32 Regenerated website based on 7d53a50c91ef1c946b1f610dabcfe9f3b8497ee8 commit bccbc32 is described below commit bccbc32da38027c8c109d580c275c146310cf64a Author: GitHub Actions AuthorDate: Tue May 6 13:20:37 2025 + Regenerated website based on 7d53a50c91ef1c946b1f610dabcfe9f3b8497ee8 commit --- output/data.html | 2 +- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects/twill.html | 2 +- output/projects/usergrid.html| 2 +- output/projects/vxquery.html | 2 +- output/projects/whirr.html | 2 +- output/projects/wink.html| 2 +- output/projects/wookie.html | 2 +- output/projects/xang.html| 2 +- output/projects/xindice.html | 2 +- output/projects/xml.html | 2 +- 97 files changed, 97 insertions(+), 97 deletions(-) diff
(attic) branch cwiki-retired updated: Regenerated cwiki-retired based on af19914fbbbab681b507b46533cb6fb1c427d8a6 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch cwiki-retired in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/cwiki-retired by this push: new 077e45f Regenerated cwiki-retired based on af19914fbbbab681b507b46533cb6fb1c427d8a6 commit 077e45f is described below commit 077e45ff2463f57dc2d4fc9493772ee850546ed0 Author: GitHub Actions AuthorDate: Thu Apr 24 08:54:37 2025 + Regenerated cwiki-retired based on af19914fbbbab681b507b46533cb6fb1c427d8a6 commit --- attic.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/attic.txt b/attic.txt new file mode 100644 index 000..8b13789 --- /dev/null +++ b/attic.txt @@ -0,0 +1 @@ +
(metron) branch dependabot/maven/metron-stellar/stellar-common/commons-beanutils-commons-beanutils-1.9.4 created (now d25599de9)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/metron-stellar/stellar-common/commons-beanutils-commons-beanutils-1.9.4 in repository https://gitbox.apache.org/repos/asf/metron.git at d25599de9 Bump commons-beanutils:commons-beanutils No new revisions were added by this update.
(metron) branch dependabot/maven/metron-stellar/stellar-common/org.apache.commons-commons-vfs2-2.10.0 created (now 1a05fd615)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/metron-stellar/stellar-common/org.apache.commons-commons-vfs2-2.10.0 in repository https://gitbox.apache.org/repos/asf/metron.git at 1a05fd615 Bump org.apache.commons:commons-vfs2 in /metron-stellar/stellar-common No new revisions were added by this update.
(metron) branch dependabot/maven/metron-stellar/stellar-common/commons-net-commons-net-3.9.0 created (now 19cab863f)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/metron-stellar/stellar-common/commons-net-commons-net-3.9.0 in repository https://gitbox.apache.org/repos/asf/metron.git at 19cab863f Bump commons-net:commons-net in /metron-stellar/stellar-common No new revisions were added by this update.
(metron) branch dependabot/maven/metron-stellar/stellar-common/commons-io-commons-io-2.14.0 created (now 44d2728be)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/metron-stellar/stellar-common/commons-io-commons-io-2.14.0 in repository https://gitbox.apache.org/repos/asf/metron.git at 44d2728be Bump commons-io:commons-io in /metron-stellar/stellar-common No new revisions were added by this update.
(usergrid) branch dependabot/maven/stack/org.springframework-spring-expression-5.3.39 created (now e5f7284a6)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/stack/org.springframework-spring-expression-5.3.39 in repository https://gitbox.apache.org/repos/asf/usergrid.git at e5f7284a6 Bump org.springframework:spring-expression in /stack No new revisions were added by this update.
(usergrid) branch dependabot/maven/stack/org.springframework-spring-webmvc-6.1.14 created (now 26fbbd10d)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/stack/org.springframework-spring-webmvc-6.1.14 in repository https://gitbox.apache.org/repos/asf/usergrid.git at 26fbbd10d Bump org.springframework:spring-webmvc in /stack No new revisions were added by this update.
(usergrid) branch dependabot/maven/stack/org.springframework-spring-context-6.1.14 created (now 475173748)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/stack/org.springframework-spring-context-6.1.14 in repository https://gitbox.apache.org/repos/asf/usergrid.git at 475173748 Bump org.springframework:spring-context in /stack No new revisions were added by this update.
(usergrid) branch dependabot/maven/stack/org.apache.cassandra-cassandra-all-3.0.31 created (now f7fd30026)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/stack/org.apache.cassandra-cassandra-all-3.0.31 in repository https://gitbox.apache.org/repos/asf/usergrid.git at f7fd30026 Bump org.apache.cassandra:cassandra-all from 2.1.14 to 3.0.31 in /stack No new revisions were added by this update.
(usergrid) branch dependabot/maven/stack/org.springframework-spring-web-6.0.23 created (now 23e25e40d)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/stack/org.springframework-spring-web-6.0.23 in repository https://gitbox.apache.org/repos/asf/usergrid.git at 23e25e40d Bump org.springframework:spring-web in /stack No new revisions were added by this update.
(usergrid) branch dependabot/maven/stack/commons-io-commons-io-2.14.0 created (now 844fe697d)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/stack/commons-io-commons-io-2.14.0 in repository https://gitbox.apache.org/repos/asf/usergrid.git at 844fe697d Bump commons-io:commons-io from 2.4 to 2.14.0 in /stack No new revisions were added by this update.
(usergrid) branch dependabot/maven/stack/org.apache.tomcat-tomcat-catalina-9.0.99 created (now a151b1abd)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/stack/org.apache.tomcat-tomcat-catalina-9.0.99 in repository https://gitbox.apache.org/repos/asf/usergrid.git at a151b1abd Bump org.apache.tomcat:tomcat-catalina from 7.0.84 to 9.0.99 in /stack No new revisions were added by this update.
(attic) branch cwiki-retired updated: Regenerated cwiki-retired based on 09b24cfcf454ad6fbddde7711257d57f672b874e commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch cwiki-retired in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/cwiki-retired by this push: new de68fac Regenerated cwiki-retired based on 09b24cfcf454ad6fbddde7711257d57f672b874e commit de68fac is described below commit de68facac6ba1fbcc52717350e682d39a0ad737a Author: GitHub Actions AuthorDate: Tue Apr 29 15:40:54 2025 + Regenerated cwiki-retired based on 09b24cfcf454ad6fbddde7711257d57f672b874e commit --- attic.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/attic.txt b/attic.txt deleted file mode 100644 index 8b13789..000 --- a/attic.txt +++ /dev/null @@ -1 +0,0 @@ -
(attic) branch asf-site updated: Regenerated website based on ccce56eacfbb8cc7f4b706f619a83b5048645899 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new e076d4a Regenerated website based on ccce56eacfbb8cc7f4b706f619a83b5048645899 commit e076d4a is described below commit e076d4a207e8e990c1c51f5ca9d3a1ce351b0d9c Author: GitHub Actions AuthorDate: Thu May 1 23:33:27 2025 + Regenerated website based on ccce56eacfbb8cc7f4b706f619a83b5048645899 commit --- output/assets/css/just-the-docs-attic.css| 68 ++-- output/assets/css/just-the-docs-dark.css | 68 ++-- output/assets/css/just-the-docs-default.css | 68 ++-- output/assets/css/just-the-docs-head-nav.css | 2 +- output/assets/css/just-the-docs-light.css| 68 ++-- 5 files changed, 137 insertions(+), 137 deletions(-) diff --git a/output/assets/css/just-the-docs-attic.css b/output/assets/css/just-the-docs-attic.css index 0922902..f9f0348 100644 --- a/output/assets/css/just-the-docs-attic.css +++ b/output/assets/css/just-the-docs-attic.css @@ -875,11 +875,11 @@ blockquote { } } .site-title:hover { - background-image: linear-gradient(-90deg, rgb(234.8, 236.82, 244.9) 0%, rgba(234.8, 236.82, 244.9, 0.8) 80%, rgba(234.8, 236.82, 244.9, 0) 100%); + background-image: linear-gradient(-90deg, #ebedf5 0%, rgba(235, 237, 245, 0.8) 80%, rgba(235, 237, 245, 0) 100%); } .site-button:hover { - background-image: linear-gradient(-90deg, rgb(234.8, 236.82, 244.9) 0%, rgba(234.8, 236.82, 244.9, 0.8) 100%); + background-image: linear-gradient(-90deg, #ebedf5 0%, rgba(235, 237, 245, 0.8) 100%); } body { @@ -1220,7 +1220,7 @@ body { text-decoration: none; } .nav-list .nav-list-item .nav-list-link:hover, .nav-list .nav-list-item .nav-list-link.active { - background-image: linear-gradient(-90deg, rgb(234.8, 236.82, 244.9) 0%, rgba(234.8, 236.82, 244.9, 0.8) 80%, rgba(234.8, 236.82, 244.9, 0) 100%); + background-image: linear-gradient(-90deg, #ebedf5 0%, rgba(235, 237, 245, 0.8) 80%, rgba(235, 237, 245, 0) 100%); } .nav-list .nav-list-item .nav-list-expander { position: absolute; @@ -1238,7 +1238,7 @@ body { } } .nav-list .nav-list-item .nav-list-expander:hover { - background-image: linear-gradient(-90deg, rgb(234.8, 236.82, 244.9) 0%, rgba(234.8, 236.82, 244.9, 0.8) 100%); + background-image: linear-gradient(-90deg, #ebedf5 0%, rgba(235, 237, 245, 0.8) 100%); } .nav-list .nav-list-item .nav-list-expander svg { transform: rotate(90deg); @@ -1548,19 +1548,19 @@ h6, box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); } .btn:hover, .btn.zeroclipboard-is-hover { - color: rgb(52.3617834395, 22.4407643312, 124.3592356688); + color: #34167c; } .btn:hover, .btn:active, .btn.zeroclipboard-is-hover, .btn.zeroclipboard-is-active { text-decoration: none; - background-color: rgb(244.45, 244.45, 244.45); + background-color: #f4f4f4; } .btn:active, .btn.selected, .btn.zeroclipboard-is-active { - background-color: rgb(239.35, 239.35, 239.35); + background-color: #efefef; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); } .btn.selected:hover { - background-color: rgb(207.25, 207.25, 207.25); + background-color: #cfcfcf; } .btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover { color: rgba(102, 102, 102, 0.5); @@ -1576,7 +1576,7 @@ h6, box-shadow: inset 0 0 0 2px #e6e1e8; } .btn-outline:hover, .btn-outline:active, .btn-outline.zeroclipboard-is-hover, .btn-outline.zeroclipboard-is-active { - color: rgb(48.723566879, 20.8815286624, 115.7184713376); + color: #311574; text-decoration: none; background-color: transparent; box-shadow: inset 0 0 0 3px #e6e1e8; @@ -1592,82 +1592,82 @@ h6, .btn-primary { color: #fff; - background-color: rgb(87.0708860759, 56.8227848101, 205.9772151899); - background-image: linear-gradient(rgb(111.3227848101, 85.4430379747, 213.0569620253), rgb(87.0708860759, 56.8227848101, 205.9772151899)); + background-color: #5739ce; + background-image: linear-gradient(#6f55d5, #5739ce); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); } .btn-primary:hover, .btn-primary.zeroclipboard-is-hover { color: #fff; - background-color: rgb(81.0025316456, 50.0936708861, 202.5063291139); - background-image: linear-gradient(rgb(100.9291139241, 73.1772151899, 210.0227848101), rgb(81.0025316456, 50.0936708861, 202.5063291139)); + background-color: #5132cb; + background-image: linear-gradient(#6549d2, #5132cb); } .btn-primary:active, .btn-primary.selected, .btn-primary.zeroclipboard-is-active { - background-color: rgb(79.3670886076, 49.082278481, 198.417721519); + background-color: #4f31c6; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); } .btn
(attic) branch asf-site updated: Regenerated website based on 076c234cb9a35d24a26a3878ff808854d15aaa15 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new edaeacc Regenerated website based on 076c234cb9a35d24a26a3878ff808854d15aaa15 commit edaeacc is described below commit edaeaccc103ea00ade9cfe7fde4e42f6e857018c Author: GitHub Actions AuthorDate: Thu May 1 21:47:03 2025 + Regenerated website based on 076c234cb9a35d24a26a3878ff808854d15aaa15 commit --- output/projects/avalon.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/ibatis.html | 2 +- output/projects/labs.html | 2 +- output/projects/ode.html| 2 +- output/projects/tiles.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/output/projects/avalon.html b/output/projects/avalon.html index bcaeb67..1212430 100644 --- a/output/projects/avalon.html +++ b/output/projects/avalon.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on af451d42e553184c5261c19e787b5d0c77bdcfcf commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 43abf36 Regenerated website based on af451d42e553184c5261c19e787b5d0c77bdcfcf commit 43abf36 is described below commit 43abf360c086d8869b29a797fc5a955af0f0d7f3 Author: GitHub Actions AuthorDate: Fri May 2 22:47:13 2025 + Regenerated website based on af451d42e553184c5261c19e787b5d0c77bdcfcf commit --- output/assets/js/search-data.json | 4 ++-- output/data.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 95b32e8..4060bf8 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -1,7 +1,7 @@ {"0": { "doc": "Retired Projects Data", "title": "Retired Projects Data YAML Files", -"content": ". Much of the content on this website is generated from project data files in YAML Format. This page describe the contents of how the data files are used and the attributes in the files: . | Retired Projects Data YAML Files . | How the Data Files are Used | Data File Attributes (YAML) | Example YAML File | YAML Template File | . | . ", +"content": ". Much of the content on this website is generated from project data files in YAML Format. This page describe the contents of how the data files are used and the attributes in the files: . | How the Data Files are Used | Data File Attributes (YAML) | Example YAML File | YAML Template File | . ", "url": "/data.html#retired-projects-data-yaml-files", "relUrl": "/data.html#retired-projects-data-yaml-files" @@ -15,7 +15,7 @@ },"2": { "doc": "Retired Projects Data", "title": "Data File Attributes (YAML)", -"content": "| Attribute | Required? | Format/Values | Description | Examples | . | project_id | GENERATED | - | Generated from the YAML file name, without the .yaml suffix | | . | retirement_date | Required | -mm-dd | Date the project retired (date of board meeting) | | . | attic_issue | Optional | ATTIC-nnn | The Attic JIRA ID managing the projects retirement | | . | attic_date | Optional | -mm-dd | Date the move to the Attic was completed | | . | attic_banner | Opti [...] +"content": "| Attribute | Required? | Format/Values | Description | Examples | . | project_id | GENERATED | - | Generated from the YAML file name, without the .yaml suffix | | . | retirement_date | Required | -mm-dd | Date the project retired (date of board meeting) | | . | attic_issue | Optional | ATTIC-nnn | The Attic JIRA ID managing the projects retirement | | . | attic_date | Optional | -mm-dd | Date the move to the Attic was completed | | . | attic_banner | Opti [...] "url": "/data.html#data-file-attributes-yaml", "relUrl": "/data.html#data-file-attributes-yaml" diff --git a/output/data.html b/output/data.html index 1538ce8..bab28b5 100644 --- a/output/data.html +++ b/output/data.html @@ -1,4 +1,4 @@ -
(attic) branch asf-site updated: Regenerated website based on 3780a63435cce8eed4fbe28bc2473c6dc6f725d9 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new ad8ffc7 Regenerated website based on 3780a63435cce8eed4fbe28bc2473c6dc6f725d9 commit ad8ffc7 is described below commit ad8ffc757e5e95d227323e3ec6c4e77f0504c742 Author: GitHub Actions AuthorDate: Fri May 2 23:34:57 2025 + Regenerated website based on 3780a63435cce8eed4fbe28bc2473c6dc6f725d9 commit --- output/assets/js/search-data.json| 44 ++-- output/data.html | 2 +- output/index.html| 2 +- output/process-howto.html| 2 +- output/process.html | 2 +- output/projects.html | 2 +- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects/twill.html | 2 +- output/projects/usergrid.html| 2 +- output/projects
(attic) branch asf-site updated: Regenerated website based on d82e81a391bc0870c3ca92b55d9538a2f6fd4cbb commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 58a578b Regenerated website based on d82e81a391bc0870c3ca92b55d9538a2f6fd4cbb commit 58a578b is described below commit 58a578b2467399bf3014c5a2e8a54e50ed545758 Author: GitHub Actions AuthorDate: Sat May 3 01:22:03 2025 + Regenerated website based on d82e81a391bc0870c3ca92b55d9538a2f6fd4cbb commit --- output/assets/js/search-data.json | 2 +- output/process-howto.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 69b6ba1..461418b 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -57,7 +57,7 @@ },"8": { "doc": "Attic Process", "title": "Attic Process: How To", -"content": ". | Attic Process: How To . | 1. Confirm Board Resolution | 2. Create project page on Attic site: | 3. Inform users of the move to the Attic | 4. Update the project DOAP file (if any): | 5. Get infra lock down project’s resources | 6. Announce on annou...@apache.org | . | . The following are useful Git/svn/https locations: . | site source, built to asf-site branch | ATTIC Jira | permissions on svn /repos/asf and /repos/infra | websites svnpubsub and infra-reports#sitesour [...] +"content": ". The sections below describe How To complete the various tasks of retiring a project and moving it to The Apache Attic: . | 1. Confirm Board Resolution | 2. Create project page on Attic site: | 3. Inform users of the move to the Attic | 4. Update the project DOAP file (if any): | 5. Get infra lock down project’s resources | 6. Announce on annou...@apache.org | . The following are useful Git/svn/https locations: . | site source, built to asf-site branch | ATTIC Jira | per [...] "url": "/process-howto.html#attic-process-how-to", "relUrl": "/process-howto.html#attic-process-how-to" diff --git a/output/process-howto.html b/output/process-howto.html index 9cec724..039aab0 100644 --- a/output/process-howto.html +++ b/output/process-howto.html @@ -1,4 +1,4 @@ -
(attic) branch asf-site updated: Regenerated website based on cd42f26062b638ab879a8091e3d94dbc4e23750d commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new ff4bb07 Regenerated website based on cd42f26062b638ab879a8091e3d94dbc4e23750d commit ff4bb07 is described below commit ff4bb074d296738ba19d213fda140c44158a365b Author: GitHub Actions AuthorDate: Sat May 3 01:31:11 2025 + Regenerated website based on cd42f26062b638ab879a8091e3d94dbc4e23750d commit --- output/README.md | 88 ++-- 1 file changed, 2 insertions(+), 86 deletions(-) diff --git a/output/README.md b/output/README.md index fcbb84d..eede70a 100644 --- a/output/README.md +++ b/output/README.md @@ -48,92 +48,8 @@ The [Attic Website](https://attic.apache.org) is composed of the following: ## Project YAML Data File -The project YAML files contain the following information in order to generate the project pages: - - **Retirement Date** (usually the date of the board meeting the project was terminated) - - **JIRA ID** of the ticket used to track the project's move to the Attic - - **Completion Date** of the project's move to the Attic - - **Project Description** - - **Source Code** repositorie(s) - - **Mailing Lists** - - **Issue Tracker(s)** - - **Wiki** space(s) - - **Download Details** - - **Related Projects** - -Creating/Updating a project's YAML file updates the project page, updates the Tracking page -and generates any required flags for the project's website and wiki. - -The structure of the project YAML file is shown below: - -```yaml -retirement_date: -mm-dd ### [REQUIRED] Date the project retired (date of board meeting) -attic_issue: ATTIC-XXX ### [OPTIONAL] The JIRA-ID managing the projects retirement -attic_date: -mm-dd ### [OPTIONAL] Date the move to the Attic was completed -attic_banner: true ### [OPTIONAL] Valid values: true/false (should banner be generated, normally true) -revived_date: -mm-dd ### [OPTIONAL] Date the project was revived - moved out of the Attic -project_name: [Another Name] ### [OPTIONAL] defaults to this file name -project_longname:### [OPTIONAL] defaults to this file name -project_domain: [alt domain] ### [OPTIONAL] defaults to this file name + ".apache.org" -project_description: >- ### [REQUIRED] -[Project description here] ### Note that some characters - e.g. ':' - require the text to be enclosed in '' -[further description line] ### text can be continued on the next line, keeping the same indentation -additional_text: >- ### [OPTIONAL] -[Put some text here] ### Note that some characters - e.g. ':' - require the text to be enclosed in '' -board_resolution: true ### [REQUIRED] Valid values: true/false (link to board minutes from retirement date?) -board_reports: true ### [REQUIRED] Valid values: true/false (include Board Reports section?) -downloads: true ### [REQUIRED] Valid values: true/false (include Downloads section?) -archive_path:### [OPTIONAL] Defaults to this file name -source_repositories: -- type: Git ### [REQUIRED] Valid Values: Subversion, Git (may have both) - path: [some/path] ### [OPTIONAL] Defaults to this file name -mailing_lists: ### [REQUIRED] public mailing list names -- dev -- commits -- user -mailing_lists_prefix:### [OPTIONAL] Defaults to this file name -issue_trackers: -- type: JIRA ### [REQUIRED] Valid Values: JIRA, Bugzilla - keys: -- JIRA_KEY_1 ### [OPTIONAL] Defaults to this file name -wiki:### [OPTIONAL] Not all projects have a Wiki -type: CWIKI ### [REQUIRED] Valid values: CWIKI -keys: - - WIKI_KEY_1 ### [OPTIONAL] Defaults to this file name -related_projects_text: >- -[Put some description here] ### [OPTIONAL] -related_projects: -- name: ### [OPTIONAL] - url: ### [OPTIONAL] - description: ### [REQUIRED] - -``` - -Heres an example of a file for **Any23**: - -```yaml -retirement_date: 2023-06-21 -attic_issue: ATTIC-215 -attic_date: 2023-10-01 -attic_banner: true -project_description: >- -The mission of Apache Any23 (Anything to Triples) was the creation and -maintenance of software related to automatic crawling, parsing, analyzing, -producing, validating and converting RDF (Resource Description Framework) data. -board_resolution: true -board_reports: true -downloads: true -source_repositories: -- type: Git -mailing_lists: -- dev -
(attic) branch asf-site updated: Regenerated website based on 88da0dc61947942e1b43ed1068a8e6a5e1672982 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 777c564 Regenerated website based on 88da0dc61947942e1b43ed1068a8e6a5e1672982 commit 777c564 is described below commit 777c564f78804912f5f5d7a0a1fe60f284538476 Author: GitHub Actions AuthorDate: Sat May 3 06:56:32 2025 + Regenerated website based on 88da0dc61947942e1b43ed1068a8e6a5e1672982 commit --- output/assets/js/search-data.json | 2 +- output/process-howto.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 1d575f4..88e54bc 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -85,7 +85,7 @@ },"12": { "doc": "Attic Process", "title": "4. Update the project DOAP file (if any):", -"content": "https://projects.apache.org/project.html?${project} . The files referenced are in [https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk] (https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk), which every Apache committer can update. Identify whether the project has a DOAP file (see the /projects.apache.org/data/projects.xml file) and update the rdf file with: . | PMC to the Attic and | add a category of retired (keep original cateogires, as they [...] +"content": "https://projects.apache.org/project.html?${project} . The files referenced are in [https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk] (https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk), which every Apache committer can update. Identify whether the project has a DOAP file (see the /projects.apache.org/data/projects.xml file) and update the rdf file with: . | PMC to the Attic, | and add retired category (keep original categories, as they rem [...] "url": "/process-howto.html#4-update-the-project-doap-file-if-any", "relUrl": "/process-howto.html#4-update-the-project-doap-file-if-any" diff --git a/output/process-howto.html b/output/process-howto.html index 707f39d..6c1cb59 100644 --- a/output/process-howto.html +++ b/output/process-howto.html @@ -17,7 +17,7 @@ Thanks, ${NAME} on behalf of ${project} project and the Apache Attic. - Remember to https://www.apache.org/foundation/mailinglists.html";>subscribe to the user list: use https://whimsy.apache.org/committers/subscribe";>Whimsy Mailing List Self-subscription to avoid moderation (if the project hasn’t been removed yet). Also bear in mind that the user mailing list may already know and you can skip this stage, or you can get help from project having asked to move to the Attic. Make sure you read that th [...] + Remember to https://www.apache.org/foundation/mailinglists.html";>subscribe to the user list: use https://whimsy.apache.org/committers/subscribe";>Whimsy Mailing List Self-subscription to avoid moderation (if the project hasn’t been removed yet). Also bear in mind that the user mailing list may already know and you can skip this stage, or you can get help from project having asked to move to the Attic. Make sure you read that th [...] add category: <category rdf:resource="http://projects.apache.org/category/retired"; /> You can use script/project2attic.py to prepare the update that you’ll just need to review and commit 5. Get infra lock down pro [...] the project due to inactivity. ${project} was {boilerplate}.
(attic) branch asf-site updated: Regenerated website based on 14d57730ef63d45d09b2ed6fb2b847df89b63834 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 928f32e Regenerated website based on 14d57730ef63d45d09b2ed6fb2b847df89b63834 commit 928f32e is described below commit 928f32effe534609f3c322fbbaa8484e1cf8c39b Author: GitHub Actions AuthorDate: Sat May 3 06:53:39 2025 + Regenerated website based on 14d57730ef63d45d09b2ed6fb2b847df89b63834 commit --- output/assets/js/search-data.json | 2 +- output/process-howto.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 461418b..1d575f4 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -85,7 +85,7 @@ },"12": { "doc": "Attic Process", "title": "4. Update the project DOAP file (if any):", -"content": "https://projects.apache.org/project.html?${project} . The files referenced are in [https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk] (https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk), which every Apache committer can update. Identify whether the project has a DOAP file (see the /projects.apache.org/data/projects.xml file) and update the rdf file with PMC to the Attic and add a category of _retired_: . pmc change: <asfext:pmc rdf:resou [...] +"content": "https://projects.apache.org/project.html?${project} . The files referenced are in [https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk] (https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk), which every Apache committer can update. Identify whether the project has a DOAP file (see the /projects.apache.org/data/projects.xml file) and update the rdf file with: . | PMC to the Attic and | add a category of retired (keep original cateogires, as they [...] "url": "/process-howto.html#4-update-the-project-doap-file-if-any", "relUrl": "/process-howto.html#4-update-the-project-doap-file-if-any" diff --git a/output/process-howto.html b/output/process-howto.html index 039aab0..707f39d 100644 --- a/output/process-howto.html +++ b/output/process-howto.html @@ -17,8 +17,8 @@ Thanks, ${NAME} on behalf of ${project} project and the Apache Attic. - Remember to https://www.apache.org/foundation/mailinglists.html";>subscribe to the user list: use https://whimsy.apache.org/committers/subscribe";>Whimsy Mailing List Self-subscription to avoid moderation (if the project hasn’t been removed yet). Also bear in mind that the user mailing list may already know and you can skip this stage, or you can get help from project having asked to move to the Attic. Make sure you read that th [...] -new category: <category rdf:resource="http://projects.apache.org/category/retired"; /> + Remember to https://www.apache.org/foundation/mailinglists.html";>subscribe to the user list: use https://whimsy.apache.org/committers/subscribe";>Whimsy Mailing List Self-subscription to avoid moderation (if the project hasn’t been removed yet). Also bear in mind that the user mailing list may already know and you can skip this stage, or you can get help from project having asked to move to the Attic. Make sure you read that th [...] +add category: <category rdf:resource="http://projects.apache.org/category/retired"; /> You can use script/project2attic.py to prepare the update that you’ll just need to review and commit 5. Get infra lock down pro [...] the project due to inactivity. ${project} was {boilerplate}.
(attic) branch asf-site updated: Regenerated website based on 641513f76597e20eb39d42c6fec730407ebfd711 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 8f6b327 Regenerated website based on 641513f76597e20eb39d42c6fec730407ebfd711 commit 8f6b327 is described below commit 8f6b327a520f59127be217bb06d7a8467c98354b Author: GitHub Actions AuthorDate: Fri May 2 16:03:44 2025 + Regenerated website based on 641513f76597e20eb39d42c6fec730407ebfd711 commit --- output/assets/css/just-the-docs-attic.css | 455 output/assets/css/just-the-docs-attic.css.map | 2 +- output/assets/css/just-the-docs-dark.css| 455 output/assets/css/just-the-docs-dark.css.map| 2 +- output/assets/css/just-the-docs-default.css | 455 output/assets/css/just-the-docs-default.css.map | 2 +- output/assets/css/just-the-docs-light.css | 455 output/assets/css/just-the-docs-light.css.map | 2 +- output/assets/js/search-data.json | 2 +- output/projects.html| 2 +- 10 files changed, 1826 insertions(+), 6 deletions(-) diff --git a/output/assets/css/just-the-docs-attic.css b/output/assets/css/just-the-docs-attic.css index f9f0348..de50286 100644 --- a/output/assets/css/just-the-docs-attic.css +++ b/output/assets/css/just-the-docs-attic.css @@ -7345,4 +7345,459 @@ div.opaque { background-color: #F9F7ED !important; } +p.warning, blockquote.warning { + background: rgba(247, 126, 126, 0.2); + border-left: 4px solid #dd2e2e; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.warning::before, blockquote.warning::before { + color: #dd2e2e; + content: "Warning"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.warning > .warning-title, blockquote.warning > .warning-title { + color: #dd2e2e; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} + +p.warning-title, blockquote.warning-title { + background: rgba(247, 126, 126, 0.2); + border-left: 4px solid #dd2e2e; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.warning-title > p:first-child, blockquote.warning-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #dd2e2e; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} + +blockquote.warning { + margin-left: 0; + margin-right: 0; +} +blockquote.warning > p:first-child { + margin-top: 0; +} +blockquote.warning > p:last-child { + margin-bottom: 0; +} + +blockquote.warning-title { + margin-left: 0; + margin-right: 0; +} +blockquote.warning-title > p:nth-child(2) { + margin-top: 0; +} +blockquote.warning-title > p:last-child { + margin-bottom: 0; +} + +p.important, blockquote.important { + background: rgba(44, 132, 250, 0.2); + border-left: 4px solid #183385; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.important::before, blockquote.important::before { + color: #183385; + content: "Important"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.important > .important-title, blockquote.important > .important-title { + color: #183385; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} + +p.important-title, blockquote.important-title { + background: rgba(44, 132, 250, 0.2); + border-left: 4px solid #183385; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.important-title > p:first-child, blockquote.important-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #183385; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} + +blockquote.important { + margin-left: 0; + margin-right: 0; +} +blockquote.important > p:first-child { + margin-top: 0; +} +blockquote.important > p:last-child { + margin-bottom: 0; +} + +blockquote.important-title { + margin-left: 0; + margin-right: 0; +} +blockquote.important-title > p:nth-child(2) { + margin-top: 0; +} +blockquote.important-title > p:last-child { + margin-bottom: 0; +} + +p.important-green, blockquote.important-green { + background: rgba(65, 214, 147, 0.2); + border-left: 4px solid #026e57; + border-radius: 4px; + box-shadow: 0 1px
(attic) branch asf-site updated: Regenerated website based on 298d98fb7afa0e71553af030fb5b8608b0a94d27 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new efab4b9 Regenerated website based on 298d98fb7afa0e71553af030fb5b8608b0a94d27 commit efab4b9 is described below commit efab4b99e9e42e972628f8e699a9727c2a8d7cc3 Author: GitHub Actions AuthorDate: Sat May 3 20:56:50 2025 + Regenerated website based on 298d98fb7afa0e71553af030fb5b8608b0a94d27 commit --- output/assets/js/search-data.json | 6 +++--- output/process-howto.html | 2 +- output/process.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index fe40fda..9a42ba9 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -57,7 +57,7 @@ },"8": { "doc": "Attic Process", "title": "Attic Process: How To", -"content": ". The sections below describe How To complete the various tasks of retiring a project and moving it to The Apache Attic: . | 1. Confirm Board Resolution | 2. Create project page on Attic site: | 3. Inform users of the move to the Attic | 4. Update the project DOAP file (if any): | 5. Get infra lock down project’s resources | 6. Announce on annou...@apache.org | . The following are useful Git/svn/https locations: . | site source, built to asf-site branch | ATTIC Jira | per [...] +"content": ". The sections below describe How To complete the various tasks to be done by Attic team for retiring a project and moving it to The Apache Attic: . | 1. Confirm Board Resolution | 2. Create project page on Attic site: | 3. Inform users of the move to the Attic | 4. Update the project DOAP file (if any): | 5. Get infra lock down project’s resources | 6. Announce on annou...@apache.org | . The following are useful Git/svn/https locations: . | Attic site source | ATTIC Jira [...] "url": "/process-howto.html#attic-process-how-to", "relUrl": "/process-howto.html#attic-process-how-to" @@ -71,7 +71,7 @@ },"10": { "doc": "Attic Process", "title": "2. Create project page on Attic site:", -"content": "https://attic.apache.org/projects/${project}.html . The Attic Website uses Jekyll, which generates the Project Pages from project data files in YAML Format. Adding a project to the website is done by adding a YAML file for the project to the _data/projects directory. THIS NEEDS UPDATING, see details in process.md* . | clone the Git Attic Repository | Create the project YAML file (see the Project Data page for help on crafting the YAML file) | Commit the file to your clone [...] +"content": "https://attic.apache.org/projects/${project}.html . You can create a PR for the $project.yaml file using the GitHub Action Generate PR to add _data/projects/pid.yaml file. Click on ‘Run workflow’ and enter the lower case project id. If the id is valid, the workflow will create a PR to add the YAML file. Once the PR has been checked and applied, the site will be regenerated. The project details will be found at https://attic.apache.org/projects/$project.html and associated [...] "url": "/process-howto.html#2-create-project-page-on-attic-site", "relUrl": "/process-howto.html#2-create-project-page-on-attic-site" @@ -127,7 +127,7 @@ },"18": { "doc": "Process", "title": "2. If the board approves the resolution", -"content": "The Attic team will open an Attic JIRA item - ‘Move ${project} to the Attic’. If you have an ASF GH login, you can create a PR for the projectId.yaml file using the GitHub action Generate PR to add _data/projects/pid.yaml file . Click on ‘Run workflow’ and enter the lower case project id. If the id is valid, the workflow will create a PR to add the YAML file. Once the PR has been checked and applied, the site will be regenerated. The project details will be found at https [...] +"content": "The Attic team will open an Attic JIRA item - ‘Move ${project} to the Attic’. Generated issue content typically contains following steps (see “How to” for a description of each step that the Attic team will follow): . | # Confirm Board Resolution | # Create project page on Attic site: https://attic.apache.org/projects/$project.html | # Inform users of the move to the Attic | # Update the project DOAP files (if any) or copy to projects-override | # Get infra lock down proj [...] "url": "/process.html#2-if-the-board-approves-the-resolution", "relUrl": "/process.html#2-if-the-board-approves-the-resolution" diff --git a/output/process-howto.html b/output/process-howto.html index 673516d..5b057d2 100644 --- a/output/process-howto.html +++ b/output/process-howto.html @@ -1,4 +1,4 @@ -
(attic) branch asf-site updated: Regenerated website based on a4c61601de43e4da1286c608f982f5f62cc50edd commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new bdd314b Regenerated website based on a4c61601de43e4da1286c608f982f5f62cc50edd commit bdd314b is described below commit bdd314b0735a93e806e9b985a0f1a3aa761ef9bd Author: GitHub Actions AuthorDate: Fri May 2 08:49:43 2025 + Regenerated website based on a4c61601de43e4da1286c608f982f5f62cc50edd commit --- output/README.md | 2 +- output/assets/js/search-data.json | 2 +- output/data.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/output/README.md b/output/README.md index e5ca240..fcbb84d 100644 --- a/output/README.md +++ b/output/README.md @@ -153,7 +153,7 @@ To build the site: ```bundle exec jekyll build``` -To build the site and make it available at http://localhost:4000/ +To build the site and make it available at http://127.0.0.1:4000/ ```bundle exec jekyll server``` diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 94f0d02..52c42e6 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -15,7 +15,7 @@ },"2": { "doc": "Retired Projects Data", "title": "Data File Attributes (YAML)", -"content": "| Attribute | Required? | Format/Values | Description | Examples | . | project_id | GENERATED | - | Generated from the YAML file name, without the .yaml suffix | | . | retirement_date | Required | -mm-dd | Date the project retired (date of board meeting) | | . | attic_issue | Optional | ATTIC-nnn | The Attic JIRA ID managing the projects retirement | | . | attic_date | Optional | -mm-dd | Date the move to the Attic was completed | | . | attic_banner | Opti [...] +"content": "| Attribute | Required? | Format/Values | Description | Examples | . | project_id | GENERATED | - | Generated from the YAML file name, without the .yaml suffix | | . | retirement_date | Required | -mm-dd | Date the project retired (date of board meeting) | | . | attic_issue | Optional | ATTIC-nnn | The Attic JIRA ID managing the projects retirement | | . | attic_date | Optional | -mm-dd | Date the move to the Attic was completed | | . | attic_banner | Opti [...] "url": "/data.html#data-file-attributes-yaml", "relUrl": "/data.html#data-file-attributes-yaml" diff --git a/output/data.html b/output/data.html index 6028eaa..1538ce8 100644 --- a/output/data.html +++ b/output/data.html @@ -1,4 +1,4 @@ -
(attic) branch asf-site updated: Regenerated website based on ca803884238b2c87aa0d83a2575252e73eeeac9c commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 3295d74 Regenerated website based on ca803884238b2c87aa0d83a2575252e73eeeac9c commit 3295d74 is described below commit 3295d7492a40094dfb9a224e76fd1475400ef34f Author: GitHub Actions AuthorDate: Sat May 3 21:06:12 2025 + Regenerated website based on ca803884238b2c87aa0d83a2575252e73eeeac9c commit --- output/assets/js/search-data.json | 2 +- output/process-howto.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 9a42ba9..a3fdb2d 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -85,7 +85,7 @@ },"12": { "doc": "Attic Process", "title": "4. Update the project DOAP file (if any):", -"content": "https://projects.apache.org/project.html?${project} . The DOAP files (used for projects directory) are referenced in [projects.apache.org data/projects.xml] (https://github.com/apache/comdev-projects/blob/trunk/data/projects.xml), which every Apache committer can update (in svn). Identify whether the project being terminated has a DOAP .rdf file, and update the DOAP .rdf file: . | change PMC to the Attic, | add retired category (keep original categories, as they remain va [...] +"content": "https://projects.apache.org/project.html?${project} . The DOAP files (used for projects directory) are referenced in projects.apache.org data/projects.xml, which every Apache committer can update (in svn). Identify whether the project being terminated has a DOAP .rdf file, and update the DOAP .rdf file: . | change PMC to the Attic, | add retired category (keep original categories, as they remain valid for the project) | . pmc change: <asfext:pmc rdf:resource=\"http://a [...] "url": "/process-howto.html#4-update-the-project-doap-file-if-any", "relUrl": "/process-howto.html#4-update-the-project-doap-file-if-any" diff --git a/output/process-howto.html b/output/process-howto.html index 5b057d2..6ddde89 100644 --- a/output/process-howto.html +++ b/output/process-howto.html @@ -17,7 +17,7 @@ Thanks, ${NAME} on behalf of ${project} project and the Apache Attic. - Remember to https://www.apache.org/foundation/mailinglists.html";>subscribe to the user list: use https://whimsy.apache.org/committers/subscribe";>Whimsy Mailing List Self-subscription to avoid moderation (if the project hasn’t been removed yet). Also bear in mind that the user mailing list may already know and you can skip this stage, or you can get help from project having asked to move to the Attic. Make sure you read that th [...] + Remember to https://www.apache.org/foundation/mailinglists.html";>subscribe to the user list: use https://whimsy.apache.org/committers/subscribe";>Whimsy Mailing List Self-subscription to avoid moderation (if the project hasn’t been removed yet). Also bear in mind that the user mailing list may already know and you can skip this stage, or you can get help from project having asked to move to the Attic. Make sure you read that th [...] add category: <category rdf:resource="http://projects.apache.org/category/retired"; /> You can use script/project2attic.py to prepare the update that you’ll just need to review and commit. 5. Get infra lock down pr [...] the project due to inactivity. ${project} was {boilerplate}.
(attic) branch asf-site updated: Regenerated website based on 73fc0618de9ed56da06f60e0f6dcdd1084a0ebcd commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 5a7ca59 Regenerated website based on 73fc0618de9ed56da06f60e0f6dcdd1084a0ebcd commit 5a7ca59 is described below commit 5a7ca590831b90bb4c9ec4292827cadbc4ca8a82 Author: GitHub Actions AuthorDate: Sat May 3 21:12:47 2025 + Regenerated website based on 73fc0618de9ed56da06f60e0f6dcdd1084a0ebcd commit --- output/assets/js/search-data.json | 2 +- output/process.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index a3fdb2d..343caeb 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -127,7 +127,7 @@ },"18": { "doc": "Process", "title": "2. If the board approves the resolution", -"content": "The Attic team will open an Attic JIRA item - ‘Move ${project} to the Attic’. Generated issue content typically contains following steps (see “How to” for a description of each step that the Attic team will follow): . | # Confirm Board Resolution | # Create project page on Attic site: https://attic.apache.org/projects/$project.html | # Inform users of the move to the Attic | # Update the project DOAP files (if any) or copy to projects-override | # Get infra lock down proj [...] +"content": "The Attic team will open an Attic JIRA item - Move ${project} to the Attic. Issue content typically contains following steps: . | # Confirm Board Resolution | # Create project page on Attic site: https://attic.apache.org/projects/${project}.html | # Inform users of the move to the Attic | # Update the project DOAP files (if any) or copy to projects-override | # Get infra lock down project’s resources | # Announce on announce at apache.org | . See Attic Process: How To for [...] "url": "/process.html#2-if-the-board-approves-the-resolution", "relUrl": "/process.html#2-if-the-board-approves-the-resolution" diff --git a/output/process.html b/output/process.html index e6b79d3..12a682a 100644 --- a/output/process.html +++ b/output/process.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on ce88eacc11901dca3649bec1132ea8388315e51d commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new bfd1f81 Regenerated website based on ce88eacc11901dca3649bec1132ea8388315e51d commit bfd1f81 is described below commit bfd1f81962cae0213eb070c6f9570f9fcf420c6c Author: GitHub Actions AuthorDate: Sat May 3 21:27:10 2025 + Regenerated website based on ce88eacc11901dca3649bec1132ea8388315e51d commit --- output/assets/js/search-data.json | 2 +- output/process.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 9047b71..d3f223f 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -127,7 +127,7 @@ },"18": { "doc": "Process", "title": "2. If the board approves the resolution", -"content": "The Attic team will open an Attic JIRA item - Move ${project} to the Attic. Issue content typically contains following steps: . | # Confirm Board Resolution | # Create project page on Attic site: https://attic.apache.org/projects/${project}.html | # Inform users of the move to the Attic | # Update the project DOAP files (if any) or copy to projects-override | # Get infra lock down project’s resources | # Announce on announce at apache.org | . See Attic Process: How To for [...] +"content": "The Attic team will open an Attic JIRA item - Move ${project} to the Attic. Issue content typically contains following steps: . | # Confirm Board Resolution | # Create project page on Attic site: https://attic.apache.org/projects/${project}.html | # Inform users of the move to the Attic | # Update the project DOAP files (if any) or copy to projects-override | # Get infra lock down project’s resources | # Announce on announce at apache.org | . See Attic Process - How To fo [...] "url": "/process.html#2-if-the-board-approves-the-resolution", "relUrl": "/process.html#2-if-the-board-approves-the-resolution" diff --git a/output/process.html b/output/process.html index d41e312..60b732f 100644 --- a/output/process.html +++ b/output/process.html @@ -1 +1 @@ -
(attic) branch retire-mxnet created (now fb1d4c4)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch retire-mxnet in repository https://gitbox.apache.org/repos/asf/attic.git at fb1d4c4 Retire mxnet No new revisions were added by this update.
(attic) branch experimental-site updated: Regenerated website based on 2b05d5828b4db708e70bf3607d1875a7d14284c8 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch experimental-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/experimental-site by this push: new 40b5cd9 Regenerated website based on 2b05d5828b4db708e70bf3607d1875a7d14284c8 commit 40b5cd9 is described below commit 40b5cd955c706c903cd1cf4b5ea727dd537a5705 Author: GitHub Actions AuthorDate: Wed May 7 15:43:17 2025 + Regenerated website based on 2b05d5828b4db708e70bf3607d1875a7d14284c8 commit --- output/assets/js/search-data.json | 2 +- output/experimental.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 38a6e58..83f5e71 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -57,7 +57,7 @@ },"8": { "doc": "Experimental", "title": "Project Retirements Graph", -"content": "The following graph shows the number of Projects retiring for each year (NOT including Sub-Projects). This is currently configured to show the last 20 years of retirements (easily changed through the $no_of_years variable). xychart-beta title \"Project Retirements by Year\" x-axis \"Year\" [2004, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025] y-axis \"Number of Projects\" 0 --> 18 bar [1, 4, 3, 3, 1, 2, 1, 5, 8, 4, [...] +"content": "The following graph shows the number of Projects retiring for each year (NOT including Sub-Projects). This is currently configured to show the last 20 years of retirements (easily changed through the $no_of_years variable). xychart-beta title \"Project Retirements by Year\" x-axis \"Year\" [2004, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025] y-axis \"Number of Projects\" 0 --> 20 bar [1, 4, 3, 3, 1, 2, 1, 5, 8, 4, [...] "url": "/experimental.html#project-retirements-graph", "relUrl": "/experimental.html#project-retirements-graph" diff --git a/output/experimental.html b/output/experimental.html index 75d5b82..c704bc8 100644 --- a/output/experimental.html +++ b/output/experimental.html @@ -32,7 +32,7 @@ Project Retirements Graph The following graph shows the number of Projects retiring for each year (NOT including Sub-Projects). This is currently configured to show the last 20 ye [...] title "Project Retirements by Year" x-axis "Year" [2004, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025] -y-axis "Number of Projects" 0 --> 18 +y-axis "Number of Projects" 0 --> 20 bar [1, 4, 3, 3, 1, 2, 1, 5, 8, 4, 4, 3, 18, 5, 5, 5, 6, 5] line [1, 4, 3, 3, 1, 2, 1, 5, 8, 4, 4, 3, 18, 5, 5, 5, 6, 5] Project Retirements Timeline The following timeline shows Projects retiring for each year (including Sub-Projects, if any). This is currently configured to show the last 20 years of retirements ( [...]
(attic) branch asf-site updated: Regenerated website based on 150e861422c05833d6fdd1f508e3e7f05ac254df commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 467fad1 Regenerated website based on 150e861422c05833d6fdd1f508e3e7f05ac254df commit 467fad1 is described below commit 467fad11217653d43f761f8369a723c61be96e2b Author: GitHub Actions AuthorDate: Wed May 7 14:44:31 2025 + Regenerated website based on 150e861422c05833d6fdd1f508e3e7f05ac254df commit --- output/projects/axis-sandesha-c.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/projects/axis-sandesha-c.html b/output/projects/axis-sandesha-c.html index 2cfb6d9..22d95b4 100644 --- a/output/projects/axis-sandesha-c.html +++ b/output/projects/axis-sandesha-c.html @@ -1 +1 @@ -
(attic) branch experimental-site updated: Regenerated website based on ec4dab758e99e4e1086cdd08d4def86f639e54f1 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch experimental-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/experimental-site by this push: new 72fb108 Regenerated website based on ec4dab758e99e4e1086cdd08d4def86f639e54f1 commit 72fb108 is described below commit 72fb108f13bfd7e2434955e0fc1e95fa6b33841e Author: GitHub Actions AuthorDate: Wed May 7 10:55:28 2025 + Regenerated website based on ec4dab758e99e4e1086cdd08d4def86f639e54f1 commit --- output/data.html | 2 +- output/index.html| 2 +- output/process-howto.html| 2 +- output/process.html | 2 +- output/projects-index.html | 2 +- output/projects.html | 2 +- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects/twill.html | 2 +- output/projects/usergrid.html| 2 +- output/projects/vxquery.html | 2 +- output/projects/whirr.html | 2 +- output/projects/wink.html| 2
(attic) branch asf-site updated: Regenerated website based on 67ce873d9c01d1de5ac362c9d8c63ae4dd451de2 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 91ab4b1 Regenerated website based on 67ce873d9c01d1de5ac362c9d8c63ae4dd451de2 commit 91ab4b1 is described below commit 91ab4b19ebc146c48e014aab93542650f578b188 Author: GitHub Actions AuthorDate: Thu May 8 22:23:19 2025 + Regenerated website based on 67ce873d9c01d1de5ac362c9d8c63ae4dd451de2 commit --- output/projects/axkit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/projects/axkit.html b/output/projects/axkit.html index 5e2bbfa..e4c8a22 100644 --- a/output/projects/axkit.html +++ b/output/projects/axkit.html @@ -1 +1 @@ -
(attic) branch experimental-site updated: Regenerated website based on 7b07ab98360337cb9a59d9bc42fdc9c74eb8d829 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch experimental-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/experimental-site by this push: new b710400 Regenerated website based on 7b07ab98360337cb9a59d9bc42fdc9c74eb8d829 commit b710400 is described below commit b710400a7995997b86a7221e0aeef163db09cc90 Author: GitHub Actions AuthorDate: Thu May 8 22:24:10 2025 + Regenerated website based on 7b07ab98360337cb9a59d9bc42fdc9c74eb8d829 commit --- output/projects/axkit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/projects/axkit.html b/output/projects/axkit.html index 18e25f3..b505cea 100644 --- a/output/projects/axkit.html +++ b/output/projects/axkit.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on ba97bd9540fd48a956e64001411b180c8c616cc8 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 7f2f02d Regenerated website based on ba97bd9540fd48a956e64001411b180c8c616cc8 commit 7f2f02d is described below commit 7f2f02d73a3d55b09b735499104f5b2db6644636 Author: GitHub Actions AuthorDate: Sat May 10 09:47:58 2025 + Regenerated website based on ba97bd9540fd48a956e64001411b180c8c616cc8 commit --- output/asf-site/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/output/asf-site/README.md b/output/asf-site/README.md new file mode 100644 index 000..fb18810 --- /dev/null +++ b/output/asf-site/README.md @@ -0,0 +1 @@ +https://attic.apache.org/ built from `main` branch https://github.com/apache/attic/tree/main
(attic) branch asf-site updated: Regenerated website based on be3de76272152896ad931c909242d3365bdb4ecd commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 28cd13c Regenerated website based on be3de76272152896ad931c909242d3365bdb4ecd commit 28cd13c is described below commit 28cd13cfacb94f0a7040003579ad3a9174f2c6a2 Author: GitHub Actions AuthorDate: Sat May 10 10:20:00 2025 + Regenerated website based on be3de76272152896ad931c909242d3365bdb4ecd commit --- output/README.md | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/output/README.md b/output/README.md index eede70a..c3d0b7e 100644 --- a/output/README.md +++ b/output/README.md @@ -22,15 +22,19 @@ This is the source code for the website at [attic.apache.org](https://attic.apache.org) which manages ASF projects which have retired. +Issue tracking: https://issues.apache.org/jira/projects/ATTIC + +Mailing list: general@attic.apache.org https://lists.apache.org/list.html?general@attic.apache.org + +## Overview + This site uses [Jekyll](https://github.com/jekyll/jekyll), which is a static site generator, with the [Just The Docs](https://just-the-docs.github.io/just-the-docs/) Theme. See: - [The Jekyll Docs](https://jekyllrb.com/docs/) on how to install Jekyll and build this site locally. - [Just The Docs](https://just-the-docs.github.io/just-the-docs/) on configuring the theme -## Overview - -The [Attic Website](https://attic.apache.org) is composed of the following: +Source is composed of the following: - Simple `markdown` pages such as the _home_ (`index.md`) and _Process_ (`process.md`) pages. - A `yaml` file for each project in the `_data/projects` directory which contains all the
(attic) branch asf-site updated: Regenerated website based on 038a4182d7cdc35343c8b0b3f0ea13a30852155a commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new ef0cba3 Regenerated website based on 038a4182d7cdc35343c8b0b3f0ea13a30852155a commit ef0cba3 is described below commit ef0cba348f4e64f70339724979be0c88f0b4a0da Author: GitHub Actions AuthorDate: Sun May 11 11:36:17 2025 + Regenerated website based on 038a4182d7cdc35343c8b0b3f0ea13a30852155a commit --- output/assets/js/search-data.json | 2 +- output/data.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 4127b17..76bffd4 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -8,7 +8,7 @@ },"1": { "doc": "Data Reference (YAML)", "title": "How the Data Files are Used", -"content": "The project YAML files are used to generate the following: . | Project Pages . | A Project Page is generated for each retired project which has details about the project, it’s retirement and its resources, such as Source Repositories, Mailing Lists, Downloads and Wikis | . | Template Pages . | Projects which are In Process of being retired (i.e. those that don’t have an attic_date) have a generated template page. The page contains templates for the following: . | Creating [...] +"content": "The project YAML files are used to generate the following: . | Project Pages . | A Project Page is generated for each retired project which has details about the project, it’s retirement and its resources, such as Source Repositories, Mailing Lists, Downloads and Wikis | . | Template Pages . | Projects which are In Process of being retired (i.e. those that don’t have an attic_date) have a generated template page. The page contains templates for the following: . | Creating [...] "url": "/data.html#how-the-data-files-are-used", "relUrl": "/data.html#how-the-data-files-are-used" diff --git a/output/data.html b/output/data.html index 58e3d6d..ebf5ac7 100644 --- a/output/data.html +++ b/output/data.html @@ -1,4 +1,4 @@ -
(attic) branch experimental-site updated: Regenerated website based on ca901b6638940c0384b3173f956059a6133a7950 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch experimental-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/experimental-site by this push: new 4839b4d Regenerated website based on ca901b6638940c0384b3173f956059a6133a7950 commit 4839b4d is described below commit 4839b4d75789f1b8da1b3c230e78e478f235956f Author: GitHub Actions AuthorDate: Thu May 8 17:04:31 2025 + Regenerated website based on ca901b6638940c0384b3173f956059a6133a7950 commit --- output/projects-index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/projects-index.html b/output/projects-index.html index 0664a18..997bb2c 100644 --- a/output/projects-index.html +++ b/output/projects-index.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on 487e5c63580be2e5580d43d28ca5ef88303d2bd1 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new ea03182 Regenerated website based on 487e5c63580be2e5580d43d28ca5ef88303d2bd1 commit ea03182 is described below commit ea0318211742c8526856753e1b49c566092e35f9 Author: GitHub Actions AuthorDate: Thu May 8 21:45:07 2025 + Regenerated website based on 487e5c63580be2e5580d43d28ca5ef88303d2bd1 commit --- output/assets/js/search-data.json | 4 ++-- output/projects.html | 2 +- output/projects/axkit.html| 2 +- output/projects/xindice.html | 2 +- output/tracking.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 92d5cfa..4e653ad 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -176,7 +176,7 @@ },"25": { "doc": "Retired Projects", "title": "Retired Projects", -"content": ". This page lists all the Projects and Subprojects in The Apache Attic. In the early years The Apache Attic accepted some Subprojects, but this is no longer the case and only Top Level Projects (projects with a PMC) are now accepted. | Project | Type | Description | Retired | . | 1. Apache Abdera | PMC | Atom Publishing Protocol Implementation | Feb 2017 | . | 2. Apache Ace | PMC | Centralized life cycle management and deployment of OSGi based and related modular software [...] +"content": ". This page lists all the Projects and Subprojects in The Apache Attic. In the early years The Apache Attic accepted some Subprojects, but this is no longer the case and only Top Level Projects (projects with a PMC) are now accepted. | Project | Type | Description | Retired | . | 1. Apache Abdera | PMC | Atom Publishing Protocol Implementation | Feb 2017 | . | 2. Apache Ace | PMC | Centralized life cycle management and deployment of OSGi based and related modular software [...] "url": "/projects.html", "relUrl": "/projects.html" @@ -204,7 +204,7 @@ },"29": { "doc": "Process Tracking", "title": "The Apache Attic Process Tracking", -"content": ". This page lists projects in descending Retirement Date order and shows the Completion Date of the project’s move to the Attic along with the Attic JIRA ticket used to track the move. Useful links: . | Board Minutes Calendar to find “Terminate” resolutions | Projects Directory to check | Open Jira issues | Retirement Process Documentation | . 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2004 . Attic 2025 . | Retirement Month | Com [...] +"content": ". This page lists projects in descending Retirement Date order and shows the Completion Date of the project’s move to the Attic along with the Attic JIRA ticket used to track the move. Useful links: . | Board Minutes Calendar to find “Terminate” resolutions | Projects Directory to check | Open Jira issues | Retirement Process Documentation | . 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2004 . Attic 2025 . | Retirement Month | Com [...] "url": "/tracking.html#the-apache-attic-process-tracking", "relUrl": "/tracking.html#the-apache-attic-process-tracking" diff --git a/output/projects.html b/output/projects.html index 245a4bf..dc0f8a6 100644 --- a/output/projects.html +++ b/output/projects.html @@ -1 +1 @@ -
(attic) branch experimental-site updated: Regenerated website based on 0e8d93abd1aa0699666c35151db36269aff4742d commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch experimental-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/experimental-site by this push: new 0b51472 Regenerated website based on 0e8d93abd1aa0699666c35151db36269aff4742d commit 0b51472 is described below commit 0b5147253cc882be916535d4bc050777c93731f1 Author: GitHub Actions AuthorDate: Thu May 8 21:46:14 2025 + Regenerated website based on 0e8d93abd1aa0699666c35151db36269aff4742d commit --- output/assets/js/search-data.json| 12 ++-- output/data.html | 2 +- output/experimental.html | 6 +++--- output/index.html| 2 +- output/process-howto.html| 2 +- output/process.html | 2 +- output/projects-index.html | 2 +- output/projects.html | 2 +- output/projects/abdera.html | 2 +- output/projects/ace.html | 2 +- output/projects/any23.html | 2 +- output/projects/apex.html| 2 +- output/projects/archiva.html | 2 +- output/projects/aurora.html | 2 +- output/projects/avalon.html | 2 +- output/projects/axis-sandesha-c.html | 2 +- output/projects/axis-savan-c.html| 2 +- output/projects/axis-savan-java.html | 2 +- output/projects/axkit.html | 2 +- output/projects/bahir.html | 2 +- output/projects/beehive.html | 2 +- output/projects/bloodhound.html | 2 +- output/projects/buildr.html | 2 +- output/projects/chemistry.html | 2 +- output/projects/chukwa.html | 2 +- output/projects/clerezza.html| 2 +- output/projects/click.html | 2 +- output/projects/climate.html | 2 +- output/projects/cocoon.html | 2 +- output/projects/continuum.html | 2 +- output/projects/crimson.html | 2 +- output/projects/crunch.html | 2 +- output/projects/deltacloud.html | 2 +- output/projects/devicemap.html | 2 +- output/projects/directmemory.html| 2 +- output/projects/drat.html| 2 +- output/projects/eagle.html | 2 +- output/projects/esme.html| 2 +- output/projects/etch.html| 2 +- output/projects/excalibur.html | 2 +- output/projects/falcon.html | 2 +- output/projects/forrest.html | 2 +- output/projects/giraph.html | 2 +- output/projects/gora.html| 2 +- output/projects/hama.html| 2 +- output/projects/harmony.html | 2 +- output/projects/hawq.html| 2 +- output/projects/hivemind.html| 2 +- output/projects/ibatis.html | 2 +- output/projects/jakarta-cactus.html | 2 +- output/projects/jakarta-ecs.html | 2 +- output/projects/jakarta-oro.html | 2 +- output/projects/jakarta-regexp.html | 2 +- output/projects/jakarta-slide.html | 2 +- output/projects/jakarta-taglibs.html | 2 +- output/projects/jakarta.html | 2 +- output/projects/joshua.html | 2 +- output/projects/juddi.html | 2 +- output/projects/labs.html| 2 +- output/projects/lens.html| 2 +- output/projects/lenya.html | 2 +- output/projects/lucy.html| 2 +- output/projects/marmotta.html| 2 +- output/projects/metamodel.html | 2 +- output/projects/metron.html | 2 +- output/projects/mnemonic.html| 2 +- output/projects/mrunit.html | 2 +- output/projects/muse.html| 2 +- output/projects/mxnet.html | 2 +- output/projects/ode.html | 2 +- output/projects/ojb.html | 2 +- output/projects/oltu.html| 2 +- output/projects/onami.html | 2 +- output/projects/oodt.html| 2 +- output/projects/oozie.html | 2 +- output/projects/pivot.html | 2 +- output/projects/polygene.html| 2 +- output/projects/predictionio.html| 2 +- output/projects/quetzalcoatl.html| 2 +- output/projects/rave.html| 2 +- output/projects/reef.html| 2 +- output/projects/river.html | 2 +- output/projects/sentry.html | 2 +- output/projects/shale.html | 2 +- output/projects/shindig.html | 2 +- output/projects/sqoop.html | 2 +- output/projects/stanbol.html | 2 +- output/projects/stdcxx.html | 2 +- output/projects/stratos.html | 2 +- output/projects/streams.html | 2 +- output/projects/submarine.html | 2 +- output/projects/tajo.html| 2 +- output/projects/tiles.html | 2 +- output/projects/trafodion.html | 2 +- output/projects/tuscany.html | 2 +- output/projects
(attic) branch experimental-site updated: Regenerated website based on 8ccb06ca92214df625589876d262c20b39e3b4d4 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch experimental-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/experimental-site by this push: new b2420c1 Regenerated website based on 8ccb06ca92214df625589876d262c20b39e3b4d4 commit b2420c1 is described below commit b2420c1c61fb105a83a5766bafdc57f7e9e16857 Author: GitHub Actions AuthorDate: Thu May 8 21:47:22 2025 + Regenerated website based on 8ccb06ca92214df625589876d262c20b39e3b4d4 commit --- output/projects/axis-sandesha-c.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/projects/axis-sandesha-c.html b/output/projects/axis-sandesha-c.html index a1dfaa2..bda5cdc 100644 --- a/output/projects/axis-sandesha-c.html +++ b/output/projects/axis-sandesha-c.html @@ -1 +1 @@ -
(attic) branch asf-site updated: Regenerated website based on ca86ded1da0152ca2b34c46c0305b89cdcc8157c commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/asf-site by this push: new 79e3869 Regenerated website based on ca86ded1da0152ca2b34c46c0305b89cdcc8157c commit 79e3869 is described below commit 79e3869261d7c97f4950ea6f6e713d5c9e462bc5 Author: GitHub Actions AuthorDate: Sun May 11 20:32:18 2025 + Regenerated website based on ca86ded1da0152ca2b34c46c0305b89cdcc8157c commit --- output/assets/js/search-data.json | 251 ++ output/index.html | 2 +- 2 files changed, 123 insertions(+), 130 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 76bffd4..cdb3c56 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -76,867 +76,860 @@ "relUrl": "/#retired-incubator-projects" },"11": { -"doc": "The Apache Attic", -"title": "Preview Website Color Schemes", -"content": "JustTheDocs comes with Light and Dark schemes and this website uses a custom Attic scheme, which extends the Light scheme. Click the buttons below to preview the different schemes: . Light Scheme Dark Scheme Attic Scheme . ", -"url": "/#preview-website-color-schemes", - -"relUrl": "/#preview-website-color-schemes" - },"12": { "doc": "The Apache Attic", "title": "The Apache Attic", "content": " ", "url": "/", "relUrl": "/" - },"13": { + },"12": { "doc": "Attic Process - How To", "title": "Attic Process - How To", "content": ". The sections below describe How To complete the various tasks to be done by Attic team for retiring a project and moving it to The Apache Attic: . graph TD; accTitle: the Attic Process accDescr: Attic process diagram which shows the steps of moving a Retired Project to the Attic RESL(\"`1 **Confirm Board Resolution**`\") JIRA(\"`**Create ATTIC Jira** (to manage the move)`\") PROJ(\"`2 **Create Project Page** on Attic Site`\") USER(\"`3 **Inform Users** of move to Attic` [...] "url": "/process-howto.html#attic-process---how-to", "relUrl": "/process-howto.html#attic-process---how-to" - },"14": { + },"13": { "doc": "Attic Process - How To", "title": "1. Confirm Board Resolution", "content": "Check previous Board minutes to confirm the “terminate” resolution passed. The minutes are available from the following sources: . | The private committers@a.o mailing list (requires login) | Previously published Board meeting minutes | Whimsy has a public list of Board Minutes by topic | . However note that the most recent meeting minutes are not published until the following meeting at the earliest. Check that Secretary removed the PMC from https://svn.apache.org/repos/ [...] "url": "/process-howto.html#1-confirm-board-resolution", "relUrl": "/process-howto.html#1-confirm-board-resolution" - },"15": { + },"14": { "doc": "Attic Process - How To", "title": "2. Create project page on Attic site:", "content": "https://attic.apache.org/projects/${project}.html . You can create a PR for the ${project}.yaml file using the GitHub Action: Create PR to add YAML file . Click on ‘Run workflow’ and enter the lower case project id. If the id is valid, the workflow will create a PR to add the YAML file. The workflow will also build a preview version of the website from the PR branch. Once the PR has been checked and applied, the site will be regenerated. The project details will be found [...] "url": "/process-howto.html#2-create-project-page-on-attic-site", "relUrl": "/process-howto.html#2-create-project-page-on-attic-site" - },"16": { + },"15": { "doc": "Attic Process - How To", "title": "3. Inform users of the move to the Attic", "content": "Once the project page is live on the Attic website, you can use the project’s Template Page to get a project specific text for the User email. The text will be based on the following template, replaced with project specific values. A heads up for the ${project} user community that the ${proje
(attic) branch social-media-site updated: Regenerated website based on 382c2cdbc2112e2fbffa08aff35b8a084e453782 commit
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch social-media-site in repository https://gitbox.apache.org/repos/asf/attic.git The following commit(s) were added to refs/heads/social-media-site by this push: new 185ae33 Regenerated website based on 382c2cdbc2112e2fbffa08aff35b8a084e453782 commit 185ae33 is described below commit 185ae330c2607ee5d54df785ca1293c61a59eda8 Author: GitHub Actions AuthorDate: Tue May 13 18:05:02 2025 + Regenerated website based on 382c2cdbc2112e2fbffa08aff35b8a084e453782 commit --- output/assets/js/search-data.json | 2 +- output/process-howto.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/output/assets/js/search-data.json b/output/assets/js/search-data.json index 32b4136..29a03b3 100644 --- a/output/assets/js/search-data.json +++ b/output/assets/js/search-data.json @@ -120,7 +120,7 @@ },"17": { "doc": "Attic Process - How To", "title": "5. Update Social Media (if any)", -"content": "Contact the retiring project’s members to know if there is a social media profile associated. In that case, ask them to: . | Update social media profiles: Change the profile name (not handle) from “Apache Foo” to “Apache Foo (Attic)”. Update the profile messaging to read “Apache Foo (Attic) is no longer an active project. Visit Apache.org to learn more.” | Provide ASF Marketing & Publicity with social media access: Once social media changes have been made, email [pres [...] +"content": "Contact the retiring project’s members to know if there is a social media profile associated. In that case, ask them to: . | Update social media profiles: Change the profile name (not handle) from “Apache Foo” to “Apache Foo (Attic)”. Update the profile messaging to read “Apache Foo (Attic) is no longer an active project. Visit Apache.org to learn more.” | Provide ASF Marketing & Publicity with social media access: Once social media changes have been made, email press [...] "url": "/process-howto.html#5-update-social-media-if-any", "relUrl": "/process-howto.html#5-update-social-media-if-any" diff --git a/output/process-howto.html b/output/process-howto.html index ca666ec..1b094eb 100644 --- a/output/process-howto.html +++ b/output/process-howto.html @@ -54,7 +54,7 @@ ${NAME} on behalf of ${project} project and the Apache Attic. Remember to https://www.apache.org/foundation/mailinglists.html";>subscribe to the user list: use https://whimsy.apache.org/committers/subscribe";>Whimsy Mailing List Self-subscription to avoid moderation (if the project hasn’t been removed yet). Also bear in mind that the user mailing list may already know and you can skip this stage, or you can get help from project having asked to move to the Attic. Make sure you read that th [...] add category: <category rdf:resource="http://projects.apache.org/category/retired"; /> - You can use https://github.com/apache/comdev-projects/blob/trunk/scripts/project2attic.py";>script/project2attic.py to prepare the update that you’ll just need to review and commit. You can use https://github.com/apache/comdev-projects/blob/trunk/scripts/project2attic.py";>script/project2attic.py to prepare the update that you’ll just need to review and commit.
(attic) 01/01: Init staging site social-media-site
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch social-media-site in repository https://gitbox.apache.org/repos/asf/attic.git commit ebab21f26ed63bbb1d8b03af92d77160910ec37c Author: GitHub Actions AuthorDate: Tue May 13 17:56:32 2025 + Init staging site social-media-site --- .asf.yaml | 3 +++ .gitignore | 15 +++ README.md | 1 + 3 files changed, 19 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000..fecfef1 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,3 @@ +staging: + profile: social-media + whoami: social-media-site diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..412a834 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore the default location of the built site, and caches and metadata generated by Jekyll +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# ignore generated site in branches +output/ + +# Ignore folders generated by Bundler +.bundle/ +vendor/ +# Ignore download git-repositories.json +_data/git-repositories.json +_data/committee-retired.json diff --git a/README.md b/README.md new file mode 100644 index 000..391d290 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +https://attic-social-media.staged.apache.org/\n\nbuilt from `social-media` branch https://github.com/apache/attic/tree/social-media
(attic) branch social-media-site created (now ebab21f)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch social-media-site in repository https://gitbox.apache.org/repos/asf/attic.git at ebab21f Init staging site social-media-site This branch includes the following new commits: new ebab21f Init staging site social-media-site The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[jira] [Commented] (ATTIC-169) give XMLBeans to POI PMC
[ https://issues.apache.org/jira/browse/ATTIC-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16534043#comment-16534043 ] ASF GitHub Bot commented on ATTIC-169: -- hboutemy opened a new pull request #1078: ATTIC-169 XMLBeans now managed by POI, not Attic URL: https://github.com/apache/infrastructure-puppet/pull/1078 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > give XMLBeans to POI PMC > > > Key: ATTIC-169 > URL: https://issues.apache.org/jira/browse/ATTIC-169 > Project: Attic > Issue Type: Task >Reporter: Hervé Boutemy >Priority: Major > > POI PMC asked to maintain XMLBeans, which requires some important fixes > => it's the first time we un-Attic a product to an existing PMC: we'll need > to find out precisely details on what to do > this Jira issue will help us remember every step to document as a reusable > procedure > from move to Attic procedure, here are a few points: > - Inform users of the move to the Attic > - update project page on Attic site: > http://attic.apache.org/projects/xmlbeans.html > - Obtain source control karma and point source control mails to general at > attic > i. Update the project DOAP file (if any): > https://projects.apache.org/project.html?${project} > ii. Make source control read-only > - Closing down of dev@, commits@ and private@ mailing lists > - Close down the user mailing list (unless still active - in which case > propose a moderator to Infra) > - Make JIRA|Bugzilla read-only > - Make the wiki (Confluence|Moinmoin) read-only -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (ATTIC-169) give XMLBeans to POI PMC
[ https://issues.apache.org/jira/browse/ATTIC-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16534115#comment-16534115 ] ASF GitHub Bot commented on ATTIC-169: -- clambertus closed pull request #1078: ATTIC-169 XMLBeans now managed by POI, not Attic URL: https://github.com/apache/infrastructure-puppet/pull/1078 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/modules/subversion_server/files/authorization/asf-authorization-template b/modules/subversion_server/files/authorization/asf-authorization-template index 248ea2f8c..161b4772d 100644 --- a/modules/subversion_server/files/authorization/asf-authorization-template +++ b/modules/subversion_server/files/authorization/asf-authorization-template @@ -1935,7 +1935,6 @@ svn-role = rw @attic-pmc = rw [/xmlbeans] -@attic-pmc = rw @poi = rw [/xmlgraphics] This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > give XMLBeans to POI PMC > > > Key: ATTIC-169 > URL: https://issues.apache.org/jira/browse/ATTIC-169 > Project: Attic > Issue Type: Task >Reporter: Hervé Boutemy >Priority: Major > > POI PMC asked to maintain XMLBeans, which requires some important fixes > => it's the first time we un-Attic a product to an existing PMC: we'll need > to find out precisely details on what to do > this Jira issue will help us remember every step to document as a reusable > procedure > from move to Attic procedure, here are a few points: > - Inform users of the move to the Attic > - update project page on Attic site: > http://attic.apache.org/projects/xmlbeans.html > - Obtain source control karma and point source control mails to general at > attic > i. Update the project DOAP file (if any): > https://projects.apache.org/project.html?${project} > ii. Make source control read-only > - Closing down of dev@, commits@ and private@ mailing lists > - Close down the user mailing list (unless still active - in which case > propose a moderator to Infra) > - Make JIRA|Bugzilla read-only > - Make the wiki (Confluence|Moinmoin) read-only -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (ATTIC-173) Move Apache Tiles to the Attic
[ https://issues.apache.org/jira/browse/ATTIC-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16728000#comment-16728000 ] ASF GitHub Bot commented on ATTIC-173: -- hboutemy commented on pull request #1274: ATTIC-173 move Tiles to the Attic URL: https://github.com/apache/infrastructure-puppet/pull/1274 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Move Apache Tiles to the Attic > -- > > Key: ATTIC-173 > URL: https://issues.apache.org/jira/browse/ATTIC-173 > Project: Attic > Issue Type: Task >Reporter: mck >Assignee: Henk Penning >Priority: Major > > * A Project PMC decides to move to the Attic. > ** Conduct a discussion on whether to dissolve the PMC and move the project > to the Attic on the public dev list. Do not conduct it on the private PMC > list. > [(/)|https://lists.apache.org/thread.html/f0a64c0c0803f8b3fdd788391f09fd9091909438e4eee83d1e1ee434@%3Cdev.tiles.apache.org%3E] > ** Consider an appeal to the user list for interested users to provide their > interest in helping out more. > [(/)|https://lists.apache.org/thread.html/c8407ac2df22f52195622237a33d5977f4c965383089e26bca6e595f@%3Cusers.tiles.apache.org%3E] > ** Conduct a PMC vote on the public dev list. > [(/)|https://lists.apache.org/thread.html/a44a7570c949ba0ff839c8773358cee65655cc8175d0e927484c1c97@%3Cdev.tiles.apache.org%3E] > ** If the PMC votes to dissolve the PMC and move the project to the Attic, > inform the board of the successful vote (linking or forwarding the > 'successful' vote) and add a > [resolution|https://attic.apache.org/resolution.html] to dissolve the PMC to > the next board meeting agenda. (/) > ** -If the PMC can't get enough people to vote to dissolve the PMC (and > there are not three -1 votes), then that is grounds for moving the project to > the Attic. They should inform the board as above, noting that the vote failed > to get enough votes.- > * If the board approve the resolution, open a JIRA item - 'Move ${project} > to the Attic'. > Copy/paste the following items to the details (see "How to") below for a > description of each step): > ## Confirm Board Resolution (if TLP) (/) > ## Delete from committee-info.txt (if TLP) (/) r87812 > ## Remove VP entry on [http://www.apache.org/foundation/] (if TLP) [(/) > r1849591|https://svn.apache.org/r1849591] > ## Inform users of the move to the Attic > ## Create project page on Attic site: > [http://attic.apache.org/projects/tiles.html] (/) > ## Obtain source control karma and point source control mails to general at > attic > *** i. Update the project DOAP file (if any): > [https://projects.apache.org/project.html?$]{project} > *** ii. Make source control read-only > ## Move committee's PMC data file to retired (if TLP) > ## Remove from [http://www.apache.org/#projects-list] navigation (if TLP) > ## Announce on [announce at > apache.org|http://mail-archives.apache.org/mod_mbox/www-announce/]see > [http://attic.apache.org/process.html#howto] for detailed instructions > * Open an Infrastructure JIRA issue identifying the resources that need > turning off/making read only. Typically: > ** Remove files from [www.apache.org/dist|http://www.apache.org/dist/] > ** Closing down of dev@, commits@ and private@ [mailing > lists|http://mail-archives.apache.org/mod_mbox/] > ** Close down the user mailing list (unless still active - in which case > propose a moderator to Infra) > ** Make JIRA|Bugzilla read-only > ** Make the wiki (Confluence|Moinmoin) read-only > ** Delete unix/ldap group > ** Turn off automated builds -- This message was sent by Atlassian JIRA (v7.6.3#76005)