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 2021/02/24 23:37:23 UTC

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

Author: sebb
Date: Wed Feb 24 23:37:23 2021
New Revision: 1886896

URL: http://svn.apache.org/viewvc?rev=1886896&view=rev
Log:
Allow use as Python template

Modified:
    attic/site/xdocs/projects/_template.xml

Modified: attic/site/xdocs/projects/_template.xml
URL: http://svn.apache.org/viewvc/attic/site/xdocs/projects/_template.xml?rev=1886896&r1=1886895&r2=1886896&view=diff
==============================================================================
--- attic/site/xdocs/projects/_template.xml (original)
+++ attic/site/xdocs/projects/_template.xml Wed Feb 24 23:37:23 2021
@@ -20,27 +20,27 @@
 <document>
   <properties>
     <author email="general.AT.attic.apache.DOT.org">The Apache Software Foundation</author>
-    <title>Apache {FullName}</title>
+    <title>Apache ${FullName}</title>
   </properties>
 <body>
 
-<section id="{tlpid}">
-  <title>Apache {FullName}</title>
+<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><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>
+     <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}
+  <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}">
+  <resource_table project="${tlpid}">
     <!-- by default only dev is generated
      To remove 'dev', use the attribute replace_dev="xxx" in the resource_table tag above
     -->