This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/bloodhound-site.git

commit 9420aea637e67cc6989a3e50e065fd8af1a29655
Author: buildbot <us...@infra.apache.org>
AuthorDate: Sat Aug 26 00:48:39 2023 +0000

    Automatic Site Publish by Buildbot
---
 .asf.yaml                             |  11 +++
 output/css/bootstrap.min.css          |   6 ++
 output/css/bootstrap.min.css.map      |   1 +
 output/css/site.css                   | 114 ++++++++++++++++++++++++++
 output/doap.rdf                       |  51 ++++++++++++
 output/download.cgi                   |   4 +
 output/download.html                  | 112 +++++++++++++++++++++++++
 output/img/logo_houndOnly.png         | Bin 0 -> 3503 bytes
 output/index.html                     | 150 ++++++++++++++++++++++++++++++++++
 output/js/bootstrap.bundle.min.js     |   7 ++
 output/js/bootstrap.bundle.min.js.map |   1 +
 11 files changed, 457 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..a844ed3
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,11 @@
+pelican:
+  target:       asf-site
+  whoami:       main
+
+github:
+  description:  "Apache Bloodhound Website Repository"
+  homepage:     https://bloodhound.apache.org/
+  labels:
+    - bloodhound
+    - website
+    - pelican
diff --git a/output/css/bootstrap.min.css b/output/css/bootstrap.min.css
new file mode 100644
index 0000000..a89937c
--- /dev/null
+++ b/output/css/bootstrap.min.css
@@ -0,0 +1,6 @@
+@charset "UTF-8";/*!
+ * Bootstrap  v5.3.1 (https://getbootstrap.com/)
+ * Copyright 2011-2023 The Bootstrap Authors
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+ 
*/:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--
 [...]
