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.

Repositories:Plugins.php 1.1KB

11 years ago
11 years ago
11 years ago
11 years ago
10 years ago
11 years ago
1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. $PAGE_TITLE = "KXStudio : Repositories : Plugins";
  3. $PAGE_TYPE = "REPOSITORY_PACKAGES";
  4. $PAGE_SOURCE_1 = ARRAY("/Repositories", "/Repositories:Plugins");
  5. $PAGE_SOURCE_2 = ARRAY("Repositories", "Plugins");
  6. include_once("includes/header.php");
  7. ?>
  8. <div class="box box-description">
  9. <p>
  10. This section lists the audio plugins available in the repositories.<br/>
  11. Click on the thumbnail to see the full-size image.<br/>
  12. Individual deb files can be downloaded, requiring at least Debian 11 / Ubuntu 20.04 or superior.<br/>
  13. <b>If a "data" download is listed, it needs to be installed first before the architecture-dependent one</b>.
  14. </p>
  15. <p>
  16. You might also want to check:
  17. </p>
  18. <ul>
  19. <li><a href="<?php echo $ROOT; ?>/Repositories:Applications">Applications in the repositories</a></li>
  20. <li><a href="<?php echo $ROOT; ?>/Repositories:FAQ">Frequent asked questions</a></li>
  21. </ul>
  22. </div>
  23. <div class="repository-package-list">
  24. <?php
  25. include_once("repo/plugins.html");
  26. ?>
  27. </div>
  28. <p><br/></p>
  29. <?php
  30. include_once("includes/footer.php");
  31. ?>