[Wikis-SVN] SF.net SVN: wikis:[308] tshome/trunk/phase2/images
Brought to you by:
hydria
|
From: <hy...@us...> - 2011-06-06 03:04:05
|
Revision: 308
http://wikis.svn.sourceforge.net/wikis/?rev=308&view=rev
Author: hydria
Date: 2011-06-06 03:03:57 +0000 (Mon, 06 Jun 2011)
Log Message:
-----------
Breaking viewing of images, replacing with HTML file instead
Added Paths:
-----------
tshome/trunk/phase2/images/index.html
Removed Paths:
-------------
tshome/trunk/phase2/images/.htaccess
Deleted: tshome/trunk/phase2/images/.htaccess
===================================================================
--- tshome/trunk/phase2/images/.htaccess 2011-06-06 02:59:49 UTC (rev 307)
+++ tshome/trunk/phase2/images/.htaccess 2011-06-06 03:03:57 UTC (rev 308)
@@ -1 +0,0 @@
-Deny from all
Added: tshome/trunk/phase2/images/index.html
===================================================================
--- tshome/trunk/phase2/images/index.html (rev 0)
+++ tshome/trunk/phase2/images/index.html 2011-06-06 03:03:57 UTC (rev 308)
@@ -0,0 +1,44 @@
+<html>
+<head>
+
+<style type="text/css">
+h1 {
+ font-size: 200%;
+ border-bottom: dashed 1px #333333;
+ font-variant: small-caps;
+ font-family: sans-serif;
+}
+
+p.footer {
+ font-size: 80%;
+ color: #555555;
+}
+
+li {
+ list-style-type: square;
+ list-style-image: url(/err/bullet.gif);
+}
+</style>
+
+<title>Forbidden</title>
+</head>
+<body>
+
+<h1>Forbidden (403)</h1>
+
+<p>You are not allowed to view this page.
+
+ If you think you are receiving this page in error, or you have a
+ question, please contact the owner of this document:
+ <tt>hydriz</tt> [at] <tt>toolserver</tt> [dot] <tt>org</tt>.</p>
+
+</p>
+
+<hr>
+<p class="footer">
+HTTP server at <a href="http://toolserver.org/">toolserver.org</a> -
+<tt>ts-admins</tt> [at] <tt>toolserver</tt> [dot] <tt>org</tt>
+</p>
+
+</body>
+</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|