Author: cmpilato
Date: Wed Nov 25 18:55:38 2009
New Revision: 884227
URL: http://svn.apache.org/viewvc?rev=884227&view=rev
Log:
* site/index.html
Reformat HTML, add some style defs, and tweak the 'This is a placeholder...'
notice to stand out and recommend against bookmarking pages here.
Modified:
subversion/site/index.html
Modified: subversion/site/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/index.html?rev=884227&r1=884226&r2=884227&view=diff
==============================================================================
--- subversion/site/index.html (original)
+++ subversion/site/index.html Wed Nov 25 18:55:38 2009
@@ -1,26 +1,50 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html> <head>
+<html>
+<head>
<title>Apache Subversion</title>
+<style type="text/css">
+.notice {
+ background-color: yellow;
+ margin: 0 5em;
+ padding: 0.5em;
+ border-style: solid;
+ border-color: black;
+ border-width: 1px 2px 2px 1px;
+}
+.footer {
+ border-style: solid;
+ border-color: black;
+ border-width: 1px 0 0 0;
+ font-size: small;
+ margin-top: 4em;
+}
+</style>
</head>
<body>
<h1>Apache Subversion</h1>
-<p>
- This is a placeholder document for the <strong>Apache Subversion</strong>
- project, a podling currently in the
- <a href="http://incubator.apache.org/">Apache Incubator</a>.
-</p>
+<div class="notice">
+ <p>This is a placeholder document for the <strong>Apache
+ Subversion</strong> project, a podling currently in the
+ <a href="http://incubator.apache.org/" >Apache Incubator</a>
+ Please avoid bookmarking specific pages under the
+ <a href="http://subversion.apache.org/"
+ >http://subversion.apache.org/</a> URL until the dust settles and
+ we've figured out where we want various bits of information to
+ live. Thanks!</p>
+</div>
-<p>
- More information about Subversion is available on our
- <a href="http://subversion.tigris.org/">old website</a>.
-</p>
+<p>More information about Subversion is available on our
+ <a href="http://subversion.tigris.org/" >old website</a>.</p>
-<div style="font-size: small; margin-top: 4em">
- <hr/>
- <p>Copyright © 2009 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.<br/>
- Apache and the Apache feather logo are trademarks of The Apache Software
Foundation.</p>
+<div class="footer">
+ <p>Copyright © 2009 The Apache Software Foundation, Licensed
+ under the <a href="http://www.apache.org/licenses/LICENSE-2.0"
+ >Apache License, Version 2.0</a>.<br/>
+ Apache and the Apache feather logo are trademarks of The Apache
+ Software Foundation.</p>
</div>
-</body> </html>
+</body>
+</html>