Add the website.

This commit is contained in:
bossiel 2010-02-27 04:10:57 +00:00
parent ccfab4def1
commit 3eba356e59
17 changed files with 278 additions and 0 deletions

View File

View File

View File

View File

View File

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -0,0 +1,141 @@
/*
CSS Document
Wink Hosting (www.winkhosting.com)
Designed By Alexis Corredor
alexis.corredor@gmail.com
*/
body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
/*HEADER*/
#header{
width: 800px;
position:relative;
height: 162px;
background-image:url(header.png);
background-repeat:no-repeat;
}
/*COMPANY NAME IN HEADER*/
#companyname {
position:absolute;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 36px;
font-weight: bold;
margin-top:50px;
margin-left:40px;
left: 0px;
top: 0px;
}
/*MENU IN HEADER*/
#menu{
position:absolute;
bottom: 20px;
right: 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
#menu a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color:#333333;
text-decoration:none;
}
#menu a:hover{
text-decoration:underline;
}
/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
float:left;
width:200px;
}
/*CONTENT*/
#content{
width: 800px;
}
#contenttext{
float:right;
width: 580px;
}
/*FOOTER*/
.footer{
width: 779px;
height: 32px;
background-image:url(bg_footer.gif);
background-repeat:no-repeat;
clear:both;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color:#FFFFFF;
}
/*FOOTER LINKS*/
.footer a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color:#FFFFFF;
text-decoration:none;
}
.footer a:hover{
text-decoration:underline;
}
/*TABLE*/
.table_top{
width: 204px;
height: 27px;
background-image:url(table_top.jpg);
background-repeat:no-repeat;
}
.table_content{
width: 204px;
background-image:url(table_content.jpg);
background-repeat:repeat-y;
}
.table_text{
margin-left:15px;
margin-right:15px;
text-align:justify;
}
.table_bottom{
width: 204px; height: 23px;
}
/*TEXT STYLES*/
.news_date { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #0099CC;
}
.body_text { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}
.news_more { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FF9900;
font-weight: bold;
}
.news_text { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.subtitle_gray { font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #CCCCCC;
}
.title_blue {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 26px; color: #7DA5E0; }
.title_panel { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 981 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

137
trunk/website/index.html Normal file
View File

@ -0,0 +1,137 @@
<!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 name="Keywords" content="doubango, 3GPP NGN/IMS framework, open source, SIP, RFC 3261, 3GPP TS 24.229, VoIP, MMTel, IPTV, 4G, LTE, XCAP, MSRP, IPSec, SigComp, " />
<meta name="Description" CONTENT="cross-platform and open source 3GPP NGN/IMS framework for embedded devices such as Android, Symbian, iPhone, Windows Mobile or uLinux.">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="images/style.css" type="text/css" />
<title>doubango - 3GPP NGN/IMS framework for embedded systems</title>
</head>
<body>
<div id="page" align="center">
<div id="header">
<div id="companyname" align="left">doubango</div>
<div align="right" class="links_menu" id="menu"><a href="#">Home</a> | <a href="#">About Us</a> | <a href="#">Products</a> | <a href="#">Our Services</a> | <a href="#">Contact Us</a> </div>
</div>
<br />
<div id="content">
<div id="leftpanel">
<div class="table_top">
<div align="center"><span class="title_panel">News</span> </div>
</div>
<div class="table_content">
<div class="table_text">
<span class="news_date">October 16, 2006</span> <br />
<span class="news_text">Curabitur arcu tellus, suscipit in, aliquam eget, ultricies id, sapien. Nam est.</span><br />
<span class="news_more"><a href="#">Read More</a></span><br /><br />
<span class="news_date">September 27, 2006</span> <br />
<span class="news_text">Curabitur arcu tellus, suscipit in, aliquam eget, ultricies id, sapien. Nam est.</span><br />
<span class="news_more"><a href="#">Read More</a></span>
</div>
</div>
<div class="table_bottom">
<img src="images/table_bottom.jpg" width="204" height="23" border="0" alt="" />
</div>
<br />
<!-- FRAMEWORK -->
<div class="table_top">
<span class="title_panel">Framework</span>
</div>
<div class="table_content">
<div class="table_text">
<span class="news_more"><a href="http://www.winkhosting.com">Features </a></span><br />
<span class="news_more"><a href="http://www.google.com">Getting Started </a></span><br />
<span class="news_more"><a href="http://doubango.blogspot.com/">Blog </a></span><br />
</div>
</div>
<div class="table_bottom">
<img src="images/table_bottom.jpg" width="204" height="23" border="0" alt="" />
</div>
<br />
<!-- DEVELOPEMENT -->
<div class="table_top">
<span class="title_panel">Developement</span>
</div>
<div class="table_content">
<div class="table_text">
<span class="news_more"><a href="http://www.winkhosting.com">Tutorials </a></span><br />
<span class="news_more"><a href="#">API reference </a></span><br />
<span class="news_more"><a href="http://code.google.com/p/doubango/source/checkout">Source code</a></span><br />
<span class="news_more"><a href="#">Building doubango</a></span><br />
<span class="news_more"><a href="#">Nightly builds</a></span><br />
<span class="news_more"><a href="#">Release notes</a></span><br />
<span class="news_more"><a href="http://code.google.com/p/doubango/issues/list">Issue tracker</a></span><br />
</div>
</div>
<div class="table_bottom">
<img src="images/table_bottom.jpg" width="204" height="23" border="0" alt="" />
</div>
<br />
</div>
<div id="contenttext">
<span class="title_blue">Welcome to doubango project!</span><br />
<span class="subtitle_gray">cross-platform, open source 3GPP NGN/IMS framework for embedded systems</span><br />
<br />
<p class="body_text" align="left"><strong>doubango</strong> is an experimental cross-platform, open source 3GPP NGN/IMS
framework for embedded systems (it also works on Windows XP/Vista/7, Mac OS X and
unix-like systems).<br>
The framework has been carefully designed to efficiently work on embedded systems
with limited memory and low computing power.<br>
</p>
<p class="body_text" align="left">
The SIP stack (<a href="http://tools.ietf.org/html/rfc3261" rel="nofollow">RFC 3261</a>)
implements <a href="http://www.3gpp.org/ftp/Specs/html-info/24229.htm" rel="nofollow">
3GPP TS 24.229 Rel-9</a> and can be used to develop VoIP applications targeting
embedded systems, desktop computers, laptops, tablet PCs or handheld PCs.<br>
SIP messages can be compressed using <a href="http://tools.ietf.org/html/rfc3320"
rel="nofollow">SigComp</a>, protected with IPSec or TLS over IPv6 or IPv4 protocols.
Both TCP and UDP are supported.
</p>
<p class="body_text" align="left">
The media layer contains a complete SOA (<b>S</b>DP <b>O</b>ffer <b>A</b>nswer)
framework with MMTel and PoC extensions to develop Multimedia telephony applications
without having to read hundreds of technical specifications. The media framework
uses <a href="http://www.gstreamer.net" rel="nofollow">GStreamer</a> for audio/video
transport. You don't need to understand how <a href="http://www.gstreamer.net" rel="nofollow">
GStreamer</a> works in order to develop your application but it is up to you
to compile it for your target platform. <a href="http://www.gstreamer.net" rel="nofollow">
GStreamer</a> is known to work on Windows, Mac OS X, Android, Symbian (S60)
and many other systems.<br>
For large message transfer and file/image sharing, <strong>doubango</strong> fully
supports <a href="http://tools.ietf.org/html/rfc4975" rel="nofollow">MSRP</a> protocol.
</p>
<p class="body_text" align="left">
To ease portability, <strong>doubango</strong> framework contains several platform
independent network stacks such as HTTP/HTTPS, DHCPv6, DHCPv4 or DNS.</p>
<br />
<p align="center">
<img alt="Supported platforms" src = "http://doubango.googlecode.com/svn/trunk/images/OSes/logos.jpg" />
</p>
</div>
<br />
<br />
<div class="footer">
<br />
<a href="#">Home</a> | <a href="#">Framework</a> | <a href="#">Support</a> | <a href="#">Contact</a> | Copyright 2009-2010 Mamadou DIOP. Designed by <a href="http://www.winkhosting.com/">Wink Hosting</a>.
</div>
</div>
</div>
<!-- GOOGLE ANALYTICS -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-6868621-8");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>

View File

View File

View File