Author: jani
Date: Fri Apr 13 06:34:06 2018
New Revision: 1829032
URL: http://svn.apache.org/viewvc?rev=1829032&view=rev
Log:
Update process as pr work done by Henk.
Added:
attic/site/xdocs/projects/oltu.xml
Modified:
attic/site/docs/process.html
attic/site/xdocs/process.xml
Modified: attic/site/docs/process.html
URL:
http://svn.apache.org/viewvc/attic/site/docs/process.html?rev=1829032&r1=1829031&r2=1829032&view=diff
==============================================================================
--- attic/site/docs/process.html (original)
+++ attic/site/docs/process.html Fri Apr 13 06:34:06 2018
@@ -71,9 +71,8 @@
<li>Create project page on Attic site:
http://attic.apache.org/projects/${project}.html</li>
<li>Obtain source control karma and point source control mails to
general at attic
<ul>
- <li>i. Update website with Attic notice:
http://${project}.apache.org/</li>
- <li>ii. Update the project DOAP file (if any):
https://projects.apache.org/project.html?${project}</li>
- <li>iii. Make source control read-only</li></ul></li>
+ <li>i. Update the project DOAP file (if any):
https://projects.apache.org/project.html?${project}</li>
+ <li>ii. Make source control read-only</li></ul></li>
<li>Move committee's PMC data file to retired (if TLP)</li>
<li>Remove from <a
href="http://www.apache.org/#projects-list">http://www.apache.org/#projects-list</a>
navigation (if TLP)</li>
<li>Announce on <a
href="http://mail-archives.apache.org/mod_mbox/www-announce/">announce at
apache.org</a></li>
@@ -166,6 +165,11 @@ ${Name} on behalf of ${project} + the At
<p>The Attic website is built using Anakia. Anakia is an old site technology
built on top of Apache Velocity.
You can get the source for the site from Subversion: </p>
<pre>svn co https://svn.apache.org/repos/asf/attic/site</pre>
+<p>Create directory to signal project is moved to Attic:</p>
+<ul>
+ <li><code>mkdir docs/flagged/${project}.apache.org ;</code></li>
+ <li><code>touch
docsflagged/${project}.apache.org/${project}.apache.org</code></li>
+ </ul>
<p>To create a project page do:</p>
<ul>
<li>in xdocs/projects/ copy one of the files to the new project name (eg.
devicemap.xml)</li>
@@ -190,20 +194,6 @@ all work are done in "{infra-repo}/modul
</ul>
</div>
-<h4 id="website">
- How to: 6.i Update website with Attic notice: http://${project}.apache.org/
-</h4>
-<div class="section-content">
-<p>A banner needs to be added to the website indicating that it is now in the
Attic. This needs to be done in a lightweight way
- without having to learn how the project manage their site. One way is to
(carefully!) search and replace for a common
- tag such as the body tag. Another is to edit the CSS. </p>
-<pre>
- <div style="background: red"><h1>2017/01/01 - Apache foo has
been retired. </h1><h2><br />For more information, please explore
the <a href="http://attic.apache.org/">Attic</a>.
</h2></div>
-</pre>
-<p>Site may be published through <a
href="https://svn.apache.org/repos/infra/websites/production/">websites svn</a>
or other means: need investigation on
- each case. </p>
-</div>
-
<h4 id="doap">
How to: 6.ii Update the project DOAP file (if any):
https://projects.apache.org/project.html?${project}
</h4>
Modified: attic/site/xdocs/process.xml
URL:
http://svn.apache.org/viewvc/attic/site/xdocs/process.xml?rev=1829032&r1=1829031&r2=1829032&view=diff
==============================================================================
--- attic/site/xdocs/process.xml (original)
+++ attic/site/xdocs/process.xml Fri Apr 13 06:34:06 2018
@@ -49,9 +49,8 @@
<li>Create project page on Attic site:
http://attic.apache.org/projects/${project}.html</li>
<li>Obtain source control karma and point source control mails to
general at attic
<ul>
- <li>i. Update website with Attic notice:
http://${project}.apache.org/</li>
- <li>ii. Update the project DOAP file (if any):
https://projects.apache.org/project.html?${project}</li>
- <li>iii. Make source control read-only</li></ul></li>
+ <li>i. Update the project DOAP file (if any):
https://projects.apache.org/project.html?${project}</li>
+ <li>ii. Make source control read-only</li></ul></li>
<li>Move committee's PMC data file to retired (if TLP)</li>
<li>Remove from <a
href="http://www.apache.org/#projects-list">http://www.apache.org/#projects-list</a>
navigation (if TLP)</li>
<li>Announce on <a
href="http://mail-archives.apache.org/mod_mbox/www-announce/">announce at
apache.org</a></li>
@@ -139,6 +138,12 @@ ${Name} on behalf of ${project} + the At
You can get the source for the site from Subversion: </p>
<pre>svn co https://svn.apache.org/repos/asf/attic/site</pre>
+ <p>Create directory to signal project is moved to Attic:</p>
+ <ul>
+ <li><code>mkdir docs/flagged/${project}.apache.org ;</code></li>
+ <li><code>touch
docsflagged/${project}.apache.org/${project}.apache.org</code></li>
+ </ul>
+
<p>To create a project page do:</p>
<ul>
@@ -164,23 +169,6 @@ all work are done in "{infra-repo}/modul
</ul>
</section>
-
-<section id="website">
- <title>How to: 6.i Update website with Attic notice:
http://${project}.apache.org/</title>
-
- <p>A banner needs to be added to the website indicating that it is now in
the Attic. This needs to be done in a lightweight way
- without having to learn how the project manage their site. One way is to
(carefully!) search and replace for a common
- tag such as the body tag. Another is to edit the CSS. </p>
-<pre>
- <div style="background: red"><h1>2017/01/01 - Apache foo has
been retired. </h1><h2><br />For more information, please explore
the <a href="http://attic.apache.org/">Attic</a>.
</h2></div>
-</pre>
-
-
-
- <p>Site may be published through <a
href="https://svn.apache.org/repos/infra/websites/production/">websites svn</a>
or other means: need investigation on
- each case. </p>
-</section>
-
<section id="doap">
<title>How to: 6.ii Update the project DOAP file (if any):
https://projects.apache.org/project.html?${project}</title>
Added: attic/site/xdocs/projects/oltu.xml
URL:
http://svn.apache.org/viewvc/attic/site/xdocs/projects/oltu.xml?rev=1829032&view=auto
==============================================================================
--- attic/site/xdocs/projects/oltu.xml (added)
+++ attic/site/xdocs/projects/oltu.xml Fri Apr 13 06:34:06 2018
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<!--
+ 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.
+-->
+<document>
+ <properties>
+ <author email="general.AT.attic.apache.DOT.org">The Apache Software
Foundation</author>
+ <title>Apache Oltu</title>
+ </properties>
+<body>
+
+<section id="oltu">
+ <title>Apache Oltu</title>
+
+ <p><a href="http://oltu.apache.org">Apache Oltu</a> moved into the Attic in
April 2018.
+Apache Oltu is an OAuth protocol implementation in Java. It also covers others
"OAuth family" related implementations such as JWT, JWS and OpenID Connect </p>
+
+ <resource_table project="oltu">
+ <mail name="user"/>
+ <mail name="dev"/>
+ <mail name="commits"/>
+ <jira key="OLTU"/>
+ <svn key="OLTU"/>
+ <moin/>
+ </resource_table>
+
+ <p>As with any project in the Attic - if you should choose to fork Oltu
outside of Apache,
+ please let us know so we can link to your project. </p>
+</section>
+
+</body>
+</document>