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.

77 lines
3.0KB

  1. <?php
  2. $CURRENT_PAGE = "index";
  3. include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
  4. ?>
  5. <!-- #gallery -->
  6. <section id="gallery">
  7. <div class="container" style="padding-top:60px">
  8. <div class="rslides_container">
  9. <ul class="rslides" id="slider1">
  10. <li><a href="plugins/mini-series"><img src="images/slider/mini-series.jpg" alt=""></a></li>
  11. <li><a href="ports/drowaudio"> <img src="images/slider/drowaudio.jpg" alt=""></a></li>
  12. <li><a href="ports/tal"> <img src="images/slider/tal-plugins.jpg" alt=""></a></li>
  13. <li><a href="ports/pitcheddelay"> <img src="images/slider/pitcheddelay.jpg" alt=""></a></li>
  14. <li><a href="ports/klangfalter"> <img src="images/slider/klangfalter.jpg" alt=""></a></li>
  15. </ul>
  16. </div>
  17. </div>
  18. </section>
  19. <!-- /#gallery -->
  20. <div class="main-box"><div class="container"><div class="inside"><div class="wrapper">
  21. <!-- aside (left) -->
  22. <aside class="homeAside">
  23. <h2>Recent <span>News</span></h2>
  24. <!-- .news -->
  25. <ul class="news">
  26. <li>
  27. <figure><strong>18 May</strong><p>2012<p></figure>
  28. <h3>New release pack</h3>
  29. <p>We just released our own custom plugins and more ports now with LV2 versions</p>
  30. </li>
  31. <li>
  32. <figure><strong>07 Oct</strong><p>2011<p></figure>
  33. <h3>Updated ports, added more</h3>
  34. <p>We updated the Linux ports, and added a few more too.</p>
  35. </li>
  36. <li>
  37. <figure><strong>13 Sept</strong><p>2011<p></figure>
  38. <h3>Standalone versions</h3>
  39. <p>Standalone versions of the Arctican and TAL Plugins.</p>
  40. </li>
  41. <li>
  42. <figure><strong>13 Sept</strong><p>2011<p></figure>
  43. <h3>Arctican Plugins - Linux Port</h3>
  44. <p>These simple but useful plugins were ported to Linux.</p>
  45. </li>
  46. </ul>
  47. <!-- /.news -->
  48. </aside>
  49. <!-- /aside (left) -->
  50. <!-- content -->
  51. <section id="content">
  52. <article>
  53. <h2>Welcome to <span>DISTRHO</span></h2>
  54. <p>
  55. DISTRHO is an open-source project for <b>Cross-Platform Audio Plugins</b>.<br/>
  56. </p>
  57. <p>
  58. We provide our own <b><a href="<?php echo $ROOT; ?>/plugins">plugins</a></b> and <b><a href="<?php echo $ROOT; ?>/ports">Linux ports</a></b>, everything being <b>open-source</b>.<br/>
  59. LADSPA, DSSI, LV2 and VST versions are available for our own plugins, while the Linux ports have LV2 and VST.
  60. </p>
  61. <p>
  62. The last release is '2012-05-18'.<br/>
  63. You can find the <b>source code <a href="http://sourceforge.net/projects/distrho/files/" target="_blank">here</a></b>, together with pre-compiled binaries.<br/>
  64. Please check the <b><a href="<?php echo $ROOT; ?>/plugins">plugins</a></b> and <b><a href="<?php echo $ROOT; ?>/ports">[Linux] ports</a></b> sections to know more about those.
  65. </p>
  66. </article>
  67. </section>
  68. <!-- /content -->
  69. </div></div></div></div>
  70. <?php
  71. include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_footer.php";
  72. ?>