You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
4.6 KiB
133 lines
4.6 KiB
2 years ago
|
<!doctype html>
|
||
|
<html lang="en" class="h-100">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<meta name="description" content="">
|
||
|
<title>TriBITS</title>
|
||
|
|
||
|
<!-- CSS only -->
|
||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
||
|
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||
|
|
||
|
<style>
|
||
|
.bd-placeholder-img {
|
||
|
font-size: 1.125rem;
|
||
|
text-anchor: middle;
|
||
|
-webkit-user-select: none;
|
||
|
-moz-user-select: none;
|
||
|
user-select: none;
|
||
|
}
|
||
|
|
||
|
@media (min-width: 768px) {
|
||
|
.bd-placeholder-img-lg {
|
||
|
font-size: 3.5rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Globals
|
||
|
*/
|
||
|
|
||
|
|
||
|
/* Custom default button */
|
||
|
.btn-secondary,
|
||
|
.btn-secondary:hover,
|
||
|
.btn-secondary:focus {
|
||
|
color: #333;
|
||
|
text-shadow: none; /* Prevent inheritance from `body` */
|
||
|
}
|
||
|
|
||
|
|
||
|
/*
|
||
|
* Base structure
|
||
|
*/
|
||
|
|
||
|
body {
|
||
|
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
|
||
|
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
|
||
|
}
|
||
|
|
||
|
.cover-container {
|
||
|
max-width: 42em;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*
|
||
|
* Header
|
||
|
*/
|
||
|
|
||
|
.nav-masthead .nav-link {
|
||
|
padding: .25rem 0;
|
||
|
font-weight: 700;
|
||
|
color: rgba(255, 255, 255, .5);
|
||
|
background-color: transparent;
|
||
|
border-bottom: .25rem solid transparent;
|
||
|
}
|
||
|
|
||
|
.nav-masthead .nav-link:hover,
|
||
|
.nav-masthead .nav-link:focus {
|
||
|
border-bottom-color: rgba(255, 255, 255, .25);
|
||
|
}
|
||
|
|
||
|
.nav-masthead .nav-link + .nav-link {
|
||
|
margin-left: 1rem;
|
||
|
}
|
||
|
|
||
|
.nav-masthead .active {
|
||
|
color: #fff;
|
||
|
border-bottom-color: #fff;
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
|
||
|
</head>
|
||
|
<body class="d-flex h-100 text-left text-white bg-dark">
|
||
|
|
||
|
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
|
||
|
<header class="mb-auto">
|
||
|
<div>
|
||
|
<h3 class="float-md-start mb-0">TriBITS</h3>
|
||
|
<nav class="nav nav-masthead justify-content-center float-md-end">
|
||
|
<a class="nav-link active" aria-current="page" href="#">Home</a>
|
||
|
<a class="nav-link" href="https://github.com/tribitspub/tribits/">GitHub</a>
|
||
|
</nav>
|
||
|
</div>
|
||
|
</header>
|
||
|
|
||
|
<main class="px-3">
|
||
|
<h1>TriBITS Overview</h1>
|
||
|
<br>
|
||
|
<p class="lead text-white-50">The Tribal Build, Integrate, and Test System (TriBITS) is a framework designed to handle large
|
||
|
software development projects involving multiple independent development teams and multiple source
|
||
|
repositories which is built on top of the open-source CMake set of tools. TriBITS also defines a complete
|
||
|
software development, testing, and deployment system supporting processes consistent with modern agile
|
||
|
software development best practices.</p>
|
||
|
<p class="lead text-white-50">The primary development site for TriBITS is the <a href="https://github.com/tribitspub/tribits" class="text-white">TriBITS Github Site</a>.
|
||
|
The TriBITS Github site manages the git repository, includes <a href="https://github.com/tribitspub/tribits/issues/" class="text-white">issue tracking</a>
|
||
|
(bugs and new features), and manages <a href="https://github.com/tribitspub/tribits/pulls/" class="text-white">pull requests</a>
|
||
|
which allows TriBITS developers and users to submit changes and additions to TriBITS. See details on <a href="https://github.com/TriBITSPub/TriBITS/wiki/Contributing-to-TriBITS" class="text-white">contributing to TriBITS</a>.
|
||
|
|
||
|
</p>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<h1>TriBITS Documentation</h1>
|
||
|
<br>
|
||
|
<p class="lead">
|
||
|
<a href="build_ref/index.html" class="btn btn-lg btn-secondary fw-bold border-white bg-white">Build reference</a>
|
||
|
<a href="users_guide/index.html" class="btn btn-lg btn-secondary fw-bold border-white bg-white">Users guide</a>
|
||
|
<a href="maintainers_guide/index.html" class="btn btn-lg btn-secondary fw-bold border-white bg-white">Maintainers guide</a>
|
||
|
</p>
|
||
|
</main>
|
||
|
|
||
|
<footer class="mt-auto text-white-50">
|
||
|
<p>TriBITS 2022, created with <a href="https://getbootstrap.com/" class="text-white">Bootstrap</a>, <a
|
||
|
href="https://raw.githubusercontent.com/twbs/bootstrap/main/LICENSE" class="text-white">MIT License</a>.</p>
|
||
|
</footer>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|