Download page template
@kwin try to prepare template for download page ....
Questions:
- should template be in parent pom project ... maybe in maven-apache-resources but it is for ASF, so maybe new project for Maven project templates ...
and using in plugin https://github.com/apache/maven-changes-plugin/pull/93
Maybe the approach in https://felix.apache.org/documentation/downloads.html (https://github.com/apache/felix-antora-site/edit/main/modules/ROOT/pages/downloads.adoc) works better. There the link is only resolved once the user clicks on download. No need for executing lua scripts (with potential performance penalty) for just rendering the download page itself. WDYT @slawekjaranowski ?
Maybe the approach in https://felix.apache.org/documentation/downloads.html (https://github.com/apache/felix-antora-site/edit/main/modules/ROOT/pages/downloads.adoc) works better. There the link is only resolved once the user clicks on download. No need for executing lua scripts (with potential performance penalty) for just rendering the download page itself. WDYT @slawekjaranowski ?
Looks ok, we will not a special steps to render page - simply we be static.
@kwin I hop now template looks better
I will move it to https://github.com/apache/maven-apache-resources where we have other resources bundles
Maybe instead of download page for each component in each project we could simply link to one "big" page on Maven site - with links to all latest source code downloads?
Maybe instead of download page for each component in each project we could simply link to one "big" page on Maven site - with links to all latest source code downloads?
template in one place look also ok for me