Skip to content

Commit c1ea22f

Browse files
author
falkTX
committed
Prepare website for new content
1 parent fae7694 commit c1ea22f

15 files changed

+179
-35
lines changed

css-black/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ mark, rp, rt, ruby, summary, time { display:inline; }
66
body {
77
background:#F4F4F4;
88
font-family: 'Raleway', sans-serif;
9-
font-weight: 200;
9+
font-weight: 200;
1010
font-size:100%;
1111
line-height:1.125em;
1212
color:#BABABA;
1313
}
1414
html { min-width:1000px; }
1515
html, body { height:100%;background-color:#1E1F1F; }
16-
16+
hr { color:#191A1A4D; background-color:transparent; }
1717

1818

1919
/* Global Structure ============================================================= */
@@ -79,7 +79,7 @@ html, body { height:100%;background-color:#1E1F1F; }
7979
aside{
8080
float: left;
8181
width: 302px;
82-
margin:60px 52px 0 0;
82+
margin: 0px 52px 0 0;
8383
}
8484
.homeAside{
8585
float: left;

css-white/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Getting the new tags to behave */
22
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
3-
mark, rp, rt, ruby, summary, time { display: inline; }
3+
mark, rp, rt, ruby, summary, time { display:inline; }
44

55
/* Global properties ======================================================== */
66
body {
@@ -9,11 +9,11 @@ body {
99
font-weight: 200;
1010
font-size:100%;
1111
line-height:1.125em;
12-
color: #272727/*#7A7A7A*/;
12+
color:#272727/*#7A7A7A*/;
1313
}
1414
html { min-width:1000px;}
15-
html, body { height:100%;background-color:#1E1F1F;}
16-
15+
html, body { height:100%;background-color:#1E1F1F; }
16+
hr { color:#D6D6D64D; background-color:transparent; }
1717

1818

1919
/* Global Structure ============================================================= */
@@ -79,7 +79,7 @@ html, body { height:100%;background-color:#1E1F1F;}
7979
aside{
8080
float: left;
8181
width: 302px;
82-
margin:60px 52px 0 0;
82+
margin: 0px 52px 0 0;
8383
}
8484
.homeAside{
8585
float: left;
-55.2 KB
Binary file not shown.

images/screenshots/distrho-glbars.png

36.5 KB
Loading

images/screenshots/distrho-kars.png

170 KB
Loading
-10.5 KB
Binary file not shown.
-72.9 KB
Binary file not shown.
7.05 KB
Loading
5.41 KB
Loading

images/screenshots/ndc-soulforce.png

65.8 KB
Loading

images/screenshots/nekobi.png

-49.2 KB
Binary file not shown.

images/screenshots/nekobi_thumb.png

-9.84 KB
Binary file not shown.

inc_header.php

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function changeColor() {
1414
exit();
1515
}
1616

17-
if (file_exists("/Shared/Personal/FOSS/")) {
17+
if (file_exists("/home/falktx/Personal/FOSS/")) {
1818
$ROOT = "/distrho";
1919
} else {
2020
$ROOT = "";
@@ -30,6 +30,12 @@ function changeColor() {
3030
changeColor();
3131
}
3232

33+
$VERSION_DPF = "v1.1";
34+
$VERSION_PORTS = "2018-04-16";
35+
36+
$URL_DPF = "https://github.com/DISTRHO/DPF-Plugins/releases/download/" . $VERSION_DPF;
37+
$URL_PORTS = "https://github.com/DISTRHO/DISTRHO-Ports/releases/download/" . $VERSION_PORTS;
38+
3339
?>
3440
<!DOCTYPE html>
3541
<html lang="en">
@@ -55,9 +61,11 @@ function changeColor() {
5561
<script type="text/javascript">
5662
<?php
5763
if ($CURRENT_PAGE == "plugins") {
58-
$menuClasses = array("miniseries", "prom");
64+
$menuClasses = array("miniseries", "nekobi", "kars", "glbars", "prom");
5965
} else if ($CURRENT_PAGE == "ports") {
60-
$menuClasses = array("arctican", "dexed", "drowaudio", "easyssp", "juced", "klangfalter", "lufsmeter", "luftikus", "mverb", "nekobi", "obxd", "pitcheddelay", "tal", "stereosourceseparator", "vex", "wolpertinger");
66+
$menuClasses = array("arctican", "dexed", "drowaudio", "easyssp", "juced", "klangfalter", "lufsmeter",
67+
"luftikus", "mverb", "ndc", "obxd", "pitcheddelay", "tal", "stereosourceseparator",
68+
"vex", "wolpertinger");
6169
} else {
6270
$menuClasses = array();
6371
}

plugins.php

Lines changed: 103 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,50 +9,142 @@
99
<div class="inside"><div class="wrapper">
1010
<aside>
1111
<p style="font-size:0.8em; text-align:right">
12-
<a href="images/screenshots/distrho-3bandeq.png" rel="lightbox[miniseries]"><img src="images/screenshots/distrho-3bandeq_thumb.png" alt=""/></a><br/>3-Band EQ&nbsp;&nbsp;
12+
<a href="images/screenshots/distrho-3bandeq.png" rel="lightbox[miniseries]"><img src="images/screenshots/distrho-3bandeq.png" width="200px" alt=""/></a><br/>3-Band EQ&nbsp;&nbsp;
1313
<a href="images/screenshots/distrho-3bandsplitter.png" rel="lightbox[miniseries]" class="hidden"></a>
1414
<a href="images/screenshots/distrho-pingpongpan.png" rel="lightbox[miniseries]" class="hidden"></a>
1515
</p>
1616
</aside>
1717
<section class="content">
1818
<article>
19-
<h2>DISTRHO Mini Series</h2>
20-
<p>A small collection of small but useful plugins, based on the good old <a href="http://loser.asseca.com/" target="_blank">LOSER-Dev Plugins</a> (now offline).</p>
19+
<h2>Mini-Series</h2>
20+
<p>A small collection of small but useful plugins, based on the good old "LOSER-Dev Plugins".</p>
2121
<p>This collection currently includes:<br/>
2222
- 3-Band EQ<br/>
2323
- 3-Band Splitter<br/>
2424
- Ping Pong Pan<br/>
2525
</p>
26+
<p>Project page: <a href="https://github.com/DISTRHO/Mini-Series" target="_blank">https://github.com/DISTRHO/Mini-Series</a></p>
2627
<div class="button">
2728
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_miniseries" alt="download" />
2829
<ul class="the_menu the_menu_miniseries">
29-
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-mini-series-linux32bit.tar.xz/download" target="_blank">DISTRHO Mini-Series - Linux 32bit</a></li>
30-
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-mini-series-linux64bit.tar.xz/download" target="_blank">DISTRHO Mini-Series - Linux 64bit</a></li>
31-
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-mini-series-win32bit.zip/download" target="_blank">DISTRHO Mini-Series - Windows 32bit</a></li>
32-
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-mini-series-win64bit.zip/download" target="_blank">DISTRHO Mini-Series - Windows 64bit</a></li>
30+
<li><a href="<?php echo $URL_DPF ?>/distrho-mini-series-linux32.tar.xz" target="_blank">DISTRHO Mini-Series - Linux 32bit</a></li>
31+
<li><a href="<?php echo $URL_DPF ?>/distrho-mini-series-linux64.tar.xz" target="_blank">DISTRHO Mini-Series - Linux 64bit</a></li>
32+
<li><a href="<?php echo $URL_DPF ?>/distrho-mini-series-macOS.zip" target="_blank">DISTRHO Mini-Series - macOS</a></li>
33+
<li><a href="<?php echo $URL_DPF ?>/distrho-mini-series-win32.zip" target="_blank">DISTRHO Mini-Series - Windows 32bit</a></li>
34+
<li><a href="<?php echo $URL_DPF ?>/distrho-mini-series-win64.zip" target="_blank">DISTRHO Mini-Series - Windows 64bit</a></li>
3335
</ul>
3436
</div>
3537
</article>
3638
</section>
3739
</div></div>
3840

41+
<hr/>
42+
43+
<!-- Nekobi -->
44+
<div class="inside"><div class="wrapper">
45+
<aside>
46+
<p style="font-size:0.8em; text-align:right">
47+
<a href="images/screenshots/nekobi.png" rel="lightbox[nekobi]"><img src="images/screenshots/distrho-nekobi.png" width="200px" alt=""/></a><br/>Nekobi&nbsp;&nbsp;
48+
</p>
49+
</aside>
50+
<section class="content">
51+
<article>
52+
<h2>Nekobi</h2>
53+
<p>Nekobi is a simple single-oscillator synth based on the Roland TB-303.</p>
54+
<p>Project page: <a href="https://github.com/DISTRHO/Nekobi" target="_blank">https://github.com/DISTRHO/Nekobi</a></p>
55+
<div class="button">
56+
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_nekobi" alt="download" />
57+
<ul class="the_menu the_menu_nekobi">
58+
<li><a href="<?php echo $URL_DPF ?>/distrho-nekobi-linux32.tar.xz" target="_blank">Nekobi - Linux 32bit</a></li>
59+
<li><a href="<?php echo $URL_DPF ?>/distrho-nekobi-linux64.tar.xz" target="_blank">Nekobi - Linux 64bit</a></li>
60+
<li><a href="<?php echo $URL_DPF ?>/distrho-nekobi-macOS.zip" target="_blank">Nekobi - macOS</a></li>
61+
<li><a href="<?php echo $URL_DPF ?>/distrho-nekobi-win32.zip" target="_blank">Nekobi - Windows 32bit</a></li>
62+
<li><a href="<?php echo $URL_DPF ?>/distrho-nekobi-win64.zip" target="_blank">Nekobi - Windows 64bit</a></li>
63+
</ul>
64+
</div>
65+
</article>
66+
</section>
67+
</div></div>
68+
69+
<hr/>
70+
71+
<!-- Kars -->
72+
<div class="inside"><div class="wrapper">
73+
<aside>
74+
<p style="font-size:0.8em; text-align:right">
75+
<a href="images/screenshots/kars.png" rel="lightbox[kars]"><img src="images/screenshots/distrho-kars.png" width="200px" alt=""/></a><br/>Kars&nbsp;&nbsp;
76+
</p>
77+
</aside>
78+
<section class="content">
79+
<article>
80+
<h2>Kars</h2>
81+
<p>Simple karplus-strong plucked string synth.</p>
82+
<p>It implements the basic Karplus-Strong plucked-string synthesis algorithm (Kevin Karplus &amp; Alex Strong,
83+
"Digital Synthesis of Plucked-String and Drum Timbres", Computer Music Journal 1983).</p>
84+
<p>Project page: <a href="https://github.com/DISTRHO/Kars" target="_blank">https://github.com/DISTRHO/Kars</a></p>
85+
<div class="button">
86+
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_kars" alt="download" />
87+
<ul class="the_menu the_menu_kars">
88+
<li><a href="<?php echo $URL_DPF ?>/distrho-kars-linux32.tar.xz" target="_blank">Kars - Linux 32bit</a></li>
89+
<li><a href="<?php echo $URL_DPF ?>/distrho-kars-linux64.tar.xz" target="_blank">Kars - Linux 64bit</a></li>
90+
<li><a href="<?php echo $URL_DPF ?>/distrho-kars-macOS.zip" target="_blank">Kars - macOS</a></li>
91+
<li><a href="<?php echo $URL_DPF ?>/distrho-kars-win32.zip" target="_blank">Kars - Windows 32bit</a></li>
92+
<li><a href="<?php echo $URL_DPF ?>/distrho-kars-win64.zip" target="_blank">Kars - Windows 64bit</a></li>
93+
</ul>
94+
</div>
95+
</article>
96+
</section>
97+
</div></div>
98+
99+
<hr/>
100+
101+
<!-- glBars -->
102+
<div class="inside"><div class="wrapper">
103+
<aside>
104+
<p style="font-size:0.8em; text-align:right">
105+
<a href="images/screenshots/glbars.png" rel="lightbox[glbars]"><img src="images/screenshots/distrho-glbars.png" width="200px" alt=""/></a><br/>glBars&nbsp;&nbsp;
106+
</p>
107+
</aside>
108+
<section class="content">
109+
<article>
110+
<h2>glBars</h2>
111+
<p>This is an OpenGL bars visualization plugin (as seen in XMMS and XBMC/Kodi).<br/>
112+
Adapted from the jack_glbars project by Nedko Arnaudov.</p>
113+
<p>Project page: <a href="https://github.com/DISTRHO/glBars" target="_blank">https://github.com/DISTRHO/glBars</a></p>
114+
<div class="button">
115+
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_glbars" alt="download" />
116+
<ul class="the_menu the_menu_glbars">
117+
<li><a href="<?php echo $URL_DPF ?>/distrho-glbars-linux32.tar.xz" target="_blank">glBars - Linux 32bit</a></li>
118+
<li><a href="<?php echo $URL_DPF ?>/distrho-glbars-linux64.tar.xz" target="_blank">glBars - Linux 64bit</a></li>
119+
<li><a href="<?php echo $URL_DPF ?>/distrho-glbars-macOS.zip" target="_blank">glBars - macOS</a></li>
120+
<li><a href="<?php echo $URL_DPF ?>/distrho-glbars-win32.zip" target="_blank">glBars - Windows 32bit</a></li>
121+
<li><a href="<?php echo $URL_DPF ?>/distrho-glbars-win64.zip" target="_blank">glBars - Windows 64bit</a></li>
122+
</ul>
123+
</div>
124+
</article>
125+
</section>
126+
</div></div>
127+
128+
<hr/>
129+
39130
<!-- ProM -->
40131
<div class="inside"><div class="wrapper">
41132
<aside>
42133
<p style="font-size:0.8em; text-align:right">
43-
<a href="images/screenshots/distrho-prom.png" rel="lightbox[prom]"><img src="images/screenshots/distrho-prom_thumb.png" alt=""/></a><br/>ProM&nbsp;&nbsp;
134+
<a href="images/screenshots/distrho-prom.png" rel="lightbox[prom]"><img src="images/screenshots/distrho-prom.png" width="200px" alt=""/></a><br/>ProM&nbsp;&nbsp;
44135
</p>
45136
</aside>
46137
<section class="content">
47138
<article>
48-
<h2>DISTRHO ProM</h2>
139+
<h2>ProM</h2>
49140
<p><a href="http://projectm.sourceforge.net/" target="_blank">projectM</a> is an awesome music visualizer.</p>
50141
<p>DISTRHO ProM makes it work as an audio plugin (LV2 and VST).</p>
142+
<p>Project page: <a href="https://github.com/DISTRHO/ProM" target="_blank">https://github.com/DISTRHO/ProM</a></p>
51143
<div class="button">
52144
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_prom" alt="download" />
53145
<ul class="the_menu the_menu_prom">
54-
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-prom-linux32bit.tar.xz/download" target="_blank">DISTRHO Mini-Series - Linux 32bit</a></li>
55-
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-prom-linux64bit.tar.xz/download" target="_blank">DISTRHO Mini-Series - Linux 64bit</a></li>
146+
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-prom-linux32bit.tar.xz/download" target="_blank">DISTRHO ProM - Linux 32bit</a></li>
147+
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-prom-linux64bit.tar.xz/download" target="_blank">DISTRHO ProM - Linux 64bit</a></li>
56148
</ul>
57149
</div>
58150
</article>

0 commit comments

Comments
 (0)