Update of /cvsroot/easystruts/easystruts-website/root
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv435/root
Added Files:
index.jsp easystruts-large.png favicon.ico 500.shtml nexb.gif
easystruts-small-195x44r.png easystruts-large-no-border.png
Log Message:
Added new web site sources and data
--- NEW FILE: favicon.ico ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: easystruts-small-195x44r.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: 500.shtml ---
<?xml version="1.0"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en">
<head>
<meta http-equiv="REFRESH" content="20; URL=http://sf.net/projects/nexb">
<meta http-equiv="Content-Type"
content="application/xhtml+xml; charset=us-ascii"/>
<link rel="shortcut icon" href="/images/favicon.ico" >
<meta name="language" content="english, en">
<meta name="keywords" content="Struts, Easy Struts, Eclipse, plug-in, web development, tiles, java, nexB">
<meta name="description" content="Easy Struts">
<meta name="abstract" content="Easy Struts : great Struts tooling for Eclipse">
<meta name="copyright" content="©2003,2004, 2005 nexB Inc.">
<meta name="revisit-after" content="3 days">
<title>nexB. business systems. next.</title>
<style type="text/css">
BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT {font-family: Verdana, Arial, Geneva, sans-serif; font-size: large; }
B {font-family: verdana,arial,helvetica,sans-serif; font-size: large; }
PRE,TT { font-family: courier,sans-serif; font-size: large; }
body {
background: white;
color: black;
}
p { text-align: center; }
img { border-style: none; }
.whiteSpace { margin-top:24em;}
</style>
</head>
<body>
<p>
<img src="nexb.gif" alt="nexb"/>
</p>
<p>
<p>
We are sorry our web site is currently unavailable!
</p>
<p>
You should be redirected to our Sourceforge web page in 20 seconds.
</p>
<p>
Click <a
href="http://sf.net/projects/nexb">here</a> to visit our Sourceforge page immediately.
</p>
<p>
Click <a
href="http://nexb.com">here</a> to visit our nexB.com page.
</p>
<p>
Click <a
href="http://nexb.org">here</a> to try our nexB.org page again.
</p>
<div class="whiteSpace"><p> </p></div>
<p>
The nexB development is hosted by<br/>
<a href="http://sourceforge.net">
<img src="http://sourceforge.net/sflogo.php?group_id=91654&amp;amp;amp;amp;amp;amp;type=1"
style="width:88px; height:31px;"
alt="SourceForge.net Logo" />
</a>
</p>
</body>
</html>
--- NEW FILE: easystruts-large-no-border.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: nexb.gif ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: easystruts-large.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: index.jsp ---
<%
String redirectURL = "/easystruts/";
response.sendRedirect(redirectURL);
%>
|