[SCM] calf/master: Slight changes

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:56 UTC 2013


The following commit has been merged in the master branch:
commit fc76426fb86c5b71de013b53f0f0dd08c99e7891
Author: Markus Schmidt <schmidt at boomshop.net>
Date:   Tue Mar 2 23:31:36 2010 +0100

    Slight changes

diff --git a/doc/manuals/About.html b/doc/manuals/About.html
index f86e035..b63b023 100644
--- a/doc/manuals/About.html
+++ b/doc/manuals/About.html
@@ -33,10 +33,10 @@
                 <strong>Calf Studiogear is researched, developed, programmed and designed by:</strong>
             </p>
             <ul class="developers">
-                <li><a href="images/no_portrait.png" title="No portrait available" class="thickbox"><img class="portrait" src="images/no_portrait.png" alt="No portrait available"/></a><strong>Krzysztof Foltman:</strong> The head of Calf. Krzysztof is a professional programmer for [...], loves making music and lives in Poland. He once initiated this project and is the main developer of the Calf codebase. The most DSP routines and all delay effects are implemented by him and he designed the complete framework Calf is based on. The synthesizers of Calf are designed by him, too. Krzysztof also maintains the Git-repository and keeps an eye on clean code, fast and effective routines and the implementation of enhancements to the framework.</li>
-                <li><a href="images/no_portrait.png" title="No portrait available" class="thickbox"><img class="portrait" src="images/no_portrait.png" alt="No portrait available"/></a><strong>Thor Harald Johanssen:</strong> He is responsible for the development of the dynamics routine all Calf plugins are based on. A lot of discussions and an intensive brainstorming lead to one of the best and most flexible level detection and gain reduction modules for audio production. His routine drives plugins like compressors, limiters and envelope modulated effects.</li>
-                <li><a href="images/no_portrait.png" title="No portrait available" class="thickbox"><img class="portrait" src="images/no_portrait.png" alt="No portrait available"/></a><strong>Tom {...}:</strong> He is the main developer of the TAP-plugin pack available for Linux audio workstations. His distortion routine taken from his plugins is the base for every saturation effect like Saturator, Exciter or Bass Enhancer. He gladly gave his code to the Calf team which pushed quality and functionality of Calf a lot.</li>
-                <li><a href="images/Markus Schmidt.jpg" title="Markus Schmidt" class="thickbox"><img class="portrait" src="images/Markus Schmidt.jpg" alt="Markus Schmidt"/></a><strong>Markus Schmidt:</strong> A german designer, producer, musician and programmer. He's the latest member of the team and signs responsible for the design of every optical aspect of Calf. He also added a lot of audio production plugins based on his everyday work in his studio like the enhanced dynamics modules based on Thor's routine, the equalizers based on Krzysztof's filters, the pulsator and the different saturation effects based on Tom's distortion code from TAP plugins.<br clear="all"</li>
+                <li><a href="images/no_portrait.png" title="No portrait available" class="thickbox"><img class="portrait" src="images/no_portrait.png" alt="No portrait available"/></a><strong>Krzysztof Foltman:</strong> The head of Calf. Krzysztof is a professional programmer for [...], loves making music and lives in Poland. He once initiated this project in 19xx and is the main developer of the Calf codebase. The most DSP routines and all delay effects are implemented by him and he designed the complete framework Calf is based on. The synthesizers of Calf are designed by him, too. Krzysztof also maintains the Git-repository and keeps an eye on clean code, fast and effective routines and the implementation of enhancements to the framework.</li>
+                <li><a href="images/no_portrait.png" title="No portrait available" class="thickbox"><img class="portrait" src="images/no_portrait.png" alt="No portrait available"/></a><strong>Thor Harald Johanssen:</strong> He is responsible for the development of the dynamics routine all Calf plugins are based on. A lot of discussions with Krzysztof and an intensive brainstorming lead to one of the best and most flexible level detection and gain reduction modules for audio production. His routine drives plugins like compressors, limiters and envelope modulated effects.</li>
+                <li><a href="images/no_portrait.png" title="No portrait available" class="thickbox"><img class="portrait" src="images/no_portrait.png" alt="No portrait available"/></a><strong>Tom Szilagyi:</strong> He is the main developer of the <a href="http://tap-plugins.sf.net" title="TAP Plugins by Tom Szilagyi" target="_blank">TAP-plugin pack</a> available for Linux audio workstations. His distortion routine taken from his plugins is the base for every saturation effect like Saturator, Exciter or Bass Enhancer. He gladly gave his code to the Calf team which pushed quality and functionality of Calf a lot.</li>
+                <li><a href="images/Markus Schmidt.jpg" title="Markus Schmidt" class="thickbox"><img class="portrait" src="images/Markus Schmidt.jpg" alt="Markus Schmidt"/></a><strong>Markus Schmidt:</strong> A german designer, producer, musician and programmer. He's the latest member of the team and signs responsible for the design of every optical aspect of Calf. He also added a lot of audio production plugins based on his everyday work in his studio like the enhanced dynamics modules based on Thor's routine, the equalizers based on Krzysztof's filters, the pulsator and the different saturation effects based on Tom's distortion code from TAP plugins.<br clear="all"></li>
             </ul>
             <h2>Support</h2>
             <p>
diff --git a/doc/manuals/scripts/style.css b/doc/manuals/scripts/style.css
index 4082ac8..7028925 100644
--- a/doc/manuals/scripts/style.css
+++ b/doc/manuals/scripts/style.css
@@ -1,5 +1,5 @@
 body {
-    background: url(../../../gui/background_blue.png);
+    background: url(../images/background_blue.png);
     color: white;
     text-align: center;
     font-family: sans-serif;
@@ -39,6 +39,8 @@ p, ul {
     margin: 0 0 15px;
     padding: 10px;
     border: 1px solid black;
+    -moz-border-radius: 12px;
+    -webkit-border-radius: 12px;
 }
 ul {
 }
@@ -65,7 +67,7 @@ strong {
 }
 
 .headerbg {
-    background: url(../../../gui/background_black.png);
+    background: url(../images/background_black.png);
     border-bottom: 1px solid #111;
 }
 .header {

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list