+/*# sourceMappingURL=bootstrap.min.css.map */
\ No newline at end of file
diff --git a/output/css/bootstrap.min.css.map b/output/css/bootstrap.min.css.map
new file mode 100644
index 0000000..816a51a
--- /dev/null
+++ b/output/css/bootstrap.min.css.map
@@ -0,0 +1 @@
+{"version":3,"sources":["../../scss/mixins/_banner.scss","../../scss/_root.scss","dist/css/bootstrap.css","../../scss/vendor/_rfs.scss","../../scss/mixins/_color-mode.scss","../../scss/_reboot.scss","../../scss/mixins/_border-radius.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/_containers.scss","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_grid.scss","../../scss
 [...]
\ No newline at end of file
diff --git a/output/css/site.css b/output/css/site.css
new file mode 100644
index 0000000..fc63bdb
--- /dev/null
+++ b/output/css/site.css
@@ -0,0 +1,114 @@
+body {
+       background-color:  rgb(92%, 91%, 88%);
+}
+
+.container-box {
+       margin-top: 10px;
+       background-color: rgb(100%, 100%, 100%);
+       padding: 20px 20px;
+       border: 1px solid rgb(70%, 70%, 70%);
+       box-shadow: 0px 0px 10px 2px rgba(50%, 50%, 50%, 0.4);
+       border-radius: 7px;
+}
+
+.tm {
+       position: relative;
+       top: -0.5em;
+       font-size: 80%;
+       font-weight: 200;
+}
+
+.jumbotron {
+       padding-top: 15px;
+       padding-bottom: 15px;
+}
+.jumbotron h1 {
+       margin-bottom: 0;
+       font-size: 60px;
+       line-height: 1;
+       letter-spacing: -1px;
+       color: inherit;
+}
+
+.jumbotron p {
+       font-size: 18px;
+       font-weight: 200;
+       line-height: 27px;
+       color: inherit;
+}
+
+ul.unstyled p {
+       margin-left: 10px;
+}
+
+.highlight {
+       display: inline-block;
+       background-color: #f3f48e;
+       padding-left: 5px;
+       padding-right: 5px;
+}
+
+
+.download-area {
+       margin-left: 20%;
+       padding-top: 0px;
+       padding-bottom: 10px;
+}
+
+footer {
+       color: rgb(50%, 50%, 50%);
+}
+
+footer ul {
+       list-style: none;
+}
+
+footer ul li {
+       display: inline-block;
+       padding: 8px;
+}
+
+footer a:link {
+       color: rgb(70%, 25%, 25%);
+}
+
+footer a:visited {
+       color: rgb(45%, 25%, 25%);
+}
+
+footer p {
+       padding-left: 8px;
+       padding-right: 8px;
+}
+
+@media (max-width: 480px) {
+       body {
+         padding-left: 0px;
+         padding-right: 0px;
+       }
+
+       .tm {
+               position: absolute;
+               top: 0em;
+               right: 0em;
+               font-size: 80%;
+               font-weight: 200;
+       }
+
+       .container-box {
+               border-width: 0px;
+               border-bottom-width: 1px;
+               margin-top: 0px;
+               padding: 15px; 
+               border-radius: 0px;
+       }
+
+       .jumbotron h1 {
+               font-size: 50px;
+       }
+
+       .download-area {
+       margin-left: 5%;
+}
+}
+
diff --git a/output/doap.rdf b/output/doap.rdf
new file mode 100644
index 0000000..000f3f4
--- /dev/null
+++ b/output/doap.rdf
@@ -0,0 +1,51 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"; 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";>
+<!--
+    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.
+-->
+  <Project rdf:about="http://bloodhound.apache.org/";>
+    <created>2013-04-15</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache Bloodhound</name>
+    <homepage rdf:resource="http://bloodhound.apache.org/"; />
+    <asfext:pmc rdf:resource="http://bloodhound.apache.org/"; />
+    <shortdesc>Apache Bloodhound is a software development collaboration tool, 
including issue tracking, wiki and repository browsing</shortdesc>
+    <description>Apache Bloodhound has been created to be an open source 
collaboration tool to track the progress of and help distribute tasks within a 
project. With a particular focus on software development it includes 
integration with popular source control software including Apache Subversion, 
Git and Mercurial.</description>
+    <bug-database rdf:resource="http://issues.apache.org/bloodhound/"; />
+    <mailing-list 
rdf:resource="https://issues.apache.org/bloodhound/wiki/BloodhoundContactInfo"; 
/>
+    <download-page rdf:resource="http://bloodhound.apache.org/"; />
+    <programming-language>Python</programming-language>
+    <category 
rdf:resource="http://projects.apache.org/category/build-management"; />
+    <release>
+      <Version>
+        <name>Recommended current 0.5 release</name>
+        <created>2013-04-15</created>
+        <revision>0.5.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location 
rdf:resource="http://svn.apache.org/repos/asf/bloodhound/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/bloodhound/trunk/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>
diff --git a/output/download.cgi b/output/download.cgi
new file mode 100644
index 0000000..baaa3b8
--- /dev/null
+++ b/output/download.cgi
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
diff --git a/output/download.html b/output/download.html
new file mode 100644
index 0000000..6c1ce03
--- /dev/null
+++ b/output/download.html
@@ -0,0 +1,112 @@
+<html>
+  <head>
+       <title>Download Apache Bloodhound Sources</title>
+       <meta name="viewport" content="width=device-width, initial-scale=1.0">
+       <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" 
media="screen" />
+       <link rel="stylesheet" type="text/css" 
href="css/bootstrap-responsive.min.css" media="screen" />
+       <link rel="stylesheet" type="text/css" href="css/site.css" 
media="screen" />
+  </head>
+  <body>
+    [define version]0.8[end]
+    <div id="site-content" class="container">
+      <div class="row"><div class="container-box span8 offset2">
+        <div align="center">
+          <h1 style="position: relative;">Download Source Code</h1>
+        </div>
+        <div>
+          <p>Apache Bloodhound [version] is the latest release and the
+          recommended version for all users. When downloading the source 
package
+          you <strong>must</strong> verify the integrity of the downloaded 
files using the
+          signatures which are available from our main directory.</p>
+        </div>
+
+        <div id="mirror">
+          <h2>Mirror</h2>
+          <p>
+            [if-any logo]
+            <a href="[link]"><img align="right" src="[logo]" border="0"/></a>
+            [end]
+            The currently selected mirror is <strong>[preferred]</strong>.  If 
you
+            encounter a problem with this mirror, please select another mirror.
+            If all mirrors are failing, there are <i>backup</i> mirrors (at the
+            end of the mirrors list) that should be available.
+          </p>
+          <form action="[location]" method="get" id="SelectMirror">
+            Other mirrors: <select name="Preferred">
+              [if-any http]
+              [for http]<option value="[http]">[http]</option>[end]
+              [end]
+              [if-any ftp]
+              [for ftp]<option value="[ftp]">[ftp]</option>[end]
+              [end]
+              [if-any backup]
+              [for backup]<option value="[backup]">[backup] 
(backup)</option>[end]
+              [end]
+            </select>
+            <input type="submit" value="Change" />
+          </form>
+          <p>
+            You may also consult the <a 
href="https://www.apache.org/dyn/closer.cgi";>complete list of mirrors</a>.
+          </p>    
+        </div>
+
+        <div id="releases">
+          <h2>Releases</h2>
+          <p>
+            Apache Bloodhound releases are provided as source code
+            distributions in tar.gz archive format. Windows users in
+            particular may find they need to download additional software to
+            extract the archive.
+          </p>
+
+          <div align="center">
+            <table class="table table-bordered">
+              <tr>
+                <th>Source Package</th>
+                <th>Signature</th>
+                <th>Checksum (MD5)</th>
+              </tr>
+              <tr>
+                <td><a 
href="[preferred]bloodhound/apache-bloodhound-[version].tar.gz">apache-bloodhound-[version].tar.gz</a></td>
+                <td>[<a 
href="https://www.apache.org/dist/bloodhound/apache-bloodhound-[version].tar.gz.asc";>PGP</a>]</td>
+                <td>[<a 
href="https://www.apache.org/dist/bloodhound/apache-bloodhound-[version].tar.gz.md5";>MD5</a>]</td>
+              </tr>
+            </table>
+          </div>
+        </div>
+
+        <div id="verifying">
+          <h2>Verifying the Integrity of Downloaded Files</h2>
+          <p>It is essential that you verify the integrity of the downloaded
+          files using the PGP signatures and/or file checksums. Please read
+          <a href="https://httpd.apache.org/dev/verification.html";>Verifying 
Apache HTTP Server Releases</a> for
+          more information on why you should verify our releases.</p>
+          <p>The PGP signatures can be verified using PGP or GPG. First
+          download the <a 
href="https://people.apache.org/keys/group/bloodhound.asc";>KEYS</a>
+          as well as the asc signature file for the particular distribution.
+          Make sure you get these files from the <a 
href="https://www.apache.org/dist/bloodhound/";>main distribution directory</a>,
+          rather that from a mirror. Using GPG you can verify the signatures
+          as follows:</p>
+
+          <pre><code>$ gpg --import bloodhound.asc
+$ gpg --verify apache-bloodhound-[version].tar.gz.asc</code></pre>
+        </div>
+
+      </div></div>
+      <div class="row">
+        <footer class="span8 offset2" align="center">
+          <ul>
+                                   <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                               <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+                               <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                               <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                               <li><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a></li>
+                                   <li><a 
href="https://www.apache.org/";>Apache Software Foundation</a></li>
+          </ul>
+          <p>Apache Bloodhound, Bloodhound, Apache, the Apache feather logo, 
and the Apache Bloodhound project logo are trademarks of The Apache Software 
Foundation.</p>
+          <p>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners.</p>
+        </footer>
+      </div>
+    </div>
+  </body>
+</html>
diff --git a/output/img/logo_houndOnly.png b/output/img/logo_houndOnly.png
new file mode 100644
index 0000000..5e9814b
Binary files /dev/null and b/output/img/logo_houndOnly.png differ
diff --git a/output/index.html b/output/index.html
new file mode 100644
index 0000000..3ca902b
--- /dev/null
+++ b/output/index.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title>test page - Apache Bloodhound</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" 
media="screen" />
+    <link rel="stylesheet" type="text/css" href="css/site.css" media="screen" 
/>
+    <!--
+    -->
+</head>
+<body>
+    <div class="container">
+            <div class="row">
+               <div class="container-box span8 offset2">
+                       <div class="jumbotron" align="center">
+                               <h1 style="position: relative;">Apache<br /> 
Bloodhound<span class="tm">&#153;</span></h1>
+                               <br />
+                               <p><img src="img/logo_houndOnly.png" 
alt="Bloodhound Logo" /></p>
+                               <p>Manage software products<br />
+                                       Keep track of features, tasks and 
bugs</p>
+                       </div>
+                       <div class="alert 
alert-success"><strong>2014-12-11</strong> - Version 0.8 has been released. <a 
href="https://www.apache.org/dyn/closer.cgi/bloodhound/apache-bloodhound-0.8.tar.gz";>Download
 now</a></div>
+                       <p>Standing on the shoulders of <a 
href="https://trac.edgewall.org/";>Trac</a>, Apache Bloodhound is a free and 
open source project hosted by the <a href="https://www.apache.org";>Apache 
Software Foundation</a>.</p>
+                       <!--a href="https://twitter.com/apbloodhound"; 
class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow 
@apbloodhound</a-->
+                       <!--iframe 
src="http://ghbtns.com/github-btn.html?user=apache&repo=bloodhound&type=watch&count=true";
+  allowtransparency="true" frameborder="0" scrolling="0" width="110" 
height="20"></iframe-->
+                       <hr>
+                       <ul class="unstyled">
+                               <li><h3>Multiple Products</h3>
+                                       <p>Manage anything from your one pet 
project to dozens of commercial or open source products, and scale seamlessly 
in-between. The built-in Wiki allows you to make plans, create proposals and 
store other information.</p>
+                               </li>
+                               <li><h3>Powerful Search</h3>
+                                       <p>The full-text search intelligently 
ranks results to help you find what you're looking for quickly. Or just type in 
the ticket id to navigate directly to it, and more.</p>
+                               </li>
+                               <li><h3>User-friendly design</h3>
+                                       <p>New users wil find it easy starting 
out and learn many powerful features along the way. The dashboard provides an 
overview of work assigned to you, or watched by you, so you'll never lose 
track.</p>
+                               </li>
+                               <li><h3>Get involved!</h3>
+                                       <p>
+                                               <!--
+                                               <a 
href="https://live.bloodhound.apache.org/bloodhound/products/BHD/wiki/BloodhoundContributing";>It's
 easy to get involved</a>
+                                               -->
+                                               It's easy to get involved and 
improve Bloodhound further.
+                                               New contributors are always 
welcome.
+                                       </p>
+                                       <p>
+                                               It's been a while since we've 
had a release of Bloodhound and the
+                                               future direction of the project 
is currently being discussed. At
+                                               the moment the best way to get 
involved is to join the mailing
+                                               list. Please see below for more 
details.
+                                       </p>
+                                       <!--
+                                       <p>
+                                               You can also help by
+                                               <a 
href="https://live.bloodhound.apache.org/bloodhound/products/BHD/";>reporting 
bugs</a>,
+                                               asking questions on the
+                                               <a 
href="https://live.bloodhound.apache.org/bloodhound/products/BHD/wiki/BloodhoundContactInfo";>mailing
 list</a>
+                                               or our
+                                               <a 
href="https://live.bloodhound.apache.org/bloodhound/products/BHD/wiki/BloodhoundContactInfo";>IRC
 channel</a>
+                                               .
+                                       </p>
+                                       -->
+                                       <p>We'd love to hear from you.</p>
+                               </li>
+                               <li>
+                               <h3>Mailing list</h3>
+                                       <p>Join the discussion: 
d...@bloodhound.apache.org<br>
+                                       To sign up send an email to 
<strong>dev-subscr...@bloodhound.apache.org</strong>.
+                                       We always appreciate to hear from 
people who are interested in the project and discussions there are the main way 
of influencing it.
+                                       There is a
+                                       <a class="ext-link" 
href="http://mail-archives.apache.org/mod_mbox/bloodhound-dev/";>public archive 
of the mailing list</a>.
+                                       </p>
+                               </li>
+                       </ul>
+                       <hr>
+                       <div class="download-area">
+                               <p><h2>Download, try, contribute</h2></p>
+                               <p>
+                                       <a class="btn btn-success" 
href="https://www.apache.org/dyn/closer.lua/bloodhound/apache-bloodhound-0.8.tar.gz";>Download
 now</a>
+                                       <!--
+                                       <a 
href="https://live.bloodhound.apache.org/bloodhound/products/BHD/wiki/BloodhoundInstall";>Installation
 instructions</a>
+                                       -->
+                                       <a 
href="https://web.archive.org/web/20211214161535/https://live.bloodhound.apache.org/bloodhound/products/BHD/wiki/BloodhoundInstall";>Installation
 instructions (archived Dec 14, 2021)</a>
+                               </p>
+                               <!--
+                               <p>
+                                       <a class="btn btn-primary" 
href="https://live.bloodhound.apache.org/bloodhound/";>Wiki + Issue tracker</a>
+                               </p>
+                               -->
+                               <p>
+                                       Please note, the main instance of 
Bloodhound (live.bloodhound.apache.org)
+                                       is currently down. We are working on 
bringing it back up. 
+                                       In the meantime please refer to the 
archived version.
+                               </p>
+                               <p>
+                                       <a class="btn btn-primary" 
href="https://web.archive.org/web/20211214163046/https://live.bloodhound.apache.org/bloodhound";>Wiki
 + Issue tracker (archived Dec 14, 2021)</a>
+                               </p>
+                       </div>
+                       <hr>
+                       <ul class="unstyled tweets" style="margin-top: 30px;">
+                               <h3>What others have to say:</h3>
+                               <li>
+                                       <blockquote class="twitter-tweet">
+                                               <p>Apache Bloodhound - finally 
a better Trac. Time to upgrade my defect tracking setup</p>
+                                               &mdash; Vincent Yu 
(@vyuniverse) <a 
href="https://twitter.com/vyuniverse/status/330423421945122816";>May 3, 2013</a>
+                                       </blockquote>
+                               </li>
+                               <li>
+                                       <blockquote class="twitter-tweet">
+                                               <p>Finally some <a 
href="https://twitter.com/search/%23OSS";>#OSS</a> alternative and competition 
for <a href="https://twitter.com/search/%23JIRA";>#JIRA</a>: Introducing <a 
href="https://twitter.com/search/%23Apache";>#Apache</a> <a 
href="https://twitter.com/search/%23Bloodhound";>#Bloodhound</a> <a 
href="http://t.co/t9ho5Herru"; 
title="http://jaxenter.com/apache-bloodhound-a-new-breed-of-issue-tracker-46761.html";>jaxenter.com/apache-bloodho…</a>
 via @<a href="https://twitter.com/jaxen [...]
+                                               &mdash; Alex Heusingfeld 
(@goldstift) <a 
href="https://twitter.com/goldstift/status/322403054655766528";>April 11, 
2013</a>
+                                       </blockquote>
+                               </li>
+                               <li>
+                                       <blockquote class="twitter-tweet">
+                                               <p>Awesome product management 
software from Apache Bloodhound without the costs of Jira <a 
href="http://t.co/WluVAe6fC8"; 
title="http://lnkd.in/36BgYh";>lnkd.in/36BgYh</a></p>
+                                               &mdash; Calum Miller 
(@cpamiller) <a 
href="https://twitter.com/cpamiller/status/321205151182491648";>April 8, 2013</a>
+                                       </blockquote>
+                               </li>
+                               <li>
+                                       <blockquote class="twitter-tweet">
+                                               <p>Apache Bloodhound improves 
upon Trac to enable multiple products. There goes my only reason for using 
Redmine. <a href="https://t.co/2bAK6LM5"; 
title="https://issues.apache.org/bloodhound/";>issues.apache.org/bloodhound/</a></p>
+                                               &mdash; Karl Ostendorf 
(@chicagokarl) <a 
href="https://twitter.com/chicagokarl/status/247656964212019201";>September 17, 
2012</a>
+                                       </blockquote>
+                               </li>
+                               <li>More tweets can be seen in <a 
href="https://twitter.com/apbloodhound/favorites";>@ApBloodhound's 
favourites</a> and an <a 
href="https://twitter.com/search/realtime?q=%22apache%20bloodhound%22%20OR%20%22bloodhound.apache.org%22%20OR%20%22issues.apache.org%2Fbloodhound%22%20OR%20%23apbh&src=typd";>Apache
 Bloodhound search</a>.
+                               </li>
+                       </ul>
+               </div>
+</div>
+
+    </div>
+        <div class="row">
+            <footer class="span8 offset2" align="center">
+                <ul>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a></li>
+                    <li><a href="https://www.apache.org/";>Apache Software 
Foundation</a></li>
+                </ul>
+                <p>Apache Bloodhound, Bloodhound, Apache, the Apache feather 
logo, and the Apache Bloodhound project logo are trademarks of The Apache 
Software Foundation.</p>
+                <p>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners.</p>
+            </footer>
+        </div>
+    </div>
+</body>
+</html>
\ No newline at end of file
diff --git a/output/js/bootstrap.bundle.min.js 
b/output/js/bootstrap.bundle.min.js
new file mode 100644
index 0000000..e8f21f7
--- /dev/null
+++ b/output/js/bootstrap.bundle.min.js
@@ -0,0 +1,7 @@
+/*!
+  * Bootstrap v5.3.1 (https://getbootstrap.com/)
+  * Copyright 2011-2023 The Bootstrap Authors 
(https://github.com/twbs/bootstrap/graphs/contributors)
+  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+  */
+!function(t,e){"object"==typeof exports&&"undefined"!=typeof 
module?module.exports=e():"function"==typeof 
define&&define.amd?define(e):(t="undefined"!=typeof 
globalThis?globalThis:t||self).bootstrap=e()}(this,(function(){"use 
strict";const t=new Map,e={set(e,i,n){t.has(e)||t.set(e,new Map);const 
s=t.get(e);s.has(i)||0===s.size?s.set(i,n):console.error(`Bootstrap doesn't 
allow more than one instance per element. Bound instance: 
${Array.from(s.keys())[0]}.`)},get:(e,i)=>t.has(e)&&t.get(e). [...]
+//# sourceMappingURL=bootstrap.bundle.min.js.map
\ No newline at end of file
diff --git a/output/js/bootstrap.bundle.min.js.map 
b/output/js/bootstrap.bundle.min.js.map
new file mode 100644
index 0000000..3863da8
--- /dev/null
+++ b/output/js/bootstrap.bundle.min.js.map
@@ -0,0 +1 @@
+{"version":3,"names":["elementMap","Map","Data","set","element","key","instance","has","instanceMap","get","size","console","error","Array","from","keys","remove","delete","TRANSITION_END","parseSelector","selector","window","CSS","escape","replace","match","id","triggerTransitionEnd","dispatchEvent","Event","isElement","object","jquery","nodeType","getElement","length","document","querySelector","isVisible","getClientRects","elementIsVisible","getComputedStyle","getPropertyValue","close
 [...]
\ No newline at end of file

Reply via email to