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.

35 lines
939B

  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 yellow application name to install its respective package.<br/>
  12. (If the links don't work, make sure you have the 'apturl-kde' or 'apturl' packages installed)
  13. </p>
  14. <p>
  15. You might also want to check:
  16. </p>
  17. <ul>
  18. <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li>
  19. </ul>
  20. <br/>
  21. </div>
  22. <div class="repository-package-list">
  23. <?php
  24. include_once("repo/applications.html");
  25. ?>
  26. </div>
  27. <p><br/></p>
  28. <?php
  29. include_once("includes/footer.php");
  30. ?>