KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Documentation.php 4.5KB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?php
  2. $PAGE_TITLE = "KXStudio : Documentation";
  3. $PAGE_TYPE = "KXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Documentation");
  5. $PAGE_SOURCE_2 = ARRAY("Documentation");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. If you're looking for help regarding an <b>Ubuntu</b> feature, please search within the
  10. <a href="http://ubuntuforums.org/" class="external text" rel="nofollow" target="_blank">Ubuntu Forums</a>.<br/>
  11. For general <b>Linux Audio</b> help, use the
  12. <a href="http://linuxmusicians.com/" class="external text" rel="nofollow" target="_blank">LinuxMusicians Forums</a> or
  13. <a href="http://lists.linuxaudio.org/listinfo/linux-audio-user/" class="external text" rel="nofollow" target="_blank">LinuxAudio Mailing List</a>.<br/>
  14. You can also use <b>IRC</b> on irc.freenode.net (or .com) server, channel
  15. <a href="https://webchat.freenode.net/?channels=#kxstudio" class="external text" rel="nofollow" target="_blank">#kxstudio</a>,
  16. <a href="https://webchat.freenode.net/?channels=#opensourcemusicians" class="external text" rel="nofollow" target="_blank">#opensourcemusicians</a> or
  17. <a href="https://webchat.freenode.net/?channels=#kxstudio,#opensourcemusicians" class="external text" rel="nofollow" target="_blank">both</a>.<br/>
  18. </p>
  19. <p>
  20. Please note that documentation for KXStudio is a work in progress, if you need some information not available here, you can try:
  21. </p>
  22. <ul>
  23. <li><a href="http://wiki.linuxaudio.org/wiki/start" class="external text" rel="nofollow" target="_blank">LinuxAudio Wiki</a></li>
  24. <li><a href="https://help.ubuntu.com/community/UbuntuStudio/HowTos" class="external text" rel="nofollow" target="_blank">UbuntuStudio Community Documentation</a></li>
  25. </ul>
  26. <!-- TOPICS -->
  27. <p>
  28. <br/>
  29. Some useful topics:
  30. </p>
  31. <!-- KXSTUDIO RELEASE -->
  32. <p>
  33. <b>KXStudio 12.04.3 Release</b>
  34. </p>
  35. <ul>
  36. <li><a href="<?php echo $ROOT; ?>/Documentation:KXStudio12043:About">About</a></li>
  37. <li><a href="<?php echo $ROOT; ?>/Documentation:KXStudio12043:ReleaseNotes">Release Notes</a></li>
  38. </ul>
  39. <!-- KXSTUDIO DISTRIBUTION -->
  40. <p>
  41. <br/>
  42. <b>KXStudio Distribution &amp; Repositories</b> (outdated)
  43. </p>
  44. <ul>
  45. <li><a href="<?php echo $ROOT; ?>/Documentation:Repository:Meta-Packages">Available Meta-Packages</a></li>
  46. <li><a href="<?php echo $ROOT; ?>/Documentation:Repository:RegisterCommercial">Register/Activate your purchased software</a></li>
  47. <li><a href="<?php echo $ROOT; ?>/Documentation:Repository:Upgrade">Upgrade from an existing Debian/Ubuntu installation</a></li>
  48. </ul>
  49. <!-- KXSTUDIO MANUAL -->
  50. <p>
  51. <br/>
  52. <b>KXStudio Manual</b>
  53. </p>
  54. <ul>
  55. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:kxstudio_introduction">Introduction</a></li>
  56. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:kxstudio_and_free_software">KXStudio and Free Software</a></li>
  57. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:downloading_and_booting_kxstudio">Downloading, booting and running KXStudio 'live'</a></li>
  58. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:installing_kxstudio">Installing KXStudio</a></li>
  59. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:package_management">Package Management</a></li>
  60. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:video_drivers">Installing non-free video drivers</a></li>
  61. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:included_and_recommended_apps">Included and recommended apps</a></li>
  62. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:linux_audio_overview">Linux Audio Overview</a></li>
  63. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:alsa_and_kxstudio">ALSA and KXStudio</a></li>
  64. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:cadence_introduction">An introduction to Cadence</a></li>
  65. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:jack_configuration">JACK Configuration</a></li>
  66. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:simple_claudia_studio">Creating a simple LADISH studio using Claudia</a></li>
  67. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:latency">Latency compensation and xrun reduction tips</a></li>
  68. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:wineasio_and_reaper">WineASIO and REAPER</a></li>
  69. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:useful_links_and_getting_help">Useful Links And Getting Help</a></li>
  70. </ul>
  71. <p>
  72. (The manual is being written by Dan MacDonald with the assistance of Aaron Wolf, falkTX and the LinuxMusicians community).
  73. </p>
  74. <p><br/></p>
  75. <?php
  76. include_once("includes/footer.php");
  77. ?>