Revision: 4176
Author:   seba.wagner
Date:     Sun Sep  4 04:02:14 2011
Log:      Fix default page
http://code.google.com/p/openmeetings/source/detail?r=4176

Added:
 /trunk/singlewebapp/red5-1.0.0-RC1/red5/webapps/root/index.jsp
 /trunk/singlewebapp/red5-1.0.0-RC1/red5/webapps/root/red5.html
Deleted:
 /trunk/singlewebapp/red5-1.0.0-RC1/red5/webapps/root/index.html

=======================================
--- /dev/null
+++ /trunk/singlewebapp/red5-1.0.0-RC1/red5/webapps/root/index.jsp Sun Sep 4 04:02:14 2011
@@ -0,0 +1,3 @@
+<%
+response.sendRedirect("/openmeetings/");
+%>
=======================================
--- /dev/null
+++ /trunk/singlewebapp/red5-1.0.0-RC1/red5/webapps/root/red5.html Sun Sep 4 04:02:14 2011
@@ -0,0 +1,124 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<meta name="viewport" content="width=device-width" />
+<link rel="apple-touch-icon" href="logo.png" />
+<link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico">
+<link rel="icon" type="image/png" href="favicon.png">
+<title>Red5 - The open source media server</title>
+<style type="text/css">
+<!--
+body {
+    background-color:#680000;
+    font-family: sans-serif;
+    font-size: 0.9em;
+}
+.code {
+    font-family: monospace;
+    font-size: 130%;
+}
+a {
+    color: red;
+    background: white;
+    text-decoration: none;
+}
+#information {
+    padding-top: 1em;
+    padding-bottom: 1em;
+}
+.spiffy{display:block}
+.spiffy *{
+  display:block;
+  height:1px;
+  overflow:hidden;
+  font-size:.01em;
+  background:#fff}
+.spiffy1{
+  margin-left:3px;
+  margin-right:3px;
+  padding-left:1px;
+  padding-right:1px;
+  border-left:1px solid #b60600;
+  border-right:1px solid #b60600;
+  background:#df0b00}
+.spiffy2{
+  margin-left:1px;
+  margin-right:1px;
+  padding-right:1px;
+  padding-left:1px;
+  border-left:1px solid #8c0100;
+  border-right:1px solid #8c0100;
+  background:#e60c00}
+.spiffy3{
+  margin-left:1px;
+  margin-right:1px;
+  border-left:1px solid #e60c00;
+  border-right:1px solid #e60c00;}
+.spiffy4{
+  border-left:1px solid #b60600;
+  border-right:1px solid #b60600}
+.spiffy5{
+  border-left:1px solid #df0b00;
+  border-right:1px solid #df0b00}
+.spiffyfg{
+    padding:1em;
+    background-color:#fff;
+}
+  -->
+</style>
+</head>
+<body>
+<div>
+  <b class="spiffy">
+  <b class="spiffy1"><b></b></b>
+  <b class="spiffy2"><b></b></b>
+  <b class="spiffy3"></b>
+  <b class="spiffy4"></b>
+  <b class="spiffy5"></b></b>
+
+<div class="spiffyfg">
+<img src="biglogo.png" alt="Red5"/>
+
+<p id="information">
+This page is used to test the proper operation of the Red5 server after it
+has been installed. If you can read this page it means that the Red5 server
+installed at this site is working properly.
+<br />
+<br />
+If you would like to watch an instructional video on Red5 and have access to YouTube, <a href="http://www.youtube.com/watch?v=969cmyGu1yw"; target="_blank">click here</a>
+<br />
+<br />
+<center><iframe src="vod/index.html" width="320" height="240" border="0"></iframe></center>
+<br />
+<br />
+If you prefer to jump right in, follow these steps:
+<ul>
+<li><a href="installer" target="_blank">Install</a> a ready-made application</li>
+<li>Launch a <a href="demos">demo</a></li>
+</ul>
+</p>
+<br />
+<p>
+Further information about Red5 can be found at any of these links:
+<a href="http://red5.googlecode.com/"; target="_blank">official homepage</a> |
+<a href="http://wiki.red5.org/"; target="_blank">wiki</a> |
+<a href="http://osflash.org/red5"; target="_blank">old homepage</a>
+<br />
+<br />
+Be sure to subscribe <a href="http://groups.google.com/group/red5interest"; target="_blank">the mailing list</a> +to get help or to be notified about new versions. You can also use the mailing list to ask questions about Red5.
+</p>
+<br />
+</div>
+
+  <b class="spiffy">
+  <b class="spiffy5"></b>
+  <b class="spiffy4"></b>
+  <b class="spiffy3"></b>
+  <b class="spiffy2"><b></b></b>
+  <b class="spiffy1"><b></b></b></b>
+</div>
+</body>
+</html>
=======================================
--- /trunk/singlewebapp/red5-1.0.0-RC1/red5/webapps/root/index.html Sun Sep 4 02:15:43 2011
+++ /dev/null
@@ -1,124 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-<meta name="viewport" content="width=device-width" />
-<link rel="apple-touch-icon" href="logo.png" />
-<link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico">
-<link rel="icon" type="image/png" href="favicon.png">
-<title>Red5 - The open source media server</title>
-<style type="text/css">
-<!--
-body {
-    background-color:#680000;
-    font-family: sans-serif;
-    font-size: 0.9em;
-}
-.code {
-    font-family: monospace;
-    font-size: 130%;
-}
-a {
-    color: red;
-    background: white;
-    text-decoration: none;
-}
-#information {
-    padding-top: 1em;
-    padding-bottom: 1em;
-}
-.spiffy{display:block}
-.spiffy *{
-  display:block;
-  height:1px;
-  overflow:hidden;
-  font-size:.01em;
-  background:#fff}
-.spiffy1{
-  margin-left:3px;
-  margin-right:3px;
-  padding-left:1px;
-  padding-right:1px;
-  border-left:1px solid #b60600;
-  border-right:1px solid #b60600;
-  background:#df0b00}
-.spiffy2{
-  margin-left:1px;
-  margin-right:1px;
-  padding-right:1px;
-  padding-left:1px;
-  border-left:1px solid #8c0100;
-  border-right:1px solid #8c0100;
-  background:#e60c00}
-.spiffy3{
-  margin-left:1px;
-  margin-right:1px;
-  border-left:1px solid #e60c00;
-  border-right:1px solid #e60c00;}
-.spiffy4{
-  border-left:1px solid #b60600;
-  border-right:1px solid #b60600}
-.spiffy5{
-  border-left:1px solid #df0b00;
-  border-right:1px solid #df0b00}
-.spiffyfg{
-    padding:1em;
-    background-color:#fff;
-}
-  -->
-</style>
-</head>
-<body>
-<div>
-  <b class="spiffy">
-  <b class="spiffy1"><b></b></b>
-  <b class="spiffy2"><b></b></b>
-  <b class="spiffy3"></b>
-  <b class="spiffy4"></b>
-  <b class="spiffy5"></b></b>
-
-<div class="spiffyfg">
-<img src="biglogo.png" alt="Red5"/>
-
-<p id="information">
-This page is used to test the proper operation of the Red5 server after it
-has been installed. If you can read this page it means that the Red5 server
-installed at this site is working properly.
-<br />
-<br />
-If you would like to watch an instructional video on Red5 and have access to YouTube, <a href="http://www.youtube.com/watch?v=969cmyGu1yw"; target="_blank">click here</a>
-<br />
-<br />
-<center><iframe src="vod/index.html" width="320" height="240" border="0"></iframe></center>
-<br />
-<br />
-If you prefer to jump right in, follow these steps:
-<ul>
-<li><a href="installer" target="_blank">Install</a> a ready-made application</li>
-<li>Launch a <a href="demos">demo</a></li>
-</ul>
-</p>
-<br />
-<p>
-Further information about Red5 can be found at any of these links:
-<a href="http://red5.googlecode.com/"; target="_blank">official homepage</a> |
-<a href="http://wiki.red5.org/"; target="_blank">wiki</a> |
-<a href="http://osflash.org/red5"; target="_blank">old homepage</a>
-<br />
-<br />
-Be sure to subscribe <a href="http://groups.google.com/group/red5interest"; target="_blank">the mailing list</a> -to get help or to be notified about new versions. You can also use the mailing list to ask questions about Red5.
-</p>
-<br />
-</div>
-
-  <b class="spiffy">
-  <b class="spiffy5"></b>
-  <b class="spiffy4"></b>
-  <b class="spiffy3"></b>
-  <b class="spiffy2"><b></b></b>
-  <b class="spiffy1"><b></b></b></b>
-</div>
-</body>
-</html>

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to