|
From: <ai...@us...> - 2013-09-24 16:51:18
|
Revision: 12524
http://sourceforge.net/p/plplot/code/12524
Author: airwin
Date: 2013-09-24 16:51:13 +0000 (Tue, 24 Sep 2013)
Log Message:
-----------
Fix broken links for the sidebar that occurs for all pages and for the principal
page and the download page.
Modified Paths:
--------------
trunk/www/corefunctions.php
trunk/www/download.php
trunk/www/index.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2013-09-24 10:27:16 UTC (rev 12523)
+++ trunk/www/corefunctions.php 2013-09-24 16:51:13 UTC (rev 12524)
@@ -141,14 +141,14 @@
<li><a href="http://www.miscdebris.net/plplot_wiki">Wiki</a></li>
<li><a href="http://sourceforge.net/projects/plplot">SourceForge Project Page</a></li>
<li><a href="http://sourceforge.net/projects/plplot/support">Project Support Page</a></li>
- <li><a href="http://sourceforge.net/mail/?group_id=2915">Mailing Lists</a></li>
- <li><a href="http://sourceforge.net/tracker/?group_id=2915&tid=102915">Bug Tracker</a></li>
+ <li><a href="http://sourceforge.net/p/plplot/mailman/">Mailing Lists</a></li>
+ <li><a href="http://sourceforge.net/p/plplot/bugs/">Bug Tracker</a></li>
</ul>
<h3>Source Code</h3>
<ul class="arrowlist">
- <li><a href="http://sourceforge.net/project/showfiles.php?group_id=2915&package_id=2865">Download</a></li>
- <li><a href="http://sourceforge.net/svn/?group_id=2915">SVN Repository</a></li>
- <li><a href="http://plplot.svn.sourceforge.net/viewvc/plplot/">Browse SVN</a></li>
+ <li><a href="http://sourceforge.net/projects/plplot/files/plplot/">Download</a></li>
+ <li><a href="http://svn.code.sf.net/p/plplot/code/trunk/">SVN Repository</a></li>
+ <li><a href="http://sourceforge.net/p/plplot/code/HEAD/tree/">Browse SVN</a></li>
</ul>
</div>
Modified: trunk/www/download.php
===================================================================
--- trunk/www/download.php 2013-09-24 10:27:16 UTC (rev 12523)
+++ trunk/www/download.php 2013-09-24 16:51:13 UTC (rev 12524)
@@ -14,23 +14,23 @@
<div id="leftside">
<h3>Obtain the source code of the PLplot library</h3>
<p>You can obtain the latest stable version of PLplot from our
- <a href="http://sourceforge.net/project/showfiles.php?group_id=2915&package_id=2865">file
+ <a href="http://sourceforge.net/projects/plplot/files/plplot/">file
release site</a>. Alternatively, you can obtain the cutting-edge version of
PLplot (but with no promises about stability) from SVN via anonymous
- access to our <a href="http://sourceforge.net/svn/?group_id=2915">
+ access to our <a href="http://svn.code.sf.net/p/plplot/code/trunk/">
SVN repository</a>. Finally, you can browse our SVN repository
- <a href="http://plplot.svn.sourceforge.net/viewvc/plplot/">
+ <a href="http://sourceforge.net/p/plplot/code/HEAD/tree/">
here</a>.</p>
<h3>Subversion Access</h3>
<p>The PLplot Subversion repository can be checked out on the command line through svn
with the following instruction set:</p>
- <p><tt>svn co https://plplot.svn.sourceforge.net/svnroot/plplot/trunk plplot</tt></p>
+ <p><tt>svn checkout http://svn.code.sf.net/p/plplot/code/trunk plplot</tt></p>
<p>Here is a partial list of subversion clients</p>
<ul class="arrowlist">
- <li><a href="http://www.lachoseinteractive.net/en/community/subversion/svnx/features/">SvnX (Mac OS X)</a></li>
+ <li><a href="http://code.google.com/p/svnx/">SvnX (Mac OS X)</a></li>
<li><a href="http://tortoisesvn.tigris.org/">TortoiseSVN (Windows)</a></li>
- <li><a href="http://kdesvn.alwins-world.de/wiki">KDESvn (Linux)</a></li>
+ <li><a href="http://kdesvn.alwins-world.de/">KDESvn (Linux)</a></li>
<li>svn, a powerful command-line subversion client (Linux)</li>
</ul>
Modified: trunk/www/index.php
===================================================================
--- trunk/www/index.php 2013-09-24 10:27:16 UTC (rev 12523)
+++ trunk/www/index.php 2013-09-24 16:51:13 UTC (rev 12524)
@@ -45,7 +45,7 @@
<li>Lua</li>
<li>OCaml</li>
<li>Octave</li>
- <li><a href="http://search.cpan.org/~dhunt/PDL-Graphics-PLplot-0.47/plplot.pd">Perl</a></li>
+ <li><a href="http://search.cpan.org/~dhunt/PDL-Graphics-PLplot">Perl</a></li>
<li>Python</li>
<li>Tcl/Tk</li>
</ul>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|