Skip to content

Commit 0dd502c

Browse files
author
falkTX
committed
Prepare for new release
1 parent c7efc8c commit 0dd502c

File tree

5 files changed

+78
-23
lines changed

5 files changed

+78
-23
lines changed

about.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
<img src="https://graph.facebook.com/falktx/picture?type=normal" alt="">
2525
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2626
</td><td>
27-
<h3><a href="http://www.facebook.com/falktx" target="blank">Filipe Coelho (aka 'falkTX')</a></h3>
27+
<h3><a href="http://www.falktx.com" target="blank">Filipe Coelho (aka 'falkTX')</a></h3>
2828
<p><b>Project leader</b>, does the main code and overall management.<br/>
29-
He's also the leader of DISTRHO's parent project <a href="http://kxstudio.sf.net">KXStudio</a>.<br/>
30-
Contact: <a href="mailto:falktx@gmail.com">falktx@gmail.com</a></p>
29+
He's also the leader of DISTRHO's parent project <a href="http://kxstudio.linuxaudio.org">KXStudio</a>.<br/>
30+
Contact: <a href="mailto:falktx@falktx.com">falktx@falktx.com</a></p>
3131
</td></tr>
3232
<tr><td><p><br/></p></td><td><p><br/></p></td></tr>
3333
<tr><td>

inc_footer.php

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@
66
<input type="submit" name="changeColorNow" value="Switch Color Theme"/>
77
</form>
88
</div>
9-
<div><p style="font-size: 90%;">&#0169; 2012-2014 DISTRHO&nbsp; &nbsp;<span style="float:right;"> Sponsored by <a href="http://kxstudio.sf.net" target="_blank">KXStudio</a>&nbsp; &nbsp;|&nbsp; &nbsp;All the plugins and linux ports here are free, please consider a <a href="http://kxstudio.sourceforge.net/Donations" target="_blank">donation</a> if possible.</span></p></div>
9+
<div>
10+
<p style="font-size: 90%;">
11+
&#0169;
12+
2012-2018 DISTRHO
13+
&nbsp; &nbsp;
14+
<span style="float:right;">
15+
Sponsored by
16+
<a href="http://kxstudio.linuxaudio.org" target="_blank">KXStudio</a>
17+
&nbsp; &nbsp;|&nbsp; &nbsp;
18+
All the plugins and linux ports here are free, please consider a
19+
<a href="http://kxstudio.sourceforge.net/Donations" target="_blank">donation</a>
20+
if possible.
21+
</span>
22+
</p>
23+
</div>
1024
</div>
1125
</div>
1226
</footer>

inc_header.php

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22

