@@ -22,7 +22,7 @@ Download the KXStudio Live-DVD images from: | |||||
</p> | </p> | ||||
<p> | <p> | ||||
<a href="<?php echo $ROOT; ?>/Downloads#LiveDVD" class="urlextern" title="<?php echo $ROOT; ?>/Downloads#LiveDVD" rel="nofollow"><?php echo $ROOT; ?>/Downloads#LiveDVD</a> | |||||
<a href="<?php echo $ROOT; ?>/Downloads#LiveDVD" class="urlextern" title="Downloads#LiveDVD" rel="nofollow">http://kxstudio.linuxaudio.org/Downloads#LiveDVD</a> | |||||
</p> | </p> | ||||
<p> | <p> | ||||
@@ -43,7 +43,7 @@ Some hardware manufacturers, particularly among wireless cards and graphics acce | |||||
<div class="level2"> | <div class="level2"> | ||||
<p> | <p> | ||||
While all KXStudio PPA listings are otherwise strictly <acronym title="Free/Libre and Open Source Software">FLOSS</acronym>, KXStudio includes non-free extras kept in a segregated repository. The packages are listed in Muon Package Manager <em>By Origin</em> under “KXStudio (Extra)”. In the software sources, the repository is “<a href="<?php echo $ROOT; ?>/repo/" class="urlextern" title="<?php echo $ROOT; ?>/repo/" rel="nofollow"><?php echo $ROOT; ?>/repo/</a> precise free non-free”. | |||||
While all KXStudio PPA listings are otherwise strictly <acronym title="Free/Libre and Open Source Software">FLOSS</acronym>, KXStudio includes non-free extras kept in a segregated repository. The packages are listed in Muon Package Manager <em>By Origin</em> under “KXStudio (Extra)”. In the software sources, the repository is “<a href="<?php echo $ROOT; ?>/repo/" class="urlextern" title="repo/" rel="nofollow">http://kxstudio.linuxaudio.org/repo/</a> precise free non-free”. | |||||
</p> | </p> | ||||
<p> | <p> | ||||
@@ -36,7 +36,7 @@ The KXStudio distribution is based upon Ubuntu, one of the most popular variants | |||||
</p> | </p> | ||||
<p> | <p> | ||||
KXStudio began when a talented young Portuguese developer known online as falkTX saw the need for Ubuntu to have better management tools and software compilation for audio-related work. Over the years, falkTX's work has expanded to cover the base KXStudio project, the related suite of audio tools known as Cadence, the Carla plugin host, and the DISTRHO audio plugins. falkTX puts an incredible amount of time and effort into creating and supporting these and has also assisted in improving numerous other <acronym title="Free/Libre and Open Source Software">FLOSS</acronym> projects. If you appreciate his ongoing hard work he would be grateful for any contributions you can make via <a href="<?php echo $ROOT; ?>/Donations" class="urlextern" title="<?php echo $ROOT; ?>/Donations" rel="nofollow"><?php echo $ROOT; ?>/Donations</a> . Thank you! | |||||
KXStudio began when a talented young Portuguese developer known online as falkTX saw the need for Ubuntu to have better management tools and software compilation for audio-related work. Over the years, falkTX's work has expanded to cover the base KXStudio project, the related suite of audio tools known as Cadence, the Carla plugin host, and the DISTRHO audio plugins. falkTX puts an incredible amount of time and effort into creating and supporting these and has also assisted in improving numerous other <acronym title="Free/Libre and Open Source Software">FLOSS</acronym> projects. If you appreciate his ongoing hard work he would be grateful for any contributions you can make via <a href="<?php echo $ROOT; ?>/Donations" class="urlextern" title="Donations" rel="nofollow">http://kxstudio.linuxaudio.org/Donations</a> . Thank you! | |||||
</p> | </p> | ||||
</div> | </div> | ||||
@@ -23,7 +23,7 @@ For more info on the KXStudio applications such as Cadence, Claudia and Catia | |||||
</p> | </p> | ||||
<p> | <p> | ||||
<a href="<?php echo $ROOT; ?>/KXStudio:Applications" class="urlextern" title="<?php echo $ROOT; ?>/KXStudio:Applications" rel="nofollow"><?php echo $ROOT; ?>/KXStudio:Applications</a> | |||||
<a href="<?php echo $ROOT; ?>/KXStudio:Applications" class="urlextern" title="KXStudio:Applications" rel="nofollow">http://kxstudio.linuxaudio.org/KXStudio:Applications</a> | |||||
</p> | </p> | ||||
</div> | </div> | ||||
@@ -95,7 +95,8 @@ for page in manualPages: | |||||
"") | "") | ||||
readPart5 = readPart5.replace("as 'Mic' and 'Mic Boost' do", "as 'Beep' does") | readPart5 = readPart5.replace("as 'Mic' and 'Mic Boost' do", "as 'Beep' does") | ||||
readPart5 = readPart5.replace("http://kxstudio.linuxaudio.org/", "<?php echo $ROOT; ?>/") | |||||
readPart5 = readPart5.replace('href="http://kxstudio.linuxaudio.org/', 'href="<?php echo $ROOT; ?>/') | |||||
readPart5 = readPart5.replace('title="http://kxstudio.linuxaudio.org/', 'title="') | |||||
kxPageContent = '<?php\n' | kxPageContent = '<?php\n' | ||||
kxPageContent += '$PAGE_TITLE = "KXStudio";\n' | kxPageContent += '$PAGE_TITLE = "KXStudio";\n' | ||||