/[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 2177 by persson, Fri Jun 3 09:36:49 2011 UTC
# Line 172  src="http://pagead2.googlesyndication.co Line 172  src="http://pagead2.googlesyndication.co
172                          <div id="contents">                          <div id="contents">
173    
174                          <h2>News</h2>                          <h2>News</h2>
175              <?php readfile("http://www.linuxsampler.org/news_internal.php?max_items=3"); ?>              <?php $_GET['max_items'] = "3";
176                      include("news_internal.php"); ?>
177              <span class="news_footer">              <span class="news_footer">
178                <a href="http://www.linuxsampler.org/news_history.php">More ...</a>                <a href="news_history.php">More ...</a>
179              </span>              </span>
180    
181              <h2>Latest CVS Commits</h2>              <h2>Latest CVS Commits</h2>
# Line 195  src="http://pagead2.googlesyndication.co Line 196  src="http://pagead2.googlesyndication.co
196                          <tr>                          <tr>
197                            <td>                            <td>
198                              <div id="cvs_content">                              <div id="cvs_content">
199                                <?php readfile("http://cvs.linuxsampler.org/log/linuxsampler_latest.html"); ?>                                <?php readfile("log/linuxsampler_latest.html"); ?>
200                              </div>                              </div>
201                            </td>                            </td>
202                          </tr>                          </tr>
# Line 204  src="http://pagead2.googlesyndication.co Line 205  src="http://pagead2.googlesyndication.co
205                          <tr>                          <tr>
206                            <td>                            <td>
207                              <span class="cvs_footer">                              <span class="cvs_footer">
208                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=linuxsampler">More ...</a>                                <a href="cvshistory.php?subproject=linuxsampler">More ...</a>
209                              </span>                              </span>
210                            </td>                            </td>
211                          </tr>                          </tr>
# Line 224  src="http://pagead2.googlesyndication.co Line 225  src="http://pagead2.googlesyndication.co
225                          <tr>                          <tr>
226                            <td>                            <td>
227                              <div id="cvs_content">                              <div id="cvs_content">
228                                <?php readfile("http://cvs.linuxsampler.org/log/gigedit_latest.html"); ?>                                <?php readfile("log/gigedit_latest.html"); ?>
229                              </div>                              </div>
230                            </td>                            </td>
231                          </tr>                          </tr>
232                          <tr>                          <tr>
233                            <td>                            <td>
234                              <span class="cvs_footer">                              <span class="cvs_footer">
235                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=gigedit">More ...</a>                                <a href="cvshistory.php?subproject=gigedit">More ...</a>
236                              </span>                              </span>
237                            </td>                            </td>
238                          </tr>                          </tr>
# Line 253  src="http://pagead2.googlesyndication.co Line 254  src="http://pagead2.googlesyndication.co
254                          <tr>                          <tr>
255                            <td>                            <td>
256                              <div id="cvs_content">                              <div id="cvs_content">
257                                <?php readfile("http://cvs.linuxsampler.org/log/libgig_latest.html"); ?>                                <?php readfile("log/libgig_latest.html"); ?>
258                              </div>                              </div>
259                            </td>                            </td>
260                          </tr>                          </tr>
261                          <tr>                          <tr>
262                            <td>                            <td>
263                              <span class="cvs_footer">                              <span class="cvs_footer">
264                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=libgig">More ...</a>                                <a href="cvshistory.php?subproject=libgig">More ...</a>
265                              </span>                              </span>
266                            </td>                            </td>
267                          </tr>                          </tr>
# Line 280  src="http://pagead2.googlesyndication.co Line 281  src="http://pagead2.googlesyndication.co
281                          <tr>                          <tr>
282                            <td>                            <td>
283                              <div id="cvs_content">                              <div id="cvs_content">
284                                <?php readfile("http://cvs.linuxsampler.org/log/qsampler_latest.html"); ?>                                <?php readfile("log/qsampler_latest.html"); ?>
285                              </div>                              </div>
286                            </td>                            </td>
287                          </tr>                          </tr>
288                          <tr>                          <tr>
289                            <td>                            <td>
290                              <span class="cvs_footer">                              <span class="cvs_footer">
291                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=qsampler">More ...</a>                                <a href="cvshistory.php?subproject=qsampler">More ...</a>
292                              </span>                              </span>
293                            </td>                            </td>
294                          </tr>                          </tr>
# Line 309  src="http://pagead2.googlesyndication.co Line 310  src="http://pagead2.googlesyndication.co
310                          <tr>                          <tr>
311                            <td>                            <td>
312                              <div id="cvs_content">                              <div id="cvs_content">
313                                <?php readfile("http://cvs.linuxsampler.org/log/liblscp_latest.html"); ?>                                <?php readfile("log/liblscp_latest.html"); ?>
314                              </div>                              </div>
315                            </td>                            </td>
316                          </tr>                          </tr>
317                          <tr>                          <tr>
318                            <td>                            <td>
319                              <span class="cvs_footer">                              <span class="cvs_footer">
320                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=liblscp">More ...</a>                                <a href="cvshistory.php?subproject=liblscp">More ...</a>
321                              </span>                              </span>
322                            </td>                            </td>
323                          </tr>                          </tr>
# Line 336  src="http://pagead2.googlesyndication.co Line 337  src="http://pagead2.googlesyndication.co
337                          <tr>                          <tr>
338                            <td>                            <td>
339                              <div id="cvs_content">                              <div id="cvs_content">
340                                <?php readfile("http://cvs.linuxsampler.org/log/jsampler_latest.html"); ?>                                <?php readfile("log/jsampler_latest.html"); ?>
341                              </div>                              </div>
342                            </td>                            </td>
343                          </tr>                          </tr>
344                          <tr>                          <tr>
345                            <td>                            <td>
346                              <span class="cvs_footer">                              <span class="cvs_footer">
347                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jsampler">More ...</a>                                <a href="cvshistory.php?subproject=jsampler">More ...</a>
348                              </span>                              </span>
349                            </td>                            </td>
350                          </tr>                          </tr>
# Line 365  src="http://pagead2.googlesyndication.co Line 366  src="http://pagead2.googlesyndication.co
366                          <tr>                          <tr>
367                            <td>                            <td>
368                              <div id="cvs_content">                              <div id="cvs_content">
369                                <?php readfile("http://cvs.linuxsampler.org/log/jlscp_latest.html"); ?>                                <?php readfile("log/jlscp_latest.html"); ?>
370                              </div>                              </div>
371                            </td>                            </td>
372                          </tr>                          </tr>
373                          <tr>                          <tr>
374                            <td>                            <td>
375                              <span class="cvs_footer">                              <span class="cvs_footer">
376                                <a href="http://www.linuxsampler.org/cvshistory.php?subproject=jlscp">More ...</a>                                <a href="cvshistory.php?subproject=jlscp">More ...</a>
377                              </span>                              </span>
378                            </td>                            </td>
379                          </tr>                          </tr>

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

  ViewVC Help
Powered by ViewVC