Skip to content

Commit e2f595a

Browse files
committed
rebuilt site
1 parent 025da44 commit e2f595a

5 files changed

Lines changed: 107 additions & 22 deletions

File tree

_site/developers.html

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,31 @@ <h2 id="project_tagline">TODO</h2>
4545
<h1 id="jack-developer-information">JACK Developer Information</h1>
4646

4747
<p>Want to use JACK in your software? Great, grab the <a href="/downloads">source</a>
48-
and see the <a href="/documentation/">docs</a>.</p>
48+
and see the <a href="/api">docs</a>.</p>
4949

50-
<p>Want to get involved? How about getting on the lists. Paul Davis is the
50+
<h2 id="want-to-get-involved">Want to get involved?</h2>
51+
52+
<p>How about getting on the <a href="/community">mailing lists</a>. Paul Davis is the
5153
maintainer of this project.</p>
5254

53-
<p>Found a bug? Use the bugtracker or send your report to the mailing lists.</p>
55+
<h2 id="found-a-bug">Found a bug?</h2>
56+
57+
<p>Send your report to the respective bug-trackers of
58+
<a href="https://github.com/jackaudio/jack1">jack1</a> or
59+
<a href="https://github.com/jackaudio/jack2">jack2</a> or send your report to the
60+
<a href="/community">mailing list</a>.</p>
5461

55-
<p>Starting to develop? Don’t forget to read README.developers.</p>
62+
<p>This homepage is maintained as a community effort and has it’s own
63+
bugtracker.</p>
5664

57-
<p>Is there an error in this web site? General comments? Send the webmaster an
58-
email.</p>
65+
<p>For anything else send a mail to the <a href="/community">mailing list</a> people
66+
are friendly and will respond if they can.</p>
5967

6068
<h2 id="contributors">contributors</h2>
6169

62-
<p>Jack was inspired by and partially designed during discussions on the Linux
63-
Audio Developers mailing list. Particularly significant contributions to those
64-
discussions came from (in alphabetical order):</p>
70+
<p>Jack was inspired by and partially designed during discussions on the
71+
Linux Audio Developers mailing list. Particularly significant
72+
contributions to those discussions came from (in alphabetical order):</p>
6573

6674
<ul>
6775
<li>Paul Davis</li>
@@ -89,18 +97,28 @@ <h2 id="contributors">contributors</h2>
8997

9098
<p>Stephane Letz ported JACK to OS X and wrote the new C++ SMP-aware
9199
implementation <a href="http://www.grame.fr/~letz/jackdmp.html">jackdmp</a>.
92-
He and Johnny Petrantoni created
93-
<a href="http://jackosx.com/">JackOSX</a>,
100+
He and Johnny Petrantoni created <a href="http://jackosx.com/">JackOSX</a>,
94101
including JACK and utilities for OS X.</p>
95102

96103
<p>Taybin Rutkin manages our releases.</p>
97104

98105
<p>Rui Nuno Capela wrote the fantastic JACK control application “qjackctl”.</p>
99106

100-
<p>Others who have contributed to JACK in ways large and small: Andy Wingo,
101-
Fernando Pablo Lopez-Lezcano, Jeremy Hall, Steve Harris, Martin Boer, Melanie
102-
Thielker, Jussi Laako, Tilman Linneweh, Karsten Weise, Lee Revell, Jesse
103-
Chappel</p>
107+
<p>Others who have contributed to JACK in ways large and small:</p>
108+
109+
<ul>
110+
<li>Andy Wingo,</li>
111+
<li>Fernando Pablo Lopez-Lezcano,</li>
112+
<li>Jeremy Hall,</li>
113+
<li>Steve Harris,</li>
114+
<li>Martin Boer,</li>
115+
<li>Melanie Thielker,</li>
116+
<li>Jussi Laako,</li>
117+
<li>Tilman Linneweh,</li>
118+
<li>Karsten Weise,</li>
119+
<li>Lee Revell,</li>
120+
<li>Jesse Chappel</li>
121+
</ul>
104122

105123

106124

