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.

81 lines
4.2KB

  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 <b>#kxstudio</b> or <b>#opensourcemusicians</b>.<br/>
  15. A <b>discord</b> server is also available
  16. <a href="https://discord.gg/GHuycpX" class="external text" rel="nofollow" target="_blank">here</a>,
  17. in case you prefer that over IRC.<br/>
  18. (The discord server is going away quite soon though, as we do not want to encourage usage of proprietary systems)
  19. </p>
  20. <h2>Documentation</h2>
  21. <p>
  22. Please note that documentation for KXStudio is a work in progress, if you need some information not available here, you can try:
  23. </p>
  24. <ul>
  25. <li><a href="http://wiki.linuxaudio.org/wiki/start" class="external text" rel="nofollow" target="_blank">LinuxAudio Wiki</a></li>
  26. <li><a href="https://help.ubuntu.com/community/UbuntuStudio/HowTos" class="external text" rel="nofollow" target="_blank">UbuntuStudio Community Documentation</a></li>
  27. </ul>
  28. <!-- TOPICS -->
  29. <p>
  30. <br/>
  31. Some useful topics:
  32. </p>
  33. <!-- KXSTUDIO REPOSITORIES -->
  34. <p>
  35. <b>KXStudio Repositories</b>
  36. </p>
  37. <ul>
  38. <li><a href="<?php echo $ROOT; ?>/Documentation:Repository:Meta-Packages">Available Meta-Packages</a></li>
  39. <!--
  40. <li><a href="<?php echo $ROOT; ?>/Documentation:Repository:RegisterCommercial">Register/Activate your purchased software</a></li>
  41. <li><a href="<?php echo $ROOT; ?>/Documentation:Repository:Upgrade">Upgrade from an existing Debian/Ubuntu installation</a></li>
  42. -->
  43. </ul>
  44. <!-- KXSTUDIO MANUAL -->
  45. <p>
  46. <br/>
  47. <b>KXStudio Manual</b>
  48. </p>
  49. <ul>
  50. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:kxstudio_introduction">Introduction</a></li>
  51. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:kxstudio_and_free_software">KXStudio and Free Software</a></li>
  52. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:downloading_and_booting_kxstudio">Downloading, booting and running KXStudio 'live'</a></li>
  53. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:installing_kxstudio">Installing KXStudio</a></li>
  54. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:package_management">Package Management</a></li>
  55. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:video_drivers">Installing non-free video drivers</a></li>
  56. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:included_and_recommended_apps">Included and recommended apps</a></li>
  57. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:linux_audio_overview">Linux Audio Overview</a></li>
  58. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:alsa_and_kxstudio">ALSA and KXStudio</a></li>
  59. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:cadence_introduction">An introduction to Cadence</a></li>
  60. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:jack_configuration">JACK Configuration</a></li>
  61. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:simple_claudia_studio">Creating a simple LADISH studio using Claudia</a></li>
  62. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:latency">Latency compensation and xrun reduction tips</a></li>
  63. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:wineasio_and_reaper">WineASIO and REAPER</a></li>
  64. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:useful_links_and_getting_help">Useful Links And Getting Help</a></li>
  65. </ul>
  66. <p>
  67. (The manual is being written by Dan MacDonald with the assistance of Aaron Wolf, falkTX and the LinuxMusicians community).
  68. </p>
  69. <p><br/></p>
  70. <?php
  71. include_once("includes/footer.php");
  72. ?>