/[svn]/web/trunk/www.linuxsampler.org/developers.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/developers.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 794 by senoner, Fri Oct 28 19:44:10 2005 UTC revision 1935 by schoenebeck, Sun Jul 12 17:35:36 2009 UTC
# Line 49  Line 49 
49                  downloadsout = new Image();                  downloadsout = new Image();
50                  downloadsout.src = dir + "mdownloads.png";                  downloadsout.src = dir + "mdownloads.png";
51    
52                    supportover = new Image();
53                    supportover.src = dir + "msupporthover.png";
54                    supportout = new Image();
55                    supportout.src = dir + "msupport.png";
56    
57                  developersover = new Image();                  developersover = new Image();
58                  developersover.src = dir + "mdevelopershover.png";                  developersover.src = dir + "mdevelopershover.png";
59    
# Line 111  Line 116 
116                          <a id="screenshots" href="screenshots.html" onmouseover="javascript:if(document.images)document.screenshots.src = screenshotsover.src" onmouseout="javascript:if(document.images)document.screenshots.src = screenshotsout.src"><img name="screenshots" src="gfx/mscreenshots.png" alt="screenshots"></a>                          <a id="screenshots" href="screenshots.html" onmouseover="javascript:if(document.images)document.screenshots.src = screenshotsover.src" onmouseout="javascript:if(document.images)document.screenshots.src = screenshotsout.src"><img name="screenshots" src="gfx/mscreenshots.png" alt="screenshots"></a>
117                          <a id="demos" href="demos.html" onmouseover="javascript:if(document.images)document.demos.src = demosover.src" onmouseout="javascript:if(document.images)document.demos.src = demosout.src"><img name="demos" src="gfx/mdemos.png" alt="demos"></a>                          <a id="demos" href="demos.html" onmouseover="javascript:if(document.images)document.demos.src = demosover.src" onmouseout="javascript:if(document.images)document.demos.src = demosout.src"><img name="demos" src="gfx/mdemos.png" alt="demos"></a>
118                          <a id="downloads" href="downloads.html" onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src" onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img name="downloads" src="gfx/mdownloads.png" alt="download"></a>                          <a id="downloads" href="downloads.html" onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src" onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img name="downloads" src="gfx/mdownloads.png" alt="download"></a>
119                            <a id="support" href="support.html" onmouseover="javascript:if(document.images)document.support.src = supportover.src" onmouseout="javascript:if(document.images)document.support.src = supportout.src"><img name="support" src="gfx/msupport.png" alt="support"></a>
120                          <a id="developers" href="developers.html" onmouseover="javascript:if(document.images)document.developers.src = developersover.src" onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img name="developers" src="gfx/mdevelopers.png" alt="developers"></a>                          <a id="developers" href="developers.html" onmouseover="javascript:if(document.images)document.developers.src = developersover.src" onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img name="developers" src="gfx/mdevelopers.png" alt="developers"></a>
121                          <a id="faq" href="faq.html" onmouseover="javascript:if(document.images)document.faq.src = faqover.src" onmouseout="javascript:if(document.images)document.faq.src = faqout.src"><img name="faq" src="gfx/mfaq.png" alt="faq"></a>                          <a id="faq" href="faq.html" onmouseover="javascript:if(document.images)document.faq.src = faqover.src" onmouseout="javascript:if(document.images)document.faq.src = faqout.src"><img name="faq" src="gfx/mfaq.png" alt="faq"></a>
122                          <a id="documentation" href="documentation.html" onmouseover="javascript:if(document.images)document.documentation.src = documentationover.src" onmouseout="javascript:if(document.images)document.documentation.src = documentationout.src"><img name="documentation" src="gfx/mdocumentation.png" alt="documentation"></a>                          <a id="documentation" href="documentation.html" onmouseover="javascript:if(document.images)document.documentation.src = documentationover.src" onmouseout="javascript:if(document.images)document.documentation.src = documentationout.src"><img name="documentation" src="gfx/mdocumentation.png" alt="documentation"></a>
# Line 118  Line 124 
124                          <a id="instruments" href="instruments.html" onmouseover="javascript:if(document.images)document.instruments.src = instrumentsover.src" onmouseout="javascript:if(document.images)document.instruments.src = instrumentsout.src"><img name="instruments" src="gfx/minstruments.png" alt="instruments"></a>                          <a id="instruments" href="instruments.html" onmouseover="javascript:if(document.images)document.instruments.src = instrumentsover.src" onmouseout="javascript:if(document.images)document.instruments.src = instrumentsout.src"><img name="instruments" src="gfx/minstruments.png" alt="instruments"></a>
125                          <a id="links" href="links.html" onmouseover="javascript:if(document.images)document.links.src = linksover.src" onmouseout="javascript:if(document.images)document.links.src = linksout.src"><img name="links" src="gfx/mlinks.png" alt="links"></a>                          <a id="links" href="links.html" onmouseover="javascript:if(document.images)document.links.src = linksover.src" onmouseout="javascript:if(document.images)document.links.src = linksout.src"><img name="links" src="gfx/mlinks.png" alt="links"></a>
126                          <a id="credits" href="credits.html" onmouseover="javascript:if(document.images)document.credits.src = creditsover.src" onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img name="credits" src="gfx/mcredits.png" alt="credits"></a>                          <a id="credits" href="credits.html" onmouseover="javascript:if(document.images)document.credits.src = creditsover.src" onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img name="credits" src="gfx/mcredits.png" alt="credits"></a>
127    
128    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="10" height="20">
129    
130    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
131    <input type="hidden" name="cmd" value="_s-xclick">
132    <input type="hidden" name="hosted_button_id" value="6746056">
133    <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
134    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
135    </form>
136    
137    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
138    <input type="hidden" name="cmd" value="_s-xclick">
139    <input type="hidden" name="hosted_button_id" value="6746149">
140    <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
141    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
142    </form>
143    
144                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
145                          <div id="contents">                          <div id="contents">
146    
147            <h2>Forum</h2>
148    
149            <p class="default">
150            Our post board is the perfect place to ask for any kind of help, support and for fighting any kind of newbie confusions:<br>
151            <br>
152            <a href="http://bb.linuxsampler.org">
153                    <img src="gfx/forum_shot.png">
154            </a>
155            &nbsp;&nbsp;<a href="http://bb.linuxsampler.org">http://bb.linuxsampler.org</a><br>
156            </p>
157    
158    
159                  <h2>Mailing list</h2>                  <h2>Mailing list</h2>
160    
161                  <p class="default">                  <p class="default">
# Line 130  Line 165 
165       software samplers for windows/mac etc.       software samplers for windows/mac etc.
166      </p>      </p>
167    
168        <h2>IRC</h2>
169        <p class="default">
170        Every now and then you can meet us at the <i>#linuxsampler</i> <a href="http://en.wikipedia.org/wiki/Internet_Relay_Chat" title="Internet Relay Chat">IRC</a> channel at freenode.net, you can use
171        <a href="http://www.mibbit.com/?server=irc.freenode.net&channel=%23linuxsampler">this webinterface</a>
172        to join the <i>#linuxsampler</i> channel with your web browser.
173        </p>
174    
175      <h2>Developers</h2>      <h2>Developers</h2>
176      <p class="default">      <p class="default">
177      Benno Senoner (project founder)<img src="gfx/email/benno.png"><br>          Please notice that your questions are usually a lot quicker answered
178            via our forum or mailing list (see above), than by addressing your
179            emails directly to one of us directly!<br>
180            <br>
181        Benno Senoner (project founder, engine, MS Windows port)<img src="gfx/email/benno.png"><br>
182      Christian Schoenebeck (current project leader, engine, libgig)<img src="gfx/email/christian.png"><br>      Christian Schoenebeck (current project leader, engine, libgig)<img src="gfx/email/christian.png"><br>
183      Rui Nuno Capela (qsampler, liblscp)<img src="gfx/email/rui.png"><br>      Rui Nuno Capela (qsampler, liblscp)<img src="gfx/email/rui.png"><br>
184      Stéphane Letz (Mac OSX engine port)<img src="gfx/email/stephane.png"><br>      Stéphane Letz (Mac OSX engine port)<img src="gfx/email/stephane.png"><br>
185      Steve Harris (DSP algorithms)<img src="gfx/email/steve.png"><br>      Steve Harris (DSP algorithms)<img src="gfx/email/steve.png"><br>
186      Vladimir Senkov (engine)<img src="gfx/email/vladimir.png"><br>      Vladimir Senkov (engine)<img src="gfx/email/vladimir.png"><br>
187      Andreas Persson (engine)<img src="gfx/email/andreas.png"><br>      Andreas Persson (engine)<img src="gfx/email/andreas.png"><br>
188      Grigor Iliev (Jsampler, java bindings) ()<img src="gfx/email/grigor.png">      Grigor Iliev (JSampler, Java bindings) <img src="gfx/email/grigor.png">
189      </p>      </p>
190    
191      <h2>Other Contributors</h2>      <h2>Other Contributors</h2>

Legend:
Removed from v.794  
changed lines
  Added in v.1935

  ViewVC Help
Powered by ViewVC