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.

67 lines
2.1KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio";
  3. $PAGE_TYPE = "HOME";
  4. $PAGE_SOURCE_1 = ARRAY();
  5. $PAGE_SOURCE_2 = ARRAY();
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. KXStudio is a collection of applications and plugins for professional audio production.<br/>
  10. KXStudio provides Debian and Ubuntu compatible repositories and its own Linux Distribution currently based on Ubuntu 14.04.2 LTS.
  11. </p>
  12. <p>
  13. The KXStudio project is divided into 3 main sections:
  14. </p>
  15. <table>
  16. <tr><td width="130" height="130">
  17. <p><img src="images/cadence.png" alt="cadence.png" class="img_thumb_128"/></p>
  18. </td><td>
  19. <p>
  20. <b><a href="<?php echo $ROOT; ?>/Applications">Applications</a></b><br/>
  21. We offer our own custom set of applications and utilities for Linux and Windows.<br/>
  22. This includes a fully-featured audio plugin host, a JACK patchbay and more.<br/>
  23. <br/>
  24. </p>
  25. </td></tr>
  26. <tr><td width="130" height="130">
  27. <p><img src="images/distrho.png" alt="distrho.png" class="img_thumb_128"/></p>
  28. </td><td>
  29. <p>
  30. <b><a href="<?php echo $ROOT; ?>/Plugins">Plugins</a></b><br/>
  31. We provide a wide range of open-source audio plugins and Linux ports.<br/>
  32. We also provide custom patched plugins to work better and/or support more features.<br/>
  33. </p>
  34. </td></tr>
  35. <tr><td width="130" height="130">
  36. <p><img src="images/repos.png" alt="repos.png" class="img_thumb_128"/></p>
  37. </td><td>
  38. <p>
  39. <b><a href="<?php echo $ROOT; ?>/Repositories">Repositories</a></b><br/>
  40. Debian and Ubuntu compatible repositories are available.<br/>
  41. Use them to get extra applications and updates, or to upgrade to the KXStudio distribution.<br/>
  42. <br/>
  43. </p>
  44. </td></tr>
  45. </table>
  46. <p><br/></p>
  47. <hr/>
  48. <div align="center" class="div_donate">
  49. <p>
  50. If you want to help development, a donation, even small, is very welcome.<br/>
  51. Check the <a href="<?php echo $ROOT; ?>/Donations">Donations</a> section to know how you can make one.
  52. </p>
  53. </div>
  54. <br/>
  55. <?php
  56. include_once("includes/footer.php");
  57. ?>