Author: olamy
Date: Mon Jun 18 12:08:03 2012
New Revision: 1351313
URL: http://svn.apache.org/viewvc?rev=1351313&view=rev
Log:
customise footer to link to privacy policy
Modified:
incubator/directmemory/trunk/src/site/site.xml
Modified: incubator/directmemory/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/src/site/site.xml?rev=1351313&r1=1351312&r2=1351313&view=diff
==============================================================================
--- incubator/directmemory/trunk/src/site/site.xml (original)
+++ incubator/directmemory/trunk/src/site/site.xml Mon Jun 18 12:08:03 2012
@@ -85,16 +85,15 @@
</script>
</head>
- </body>
-
- <custom>
<footer>
<div>
Apache DirectMemory, Apache, the Apache feather logo, and the Apache
DirectMemory project logos are trademarks
of The Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks
of their respective owners.
+ <a href="${project.url}/privacy-policy.html">Privacy Policy</a>
</div>
</footer>
- </custom>
+
+ </body>
</project>