Browse Source

Fix href titles for kxstudio.linuxaudio.org

pull/2/merge
falkTX 8 years ago
parent
commit
c0b6edb514
5 changed files with 6 additions and 5 deletions
  1. +1
    -1
      Documentation:Manual:downloading_and_booting_kxstudio.php
  2. +1
    -1
      Documentation:Manual:kxstudio_and_free_software.php
  3. +1
    -1
      Documentation:Manual:kxstudio_introduction.php
  4. +1
    -1
      Documentation:Manual:useful_links_and_getting_help.php
  5. +2
    -1
      _manual/create-manual-pages.py

+ 1
- 1
Documentation:Manual:downloading_and_booting_kxstudio.php View File

@@ -22,7 +22,7 @@ Download the KXStudio Live-DVD images from:
</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>


+ 1
- 1
Documentation:Manual:kxstudio_and_free_software.php View File

@@ -43,7 +43,7 @@ Some hardware manufacturers, particularly among wireless cards and graphics acce
<div class="level2">

<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>


+ 1
- 1
Documentation:Manual:kxstudio_introduction.php View File

@@ -36,7 +36,7 @@ The KXStudio distribution is based upon Ubuntu, one of the most popular variants
</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&#039;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&#039;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>

</div>


+ 1
- 1
Documentation:Manual:useful_links_and_getting_help.php View File

@@ -23,7 +23,7 @@ For more info on the KXStudio applications such as Cadence, Claudia and Catia
</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>

</div>


+ 2
- 1
_manual/create-manual-pages.py View File

@@ -95,7 +95,8 @@ for page in manualPages:
"")
readPart5 = readPart5.replace("as &#039;Mic&#039; and &#039;Mic Boost&#039; do", "as &#039;Beep&#039; 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 += '$PAGE_TITLE = "KXStudio";\n'


Loading…
Cancel
Save