|
|
@@ -90,12 +90,11 @@ for page in manualPages: |
|
|
|
# FIXME: this should happen on the wiki |
|
|
|
readPart5 = readPart5.replace("kxstudio.sourceforge.net", "kxstudio.linuxaudio.org") |
|
|
|
|
|
|
|
# final adjustment |
|
|
|
readPart5 = readPart5.replace(" The 'UAC3553B' tab displays controls for a USB audio device whilst 'Playback Streams' can be ignored unless you are using PulseAudio.", |
|
|
|
"") |
|
|
|
|
|
|
|
readPart5 = readPart5.replace("as 'Mic' and 'Mic Boost' do", "as 'Beep' does") |
|
|
|
|
|
|
|
readPart5 = readPart5.replace("<a href=\"/doku.php?id=", "<a href=\"<?php echo $ROOT; ?>/Documentation:Manual:") |
|
|
|
readPart5 = readPart5.replace("http://kxstudio.linuxaudio.org/", "<?php echo $ROOT; ?>/") |
|
|
|
|
|
|
|
kxPageContent = '<?php\n' |
|
|
|