Author: sebb
Date: Fri Apr 4 21:56:00 2025
New Revision: 1924783
URL: http://svn.apache.org/viewvc?rev=1924783&view=rev
Log:
Docco
Modified:
attic/site/cwiki_retired/AAREADME.txt
attic/site/xdocs/process.xml
Modified: attic/site/cwiki_retired/AAREADME.txt
URL:
http://svn.apache.org/viewvc/attic/site/cwiki_retired/AAREADME.txt?rev=1924783&r1=1924782&r2=1924783&view=diff
==============================================================================
--- attic/site/cwiki_retired/AAREADME.txt (original)
+++ attic/site/cwiki_retired/AAREADME.txt Fri Apr 4 21:56:00 2025
@@ -5,4 +5,6 @@ Wiki names are converted to lower case b
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
+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
Modified: attic/site/xdocs/process.xml
URL:
http://svn.apache.org/viewvc/attic/site/xdocs/process.xml?rev=1924783&r1=1924782&r2=1924783&view=diff
==============================================================================
--- attic/site/xdocs/process.xml (original)
+++ attic/site/xdocs/process.xml Fri Apr 4 21:56:00 2025
@@ -134,11 +134,11 @@ ${Name} on behalf of ${project} + the At
<p>This should generate the following files for each ID, as well as updating
<code>xdocs/stylesheets/project.xml</code>:</p>
<ul>
<li><code>ID.jira.tmp</code></li>
- <li><code>xdocs/flagged/ID</code></li>
+ <li><code>xdocs/flagged/ID</code> (this is a directory, used to add the
Attic banner)</li>
<li><code>xdocs/projects/ID.xml</code></li>
- <li><code>cwiki_retired/WIKI_ID.txt</code></li>
+ <li><code>cwiki_retired/WIKI_ID.txt</code> (this adds the CWIKI banner for
projects)</li>
</ul>
- <p>N.B. The code does not (yet) allow for wiki aliases. For example, eagle
used EAG as the wiki name.</p>
+ <p>The code allows for wiki aliases, as described in the
cwiki_retired/AAREADME.txt file.</p>
<p>Review the changes in <code>xdocs/</code>, then commit to svn.</p>
<p>The <code>ID.jira.tmp</code> file is text that can be copy-pasted into a
JIRA description. It should be deleted after use, and not committed to SVN.</p>
<p>The <a href="https://ci2.apache.org/#/builders/16">buildbot job</a> will
build the site and commit the result which will be published soon after.</p>