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.

79 lines
3.9KB

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