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.

37 lines
1.1KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Repositories : Applications";
  3. $PAGE_TYPE = "REPOSITORY_PACKAGES";
  4. $PAGE_SOURCE_1 = ARRAY("/Repositories", "/Repositories:Applications");
  5. $PAGE_SOURCE_2 = ARRAY("Repositories", "Applications");
  6. include_once("includes/header.php");
  7. ?>
  8. <div class="box box-description">
  9. <p>
  10. This section lists the applications 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 10 / Ubuntu 18.04 or superior.<br/>
  13. If a "data" download is listed, it needs to be installed first before the architecture-dependent one.
  14. </p>
  15. <p>
  16. You might also want to check:
  17. </p>
  18. <ul>
  19. <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li>
  20. <li><a href="<?php echo $ROOT; ?>/Repositories:FAQ">Frequent asked questions</a></li>
  21. </ul>
  22. <br/>
  23. </div>
  24. <div class="repository-package-list">
  25. <?php
  26. include_once("repo/applications.html");
  27. ?>
  28. </div>
  29. <p><br/></p>
  30. <?php
  31. include_once("includes/footer.php");
  32. ?>