/[svn]/web/trunk/www.linuxsampler.org/index.php
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/index.php

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

revision 2033 by persson, Sun Nov 22 10:03:14 2009 UTC revision 2655 by schoenebeck, Thu Jun 19 13:13:33 2014 UTC
# Line 148  Line 148 
148  <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!">  <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!">
149  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
150  </form>  </form>
151    <table><tr>
152    <td><a href="http://en.wikipedia.org/wiki/Bitcoin"><img src="gfx/logos/bitcoin32.png" alt="Bitcoins"></a></td>
153    <td>Or donate Bitcoins at:</td>
154    </tr></table>
155    <pre class="btcaddr">1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng</pre>
156    <hr>
157  <a href="donations.html">Why donate?</a>  <a href="donations.html">Why donate?</a>
158  </div>  </div>
159  <p>  <p>
# Line 162  google_ad_height = 600; Line 168  google_ad_height = 600;
168  //-->  //-->
169  </script>  </script>
170  <script type="text/javascript"  <script type="text/javascript"
171  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">  src="//pagead2.googlesyndication.com/pagead/show_ads.js">
172  </script>  </script>
173  </center>  </center>
174  </div>  </div>
# Line 172  src="http://pagead2.googlesyndication.co Line 178  src="http://pagead2.googlesyndication.co
178                          <div id="contents">                          <div id="contents">
179    
180                          <h2>News</h2>                          <h2>News</h2>
181              <?php readfile("http://www.linuxsampler.org/news_internal.php?max_items=3"); ?>              <?php $_GET['max_items'] = "3";
182                      include("news_internal.php"); ?>
183              <span class="news_footer">              <span class="news_footer">
184                <a href="http://www.linuxsampler.org/news_history.php">More ...</a>                <a href="news_history.php">More ...</a>
185              </span>              </span>
186    
187              <h2>Latest CVS Commits</h2>              <h2>Latest Subversion Commits</h2>
188    
189              <table class="cvs">              <table class="cvs">
190                <tbody>                <tbody>
# Line 195  src="http://pagead2.googlesyndication.co Line 202  src="http://pagead2.googlesyndication.co
202                          <tr>                          <tr>
203                            <td>                            <td>
204                              <div id="cvs_content">                              <div id="cvs_content">
205                                <?php readfile("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>                                <?php readfile("log/linuxsampler_latest.html"); ?>
206                              </div>                              </div>
207                            </td>                            </td>
208                          </tr>                          </tr>
# Line 204  src="http://pagead2.googlesyndication.co Line 211  src="http://pagead2.googlesyndication.co
211                          <tr>                          <tr>
212                            <td>                            <td>
213                              <span class="cvs_footer">                              <span class="cvs_footer">
214                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=linuxsampler">More ...</a>                                <a href="svnhistory.php?subproject=linuxsampler">More ...</a>
215                              </span>                              </span>
216                            </td>                            </td>
217                          </tr>                          </tr>
# Line 224  src="http://pagead2.googlesyndication.co Line 231  src="http://pagead2.googlesyndication.co
231                          <tr>                          <tr>
232                            <td>                            <td>
233                              <div id="cvs_content">                              <div id="cvs_content">
234                                <?php readfile("http://cvs.linuxsampler.org/log/gigedit_latest.html"); ?>                                <?php readfile("log/gigedit_latest.html"); ?>
235                              </div>                              </div>
236                            </td>                            </td>
237                          </tr>                          </tr>
238                          <tr>                          <tr>
239                            <td>                            <td>
240                              <span class="cvs_footer">                              <span class="cvs_footer">
241                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=gigedit">More ...</a>                                <a href="svnhistory.php?subproject=gigedit">More ...</a>
242                              </span>                              </span>
243                            </td>                            </td>
244                          </tr>                          </tr>
# Line 253  src="http://pagead2.googlesyndication.co Line 260  src="http://pagead2.googlesyndication.co
260                          <tr>                          <tr>
261                            <td>                            <td>
262                              <div id="cvs_content">                              <div id="cvs_content">
263                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>                                <?php readfile("log/libgig_latest.html"); ?>
264                              </div>                              </div>
265                            </td>                            </td>
266                          </tr>                          </tr>
267                          <tr>                          <tr>
268                            <td>                            <td>
269                              <span class="cvs_footer">                              <span class="cvs_footer">
270                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>                                <a href="svnhistory.php?subproject=libgig">More ...</a>
271                              </span>                              </span>
272                            </td>                            </td>
273                          </tr>                          </tr>
# Line 280  src="http://pagead2.googlesyndication.co Line 287  src="http://pagead2.googlesyndication.co
287                          <tr>                          <tr>
288                            <td>                            <td>
289                              <div id="cvs_content">                              <div id="cvs_content">
290                                <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>                                <?php readfile("log/qsampler_latest.html"); ?>
291                              </div>                              </div>
292                            </td>                            </td>
293                          </tr>                          </tr>
294                          <tr>                          <tr>
295                            <td>                            <td>
296                              <span class="cvs_footer">                              <span class="cvs_footer">
297                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>                                <a href="svnhistory.php?subproject=qsampler">More ...</a>
298                              </span>                              </span>
299                            </td>                            </td>
300                          </tr>                          </tr>
# Line 309  src="http://pagead2.googlesyndication.co Line 316  src="http://pagead2.googlesyndication.co
316                          <tr>                          <tr>
317                            <td>                            <td>
318                              <div id="cvs_content">                              <div id="cvs_content">
319                                <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>                                <?php readfile("log/liblscp_latest.html"); ?>
320                              </div>                              </div>
321                            </td>                            </td>
322                          </tr>                          </tr>
323                          <tr>                          <tr>
324                            <td>                            <td>
325                              <span class="cvs_footer">                              <span class="cvs_footer">
326                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=liblscp">More ...</a>                                <a href="svnhistory.php?subproject=liblscp">More ...</a>
327                              </span>                              </span>
328                            </td>                            </td>
329                          </tr>                          </tr>
# Line 336  src="http://pagead2.googlesyndication.co Line 343  src="http://pagead2.googlesyndication.co
343                          <tr>                          <tr>
344                            <td>                            <td>
345                              <div id="cvs_content">                              <div id="cvs_content">
346                                <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>                                <?php readfile("log/jsampler_latest.html"); ?>
347                              </div>                              </div>
348                            </td>                            </td>
349                          </tr>                          </tr>
350                          <tr>                          <tr>
351                            <td>                            <td>
352                              <span class="cvs_footer">                              <span class="cvs_footer">
353                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jsampler">More ...</a>                                <a href="svnhistory.php?subproject=jsampler">More ...</a>
354                              </span>                              </span>
355                            </td>                            </td>
356                          </tr>                          </tr>
# Line 365  src="http://pagead2.googlesyndication.co Line 372  src="http://pagead2.googlesyndication.co
372                          <tr>                          <tr>
373                            <td>                            <td>
374                              <div id="cvs_content">                              <div id="cvs_content">
375                                <?php readfile("http://cvs.linuxsampler.org/log/jlscp_latest.html"); ?>                                <?php readfile("log/jlscp_latest.html"); ?>
376                              </div>                              </div>
377                            </td>                            </td>
378                          </tr>                          </tr>
379                          <tr>                          <tr>
380                            <td>                            <td>
381                              <span class="cvs_footer">                              <span class="cvs_footer">
382                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jlscp">More ...</a>                                <a href="svnhistory.php?subproject=jlscp">More ...</a>
383                              </span>                              </span>
384                            </td>                            </td>
385                          </tr>                          </tr>

Legend:
Removed from v.2033  
changed lines
  Added in v.2655

  ViewVC Help
Powered by ViewVC