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.

Development.php 1.9KB

11 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. $PAGE_TITLE = "KXStudio : Development";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Development");
  5. $PAGE_SOURCE_2 = ARRAY("Development");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. This page is meant for people that want to contribute to KXStudio.
  10. </p>
  11. <p>
  12. Please note that KXStudio has project pages in both SourceForge and Launchpad (you can check the respective links on the left).<br/>
  13. SourceForge does the website, code and repository hosting, while Launchpad is used for managing bugs, questions/answers and the RSS news feed.<br/>
  14. The Cadence tools don't use SourceForge or Launchpad, but are hosted on github instead at <a href="https://github.com/falkTX/Cadence" class="external text" rel="nofollow" target="_blank">https://github.com/falkTX/Cadence</a>.
  15. </p>
  16. <p>
  17. If you're looking to report a bug in the Cadence tools, use the github "Issues" interface available <a href="https://github.com/falkTX/Cadence/issues" class="external text" rel="nofollow" target="_blank">here</a>.<br/>
  18. For KXStudio related bugs <a href="https://bugs.launchpad.net/kxstudio" class="external text" rel="nofollow" target="_blank">click here</a>.<br/>
  19. <br/>
  20. </p>
  21. <p>
  22. Regarding KXStudio development, we currently need:
  23. </p>
  24. <ul>
  25. <li>A Graphic designer that can make Gtk3 themes</li>
  26. <li>Anyone that would like to make some good video tutorials</li>
  27. <li>Non-Ubuntu users to beta-test the Cadence tools</li>
  28. </ul>
  29. <p>
  30. In any case, you should always check the <a href="<?php echo $ROOT; ?>/Development:TODO">KXStudio TODO List</a> to find out what you can do.<br />
  31. (You don't need to know programming to help).
  32. </p>
  33. <p>
  34. KXStudio future plans are discussed <a href="http://linuxmusicians.com/viewtopic.php?f=47&amp;t=8078" class="external text" rel="nofollow" target="_blank">here</a>.
  35. </p>
  36. <br/>
  37. <?php
  38. include_once("includes/footer.php");
  39. ?>