Author: rgoers
Date: Tue Jul 10 18:29:52 2012
New Revision: 1359825

URL: http://svn.apache.org/viewvc?rev=1359825&view=rev
Log:
Add redirect page for log4j

Added:
    logging/site/cms/trunk/content/log4j.twig
    logging/site/cms/trunk/templates/redirect.html

Added: logging/site/cms/trunk/content/log4j.twig
URL: 
http://svn.apache.org/viewvc/logging/site/cms/trunk/content/log4j.twig?rev=1359825&view=auto
==============================================================================
--- logging/site/cms/trunk/content/log4j.twig (added)
+++ logging/site/cms/trunk/content/log4j.twig Tue Jul 10 18:29:52 2012
@@ -0,0 +1,4 @@
+{% extends "redirect.html" %}
+
+{% block title %}Log4j{% endblock %}
+{% block redirect %}log4j/1.2{% endblock %}

Added: logging/site/cms/trunk/templates/redirect.html
URL: 
http://svn.apache.org/viewvc/logging/site/cms/trunk/templates/redirect.html?rev=1359825&view=auto
==============================================================================
--- logging/site/cms/trunk/templates/redirect.html (added)
+++ logging/site/cms/trunk/templates/redirect.html Tue Jul 10 18:29:52 2012
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<HEAD>
+  <title>{% block title %}{% endblock %} - {{ projectName }}</title>
+  <meta http-equiv="REFRESH" 
+  content="0;url=http://logging.apache.org/{% block redirect %}{% endblock %}">
+</HEAD>
+<BODY>
+Redirect page
+</BODY>
+</HTML>


Reply via email to