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.

87 lines
4.5KB

  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 14.04.5 Release</b>
  34. </p>
  35. <ul>
  36. <li><a href="<?php echo $ROOT; ?>/Documentation:KXStudio14045:About">About</a></li>
  37. <li><a href="<?php echo $ROOT; ?>/Documentation:KXStudio14045:ReleaseNotes">Release Notes</a></li>
  38. </ul>
  39. <!-- KXSTUDIO DISTRIBUTION -->
  40. <p>
  41. <br/>
  42. <b>KXStudio Distribution &amp; Repositories</b>
  43. </p>
  44. <ul>
  45. <li><a href="<?php echo $ROOT; ?>/Documentation:Repository:Meta-Packages">Available Meta-Packages</a></li>
  46. <!--
  47. <li><a href="<?php echo $ROOT; ?>/Documentation:Repository:RegisterCommercial">Register/Activate your purchased software</a></li>
  48. <li><a href="<?php echo $ROOT; ?>/Documentation:Repository:Upgrade">Upgrade from an existing Debian/Ubuntu installation</a></li>
  49. -->
  50. </ul>
  51. <!-- KXSTUDIO MANUAL -->
  52. <p>
  53. <br/>
  54. <b>KXStudio Manual</b>
  55. </p>
  56. <ul>
  57. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:kxstudio_introduction">Introduction</a></li>
  58. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:kxstudio_and_free_software">KXStudio and Free Software</a></li>
  59. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:downloading_and_booting_kxstudio">Downloading, booting and running KXStudio 'live'</a></li>
  60. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:installing_kxstudio">Installing KXStudio</a></li>
  61. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:package_management">Package Management</a></li>
  62. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:video_drivers">Installing non-free video drivers</a></li>
  63. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:included_and_recommended_apps">Included and recommended apps</a></li>
  64. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:linux_audio_overview">Linux Audio Overview</a></li>
  65. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:alsa_and_kxstudio">ALSA and KXStudio</a></li>
  66. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:cadence_introduction">An introduction to Cadence</a></li>
  67. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:jack_configuration">JACK Configuration</a></li>
  68. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:simple_claudia_studio">Creating a simple LADISH studio using Claudia</a></li>
  69. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:latency">Latency compensation and xrun reduction tips</a></li>
  70. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:wineasio_and_reaper">WineASIO and REAPER</a></li>
  71. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:useful_links_and_getting_help">Useful Links And Getting Help</a></li>
  72. </ul>
  73. <p>
  74. (The manual is being written by Dan MacDonald with the assistance of Aaron Wolf, falkTX and the LinuxMusicians community).
  75. </p>
  76. <p><br/></p>
  77. <?php
  78. include_once("includes/footer.php");
  79. ?>