[Libreoffice-commits] .: Branch 'tdf-website' - download/index.html download/index.php
David Nelson
dnelson at kemper.freedesktop.org
Thu Jan 13 07:12:44 PST 2011
download/index.html | 31 -------------------------------
download/index.php | 5 +++++
2 files changed, 5 insertions(+), 31 deletions(-)
New commits:
commit 188782496490e25ee9e537af0a213084d457adda
Author: David <david at Linux.(none)>
Date: Thu Jan 13 23:11:13 2011 +0800
Implemented download redirect from documentfoundation.org/download to www.libreoffice.org/download/
diff --git a/download/index.html b/download/index.html
deleted file mode 100644
index df21eae..0000000
--- a/download/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
- <head>
- <title>LibreOffice Productivity Suite - The Document Foundation</title>
- <style type="text/css">
- @import url(/css/blueprint/print.css) print;
- @import url(/css/blueprint/screen.css) screen;
- @import url(/css/tabs.css);
- @import url(/css/style.css);
- </style>
- <link rel="shortcut icon" href="/favicon.ico">
- <link rel="icon" href="/favicon.ico">
- <meta name="google-site-verification" content="XSd_Fmsyv5scVsV3jHDZYiaNWS43w9BkmCacMtn_gU8">
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <meta name="language" content="en">
- <meta name="Robots" content="index, follow">
- <meta name="keywords" content="LibreOffice, The Document Foundation">
- <meta name="description" content="The Document Foundation is an independent self-governing democratic Foundation created by leading members of the OpenOffice.org Community.">
- </head>
- <body>
-<h3>Downloading LibreOffice</h3>
-
-<p>
-This page is obsolete.
-You can download LibreOffice from the libreoffice.org download site which is at
-<a href="http://www.libreoffice.org/download/">http://www.libreoffice.org/download</a>.
-</p>
-
- </body>
-</html>
-
diff --git a/download/index.php b/download/index.php
new file mode 100644
index 0000000..33938c6
--- /dev/null
+++ b/download/index.php
@@ -0,0 +1,5 @@
+<?php
+
+ header( 'Location: http://www.libreoffice.org/download/' ) ;
+
+?>
More information about the Libreoffice-commits
mailing list