www/503.html (128 lines of code) (raw):

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"/> <title>503 - Service Unavailable - Apache Whimsy</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="/assets/bootstrap-min.css"/> </head> <body> <nav class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#navbar_collapse" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"> <img title="Whimsy project home" alt="Whimsy hat logo" src="/whimsy.svg" height="30"/> </a> </div> <div class="collapse navbar-collapse" id="navbar_collapse"> <ul class="nav navbar-nav"> <li> <h1 class="navbar-btn"><span class="label label-danger">500 Error</span></h1> </li> <li> <a href="https://github.com/apache/whimsy/">Code</a> </li> <li> <a href="https://lists.apache.org/list.html?dev@whimsical.apache.org">Questions</a> </li> <li> <a href="/technology">About Whimsy</a> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a class="dropdown-toggle" href="#" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <img title="Apache Home" alt="Apache feather logo" src="https://www.apache.org/img/feather_glyph_notm.png" height="30"/> Apache <span class="caret"></span> </a> <ul class="dropdown-menu"> <li> <a href="http://www.apache.org/licenses/">License</a> </li> <li> <a href="http://www.apache.org/foundation/sponsorship.html">Donate</a> </li> <li> <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> </li> <li> <a href="http://www.apache.org/security/">Security</a> </li> <li class="divider" role="separator"></li> <li> <a href="http://www.apache.org/">About The ASF</a> </li> </ul> </li> </ul> </div> </div> </nav> <div class="content container-fluid"> <div class="row"> <div class="col-md-8"> <div class="panel panel-danger"> <div class="panel-heading"> <h2 class="panel-title"> 500 - Internal Server Error </h2> </div> <div class="panel-body"> <p class="lead"> The server is currently unavailable, most likely it is undergoing maintenance. It should be back shortly. <br> More information may be available in the <a href="/maintenance.txt">Maintenance</a> page. <br> You should still be able to access the <a href="/public/">Generated JSON data files</a> </p> </div> </div> </div> <div class="col-md-4"> <div class="panel panel-info"> <div class="panel-heading"> <h3 class="panel-title"> Get Help! </h3> </div> <div class="panel-body"> <ul> <li> <a href="/members/log/">Members/Committers Check Error Logs First</a> </li> <li> <a href="mailto:dev@whimsical.apache.org?subject=[500] server broken:">Email dev@whimsical List</a> </li> <li> <a href="https://lists.apache.org/list.html?dev@whimsical.apache.org">Read our Mailing List</a> </li> <li> <a href="https://github.com/apache/whimsy/tree/master/www">See The Website Code</a> </li> </ul> </div> </div> </div> </div> <div class="footer container-fluid" style="background-color: #f5f5f5; padding: 10px;"> <p class="center"> Copyright © 2015-2025, the Apache Software Foundation. Licensed under the <a rel="license" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> | <a href="https://www.apache.org/foundation/policies/privacy.html">Privacy Policy</a> <br/> Apache®, the names of Apache projects, and the multicolor feather logo are <a href="https://www.apache.org/foundation/marks/list/">registered trademarks or trademarks</a> of the Apache Software Foundation in the United States and/or other countries. </p> </div> </div> </body> </html>