Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Apache Tapestry, Tapestry, Apache, the Apache feather logo, and the Apache Tapestry project logo are trademarks of The Apache Software Foundation. Wiki Markup{html}<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-400821-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>{html}


HTML
<footer class="py-3">
  <div class="container-fluid">
    <div class="container">
      <div class="row">
        <div class="col-4 col-lg-2">
          <span class="font-weight-bold">Apache Tapestry</span>
          <ul>
            <li><a href="index.html">Home</a></li>
            <li><a href="download.html">Download</a></li>
            <li><a href="about.html">Team</a></li>
            <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License</a></li>
          </ul>
          <span class="font-weight-bold">Documentation</span>
          <ul>
            <li><a href="introduction.html">Introduction</a></li>
            <li><a href="principles.html">Principles</a></li>
            <li><i class="fas fa-play"></i> <a href="getting-started.html">Getting Started</a></li>
            <li><i class="fas fa-play"></i> <a href="user-guide.html">User Guide</a></li>
            <li><i class="fas fa-book"></i> <a href="documentation.html">Docs</a></li>
            <li><i class="fas fa-book"></i> <a href="component-reference.html">Component Reference</a></li>
            <li><i class="fas fa-book"></i> <a href="current/apidocs">Apidocs</a></li>
            <li><a href="frequently-asked-questions.html">FAQ</a></li>
          </ul>
        </div>
        <div class="col-4 col-lg-2">
          <span class="font-weight-bold">Community</span>
          <ul>
            <li><i class="fas fa-envelope-open-text"></i> <a href="community.html">Mailing Lists</a></li>
            <li><i class="fab fa-stack-overflow"> </i> <a href="https://stackoverflow.com/questions/tagged/tapestry">StackOverflow</a></li>
            <li><a href="support.html">Support</a></li>
            <li><a href="community.html">Getting Involved</a></li>
            <li><a href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=$page.id" title="Edit this page (requires approval, just ask on the mailing list)">Edit this page</a></li>
          </ul>
          <span class="font-weight-bold">Social</span>
          <ul>
            <li><i class="fab fa-twitter"></i> <a href="https://twitter.com/ApacheTapestry">@ApacheTapestry</a></li>
            <li><i class="fas fa-hashtag"></i> <a href="https://twitter.com/hashtag/tapestry5">#tapestry5</a></li>
          </ul>
          <span class="font-weight-bold">Development</span>
          <ul>
            <li><i class="fab fa-git"></i> <a href="https://gitbox.apache.org/repos/asf?p=tapestry-5.git">Source Code</a></li>
            <li><i class="fab fa-jira"></i> <a href="https://issues.apache.org/jira/browse/TAP5">Issues</a></li>
          </ul>
        </div>
        <div class="col-4 col-lg-2">
          <span class="font-weight-bold">Apache</span>
          <ul>
            <li><a href="https://www.apache.org/">About Apache</a></li>
            <li><a href="https://apachecon.com/?ref=royale.apache.org">Events</a></li>
            <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
            <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License</a></li>
            <li><a href="https://www.apache.org/security/">Security</a></li>
            <li><a href="https://www.apache.org/foundation/thanks.html">Thanks!</a></li>
          </ul>
        </div>
        <div class="col-md-12 col-lg-6 clearfix">
          <span class="font-weight-bold d-block">About us</span>
          <p class="float-right ml-3 mb-0"><img src="images/apache-tapestry-icon-light.svg" width="100" alt="Apache Tapestry" title="Apache Tapestry"></p>
          <p><a href="https://tapestry.apache.org/">Apache Tapestry™</a> is an open-source component-oriented framework for creating dynamic, robust, highly scalable web applications in Java.</p>
          <p>Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.</p>
          <p class="float-right ml-3 mb-0"><img src="images/apache-powered-by.svg" width="100" alt="Apache PoweredBy" title="Apache PoweredBy"></p>
          <p>
            <a href="https://tapestry.apache.org/">Apache Tapestry™</a>, <a href="https://www.apache.org/">Apache™</a> and the <a href="https://www.apache.org/foundation/press/kit/">Apache feather logo™</a>
            are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
          </p>
        </div>
      </div>
      <div class="row">
        <div class="col-12">
          Copyright © 2020 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
        </div>
      </div>
    </div>
  </div>
</footer>