On Fri, 2 May 2025 at 09:22, Niall Pemberton <niall.pember...@gmail.com> wrote: > > On Thu, 1 May 2025 at 22:12, <s...@apache.org> wrote: > > > This is an automated email from the ASF dual-hosted git repository. > > > > sebb pushed a commit to branch main > > in repository https://gitbox.apache.org/repos/asf/attic.git > > > > > > The following commit(s) were added to refs/heads/main by this push: > > new 81e3e3b More descriptions [skip ci] > > 81e3e3b is described below > > > > commit 81e3e3b4e654eeb5b4b83317eea5fc008b511eea > > Author: Sebb <s...@apache.org> > > AuthorDate: Thu May 1 22:11:23 2025 +0100 > > > > More descriptions [skip ci] > > --- > > README.md | 13 +++++++------ > > > > > > > diff --git a/README.md b/README.md > > index 36b4d70..b241084 100644 > > --- a/README.md > > +++ b/README.md > > @@ -74,10 +74,11 @@ revived_date: yyyy-mm-dd ### [OPTIONAL] Date > > the project was revived - m > > 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: >- > > - [Project description here] > > -additional_text: >- > > - [Put some text here] > > +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?) > > @@ -85,7 +86,7 @@ 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: > > +mailing_lists: ### [REQUIRED] public mailing list names > > - dev > > - commits > > - user > > @@ -94,7 +95,7 @@ issue_trackers: > > - type: JIRA ### [REQUIRED] Valid Values: JIRA, > > Bugzilla > > keys: > > - JIRA_KEY_1 ### [OPTIONAL] Defaults to this file name > > -wiki: > > +wiki: ### [OPTIONAL] Not all projects have a > > Wiki > > type: CWIKI ### [REQUIRED] Valid values: CWIKI > > keys: > > - WIKI_KEY_1 ### [OPTIONAL] Defaults to this file name > > > > I think we should delete the "Project YAML Data File" section from > README.md - I put that in at the start, but then I added "data.md" since it > made sense to have that as part of the "process" - but now its just a > duplication and I think data.md is better > https://attic.apache.org/data.html > > Can put a link in the README.md to the website page.
OK by me. > Niall