_site/faq/about.html

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset='utf-8' />
6+
<meta name="description" content="JACK Audio Connection Kit|About Jack" />
7+
8+
<link rel="stylesheet" type="text/css" media="screen" href="/stylesheets/stylesheet.css">
9+
10+
<title>JACK Audio Connection Kit|About Jack</title>
11+
</head>
12+
13+
<body>
14+
<!-- HEADER -->
15+
<div id="header_wrap" class="outer">
16+
<header class="inner">
17+
<a id="forkme_banner" href="https://github.com/jackaudio">View on GitHub</a>
18+
<a href=""> <img src="/images/logo.png" alt="home" border =
19+
"0"> </a>
20+
21+
<nav>
22+
<a href="/"> Home </a> |
23+
<a href="/applications/"> Applications </a> |
24+
<a href="/faq/"> FAQ </a> |
25+
<a href="https://github.com/jackaudio/jackaudio.github.com/wiki"> WIKI </a> |
26+
<a href="/api/"> API </a> |
27+
<a href="/downloads/"> Downloads </a> |
28+
<a href="/community.html"> Community Network </a>
29+
30+
</nav>
31+
32+
<!--
33+
<h1 id="project_title">JACK Audio Connection Kit</h1>
34+
<h2 id="project_tagline">TODO</h2>
35+
-->
36+
37+
</header>
38+
39+
40+
41+
<!-- MAIN CONTENT -->
42+
<div id="main_content_wrap" class="outer">
43+
<section id="main_content" class="inner">
44+
45+
<p>JACK (JACK Audio Connection Kit) refers to an <a href="/api">API</a> and two
46+
implementations of this API, jack1 and jack2. It provides a basic
47+
infrastructure for audio applications to communicate with each other and
48+
with audio hardware. Through JACK, users are enabled to build powerful
49+
systems for signal processing and music production.</p>
50+
51+
52+
</section>
53+
</div>
54+
55+
<!-- FOOTER -->
56+
<div id="footer_wrap" class="outer">
57+
<footer class="inner">
58+
<p class="copyright">Slate theme maintained by <a href="https://github.com/jasoncostello">Jason Costello</a></p>
59+
</footer>
60+
</div>
61+
62+
63+
64+
</body>
65+
</html>

_site/faq/about.md

Whitespace-only changes.

_site/faq/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ <h2 id="project_tagline">TODO</h2>
4545
<h1 id="jack-faq">JACK FAQ</h1>
4646

4747
<ul>
48+
<li><a href="about.html">What is JACK?</a></li>
4849
<li><a href="https://github.com/jackaudio/jackaudio.github.com/wiki/Q_difference_jack1_jack2">What is the difference between JACK1 and JACK2?</a></li>
4950
<li><a href="device_support.html">What audio devices are supported by JACK?</a></li>
5051
<li><a href="device_naming.html">How do I refer to a soundcard

_site/index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ <h2 id="project_tagline">TODO</h2>
4242
<div id="main_content_wrap" class="outer">
4343
<section id="main_content" class="inner">
4444

45-
<p>Have you ever wanted to take the audio output of one piece of software and send it
46-
to another? How about taking the output of that same program and send it to two
47-
others, then record the result in the first program? Or maybe you’re a programmer
48-
who writes real-time audio and music applications and who is looking for a
49-
cross-platform API that enables not only device sharing but also inter-application
50-
audio routing, and is incredibly easy to learn and use? If so, JACK may be what
51-
you’ve been looking for.</p>
45+
<p>Have you ever wanted to take the audio output of one piece of software
46+
and send it to another? How about taking the output of that same program
47+
and send it to two others, then record the result in the first program?
48+
Or maybe you’re a <a href="/developers">programmer</a> who writes real-time audio
49+
and music <a href="/applications">applications</a> and who is looking for a
50+
cross-platform API that enables not only device sharing but also
51+
inter-application audio routing, and is incredibly easy to learn and
52+
use? If so, JACK may be what you’ve been looking for.</p>
5253

5354

5455
</section>

0 commit comments

Comments
 (0)