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.

78 lines
3.6KB

  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 Ubuntu feature, please search within the
  10. <a href="http://ubuntuforums.org/" class="external text" rel="nofollow">Ubuntu Forums</a>.<br/>
  11. You can also use IRC, channel #kxstudio, server irc.freenode.net (or irc.freenode.com).
  12. </p>
  13. <p>
  14. Please note that documentation for KXStudio is a work in progress, if you need some information not available here, you can try:
  15. </p>
  16. <ul>
  17. <li><a href="http://www.wiki.linuxmusicians.com/doku.php" class="external text" rel="nofollow">LinuxMusicians Wiki</a></li>
  18. <li><a href="https://help.ubuntu.com/community/UbuntuStudio/HowTos" class="external text" rel="nofollow">UbuntuStudio Community Documentation</a></li>
  19. </ul>
  20. <!-- TOPICS -->
  21. <p>
  22. <br/>
  23. Some useful topics:
  24. </p>
  25. <!-- KXSTUDIO RELEASE -->
  26. <p>
  27. <b>KXStudio 12.04.3 Release</b>
  28. </p>
  29. <ul>
  30. <li><a href="<?php echo $ROOT; ?>/Documentation:KXStudio12043:ReleaseNotes">Release Notes</a></li>
  31. </ul>
  32. <!-- KXSTUDIO DISTRIBUTION -->
  33. <p>
  34. <br/>
  35. <b>KXStudio Distribution &amp; Repositories</b>
  36. </p>
  37. <ul>
  38. <li><a href="<?php echo $ROOT; ?>/Documentation:Ubuntu:Meta-Packages">Available Meta-Packages</a></li>
  39. <li><a href="<?php echo $ROOT; ?>/Documentation:Ubuntu:RegisterCommercial">Register/Activate your purchased software</a></li>
  40. <li><a href="<?php echo $ROOT; ?>/Documentation:Ubuntu:Upgrade">Upgrade from an existing Ubuntu installation</a></li>
  41. </ul>
  42. <!-- KXSTUDIO MANUAL -->
  43. <p>
  44. <br/>
  45. <b>KXStudio Manual</b>
  46. </p>
  47. <ul>
  48. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:kxstudio_introduction">Introduction</a></li>
  49. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:kxstudio_and_free_software">KXStudio and Free Software</a></li>
  50. <li><a href="<?php echo $ROOT; ?>/Documentation:Manual:downloading_and_booting_kxstudio">Downloading, booting and running KXStudio 'live'</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. ?>