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.

49 lines
2.2KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Applications : Claudia-Launcher";
  3. $PAGE_TYPE = "APPLICATION_NU";
  4. $PAGE_SOURCE_1 = ARRAY("/Applications", "/Applications:Claudia-Launcher");
  5. $PAGE_SOURCE_2 = ARRAY("Applications", "Claudia-Launcher");
  6. include_once("includes/header.php");
  7. ?>
  8. <!-- intro -->
  9. <p>
  10. Claudia-Launcher is a multimedia application launcher with LADISH support.<br/>
  11. It searches for installed packages (not binaries), and displays the respective content as a launcher.<br/>
  12. The content is got through an hardcoded database, created and/or modified to suit the target distribution.
  13. </p>
  14. <!-- Interface -->
  15. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  16. <p>
  17. A screenshot follows:<br/>
  18. <a href="screenshots/claudia-launcher.png" class="external text" rel="nofollow"><img src="screenshots/claudia-launcher.png" alt="claudia-launcher.png" /></a>
  19. </p>
  20. <!-- Download -->
  21. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  22. <p>
  23. Claudia-Launcher is available in the KXStudio repositories and ArchLinux AUR ('claudia' package in the KXStudio repositories, 'cadence-claudia' in AUR).<br/>
  24. <img src="images/ico_arch.png" alt="" class="img_text_align_spaced"/>
  25. <a href="https://aur.archlinux.org/packages/cadence-claudia/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  26. ArchLinux</a> (AUR)<br/>
  27. <img src="images/ico_debian.png" alt="" class="img_text_align_spaced"/>
  28. <a href="apt://claudia" class="external text a_bigger_text">
  29. Debian/Ubuntu</a> (via KXStudio repositories)<br/>
  30. </p>
  31. <p>
  32. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  33. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  34. <a href="https://github.com/falkTX/Cadence" class="external text a_bigger_text" rel="nofollow" target="_blank">
  35. Source code</a><br/>
  36. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  37. <a href="https://github.com/falkTX/Cadence/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  38. Bug reports / Feature requests</a><br/>
  39. </p>
  40. <p><br/></p>
  41. <?php
  42. include_once("includes/footer.php");
  43. ?>