Skip to content

Commit 604581a

Browse files
author
GitHub Actions
committed
Deploy RustAudio/website to RustAudio/website:gh-pages
0 parents  commit 604581a

21 files changed

Lines changed: 806 additions & 0 deletions

.gitkeep

Whitespace-only changes.

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!doctype html>
2+
<title>404 Not Found</title>
3+
<h1>404 Not Found</h1>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rust.audio

about/index.html

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
7+
<title>Rust Audio</title>
8+
<link rel="stylesheet" href="/main.css" />
9+
<link
10+
href="https://fonts.googleapis.com/css?family=Barlow:400,600,700|PT+Serif:400,400i,700|Inconsolata:400,700"
11+
rel="stylesheet"
12+
/>
13+
<link
14+
href="https://fonts.googleapis.com/icon?family=Material+Icons"
15+
rel="stylesheet"
16+
/>
17+
18+
</head>
19+
20+
<body>
21+
<nav aria-label="Main Navigation" style="display: flex;" >
22+
<a href="/"
23+
>
24+
<img src="&#x2F;media&#x2F;logo.png" />
25+
26+
<div class="hide-small">Rust Audio</div>
27+
</a>
28+
<ul>
29+
<li class="dropdown">
30+
<button type="button" class="dropdown__title" aria-expanded="false" aria-controls="community-dropdown">
31+
Community
32+
</button>
33+
<ul class="dropdown__menu" id="community-dropdown">
34+
<li><a href=https:&#x2F;&#x2F;discord.gg&#x2F;8qW6q2k target="_blank">Discord 🔗</a></li>
35+
<li><a href="https://github.com/RustAudio" target="_blank">GitHub 🔗</a></li>
36+
37+
38+
<li><a href=&#x2F;community&#x2F;rules&#x2F;>CoC &amp; Rules</a></li>
39+
40+
<li><a href=&#x2F;community&#x2F;ai&#x2F;>AI policy</a></li>
41+
42+
</ul>
43+
</li>
44+
<li class="dropdown">
45+
<button type="button" class="dropdown__title" aria-expanded="false" aria-controls="resources-dropdown">
46+
Resources
47+
</button>
48+
<ul class="dropdown__menu" id="resources-dropdown">
49+
<li><a href="https://github.com/BillyDM/Awesome-Audio-DSP" target="_blank">Awesome Audio DSP 🔗</a></li>
50+
<li><a href="/resources">More DSP resources</a></li>
51+
</ul>
52+
</li>
53+
</ul>
54+
</nav>
55+
56+
57+
58+
<div class="container">
59+
<p>This website is a collection of resources dedicated to the development of audio applications in the Rust programming language. These topics vary from general DSP, to synthesis, to plugins and associated crates.</p>
60+
61+
</div>
62+
63+
</body>
64+
</html>

atom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
3+
<title>Rust Audio</title>
4+
<link rel="self" type="application/atom+xml" href="https://rust.audio/atom.xml"/>
5+
<link rel="alternate" type="text/html" href="https://rust.audio"/>
6+
<generator uri="https://www.getzola.org/">Zola</generator>
7+
8+
<id>https://rust.audio/atom.xml</id>
9+
</feed>

