http://git-wip-us.apache.org/repos/asf/openmeetings-site/blob/99bdb151/css/bootswatch.css ---------------------------------------------------------------------- diff --git a/css/bootswatch.css b/css/bootswatch.css index fe2f24d..44b745d 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -58,13 +58,4 @@ body { } } -@media (max-width: 980px) { - - /* Unfloat brand */ - .navbar-fixed-top .brand { - float: left; - margin-left: 0; - padding-left: 10px; - padding-right: 10px; - } -} +
http://git-wip-us.apache.org/repos/asf/openmeetings-site/blob/99bdb151/css/docs.css ---------------------------------------------------------------------- diff --git a/css/docs.css b/css/docs.css index ed8c74b..6a1ba7c 100644 --- a/css/docs.css +++ b/css/docs.css @@ -7,144 +7,141 @@ /* Body and structure -------------------------------------------------- */ - body { - position: relative; - padding-top: 40px; + position: relative; + padding-top: 70px; } /* Code in headings */ h3 code { - font-size: 14px; - font-weight: normal; + font-size: 14px; + font-weight: normal; } /* Jumbotrons -------------------------------------------------- */ .jumbotron { - position: relative; - padding: 40px 0; + position: relative; + padding: 40px 0; } + .jumbotron h1 { - font-size: 80px; - font-weight: bold; - letter-spacing: -1px; - line-height: 1; + font-size: 80px; + font-weight: bold; + letter-spacing: -1px; + line-height: 1; } + .jumbotron p { - font-size: 24px; - font-weight: 300; - line-height: 30px; - margin-bottom: 30px; + font-size: 24px; + font-weight: 300; + line-height: 30px; + margin-bottom: 30px; } + .jumbotron .btn-large { - font-size: 20px; - font-weight: normal; - padding: 14px 24px; - margin-right: 10px; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; + font-size: 20px; + font-weight: normal; + padding: 14px 24px; + margin-right: 10px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; } + .jumbotron .btn-large small { - font-size: 14px; + font-size: 14px; } - /* Specific jumbotrons ------------------------- */ /* supporting docs pages */ .subhead { - padding-bottom: 0; - margin-bottom: 9px; -} -.subhead h1 { - font-size: 54px; + padding-bottom: 0; + margin-bottom: 9px; + padding-top: 0px; } -/* Responsive Docs --------------------------------------------------- */ -@media (max-width: 480px) { - - /* Reduce padding above jumbotron */ - body { - padding-top: 70px; - } - - /* Adjust the jumbotron */ - .jumbotron h1, - .jumbotron p { - text-align: center; - margin-right: 0; - } - .jumbotron h1 { - font-size: 45px; - margin-right: 0; - } - .jumbotron p { - margin-right: 0; - margin-left: 0; - font-size: 18px; - line-height: 24px; - } - .jumbotron .btn { - display: block; - font-size: 18px; - padding: 10px 14px; - margin: 0 auto 10px; - } - +.subhead h1 { + font-size: 54px; } -@media (max-width: 768px) { - /* Remove any padding from the body */ - body { - padding-top: 0; - } - /* Jumbotron buttons */ - .jumbotron .btn { - margin-bottom: 10px; - } +/*-------------------------------------------------- + * Responsive Docs + *-------------------------------------------------- */ +@media ( max-width : 480px) { + /* Reduce padding above jumbotron */ + body { + padding-top: 70px; + } + + /* Adjust the jumbotron */ + .jumbotron h1, .jumbotron p { + text-align: center; + margin-right: 0; + } + .jumbotron h1 { + font-size: 45px; + margin-right: 0; + } + .jumbotron p { + margin-right: 0; + margin-left: 0; + font-size: 18px; + line-height: 24px; + } + .jumbotron .btn { + display: block; + font-size: 18px; + padding: 10px 14px; + margin: 0 auto 10px; + } } +@media ( max-width : 768px) { + /* Remove any padding from the body */ + body { + padding-top: 0; + } -@media (min-width: 480px) and (max-width: 768px) { - - /* Scale down the jumbotron content */ - .jumbotron h1 { - font-size: 54px; - } - .jumbotron p { - margin-right: 0; - margin-left: 0; - } + /* Jumbotron buttons */ + .jumbotron .btn { + margin-bottom: 10px; + } } - -@media (min-width: 768px) and (max-width: 980px) { - - /* Remove any padding from the body */ - body { - padding-top: 0; - } - - /* Scale down the jumbotron content */ - .jumbotron h1 { - font-size: 72px; - } +@media ( min-width : 480px) and (max-width: 768px) { + /* Scale down the jumbotron content */ + .jumbotron h1 { + font-size: 54px; + } + .jumbotron p { + margin-right: 0; + margin-left: 0; + } } +@media ( min-width : 768px) and (max-width: 980px) { + /* Remove any padding from the body */ + body { + padding-top: 0; + } -@media (max-width: 980px) { - - /* Unfloat brand */ - .navbar-fixed-top .brand { - float: left; - margin-left: 0; - padding-left: 10px; - padding-right: 10px; - } + /* Scale down the jumbotron content */ + .jumbotron h1 { + font-size: 72px; + } } + +@media ( max-width : 980px) { + /* Unfloat brand */ + .navbar-fixed-top .navbar-brand { + float: left; + margin-left: 0; + padding-left: 10px; + padding-right: 10px; + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/openmeetings-site/blob/99bdb151/css/netcalc.css ---------------------------------------------------------------------- diff --git a/css/netcalc.css b/css/netcalc.css index 49fc542..752e20c 100644 --- a/css/netcalc.css +++ b/css/netcalc.css @@ -5,22 +5,7 @@ /* http://www.speakingofcode.com/index.php/about */ /* Based on sample: http://www.speakingofcode.com/index.php/developer/9-interactive-jquery-price-slider-calculator */ -/* -* Licensed to the Apache Software Foundation (ASF) under one or more -* contributor license agreements. See the NOTICE file distributed with -* this work for additional information regarding copyright ownership. -* The ASF licenses this file to You under the Apache License, Version 2.0 -* (the "License"); you may not use this file except in compliance with -* the License. You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ +/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */ #sib, #sob, #uib, #uob { font-size: 12pt; } http://git-wip-us.apache.org/repos/asf/openmeetings-site/blob/99bdb151/css/print.css ---------------------------------------------------------------------- diff --git a/css/print.css b/css/print.css index 8374bbe..efd7253 100644 --- a/css/print.css +++ b/css/print.css @@ -20,8 +20,7 @@ body { text-shadow: none !important; } -a, -a:visited { +a, a:visited { text-decoration: underline; } @@ -37,15 +36,11 @@ abbr[title]:after { * Don't show links for images, or javascript/internal links, or header links */ -header a:after, -.ir a:after, -a[href^="javascript:"]:after, -a[href^="#"]:after { +header a:after, .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: "" !important; } -pre, -blockquote { +pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -54,8 +49,7 @@ thead { display: table-header-group; /* h5bp.com/t */ } -tr, -img { +tr, img { page-break-inside: avoid; } @@ -67,14 +61,11 @@ img { margin: 0.5cm; } -p, -h2, -h3 { +p, h2, h3 { orphans: 3; widows: 3; } -h2, -h3 { +h2, h3 { page-break-after: avoid; } http://git-wip-us.apache.org/repos/asf/openmeetings-site/blob/99bdb151/css/reflow-skin.css ---------------------------------------------------------------------- diff --git a/css/reflow-skin.css b/css/reflow-skin.css index a790425..05620fe 100644 --- a/css/reflow-skin.css +++ b/css/reflow-skin.css @@ -9,12 +9,142 @@ h4[id]:before, h5[id]:before, h6[id]:before, a[name]:before { - display:block; - content:""; - height:90px; - margin:-90px 0 0; + display:block; + content:""; + height:100px; + margin:-100px 0 0; } +/*-------------------------------------------------- + * nav list + *--------------------------------------------------*/ + +.nav-list>li>a, .nav-list .nav-header { + margin-left: -15px; + margin-right: -15px; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); +} + +.nav-header { + display: block; + padding: 3px 15px; + font-size: 11px; + font-weight: bold; + line-height: 20px; + color: #999999; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + text-transform: uppercase; +} + +.nav li+.nav-header { + margin-top: 9px; +} + +.nav-list { + padding-left: 15px; + padding-right: 15px; + margin-bottom: 0; +} + +.nav-list>li>a, .nav-list .nav-header { + margin-left: -15px; + margin-right: -15px; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); +} + +.nav-list>li>a { + padding: 3px 15px; +} + +.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus + { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); + background-color: #0088cc; +} + +.nav-list [class^="glyphicon"], .nav-list [class*=" glyphicon"] { + margin-right: 2px; +} + +.nav-list .divider { + *width: 100%; + height: 1px; + margin: 9px 1px; + *margin: -5px 0 5px; + overflow: hidden; + background-color: #e5e5e5; + border-bottom: 1px solid #ffffff; +} + + +/*-------------------------------------------------- + * dropdown submmenu + *--------------------------------------------------*/ + +.dropdown-submenu { + position: relative; +} + +.dropdown-submenu>.dropdown-menu { + top: 0; + left: 100%; + margin-top: -6px; + margin-left: -1px; + -webkit-border-radius: 0 6px 6px 6px; + -moz-border-radius: 0 6px 6px; + border-radius: 0 6px 6px 6px; +} + +.dropdown-submenu:hover>.dropdown-menu { + display: block; + right: auto; +} + +.dropdown-submenu>a:after { + display: block; + content: " "; + float: right; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; + border-width: 5px 0 5px 5px; + border-left-color: #ccc; + margin-top: 5px; + margin-right: -10px; +} + +.dropdown-submenu:hover>a:after { + border-left-color: #fff; +} + +.dropdown-submenu.pull-left { + float: none; +} + +.dropdown-submenu.pull-left>.dropdown-menu { + left: -100%; + margin-left: 10px; + -webkit-border-radius: 6px 0 6px 6px; + -moz-border-radius: 6px 0 6px 6px; + border-radius: 6px 0 6px 6px; +} + +/*-------------------------------------------------- + * carousel + *--------------------------------------------------*/ + +.carousel-caption { + width: 100%; + opacity: 0.7; + background-color: black; + left: 0; + right: 0; + bottom: 0; + padding: 10px; + padding-top: 0; +} /* Fixed subnav support: */ @@ -22,14 +152,14 @@ a[name]:before { @media (min-width: 980px) { .navbar.affix { position: fixed; - top: 40px; + top: 50px; right: 0; left: 0; z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */ margin-bottom: 0; } - - .navbar.affix .navbar-inner { + +.navbar.affix .navbar-inner { border-width: 0 0 1px; padding-right: 0; padding-left: 0; @@ -41,7 +171,7 @@ a[name]:before { box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1); } - .navbar.affix .container { +.navbar.affix .container { width: 940px; } } http://git-wip-us.apache.org/repos/asf/openmeetings-site/blob/99bdb151/css/site.css ---------------------------------------------------------------------- diff --git a/css/site.css b/css/site.css index 8864d3a..627d34a 100644 --- a/css/site.css +++ b/css/site.css @@ -1,78 +1,21 @@ -/* -* Licensed to the Apache Software Foundation (ASF) under one or more -* contributor license agreements. See the NOTICE file distributed with -* this work for additional information regarding copyright ownership. -* The ASF licenses this file to You under the Apache License, Version 2.0 -* (the "License"); you may not use this file except in compliance with -* the License. You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ +/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */ iframe { width: 100%; min-height: 700px; } -/* need to be removed on bootstrap update */ -.bs-callout+.bs-callout { - margin-top: -5px; -} -.bs-callout { - padding: 20px; - margin: 20px 0; - border: 1px solid #eee; - border-left-width: 5px; - border-radius: 3px; - position: relative; -} -.bs-callout-info { - border-left-color: #5bc0de; -} -.bs-callout-info b { - color: #5bc0de; -} -.bs-callout-danger { - border-left-color: #d9534f; -} -.bs-callout-danger b { - color: #d9534f; +#bannerRight img, #bannerLeft img { + height: 80px !important; } -.bs-callout span { - display: block; - margin-bottom: 5px; +.color-highlight { + color: #cb2533; + text-transform: uppercase; } -.bs-callout span b { +.alignnone.img-responsive { display: inline-block; } -.bs-callout b { - display: block; - margin-top: 0; - margin-bottom: 5px; - font-size: 18px; - margin-top: 10px; - margin-bottom: 10px; - font-family: inherit; - font-weight: 500; - line-height: 1.1; -} -.bs-callout span:last-child { - margin-bottom: 0; -} -.bs-callout span.date { - display: inline-block; +#toc-sidebar { position: absolute; - top: 10px; - right: 20px; -} -#bannerRight img, #bannerLeft img { - height: 80px !important; } - /* Call for logo, need to be removed*/ .powered-preview { background-repeat: no-repeat; @@ -96,3 +39,27 @@ iframe { .example-image-link { display: block; } +.install-steps { + font-size: 20px; + background: linear-gradient(to right, lime, green); + color: white !important; + max-width: 385px; + font-weight: bold; +} +.install-steps a { + color: white; +} +.install-steps .small { + font-size: small; + text-align: right; +} +.install-steps .step { + background-repeat: no-repeat; + padding-left: 40px; +} +.install-steps .step.unpack { + background-image: url(../images/box_open.png); +} +.install-steps .step.run { + background-image: url(../images/world.png); +} http://git-wip-us.apache.org/repos/asf/openmeetings-site/blob/99bdb151/demo.html ---------------------------------------------------------------------- diff --git a/demo.html b/demo.html index 1f7a1ac..6a4c726 100644 --- a/demo.html +++ b/demo.html @@ -1,261 +1,233 @@ -<!DOCTYPE html> + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - Generated by Apache Maven Doxia at 2017-10-30 - Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin) + Generated by Apache Maven Doxia at 2017-12-06 + Rendered using Reflow Maven Skin 1.3.3 (http://devacfr.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en"> - <head> - <meta charset="UTF-8" /> - <title>Apache OpenMeetings Project - - Demo servers</title> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="description" content="" /> - <meta name="author" content="Apache OpenMeetings Team" /> - <meta http-equiv="content-language" content="en" /> - - <link href=".//css/bootstrap.min.css" rel="stylesheet" /> - <link href=".//css/bootstrap-responsive.min.css" rel="stylesheet" /> - <link href=".//css/docs.css" rel="stylesheet" /> - <link href=".//css/reflow-skin.css" rel="stylesheet" /> - - - <link href=".//css/lightbox.css" rel="stylesheet" /> - - <link href=".//css/site.css" rel="stylesheet" /> - <link href=".//css/print.css" rel="stylesheet" media="print" /> - - <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> - <!--[if lt IE 9]> - <script src=".//js/html5.js"></script> - <![endif]--> - - - - </head> - - <body class="page-demo project-openmeetings-server" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target"> - - <div class="navbar navbar-fixed-top"> - <div class="navbar-inner"> - <div class="container"> - <a class="btn btn-navbar" data-toggle="collapse" data-target="#top-nav-collapse"> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </a> - <div class="brand"><span class="color-highlight">Apache</span> OpenMeetings</div> - <div class="nav-collapse collapse" id="top-nav-collapse"> - <ul class="nav pull-right"> - <li class="active"><a href="" title="Demo">Demo</a></li> - <li ><a href="downloads.html" title="Download">Download</a></li> - <li ><a href="https://cwiki.apache.org/confluence/display/OPENMEETINGS" title="Wiki" class="externalLink">Wiki</a></li> - <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">General <b class="caret"></b></a> - <ul class="dropdown-menu"> - <li ><a href="index.html" title="Home">Home</a></li> - <li ><a href="http://www.apache.org/licenses/" title="License" class="externalLink">License</a></li> - <li ><a href="http://www.apache.org/" title="ASF" class="externalLink">ASF</a></li> - <li ><a href="https://www.apache.org/foundation/sponsorship" title="Sponsorship" class="externalLink">Sponsorship</a></li> - <li ><a href="https://www.apache.org/foundation/thanks" title="Thanks" class="externalLink">Thanks</a></li> - <li ><a href="CallForLogo.html" title="Call For Logo">Call For Logo</a></li> - <li ><a href="NewsArchive.html" title="News archive">News archive</a></li> - <li ><a href="security.html" title="Security">Security</a></li> - <li ><a href="commercial-support.html" title="Commercial Support">Commercial Support</a></li> - </ul> - </li> - <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Installation <b class="caret"></b></a> - <ul class="dropdown-menu"> - <li ><a href="installation.html" title="Installation">Installation</a></li> - <li ><a href="Upgrade.html" title="Upgrade">Upgrade</a></li> - <li ><a href="https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools" title="Tutorials" class="externalLink">Tutorials</a></li> - <li ><a href="CommandLineAdmin.html" title="Command Line Admin">Command Line Admin</a></li> - </ul> - </li> - <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a> - <ul class="dropdown-menu"> - <li ><a href="get-involved.html" title="Get Involved">Get Involved</a></li> - <li ><a href="team-list.html" title="Committers">Committers</a></li> - <li ><a href="OurUsers.html" title="Our Users">Our Users</a></li> - <li ><a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a></li> - <li ><a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/" title="Wiki" class="externalLink">Wiki</a></li> - </ul> - </li> - <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a> - <ul class="dropdown-menu"> - <li ><a href="source-repository.html" title="Source Code">Source Code</a></li> - <li ><a href="issue-tracking.html" title="Bugs / Issues">Bugs / Issues</a></li> - <li ><a href="dependencies.html" title="Dependencies">Dependencies</a></li> - <li ><a href="integration.html" title="Continuous Integration">Continuous Integration</a></li> - <li ><a href="BuildInstructions_3.0.x.html" title="Build Instructions 3.0.x">Build Instructions 3.0.x</a></li> - <li ><a href="BuildInstructions.html" title="Build Instructions">Build Instructions</a></li> - <li ><a href="JUnitTesting.html" title="JUnit Testing">JUnit Testing</a></li> - <li ><a href="ManualTesting.html" title="Manual Testing">Manual Testing</a></li> - <li ><a href="ReleaseGuide.html" title="Release Guide">Release Guide</a></li> - <li ><a href="WebsiteGuide.html" title="Website Guide">Website Guide</a></li> - </ul> - </li> - <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Configuration <b class="caret"></b></a> - <ul class="dropdown-menu"> - <li class="dropdown-submenu "> - <a href="demo.html#integration" title="Integration">Integration</a> - <ul class="dropdown-menu"> - <li ><a href="openmeetings-webservice/apidocs/index.html" title="SOAP/REST API" target="_blank">SOAP/REST API</a></li> - <li ><a href="RestAPISample.html" title="REST API Sample">REST API Sample</a></li> - <li ><a href="LdapAndADS.html" title="Ldap and ADS">Ldap and ADS</a></li> - <li ><a href="oauth2.html" title="OAuth2">OAuth2</a></li> - <li ><a href="voip-sip-integration.html" title="VoIP and SIP">VoIP and SIP</a></li> - <li ><a href="errorvalues.html" title="Errors table">Errors table</a></li> - <li ><a href="CalDAVandGCal.html" title="CalDAV and Google Calendar integration">CalDAV and Google Calendar integration</a></li> - <li ><a href="ExternalVideo.html" title="External Video/Camera">External Video/Camera</a></li> - </ul> - </li> - <li class="dropdown-submenu "> - <a href="demo.html#plugins" title="Plugins">Plugins</a> - <ul class="dropdown-menu"> - <li ><a href="MoodlePlugin.html" title="Moodle Plugin">Moodle Plugin</a></li> - <li ><a href="SakaiPlugin.html" title="Sakai Plugin">Sakai Plugin</a></li> - <li ><a href="JiraPlugin.html" title="Jira Plugin">Jira Plugin</a></li> - <li ><a href="JoomlaPlugin.html" title="Joomla Plugin">Joomla Plugin</a></li> - <li ><a href="DrupalPlugin.html" title="Drupal Plugin">Drupal Plugin</a></li> - <li ><a href="BitrixPlugin.html" title="Bitrix Plugin">Bitrix Plugin</a></li> - <li ><a href="ConfluencePlugin.html" title="Confluence Plugin">Confluence Plugin</a></li> - <li ><a href="SugarCRMPlugin.html" title="SugarCRM Plugin">SugarCRM Plugin</a></li> - <li ><a href="RedminePlugin.html" title="Redmine Plugin">Redmine Plugin</a></li> - </ul> - </li> - <li class="dropdown-submenu "> - <a href="demo.html#db" title="DB Sample Configurations">DB Sample Configurations</a> - <ul class="dropdown-menu"> - <li ><a href="ApacheDerbyConfig.html" title="Apache Derby">Apache Derby</a></li> - <li ><a href="IBMDB2Config.html" title="IBM DB2">IBM DB2</a></li> - <li ><a href="OracleConfig.html" title="Oracle">Oracle</a></li> - <li ><a href="MySQLConfig.html" title="MySQL">MySQL</a></li> - <li ><a href="PostgresConfig.html" title="Postgres">Postgres</a></li> - <li ><a href="MSSQLConfig.html" title="MSSQL">MSSQL</a></li> - </ul> - </li> - <li class="dropdown-submenu "> - <a href="demo.html#localization" title="Localization and languages">Localization and languages</a> - <ul class="dropdown-menu"> - <li ><a href="Internationalisation.html" title="Internationalisation">Internationalisation</a></li> - <li ><a href="LanguageEditor.html" title="LanguageEditor">LanguageEditor</a></li> - <li ><a href="TimeZoneHandling.html" title="TimeZoneHandling">TimeZoneHandling</a></li> - <li ><a href="EditTemplates.html" title="EditTemplates">EditTemplates</a></li> - </ul> - </li> - <li class="dropdown-submenu "> - <a href="demo.html#port" title="NAT Port Settings">NAT Port Settings</a> - <ul class="dropdown-menu"> - <li ><a href="PortSettings.html" title="Port settings">Port settings</a></li> - </ul> - </li> - <li class="dropdown-submenu "> - <a href="demo.html#performance" title="Performance">Performance</a> - <ul class="dropdown-menu"> - <li ><a href="JVMPerformanceTuning.html" title="JVM performance tuning">JVM performance tuning</a></li> - <li ><a href="NetworkCalculator.html" title="Network bandwidth calculator">Network bandwidth calculator</a></li> - </ul> - </li> - <li class="dropdown-submenu "> - <a href="demo.html#interface" title="User Interface">User Interface</a> - <ul class="dropdown-menu"> - <li ><a href="themes-and-branding.html" title="Themes">Themes</a></li> - <li ><a href="Dashboard.html" title="Dashboard">Dashboard</a></li> - <li ><a href="WebcamResolutions.html" title="Webcam resolutions">Webcam resolutions</a></li> - <li ><a href="ConferenceRoomLayoutOptions.html" title="Room layout options">Room layout options</a></li> - <li ><a href="HotKeys.html" title="Hot Keys">Hot Keys</a></li> - </ul> - </li> - <li class="dropdown-submenu "> - <a href="demo.html#customize" title="Customization">Customization</a> - <ul class="dropdown-menu"> - <li ><a href="WebappNamePath.html" title="Webapp name/path">Webapp name/path</a></li> - <li ><a href="Navigation.html" title="Navigation">Navigation</a></li> - <li ><a href="CalendarAndTimezone.html" title="Calendar and timezone">Calendar and timezone</a></li> - <li ><a href="CustomRoomTypeHowTo.html" title="Custom room type">Custom room type</a></li> - <li ><a href="CustomCryptMechanism.html" title="Custom crypt mechanism">Custom crypt mechanism</a></li> - <li ><a href="GeneralConfiguration.html" title="General Configuration">General Configuration</a></li> - </ul> - </li> - <li class="dropdown-submenu "> - <a href="demo.html#security" title="Security">Security</a> - <ul class="dropdown-menu"> - <li ><a href="RestrictedAccess.html" title="Restricted Access">Restricted Access</a></li> - <li ><a href="RTMPSAndHTTPS.html" title="RTMPS and HTTPS">RTMPS and HTTPS</a></li> - </ul> - </li> - <li class="dropdown-submenu "> - <a href="demo.html#convert" title="Converters">Converters</a> - <ul class="dropdown-menu"> - <li ><a href="OpenOfficeConverter.html" title="OpenOffice Converter">OpenOffice Converter</a></li> - </ul> - </li> - <li class="dropdown-submenu "> - <a href="demo.html#cluster" title="Clustering">Clustering</a> - <ul class="dropdown-menu"> - <li ><a href="Clustering.html" title="Clustering">Clustering</a></li> - </ul> - </li> - <li class="dropdown-submenu "> - <a href="demo.html#misc" title="Misc">Misc</a> - <ul class="dropdown-menu"> - <li ><a href="GetVersionInfo.html" title="Get version info">Get version info</a></li> - </ul> - </li> - </ul> - </li> - </ul> - </div><!--/.nav-collapse --> - </div> - </div> - </div> - - <div class="container"> - - <!-- Masthead - ================================================== --> + <head> + <meta charset="UTF-8" /> + <title>Apache OpenMeetings Project – Demo servers</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="" /> + <meta name="author" content="Apache OpenMeetings Team" /> + <meta http-equiv="content-language" content="en" /> + <link href=".//css/bootstrap.min.css" rel="stylesheet" /> + <link href=".//css/bootstrap-responsive.min.css" rel="stylesheet" /> + <link href=".//css/docs.css" rel="stylesheet" /> + <link href=".//css/reflow-skin.css" rel="stylesheet" /> + + <link href=".//css/lightbox.css" rel="stylesheet" /> + <link href=".//css/site.css" rel="stylesheet" /> + <link href=".//css/print.css" rel="stylesheet" media="print" /> +<link rel="stylesheet" href=".//css/site.css"/> + </head> + <body class="page-demo project-openmeetings-server" data-spy="scroll" data-offset="70" data-target="#toc-scroll-target"> - <header> - <div class="jumbotron subhead"> - <div class="row" id="banner"> - <div class="span12"> - <div class="pull-left"> - <a href="index.html" id="bannerLeft"><img src="images/logo.png" alt='"'Apache OpenMeetings'"' /></a> - </div> - <div class="pull-right"> - <a href="http://apache.org" id="bannerRight"><img src="http://apache.org/img/asf_logo.png" alt='"'Apache'"' /></a> - </div> - </div> - </div> - </div> - <div> - <ul class="breadcrumb"> - <li class="publishDate version-date">Last Published: 2017-10-30</li> - </ul> - </div> - </header> + <div class="navbar navbar-default navbar-fixed-top"> + <div class="container"> + <!-- Brand and toggle get grouped for better mobile display --> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#top-navbar-collapse-1" aria-expanded="false"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand" href="index.html"><span class="color-highlight">Apache</span> OpenMeetings</a> + </div> <!-- .navbar-header --> + <div class="collapse navbar-collapse" id="top-navbar-collapse-1"> + <ul class="nav navbar-nav navbar-right"> + <li class="active" ><a href="" title="Demo" >Demo</a></li> +<li ><a href="downloads.html" title="Download" >Download</a></li> +<li ><a href="https://cwiki.apache.org/confluence/display/OPENMEETINGS" title="Wiki" class="externalLink" >Wiki</a></li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">General <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li ><a href="index.html" title="Home" >Home</a></li> + <li ><a href="http://www.apache.org/licenses/" title="License" class="externalLink" >License</a></li> + <li ><a href="http://www.apache.org/" title="ASF" class="externalLink" >ASF</a></li> + <li ><a href="https://www.apache.org/foundation/sponsorship" title="Sponsorship" class="externalLink" >Sponsorship</a></li> + <li ><a href="https://www.apache.org/foundation/thanks" title="Thanks" class="externalLink" >Thanks</a></li> + <li ><a href="CallForLogo.html" title="Call For Logo" >Call For Logo</a></li> + <li ><a href="NewsArchive.html" title="News archive" >News archive</a></li> + <li ><a href="security.html" title="Security" >Security</a></li> + <li ><a href="commercial-support.html" title="Commercial Support" >Commercial Support</a></li> + </ul> + </li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Installation <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li ><a href="installation.html" title="Installation" >Installation</a></li> + <li ><a href="Upgrade.html" title="Upgrade" >Upgrade</a></li> + <li ><a href="https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools" title="Tutorials" class="externalLink" >Tutorials</a></li> + <li ><a href="CommandLineAdmin.html" title="Command Line Admin" >Command Line Admin</a></li> + </ul> + </li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li ><a href="get-involved.html" title="Get Involved" >Get Involved</a></li> + <li ><a href="team-list.html" title="Committers" >Committers</a></li> + <li ><a href="OurUsers.html" title="Our Users" >Our Users</a></li> + <li ><a href="mail-lists.html" title="Mailing Lists" >Mailing Lists</a></li> + <li ><a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/" title="Wiki" class="externalLink" >Wiki</a></li> + </ul> + </li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Configuration <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li class="dropdown-submenu "> +<a href="demo.html#integration" title="Integration" >Integration</a> <ul class="dropdown-menu"> + <li ><a href="openmeetings-webservice/apidocs/index.html" title="SOAP/REST API" target="_blank" >SOAP/REST API</a></li> + <li ><a href="RestAPISample.html" title="REST API Sample" >REST API Sample</a></li> + <li ><a href="LdapAndADS.html" title="Ldap and ADS" >Ldap and ADS</a></li> + <li ><a href="oauth2.html" title="OAuth2" >OAuth2</a></li> + <li ><a href="voip-sip-integration.html" title="VoIP and SIP" >VoIP and SIP</a></li> + <li ><a href="errorvalues.html" title="Errors table" >Errors table</a></li> + <li ><a href="CalDAVandGCal.html" title="CalDAV and Google Calendar integration" >CalDAV and Google Calendar integration</a></li> + <li ><a href="ExternalVideo.html" title="External Video/Camera" >External Video/Camera</a></li> + </ul> + </li> + <li class="dropdown-submenu "> +<a href="demo.html#plugins" title="Plugins" >Plugins</a> <ul class="dropdown-menu"> + <li ><a href="MoodlePlugin.html" title="Moodle Plugin" >Moodle Plugin</a></li> + <li ><a href="SakaiPlugin.html" title="Sakai Plugin" >Sakai Plugin</a></li> + <li ><a href="JiraPlugin.html" title="Jira Plugin" >Jira Plugin</a></li> + <li ><a href="JoomlaPlugin.html" title="Joomla Plugin" >Joomla Plugin</a></li> + <li ><a href="DrupalPlugin.html" title="Drupal Plugin" >Drupal Plugin</a></li> + <li ><a href="BitrixPlugin.html" title="Bitrix Plugin" >Bitrix Plugin</a></li> + <li ><a href="ConfluencePlugin.html" title="Confluence Plugin" >Confluence Plugin</a></li> + <li ><a href="SugarCRMPlugin.html" title="SugarCRM Plugin" >SugarCRM Plugin</a></li> + <li ><a href="RedminePlugin.html" title="Redmine Plugin" >Redmine Plugin</a></li> + </ul> + </li> + <li class="dropdown-submenu "> +<a href="demo.html#db" title="DB Sample Configurations" >DB Sample Configurations</a> <ul class="dropdown-menu"> + <li ><a href="ApacheDerbyConfig.html" title="Apache Derby" >Apache Derby</a></li> + <li ><a href="IBMDB2Config.html" title="IBM DB2" >IBM DB2</a></li> + <li ><a href="OracleConfig.html" title="Oracle" >Oracle</a></li> + <li ><a href="MySQLConfig.html" title="MySQL" >MySQL</a></li> + <li ><a href="PostgresConfig.html" title="Postgres" >Postgres</a></li> + <li ><a href="MSSQLConfig.html" title="MSSQL" >MSSQL</a></li> + </ul> + </li> + <li class="dropdown-submenu "> +<a href="demo.html#localization" title="Localization and languages" >Localization and languages</a> <ul class="dropdown-menu"> + <li ><a href="Internationalisation.html" title="Internationalisation" >Internationalisation</a></li> + <li ><a href="LanguageEditor.html" title="LanguageEditor" >LanguageEditor</a></li> + <li ><a href="TimeZoneHandling.html" title="TimeZoneHandling" >TimeZoneHandling</a></li> + <li ><a href="EditTemplates.html" title="EditTemplates" >EditTemplates</a></li> + </ul> + </li> + <li class="dropdown-submenu "> +<a href="demo.html#port" title="NAT Port Settings" >NAT Port Settings</a> <ul class="dropdown-menu"> + <li ><a href="PortSettings.html" title="Port settings" >Port settings</a></li> + </ul> + </li> + <li class="dropdown-submenu "> +<a href="demo.html#performance" title="Performance" >Performance</a> <ul class="dropdown-menu"> + <li ><a href="JVMPerformanceTuning.html" title="JVM performance tuning" >JVM performance tuning</a></li> + <li ><a href="NetworkCalculator.html" title="Network bandwidth calculator" >Network bandwidth calculator</a></li> + </ul> + </li> + <li class="dropdown-submenu "> +<a href="demo.html#interface" title="User Interface" >User Interface</a> <ul class="dropdown-menu"> + <li ><a href="themes-and-branding.html" title="Themes" >Themes</a></li> + <li ><a href="Dashboard.html" title="Dashboard" >Dashboard</a></li> + <li ><a href="WebcamResolutions.html" title="Webcam resolutions" >Webcam resolutions</a></li> + <li ><a href="ConferenceRoomLayoutOptions.html" title="Room layout options" >Room layout options</a></li> + <li ><a href="HotKeys.html" title="Hot Keys" >Hot Keys</a></li> + </ul> + </li> + <li class="dropdown-submenu "> +<a href="demo.html#customize" title="Customization" >Customization</a> <ul class="dropdown-menu"> + <li ><a href="WebappNamePath.html" title="Webapp name/path" >Webapp name/path</a></li> + <li ><a href="Navigation.html" title="Navigation" >Navigation</a></li> + <li ><a href="CalendarAndTimezone.html" title="Calendar and timezone" >Calendar and timezone</a></li> + <li ><a href="CustomRoomTypeHowTo.html" title="Custom room type" >Custom room type</a></li> + <li ><a href="CustomCryptMechanism.html" title="Custom crypt mechanism" >Custom crypt mechanism</a></li> + <li ><a href="GeneralConfiguration.html" title="General Configuration" >General Configuration</a></li> + </ul> + </li> + <li class="dropdown-submenu "> +<a href="demo.html#security" title="Security" >Security</a> <ul class="dropdown-menu"> + <li ><a href="RestrictedAccess.html" title="Restricted Access" >Restricted Access</a></li> + <li ><a href="RTMPSAndHTTPS.html" title="RTMPS and HTTPS" >RTMPS and HTTPS</a></li> + </ul> + </li> + <li class="dropdown-submenu "> +<a href="demo.html#convert" title="Converters" >Converters</a> <ul class="dropdown-menu"> + <li ><a href="OpenOfficeConverter.html" title="OpenOffice Converter" >OpenOffice Converter</a></li> + </ul> + </li> + <li class="dropdown-submenu "> +<a href="demo.html#cluster" title="Clustering" >Clustering</a> <ul class="dropdown-menu"> + <li ><a href="Clustering.html" title="Clustering" >Clustering</a></li> + </ul> + </li> + <li class="dropdown-submenu "> +<a href="demo.html#misc" title="Misc" >Misc</a> <ul class="dropdown-menu"> + <li ><a href="GetVersionInfo.html" title="Get version info" >Get version info</a></li> + </ul> + </li> + </ul> + </li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li ><a href="source-repository.html" title="Source Code" >Source Code</a></li> + <li ><a href="issue-tracking.html" title="Bugs / Issues" >Bugs / Issues</a></li> + <li ><a href="dependencies.html" title="Dependencies" >Dependencies</a></li> + <li ><a href="integration.html" title="Continuous Integration" >Continuous Integration</a></li> + <li ><a href="BuildInstructions_3.0.x.html" title="Build Instructions 3.0.x" >Build Instructions 3.0.x</a></li> + <li ><a href="BuildInstructions.html" title="Build Instructions" >Build Instructions</a></li> + <li ><a href="JUnitTesting.html" title="JUnit Testing" >JUnit Testing</a></li> + <li ><a href="ManualTesting.html" title="Manual Testing" >Manual Testing</a></li> + <li ><a href="ReleaseGuide.html" title="Release Guide" >Release Guide</a></li> + <li ><a href="WebsiteGuide.html" title="Website Guide" >Website Guide</a></li> + </ul> + </li> + </ul> + </div><!--/.nav-collapse --> + </div> <!--/.container --> + </div> <!--/.container --> + <div class="container"> + <!-- Masthead --> + <!-- ================================================== --> <header> + <div class="jumbotron subhead"> + <div class="row" id="banner"> + <div class="col-md-12"> + <div class="pull-left"> + <a href="index.html" id="bannerLeft"> + <img src="images/logo.png" + alt='"'Apache OpenMeetings'"' + /> </a> + </div> + <div class="pull-right"> + <a href="https://apache.org" id="bannerRight"> + <img src="https://apache.org/img/asf_logo.png" + alt='"'Apache'"' + /> </a> + </div> + </div> + </div> + </div> + <div> + <ol class="breadcrumb"> + <li class="publishDate version-date"> + Last Published: 2017-12-06 +</li> + </ol> + </div> + </header> + <div class="main-body"> - <div class="main-body"> - <div class="row"> - <div class="span8"> - <div class="body-content"> -<!-- Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. --> + <div class="row"> + <div class="col-md-8"> + <div class="body-content"> <div class="section"> <div class="page-header"> <h2 id="Apache_OpenMeetings_Demo_Servers">Apache OpenMeetings Demo Servers</h2> @@ -284,160 +256,122 @@ </tr> </tbody> </table> -</div> - </div> - </div> - <div class="span4"> - <div id="toc-sidebar"> - <div class="well"> - <ul class="nav nav-list"> - <li class="nav-header">Table of Contents</li> - <li><a href="#Apache_OpenMeetings_Demo_Servers" title="Apache OpenMeetings Demo Servers">Apache OpenMeetings Demo Servers</a> - </ul> - </div> - </div> - </div> - </div> - </div> +</div> </div> + </div> + <div class="col-md-4"> + <div id="toc-sidebar" class="hidden-print hidden-xs hidden-sm"> + + <div id="toc-scroll-target"> + <div class="well"> + <ul class="nav nav-list"> + <li class="nav-header">Table of Contents</li> + <li><a href="#Apache_OpenMeetings_Demo_Servers" title="Apache OpenMeetings Demo Servers">Apache OpenMeetings Demo Servers</a> + </ul> + + </div> + </div> + + </div> + </div> + </div> + </div><!-- /container --> + <!-- Footer + ================================================== --> + <footer class="well"> + <div class="container"> + <div class="row"> + <div class="col-md-3 bottom-nav"> + + <ul class="nav nav-list"> + <li class="nav-header">General</li> + <li ><a href="index.html" title="Home" >Home</a></li> + <li ><a href="http://www.apache.org/licenses/" title="License" class="externalLink" >License</a></li> + <li ><a href="http://www.apache.org/" title="ASF" class="externalLink" >ASF</a></li> + <li ><a href="https://www.apache.org/foundation/sponsorship" title="Sponsorship" class="externalLink" >Sponsorship</a></li> + <li ><a href="https://www.apache.org/foundation/thanks" title="Thanks" class="externalLink" >Thanks</a></li> + <li ><a href="CallForLogo.html" title="Call For Logo" >Call For Logo</a></li> + <li ><a href="NewsArchive.html" title="News archive" >News archive</a></li> + <li ><a href="security.html" title="Security" >Security</a></li> + <li ><a href="commercial-support.html" title="Commercial Support" >Commercial Support</a></li> + </ul> - </div><!-- /container --> + </div> + <div class="col-md-3 bottom-nav"> - <!-- Footer - ================================================== --> - <footer class="well"> - <div class="container"> - <div class="row"> - <div class="span3 bottom-nav"> - <ul class="nav nav-list"> - <li class="nav-header">General</li> - <li > - <a href="index.html" title="Home">Home</a> - </li> - <li > - <a href="http://www.apache.org/licenses/" title="License" class="externalLink">License</a> - </li> - <li > - <a href="http://www.apache.org/" title="ASF" class="externalLink">ASF</a> - </li> - <li > - <a href="https://www.apache.org/foundation/sponsorship" title="Sponsorship" class="externalLink">Sponsorship</a> - </li> - <li > - <a href="https://www.apache.org/foundation/thanks" title="Thanks" class="externalLink">Thanks</a> - </li> - <li > - <a href="CallForLogo.html" title="Call For Logo">Call For Logo</a> - </li> - <li > - <a href="NewsArchive.html" title="News archive">News archive</a> - </li> - <li > - <a href="security.html" title="Security">Security</a> - </li> - <li > - <a href="commercial-support.html" title="Commercial Support">Commercial Support</a> - </li> - </ul> - </div> - <div class="span3 bottom-nav"> - <ul class="nav nav-list"> - <li class="nav-header">Installation</li> - <li > - <a href="installation.html" title="Installation">Installation</a> - </li> - <li > - <a href="Upgrade.html" title="Upgrade">Upgrade</a> - </li> - <li > - <a href="https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools" title="Tutorials" class="externalLink">Tutorials</a> - </li> - <li > - <a href="CommandLineAdmin.html" title="Command Line Admin">Command Line Admin</a> - </li> - </ul> - </div> - <div class="span3 bottom-nav"> - <ul class="nav nav-list"> - <li class="nav-header">Community</li> - <li > - <a href="get-involved.html" title="Get Involved">Get Involved</a> - </li> - <li > - <a href="team-list.html" title="Committers">Committers</a> - </li> - <li > - <a href="OurUsers.html" title="Our Users">Our Users</a> - </li> - <li > - <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a> - </li> - <li > - <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/" title="Wiki" class="externalLink">Wiki</a> - </li> - </ul> - </div> - <div class="span3 bottom-nav"> - <ul class="nav nav-list"> - <li class="nav-header">Development</li> - <li > - <a href="source-repository.html" title="Source Code">Source Code</a> - </li> - <li > - <a href="issue-tracking.html" title="Bugs / Issues">Bugs / Issues</a> - </li> - <li > - <a href="dependencies.html" title="Dependencies">Dependencies</a> - </li> - <li > - <a href="integration.html" title="Continuous Integration">Continuous Integration</a> - </li> - <li > - <a href="BuildInstructions_3.0.x.html" title="Build Instructions 3.0.x">Build Instructions 3.0.x</a> - </li> - <li > - <a href="BuildInstructions.html" title="Build Instructions">Build Instructions</a> - </li> - <li > - <a href="JUnitTesting.html" title="JUnit Testing">JUnit Testing</a> - </li> - <li > - <a href="ManualTesting.html" title="Manual Testing">Manual Testing</a> - </li> - <li > - <a href="ReleaseGuide.html" title="Release Guide">Release Guide</a> - </li> - <li > - <a href="WebsiteGuide.html" title="Website Guide">Website Guide</a> - </li> - </ul> - </div> - </div> - </div> - </footer> + <ul class="nav nav-list"> + <li class="nav-header">Installation</li> + <li ><a href="installation.html" title="Installation" >Installation</a></li> + <li ><a href="Upgrade.html" title="Upgrade" >Upgrade</a></li> + <li ><a href="https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools" title="Tutorials" class="externalLink" >Tutorials</a></li> + <li ><a href="CommandLineAdmin.html" title="Command Line Admin" >Command Line Admin</a></li> + </ul> - <div class="container subfooter"> - <div class="row"> - <div class="span12"> - <p class="pull-right"><a href="#">Back to top</a></p> - <p class="copyright">Copyright ©2012-2017 <a href="http://apache.org">Apache Software Foundation</a>. All Rights Reserved.</p> - + </div> + <div class="col-md-3 bottom-nav"> + + <ul class="nav nav-list"> + <li class="nav-header">Community</li> + <li ><a href="get-involved.html" title="Get Involved" >Get Involved</a></li> + <li ><a href="team-list.html" title="Committers" >Committers</a></li> + <li ><a href="OurUsers.html" title="Our Users" >Our Users</a></li> + <li ><a href="mail-lists.html" title="Mailing Lists" >Mailing Lists</a></li> + <li ><a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/" title="Wiki" class="externalLink" >Wiki</a></li> + </ul> + + </div> + <div class="col-md-3 bottom-nav"> + + <ul class="nav nav-list"> + <li class="nav-header">Development</li> + <li ><a href="source-repository.html" title="Source Code" >Source Code</a></li> + <li ><a href="issue-tracking.html" title="Bugs / Issues" >Bugs / Issues</a></li> + <li ><a href="dependencies.html" title="Dependencies" >Dependencies</a></li> + <li ><a href="integration.html" title="Continuous Integration" >Continuous Integration</a></li> + <li ><a href="BuildInstructions_3.0.x.html" title="Build Instructions 3.0.x" >Build Instructions 3.0.x</a></li> + <li ><a href="BuildInstructions.html" title="Build Instructions" >Build Instructions</a></li> + <li ><a href="JUnitTesting.html" title="JUnit Testing" >JUnit Testing</a></li> + <li ><a href="ManualTesting.html" title="Manual Testing" >Manual Testing</a></li> + <li ><a href="ReleaseGuide.html" title="Release Guide" >Release Guide</a></li> + <li ><a href="WebsiteGuide.html" title="Website Guide" >Website Guide</a></li> + </ul> + + </div> + </div> + </div> + </footer> + <div class="container subfooter"> + <div class="row"> + <div class="col-md-12"> + <p class="pull-right"><a href="#">Back to top</a></p> + <p class="copyright">Copyright ©2012-2017 <a href="http://apache.org">Apache Software Foundation</a> +. All Rights Reserved.</p> <p>Apache OpenMeetings, OpenMeetings, Apache, the Apache feather, and the Apache OpenMeetings project logo</p> -<p>are trademarks of the Apache Software Foundation.</p> </div> - </div> - </div> + <p>are trademarks of the Apache Software Foundation.</p> + </div> + </div> + </div> + <!-- Le javascript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src=".//js/jquery.min.js"></script> + <script src=".//js/bootstrap.min.js"></script> + + <script src=".//js/lightbox.min.js"></script> - <!-- Le javascript - ================================================== --> - <!-- Placed at the end of the document so the pages load faster --> - <script src=".//js/jquery.min.js"></script> + <script src=".//js/reflow-scroll.js"></script> - <script src=".//js/bootstrap.min.js"></script> - <script src=".//js/lightbox.min.js"></script> - <script src=".//js/reflow-scroll.js"></script> - +<script src=".//js/site.js" type="text/javascript"></script> <script src=".//js/jquery-ui.min.js" type="text/javascript"></script> -<script src=".//js/netcalc.js" type="text/javascript"></script> - <script src=".//js/reflow-skin.js"></script> +<script src=".//js/netcalc.js" type="text/javascript"></script> <script src=".//js/reflow-skin.js"></script> + <script src=".//js/anchor.min.js"></script> + <script> + document.addEventListener("DOMContentLoaded", function(event) { + anchors.options = { + placement: 'left', + }; + anchors.add('h1,h2, h3, h4, h5, h6'); + }); + </script> - </body> + </body> </html>
