You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by bp...@apache.org on 2016/02/08 06:15:33 UTC

svn commit: r979811 - /websites/production/db/content/derby/releases/index.html

Author: bpendleton
Date: Mon Feb  8 05:15:32 2016
New Revision: 979811

Log:
DERBY-6867: Include index.html page at db.apache.org/derby/releases/index.html

This change adds a trivial index.html page, which redirects users who have
browsed to the wrong directory, to the correct location, which is at
db.apache.org/derby/derby_downloads.html


Added:
    websites/production/db/content/derby/releases/index.html   (with props)

Added: websites/production/db/content/derby/releases/index.html
==============================================================================
--- websites/production/db/content/derby/releases/index.html (added)
+++ websites/production/db/content/derby/releases/index.html Mon Feb  8 05:15:32 2016
@@ -0,0 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<title>Apache Derby Releases</title>
+<meta http-equiv="refresh" content="4; url=http://db.apache.org/derby/derby_downloads.html">
+</head>
+<body>
+<p align="center">The Derby releases which are available for download are listed here:</p>
+<p align="center">
+<a href="http://db.apache.org/derby/derby_downloads.html">
+http://db.apache.org/derby/derby_downloads.html</a></p>
+<p align="center">If you are not redirected automatically within a few
+seconds then please click on the link above.</p>
+</body>
+</html>

Propchange: websites/production/db/content/derby/releases/index.html
------------------------------------------------------------------------------
    svn:eol-style = native