community/ai/index.html

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
7+
<title>Rust Audio</title>
8+
<link rel="stylesheet" href="/main.css" />
9+
<link
10+
href="https://fonts.googleapis.com/css?family=Barlow:400,600,700|PT+Serif:400,400i,700|Inconsolata:400,700"
11+
rel="stylesheet"
12+
/>
13+
<link
14+
href="https://fonts.googleapis.com/icon?family=Material+Icons"
15+
rel="stylesheet"
16+
/>
17+
18+
</head>
19+
20+
<body>
21+
<nav aria-label="Main Navigation" style="display: flex;" >
22+
<a href="/"
23+
>
24+
<img src="&#x2F;media&#x2F;logo.png" />
25+
26+
<div class="hide-small">Rust Audio</div>
27+
</a>
28+
<ul>
29+
<li class="dropdown">
30+
<button type="button" class="dropdown__title" aria-expanded="false" aria-controls="community-dropdown">
31+
Community
32+
</button>
33+
<ul class="dropdown__menu" id="community-dropdown">
34+
<li><a href=https:&#x2F;&#x2F;discord.gg&#x2F;8qW6q2k target="_blank">Discord 🔗</a></li>
35+
<li><a href="https://github.com/RustAudio" target="_blank">GitHub 🔗</a></li>
36+
37+
38+
<li><a href=&#x2F;community&#x2F;rules&#x2F;>CoC &amp; Rules</a></li>
39+
40+
<li><a href=&#x2F;community&#x2F;ai&#x2F;>AI policy</a></li>
41+
42+
</ul>
43+
</li>
44+
<li class="dropdown">
45+
<button type="button" class="dropdown__title" aria-expanded="false" aria-controls="resources-dropdown">
46+
Resources
47+
</button>
48+
<ul class="dropdown__menu" id="resources-dropdown">
49+
<li><a href="https://github.com/BillyDM/Awesome-Audio-DSP" target="_blank">Awesome Audio DSP 🔗</a></li>
50+
<li><a href="/resources">More DSP resources</a></li>
51+
</ul>
52+
</li>
53+
</ul>
54+
</nav>
55+
56+
57+
58+
<div class="container">
59+
<h1 id="ai-policy">AI policy</h1>
60+
<h2 id="code-contributions">Code contributions</h2>
61+
<p>Generative AI is a burden to maintainers due to the advent of low-quality pull requests that this technology enables, as well as the copyright issues it poses. To protect our contributors and community members, pull-requests that are suspected to be generated by AI will be closed, and their authors may be barred from further contribution. What is and isn't AI generated is notoriously difficult to strictly define, so moderators will approach these situations on a case-by-case basis.</p>
62+
<p>As a general guideline, here are some examples of <strong>acceptable AI use:</strong></p>
63+
<ol>
64+
<li>Generating personal-use documentation to understand a repository. Ensure you have permission from the repository owner.</li>
65+
<li>Translation services for communication. We recognize these are valuable to members who do not speak English as a native language.</li>
66+
<li>Using AI services to check your own written code, to ask questions about your own written code, or to help spot errors in your own written code.</li>
67+
</ol>
68+
<p><strong>Unacceptable AI use includes (non-exhaustive):</strong></p>
69+
<ol>
70+
<li>AI generation of entire function blocks</li>
71+
<li>"Vibe coding" entire pull requests</li>
72+
<li>Using AI to generate comments or pull request descriptions (except for translation).</li>
73+
</ol>
74+
<h2 id="discord">Discord</h2>
75+
<p>Our AI policy extends to our Discord community. The Rust Audio community features a channel to showcase and share your audio-related projects in Rust. We ask that all posters respect the following rules. Posts that break these rules will be removed promptly.</p>
76+
<ol>
77+
<li>AI/"Vibe coded" projects are <strong>not allowed</strong>.</li>
78+
<li>Using AI generated imagery or art in a post is <strong>not allowed</strong>, even if it is placeholder.</li>
79+
<li>Generated AI music (generating a song based on models of other musicians), is <strong>not allowed</strong> anywhere in the Rust Audio community.</li>
80+
</ol>
81+
82+
</div>
83+
84+
</body>
85+
</html>

community/index.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<html>
2+
<head>
3+
<title>Zola</title>
4+
</head>
5+
<body>
6+
<div class="container">
7+
<h1>Welcome to Zola!</h1>
8+
<p>
9+
You're seeing this page because we couldn't find a template to render.
10+
</p>
11+
<p>
12+
To modify this page, create a <b>section.html</b> file in the templates directory or
13+
<a href="https://www.getzola.org/documentation/themes/installing-and-using-themes/" target="_blank">install a theme</a>.
14+
<br>
15+
You can find what variables are available in this template in the <a href="https:&#x2F;&#x2F;www.getzola.org&#x2F;documentation&#x2F;templates&#x2F;pages-sections&#x2F;#section-variables" target="_blank">documentation</a>.
16+
</p>
17+
</div>
18+
<footer>
19+
<a href="https://www.getzola.org/documentation/getting-started/cli-usage/" target="_blank">Get started with Zola</a>
20+
</footer>
21+
<style>
22+
html {
23+
line-height: 1.5;
24+
}
25+
h1 {
26+
margin-bottom: 2rem;
27+
}
28+
.container {
29+
font-family: "sans-serif";
30+
text-align: center;
31+
margin-top: 20vh;
32+
padding: 2rem;
33+
background: #e9e9e9;
34+
}
35+
footer {
36+
position: fixed;
37+
width: 100%;
38+
bottom: 1rem;
39+
text-align: center;
40+
}
41+
</style>
42+
</body>
43+
</html>

