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
3.0KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Applications : Carla-Control";
  3. $PAGE_TYPE = "APPLICATION_NU";
  4. $PAGE_SOURCE_1 = ARRAY("/Applications", "/Applications:Carla-Control");
  5. $PAGE_SOURCE_2 = ARRAY("Applications", "Carla-Control");
  6. include_once("includes/header.php");
  7. ?>
  8. <!-- intro -->
  9. <p>
  10. This is a dummy page, a placeholder for when the real page is written.
  11. </p>
  12. <!-- Interface -->
  13. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  14. <p>
  15. TODO
  16. </p>
  17. <!-- Usage -->
  18. <h3><span class="mw-headline" id="Usage"> Usage </span></h3>
  19. <p>
  20. TODO
  21. </p>
  22. <!-- Download -->
  23. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  24. <p>
  25. Carla is available in the KXStudio repositories, Fedora and ArchLinux (all with 'carla' package name).<br/>
  26. <img src="images/ico_arch.png" alt="" class="img_text_align_spaced"/>
  27. <a href="https://archlinux.org/packages/carla/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  28. ArchLinux</a> (AUR)<br/>
  29. <img src="images/ico_debian.png" alt="" class="img_text_align_spaced"/>
  30. <a href="apt://carla" class="external text a_bigger_text">
  31. Debian/Ubuntu</a> (via KXStudio repositories)<br/>
  32. </p>
  33. <p>
  34. Pre-compiled binaries are available for Linux and macOS (version 2.0.0).<br/>
  35. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  36. <a href="https://github.com/falkTX/Carla/releases/download/v2.0.0/Carla_2.0.0-linux32.tar.xz" class="external text a_bigger_text" rel="nofollow" target="_blank">
  37. Linux 32bit</a><br/>
  38. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  39. <a href="https://github.com/falkTX/Carla/releases/download/v2.0.0/Carla_2.0.0-linux64.tar.xz" class="external text a_bigger_text" rel="nofollow" target="_blank">
  40. Linux 64bit</a><br/>
  41. <img src="images/ico_mac.png" alt="" class="img_text_align_spaced"/>
  42. <a href="https://github.com/falkTX/Carla/releases/download/v2.0.0/Carla_2.0.0-macos.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
  43. MacOS 64bit</a><br/>
  44. </p>
  45. <p>
  46. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  47. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  48. <a href="https://github.com/falkTX/Carla/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  49. Project page</a><br/>
  50. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  51. <a href="https://github.com/falkTX/Carla/archive/master.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  52. Source code (zip)</a><br/>
  53. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  54. <a href="https://github.com/falkTX/Carla/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  55. Bug reports / Feature requests</a><br/>
  56. </p>
  57. <p><br/></p>
  58. <?php
  59. include_once("includes/footer.php");
  60. ?>