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.

index.php 2.4KB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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 audio production.<br/>
  10. KXStudio also provides Debian (and Ubuntu) compatible repositories.
  11. </p>
  12. <p>
  13. The KXStudio project is divided into 3 main sections:
  14. </p>
  15. <div class="responsive-item thumb-128">
  16. <div>
  17. <p>
  18. <a href="<?php echo $ROOT; ?>/Applications">
  19. <img src="images/cadence.png" alt="cadence.png" class="img_thumb_128"/>
  20. </a>
  21. </p>
  22. </div>
  23. <div>
  24. <p>
  25. <b><a href="<?php echo $ROOT; ?>/Applications">Applications</a></b><br/>
  26. We offer our own custom set of applications and utilities for Linux and Windows.<br/>
  27. This includes a fully-featured audio plugin host, a JACK patchbay and more.<br/>
  28. <br/>
  29. </p>
  30. </div>
  31. </div>
  32. <div class="responsive-item thumb-128">
  33. <div>
  34. <p>
  35. <a href="<?php echo $ROOT; ?>/Plugins">
  36. <img src="images/distrho.png" alt="distrho.png" class="img_thumb_128"/>
  37. </a>
  38. </p>
  39. </div>
  40. <div>
  41. <p>
  42. <b><a href="<?php echo $ROOT; ?>/Plugins">Plugins</a></b><br/>
  43. We provide a wide range of open-source audio plugins and Linux ports.<br/>
  44. We also provide custom patched plugins to work better and/or support more features.<br/>
  45. </p>
  46. </div>
  47. </div>
  48. <div class="responsive-item thumb-128 last">
  49. <div>
  50. <p>
  51. <a href="<?php echo $ROOT; ?>/Repositories">
  52. <img src="images/repos.png" alt="repos.png" class="img_thumb_128"/>
  53. </a>
  54. </p>
  55. </div>
  56. <div>
  57. <p>
  58. <b><a href="<?php echo $ROOT; ?>/Repositories">Repositories</a></b><br/>
  59. Debian and Ubuntu compatible repositories are available.<br/>
  60. Use them to get extra applications and updates, or to upgrade to the KXStudio distribution.<br/>
  61. <br/>
  62. </p>
  63. </div>
  64. </div>
  65. <hr/>
  66. <div align="center" class="div_donate">
  67. <p>
  68. If you want to help development, a donation, even small, is very welcome.<br/>
  69. Check the <a href="<?php echo $ROOT; ?>/Donations">Donations</a> section to know how you can make one.
  70. </p>
  71. </div>
  72. <br/>
  73. <?php
  74. include_once("includes/footer.php");
  75. ?>