You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by mc...@apache.org on 2013/05/27 08:23:47 UTC

svn commit: r1486520 - in /tiles/site/staging/dev: building.html release.html snapshots.html

Author: mck
Date: Mon May 27 06:23:47 2013
New Revision: 1486520

URL: http://svn.apache.org/r1486520
Log:
these pages were removed with TILES-284
 put in simple redirects to the same documentation within the framework/ website.

Added:
    tiles/site/staging/dev/building.html
    tiles/site/staging/dev/release.html
    tiles/site/staging/dev/snapshots.html

Added: tiles/site/staging/dev/building.html
URL: http://svn.apache.org/viewvc/tiles/site/staging/dev/building.html?rev=1486520&view=auto
==============================================================================
--- tiles/site/staging/dev/building.html (added)
+++ tiles/site/staging/dev/building.html Mon May 27 06:23:47 2013
@@ -0,0 +1,8 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+    <head>
+        <title>Apache Tiles</title>
+        <meta HTTP-EQUIV=REFRESH CONTENT="1; URL=/framework/dev/building.html"/>
+    </head>
+    <body></body>
+</html>

Added: tiles/site/staging/dev/release.html
URL: http://svn.apache.org/viewvc/tiles/site/staging/dev/release.html?rev=1486520&view=auto
==============================================================================
--- tiles/site/staging/dev/release.html (added)
+++ tiles/site/staging/dev/release.html Mon May 27 06:23:47 2013
@@ -0,0 +1,8 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+    <head>
+        <title>Apache Tiles</title>
+        <meta HTTP-EQUIV=REFRESH CONTENT="1; URL=/framework/dev/release.html"/>
+    </head>
+    <body></body>
+</html>

Added: tiles/site/staging/dev/snapshots.html
URL: http://svn.apache.org/viewvc/tiles/site/staging/dev/snapshots.html?rev=1486520&view=auto
==============================================================================
--- tiles/site/staging/dev/snapshots.html (added)
+++ tiles/site/staging/dev/snapshots.html Mon May 27 06:23:47 2013
@@ -0,0 +1,8 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+    <head>
+        <title>Apache Tiles</title>
+        <meta HTTP-EQUIV=REFRESH CONTENT="1; URL=/framework/dev/snapshots.html"/>
+    </head>
+    <body></body>
+</html>