You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by se...@apache.org on 2020/05/14 21:43:04 UTC

svn commit: r1877769 - /attic/site/xdocs/projects/_template.xml

Author: sebb
Date: Thu May 14 21:43:04 2020
New Revision: 1877769

URL: http://svn.apache.org/viewvc?rev=1877769&view=rev
Log:
Initial template

Added:
    attic/site/xdocs/projects/_template.xml   (with props)

Added: attic/site/xdocs/projects/_template.xml
URL: http://svn.apache.org/viewvc/attic/site/xdocs/projects/_template.xml?rev=1877769&view=auto
==============================================================================
--- attic/site/xdocs/projects/_template.xml (added)
+++ attic/site/xdocs/projects/_template.xml Thu May 14 21:43:04 2020
@@ -0,0 +1,57 @@
+<?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 {FullName}</title>
+  </properties>
+<body>
+
+<section id="{tlpid}">
+  <title>Apache {FullName}</title>
+
+  <p><a href="http://{tlpid}.apache.org/">Apache {FullName}</a>
+     moved into the Attic in {Month_Year}.
+     Apache {FullName} was {description}.</p>
+
+  <p>The website, downloads and issue tracker all remain open, though 
+     the issue tracker is read-only. See the website at
+     <a href="http://{tlpid}.apache.org/">http://{tlpid}.apache.org</a>
+     for more information on {FullName}.</p>
+
+  <p>As with any project in the Attic - if you should choose to fork {FullName}
+     outside of Apache, please let us know so we can link to your project.
+  </p>
+
+  <resource_table project="{tlpid}">
+  <!-- by default only dev is generated -->
+  <mail name="user"/>
+   <!-- use attribute key="" to override default JIRA -->
+  <jira/>
+  </resource_table>
+
+  <p>Archived versions of {FullName} may be downloaded from the 
+     <a href="http://archive.apache.org/dist/{tlpid}/">Apache Archives</a>.
+  </p>
+ 
+</section>
+
+</body>
+</document>

Propchange: attic/site/xdocs/projects/_template.xml
------------------------------------------------------------------------------
    svn:eol-style = native