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.2KB

11 years ago
11 years ago
11 years ago
11 years ago
10 years ago
11 years ago
123456789101112131415161718192021222324252627282930313233343536
  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. <li><a href="<?php echo $ROOT; ?>/Repositories:Extras">Extra repositories from the KXStudio project</a></li>
  22. </ul>
  23. </div>
  24. <div class="repository-package-list">
  25. <?php
  26. include_once("repo/plugins.html");
  27. ?>
  28. </div>
  29. <p><br/></p>
  30. <?php
  31. include_once("includes/footer.php");
  32. ?>