community/rules/index.html

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
7+
<title>Rust Audio</title>
8+
<link rel="stylesheet" href="/main.css" />
9+
<link
10+
href="https://fonts.googleapis.com/css?family=Barlow:400,600,700|PT+Serif:400,400i,700|Inconsolata:400,700"
11+
rel="stylesheet"
12+
/>
13+
<link
14+
href="https://fonts.googleapis.com/icon?family=Material+Icons"
15+
rel="stylesheet"
16+
/>
17+
18+
</head>
19+
20+
<body>
21+
<nav aria-label="Main Navigation" style="display: flex;" >
22+
<a href="/"
23+
>
24+
<img src="&#x2F;media&#x2F;logo.png" />
25+
26+
<div class="hide-small">Rust Audio</div>
27+
</a>
28+
<ul>
29+
<li class="dropdown">
30+
<button type="button" class="dropdown__title" aria-expanded="false" aria-controls="community-dropdown">
31+
Community
32+
</button>
33+
<ul class="dropdown__menu" id="community-dropdown">
34+
<li><a href=https:&#x2F;&#x2F;discord.gg&#x2F;8qW6q2k target="_blank">Discord 🔗</a></li>
35+
<li><a href="https://github.com/RustAudio" target="_blank">GitHub 🔗</a></li>
36+
37+
38+
<li><a href=&#x2F;community&#x2F;rules&#x2F;>CoC &amp; Rules</a></li>
39+
40+
<li><a href=&#x2F;community&#x2F;ai&#x2F;>AI policy</a></li>
41+
42+
</ul>
43+
</li>
44+
<li class="dropdown">
45+
<button type="button" class="dropdown__title" aria-expanded="false" aria-controls="resources-dropdown">
46+
Resources
47+
</button>
48+
<ul class="dropdown__menu" id="resources-dropdown">
49+
<li><a href="https://github.com/BillyDM/Awesome-Audio-DSP" target="_blank">Awesome Audio DSP 🔗</a></li>
50+
<li><a href="/resources">More DSP resources</a></li>
51+
</ul>
52+
</li>
53+
</ul>
54+
</nav>
55+
56+
57+
58+
<div class="container">
59+
<h1 id="community-rules">Community rules</h1>
60+
<h2 id="expected-behavior">Expected Behavior</h2>
61+
<ul>
62+
<li>Exercise consideration and respect in your speech and actions.</li>
63+
<li>Attempt collaboration before conflict.</li>
64+
<li>Refrain from demeaning, discriminatory, or harassing behavior and speech.</li>
65+
</ul>
66+
<h2 id="unacceptable-behavior">Unacceptable Behavior</h2>
67+
<ul>
68+
<li>Unacceptable behaviors include: intimidating, harassing, abusive, discriminatory, derogatory or demeaning speech or actions by any participant in our community.</li>
69+
<li>Harassment includes: harmful or prejudicial verbal or written comments related to gender, sexual orientation, race, religion, disability; inappropriate use of nudity and/or sexual images; inappropriate depictions of violence; deliberate intimidation or stalking; and unwelcome sexual attention.</li>
70+
</ul>
71+
<h2 id="consequences-of-unacceptable-behavior">Consequences of Unacceptable Behavior</h2>
72+
<ul>
73+
<li>Unacceptable behavior from any community member will not be tolerated. Anyone asked to stop unacceptable behavior is expected to comply immediately.</li>
74+
<li>If a community member engages in unacceptable behavior, the moderators may take any action they deem appropriate, up to and including a temporary ban or permanent expulsion from the community without warning.</li>
75+
</ul>
76+
<p>More detail on expected behavior in the Rust Audio community can be found in the Berlin Code of Conduct: <a href="https://berlincodeofconduct.org/">https://berlincodeofconduct.org/</a> <a href="https://web.archive.org/web/20251004120400/https://berlincodeofconduct.org/en">(Mirror)</a></p>
77+
<p>We appreciate your efforts to keep this a safe and welcoming community, and again, welcome!</p>
78+
79+
</div>
80+
81+
</body>
82+
</html>

0 commit comments

Comments
 (0)