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.

58 lines
2.8KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Applications : Claudia";
  3. $PAGE_TYPE = "APPLICATION_NU";
  4. $PAGE_SOURCE_1 = ARRAY("/Applications", "/Applications:Claudia");
  5. $PAGE_SOURCE_2 = ARRAY("Applications", "Claudia");
  6. include_once("includes/header.php");
  7. ?>
  8. <!-- intro -->
  9. <p>
  10. Claudia is a LADISH frontend; it's just like Catia, but focused at session management through LADISH.<br/>
  11. It has a bit more features than the official LADISH GUI, with a nice preview of the main canvas in the bottom-left.<br/>
  12. It also implements the 'Claudia-Launcher' add-application style for LADISH.
  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.png" class="external text" rel="nofollow"><img src="screenshots/claudia.png" alt="claudia.png" /></a>
  19. </p>
  20. <!-- Download -->
  21. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  22. <p>
  23. Claudia is available in the KXStudio repositories and ArchLinux AUR ('claudia' package in the KXStudio repositories, 'cadence' 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/" 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. Pre-compiled binaries are available for Linux (part of the Cadence bundle).<br/>
  33. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  34. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-linux32.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  35. Linux 32bit</a><br/>
  36. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  37. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  38. Linux 64bit</a><br/>
  39. </p>
  40. <p>
  41. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  42. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  43. <a href="https://github.com/falkTX/Cadence" class="external text a_bigger_text" rel="nofollow" target="_blank">
  44. Source code</a><br/>
  45. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  46. <a href="https://github.com/falkTX/Cadence/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  47. Bug reports / Feature requests</a><br/>
  48. </p>
  49. <p><br/></p>
  50. <?php
  51. include_once("includes/footer.php");
  52. ?>