3-
function changeColor()
4-
{
5-
if ($GLOBALS["THEME"] == "white")
3+
function changeColor() {
4+
if ($GLOBALS["THEME"] == "white") {
65
$GLOBALS["THEME"] = "black";
7-
else
6+
} else {
87
$GLOBALS["THEME"] = "white";
8+
}
99

1010
setcookie("color-theme", $GLOBALS["THEME"], time() + (365 * 24 * 60 * 60)); // expires in 1 year
1111

@@ -14,18 +14,21 @@ function changeColor()
1414
exit();
1515
}
1616

17-
if (file_exists("/Shared/Personal/FOSS/"))
17+
if (file_exists("/Shared/Personal/FOSS/")) {
1818
$ROOT = "/distrho";
19-
else
19+
} else {
2020
$ROOT = "";
21+
}
2122

22-
if (isset($_COOKIE["color-theme"]))
23+
if (isset($_COOKIE["color-theme"])) {
2324
$GLOBALS["THEME"] = htmlspecialchars($_COOKIE["color-theme"]);
24-
else
25+
} else {
2526
$GLOBALS["THEME"] = "white";
27+
}
2628

27-
if (isset($_POST["changeColorNow"]))
29+
if (isset($_POST["changeColorNow"])) {
2830
changeColor();
31+
}
2932

3033
?>
3134
<!DOCTYPE html>
@@ -51,12 +54,13 @@ function changeColor()
5154
<script type="text/javascript" src="<?php echo $ROOT; ?>/js/scriptaculous.js?load=effects,builder"></script>
5255
<script type="text/javascript">
5356
<?php
54-
if ($CURRENT_PAGE == "plugins")
57+
if ($CURRENT_PAGE == "plugins") {
5558
$menuClasses = array("miniseries", "prom");
56-
else if ($CURRENT_PAGE == "ports")
59+
} else if ($CURRENT_PAGE == "ports") {
5760
$menuClasses = array("arctican", "dexed", "drowaudio", "easyssp", "juced", "klangfalter", "lufsmeter", "luftikus", "mverb", "nekobi", "obxd", "pitcheddelay", "tal", "stereosourceseparator", "vex", "wolpertinger");
58-
else
61+
} else {
5962
$menuClasses = array();
63+
}
6064
?>
6165
jQuery(document).ready(function() {
6266
<?php for ($i = 0; $i < count($menuClasses); $i++) { ?>

index.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<h2>Recent <span>News</span></h2>
2626
<!-- .news -->
2727
<ul class="news">
28+
<li>
29+
<figure><strong>10 Mar</strong><p>2018<p></figure>
30+
<h3>New release and fixes</h3>
31+
<p>New plugins, lots of internal changes.</p>
32+
</li>
2833
<li>
2934
<figure><strong>26 Aug</strong><p>2014<p></figure>
3035
<h3>New plugins and minor fixing</h3>
@@ -40,11 +45,6 @@
4045
<h3>New release pack</h3>
4146
<p>We just released our own custom plugins and more ports now with LV2 versions.</p>
4247
</li>
43-
<li>
44-
<figure><strong>07 Oct</strong><p>2011<p></figure>
45-
<h3>New and updated ports</h3>
46-
<p>We updated the Linux ports, and added a few more too.</p>
47-
</li>
4848
</ul>
4949
<!-- /.news -->
5050
</aside>
@@ -62,11 +62,11 @@
6262
LV2 and VST versions are always available, sometimes with LADSPA and DSSI as well.
6363
</p>
6464
<p>
65-
The last release is '2014-07-16'.<br/>
65+
The last release is '2018-05-10'.<br/>
6666
You can find the entire <b>source code at <a href="https://github.com/DISTRHO/" target="_blank">https://github.com/DISTRHO/</a></b>.
6767
</p>
6868
<p>
69-
Check the <b><a href="<?php echo $ROOT; ?>/plugins">plugins</a></b> and <b><a href="<?php echo $ROOT; ?>/ports">[Linux] ports</a></b> sections to see the full list or download binaries.<br/>
69+
Check the <b><a href="<?php echo $ROOT; ?>/plugins">plugins</a></b> and <b><a href="<?php echo $ROOT; ?>/ports">(Linux) ports</a></b> sections to see the full list or download binaries.<br/>
7070
</p>
7171
</article>
7272
</section>

news.php

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,43 @@
77
<h2>News</h2>
88
<ul class="news">
99

10+
<li>
11+
<figure><strong>10 Mar</strong><p>2018</p></figure>
12+
<h2 class="pointer">New major release</h2>
13+
<p>
14+
A new release after years without one!<br/>
15+
A lot of changes happened on the underlying plugin frameworks (DPF and Juce).
16+
</p>
17+
<p>
18+
The following new ports were added:<br/>
19+
- ...<br/>
20+
- ...<br/>
21+
- ...<br/>
22+
- ...<br/>
23+
</p>
24+
<p>
25+
The DPF-based plugins had some changes too:<br/>
26+
- ... added<br/>
27+
- ProM ...<br/>
28+
- DPF-Plugins repo for easy packaging<br/>
29+
- ...<br/>
30+
</p>
31+
<p>
32+
Since last release, a few projects have appeared that use DPF. Here's a few:<br/>
33+
- ...<br/>
34+
- ...<br/>
35+
- ...<br/>
36+
- ...<br/>
37+
</p>
38+
<p>
39+
Other small changes relevant to the project:<br/>
40+
- Nekobi moved to plugins (used to be in ports), as original developer is happy with it (has git repo RW access too)<br/>
41+
- DPF with ... transport, jack, etc<br/>
42+
- ...<br/>
43+
</p>
44+
<p><a href="..." target="_blank">Comments and discussion</a>
45+
</li>
46+
1047
<li>
1148
<figure><strong>26 Aug</strong><p>2014</p></figure>
1249
<h2 class="pointer">New plugins and minor fixing</h2>

0 commit comments

Comments
 (0)