2010-01-01 05:29:39 +08:00
<!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" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
2010-01-21 10:25:39 +08:00
< title > BigBlueButton -- Open Source Web Conferencing< / title >
2010-01-01 05:29:39 +08:00
< link rel = "stylesheet" href = "css/style.css" type = "text/css" / >
< / head >
2009-08-12 23:39:09 +08:00
2010-01-01 05:29:39 +08:00
< body >
2009-08-12 23:39:09 +08:00
2010-01-01 05:29:39 +08:00
<!-- Header Start -->
< div id = "wrapper" >
< div id = "header" >
< div id = "logo" >
< a href = "http://www.bigbluebutton.org" target = "_blank" > < img src = "images/bbb_logo.png" width = "364" height = "89" border = "0" / > < / a >
< div id = "slogan" > < h3 > Demo Server< / h3 > < / div >
< / div >
< div id = "versionNum" >
2010-01-21 10:25:39 +08:00
< p style = "text-align:right;" > < strong > What's new in version 0.63< / strong > < / p >
2010-01-01 05:29:39 +08:00
< p style = "text-align:right;" > Word, Excel, and Powerpoint support< / p >
< p style = "text-align:right;" > Localization< / p >
< p style = "text-align:right;" > API Examples< / p >
< p style = "text-align:right;" > Improved VoIP< / p >
< / div >
< / div >
< / div >
2009-06-10 00:09:53 +08:00
2010-01-01 05:29:39 +08:00
< div id = "header_bottom" >
< img src = "images/banner_bottom.png" width = "1000" height = "21" border = "0" / >
< / div >
2009-09-14 17:31:20 +08:00
2009-06-10 00:09:53 +08:00
2010-01-01 05:29:39 +08:00
<!-- Content Start -->
< div id = "content" >
< div id = "welcome" >
< h1 > WELCOME< / h1 >
2010-01-25 03:08:27 +08:00
< p class = "content" > < a href = "http://www.bigbluebutton.org/sites/all/videos/join/index.html" > < img src = "images/bbb_overview.png" width = "138" height = "91" border = "0" align = "right" style = "padding-left:10px; padding-top: 3px;" / > < / a > BigBlueButton supports sharing of slides (PDF and PPT), video, chat, voice (using Asterisk), and desktops. It's built using over < a href = "http://bigbluebutton.org/components" > fifteen open source components< / a > , runs on Mac, Unix, and PC computers, and is backed by an < a href = "http://code.google.com/p/bigbluebutton/" > open source community< / a > that cares about good design and a streamlined user experience.< / p >
2010-01-01 05:29:39 +08:00
< / div >
< div id = "join" >
2010-01-03 00:45:17 +08:00
< h2 > Join a Demo Meeting< / h2 >
2010-01-01 05:29:39 +08:00
< p / > < p / >
< FORM NAME = "form1" METHOD = "GET" action = "/bigbluebutton/demo/demo1.jsp" >
< p class = "content" > Enter your name:< / p >
< input type = "text" name = "username" size = "29" / > < input type = "submit" value = "Join" / > < br / >
< input TYPE = "hidden" NAME = "action" VALUE = "create" >
< / form >
< / div >
< div id = "about" >
< h2 > About BigBlueButton< / h2 >
2010-01-01 07:12:58 +08:00
< p class = "content" > BigBlueButton is an open source web conferencing system that enables universities and colleges to deliver a high-quality learning experience to remote students.< / p >
2010-01-01 05:29:39 +08:00
< / div >
< div id = "api" >
2010-01-24 07:52:00 +08:00
< h2 > API Examples< / h2 >
2010-01-03 00:45:17 +08:00
< p class = "content" > See examples of how you can integrate BigBlueButton into your applications.< / p >
2010-01-01 05:29:39 +08:00
< img src = "images/arrow.png" width = "15" height = "17" border = "0" / >
2010-01-24 07:52:00 +08:00
< div style = "margin-top:-17px; margin-left:20px;" > < a href = "/bigbluebutton/demo/demo1.jsp" > View API Examples< / a > < / div >
2010-01-01 05:29:39 +08:00
< / div >
< / div >
<!-- Content End -->
<!-- Footer Start -->
< div id = "footer" >
2010-01-24 07:52:00 +08:00
< p id = "legal" > Copyright © 2010 < a href = "http://bigbluebutton.org/" > BigBlueButton< / a > < / p >
2010-01-01 05:29:39 +08:00
< / div >
<!-- Footer End -->
< / body >
< / html >