Skip to content

Commit

Permalink
/sources ready for revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Bülo authored and Mrfai committed Feb 17, 2023
1 parent 8105364 commit 5b2fac4
Showing 1 changed file with 98 additions and 62 deletions.
160 changes: 98 additions & 62 deletions sources/index.html
Original file line number Diff line number Diff line change
@@ -1,76 +1,112 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<meta name="Title" content="FAI - Sources" />
<title>FAI - Fully Automatic Installation</title>
<link rel="stylesheet" type="text/css" href="/css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="/css/ie6_or_less.css" />
<![endif]-->
</head>

<body id="type-b">
<div id="wrap">
<div id="header">
<div id="site-name">
<a href="/">FAI - Fully Automatic Installation</a>
</div>
<!-- removed header-menu-unused.htm -->
</div>

<!--#include virtual="/menu.html" -->
<div id="content">
<!-- removed breadcrumb -->
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="/css/materialize.css" media="screen"/>

<h1>FAI Sources</h1>
<!--Import sidenav.css-->
<link type="text/css" rel="stylesheet" href="/css/sidenav.css" media="screen"/>

<ul>
<li>
<div class="featurebox"><h3>
<pre>git clone git://github.com/faiproject/fai.git</pre>
</h3></div>
<li> <A href="https://github.com/faiproject/fai">Browsable source code</A> via https
<li> <A href="https://github.com/faiproject/fai-config">Browsable fai examples</A> via https
<li> <a href="https://lists.uni-koeln.de/pipermail/linux-fai-commit/">git commit mails</a>
<li> <a href="/NEWS">NEWS</A>: user visible changes of the sources
<li> <a href=http://packages.debian.org/changelogs/pool/main/f/fai/current/changelog>Detailed changelog</a>
<li> List of <a href="https://wiki.fai-project.org/index.php/Variables">important variables</a> inside FAI
</ul>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>

<link rel="icon" href="/pics/favicon.ico" type="image/x-icon">
<meta charset="UTF-8"/>
<title>FAI - Fully Automatic Installation</title>
</head>

<h1>QA and Bugs</h1>
<ul>
<li> <a href="https://tracker.debian.org/pkg/fai">QA page</A> of FAI</li>
<li> <a href="https://bugs.debian.org/src:fai">Bugs</a> in the Debian Bug Tracking System (BTS)</li>
<li> Send bug reports to the Debian BTS</li>
<li> Patches are welcome via the BTS or as a pull request on Github or send an email to the mailing list</li>
</ul>

<body>
<header>
<!--#include virtual="/header.html" -->
</header>
<main>
<div class="container">
<div class="row">
<div class="col s12">
<h4>FAI Sources</h4>

<ul>
<li>
&bullet;
<code class="grey lighten-2">git clone git://github.com/faiproject/fai.git</code>
</li>
<li>
&bullet;
<a href="https://github.com/faiproject/fai">Browsable source code</a>
via https</li>
<li>
&bullet;
<a href="https://github.com/faiproject/fai-config">Browsable fai examples</a>
via https</li>
<li>
&bullet;
<a href="https://lists.uni-koeln.de/pipermail/linux-fai-commit/">git commit mails</a>
</li>
<li>
&bullet;
<a href="/NEWS">NEWS</a>: user visible changes of the sources</li>
<li>
&bullet;
<a href="http://packages.debian.org/changelogs/pool/main/f/fai/current/changelog">Detailed changelog</a>
</li>
<li>
&bullet; List of
<a href="https://wiki.fai-project.org/index.php/Variables">important variables</a>
inside FAI
</li>
</ul>
</div>
</div>

<h2>Packages for testing of the master branch</h2>
<ul>
<li> Overview of the automatic build process:
<a href="https://jenkins.grml.org/job/fai-binaries/">https://jenkins.grml.org/job/fai-binaries/</a>
</ul>
<ul>
<div class="row">
<div class="col s12">
<h4>QA and Bugs</h4>
<ul>
<li>
&bullet;
<a href="https://tracker.debian.org/pkg/fai">QA page</a>
of FAI</li>
<li>
&bullet;
<a href="https://bugs.debian.org/src:fai">Bugs</a>
in the Debian Bug Tracking System (BTS)</li>
<li>
&bullet; Send bug reports to the Debian BTS</li>
<li>
&bullet; Patches are welcome via the BTS or as a pull request on Github or send an email to the mailing list</li>
</ul>
</div>
</div>

<li> Package reporitory for automatic builds
<div class="featurebox"><h3>
<pre>deb http://jenkins.grml.org/debian fai main</pre>
</ul>
<div class="row">
<div class="col s12">
<h4>Packages for testing of the master branch</h4>
<ul>
<li>
&bullet; Overview of the automatic build process:
<a href="https://jenkins.grml.org/job/fai-binaries/">https://jenkins.grml.org/job/fai-binaries/</a>
</li>
<li>
&bullet; Package reporitory for automatic builds
<code class="grey lighten-2">deb http://jenkins.grml.org/debian fai main</code>
</li>
</ul>
</div>
</div>

</div>

<p>&nbsp<p>
</main>

</div>
</div>
<div id="footer"></div>
</div>
<footer class="page-footer grey darken-3">
<!--#include virtual="/footer.html" -->
</footer>
<!--JavaScript at end of body for optimized loading-->
<script src="/js/materialize.js"></script>
<script>
M.AutoInit();
</script>
</body>
</html>

0 comments on commit 5b2fac4

Please sign in to comment.