|
From: <ai...@us...> - 2008-07-26 19:30:19
|
Revision: 8596
http://plplot.svn.sourceforge.net/plplot/?rev=8596&view=rev
Author: airwin
Date: 2008-07-26 19:30:28 +0000 (Sat, 26 Jul 2008)
Log Message:
-----------
plattform ==> platform
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-07-26 19:29:46 UTC (rev 8595)
+++ trunk/www/corefunctions.php 2008-07-26 19:30:28 UTC (rev 8596)
@@ -35,7 +35,7 @@
{
echo " <div id=\"pageheader\">\n";
echo " <h1>PLplot Homepage</h1>\n";
- echo " <h2>The ultimate cross-plattform plotting library</h2>\n";
+ echo " <h2>The ultimate cross-platform plotting library</h2>\n";
echo " </div>\n";
echo ' <div id="menubar">';
@@ -117,4 +117,4 @@
END;
}
-?>
\ No newline at end of file
+?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ai...@us...> - 2008-09-20 17:17:44
|
Revision: 8786
http://plplot.svn.sourceforge.net/plplot/?rev=8786&view=rev
Author: airwin
Date: 2008-09-20 17:17:24 +0000 (Sat, 20 Sep 2008)
Log Message:
-----------
index_new.php ==> index.php
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-09-20 17:11:40 UTC (rev 8785)
+++ trunk/www/corefunctions.php 2008-09-20 17:17:24 UTC (rev 8786)
@@ -40,7 +40,7 @@
echo ' <div id="menubar">';
echo ' <ul>';
- echo ' <li><a href="index_new.php" ' . (($item=='index') ? ('id="selected"') : ('')) .'>Home</a></li>';
+ echo ' <li><a href="index.php" ' . (($item=='index') ? ('id="selected"') : ('')) .'>Home</a></li>';
echo ' <li><a href="download.php" ' . (($item=='download') ? ('id="selected"') : ('')) .'>Download</a></li>';
echo ' <li><a href="examples.php" ' . (($item=='examples') ? ('id="selected"') : ('')) .'>Examples</a></li>';
echo ' <li><a href="documentation.php" ' . (($item=='documentation') ? ('id="selected"') : ('')) .'>Documentation</a></li>';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ai...@us...> - 2008-09-23 20:25:01
|
Revision: 8807
http://plplot.svn.sourceforge.net/plplot/?rev=8807&view=rev
Author: airwin
Date: 2008-09-23 20:24:05 +0000 (Tue, 23 Sep 2008)
Log Message:
-----------
Resources points to documentation.php rather than docbook-manual/index.html
from old website.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-09-23 20:20:39 UTC (rev 8806)
+++ trunk/www/corefunctions.php 2008-09-23 20:24:05 UTC (rev 8807)
@@ -103,7 +103,7 @@
<h3>Resources</h3>
<ul class="arrowlist">
- <li><a href="docbook-manual">Documentation</a></li>
+ <li><a href="documentation.php">Documentation</a></li>
<li><a href="http://sourceforge.net/mail/?group_id=2915">Mailing Lists</a></li>
<li><a href="http://www.miscdebris.net/plplot_wiki">Wiki</a></li>
</ul>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ai...@us...> - 2008-09-23 20:49:01
|
Revision: 8808
http://plplot.svn.sourceforge.net/plplot/?rev=8808&view=rev
Author: airwin
Date: 2008-09-23 20:48:55 +0000 (Tue, 23 Sep 2008)
Log Message:
-----------
Tweak source code access and resources.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-09-23 20:24:05 UTC (rev 8807)
+++ trunk/www/corefunctions.php 2008-09-23 20:48:55 UTC (rev 8808)
@@ -95,17 +95,19 @@
pageNews(3);
}
echo <<<END
- <h3>Releases</h3>
+ <h3>Source Code</h3>
<ul class="arrowlist">
- <li><a href="http://sourceforge.net/project/shownotes.php?release_id=555104">Stable</a></li>
- <li><a href="http://sourceforge.net/project/shownotes.php?release_id=575403">Development</a></li>
+ <li><a href="http://sourceforge.net/project/showfiles.php?group_id=2915">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>
</ul>
<h3>Resources</h3>
<ul class="arrowlist">
<li><a href="documentation.php">Documentation</a></li>
+ <li><a href="http://www.miscdebris.net/plplot_wiki">Wiki</a></li>
+ <li><a href="http://sourceforge.net/projects/plplot">SourcForge Project Page</a></li>
<li><a href="http://sourceforge.net/mail/?group_id=2915">Mailing Lists</a></li>
- <li><a href="http://www.miscdebris.net/plplot_wiki">Wiki</a></li>
</ul>
<h3>Links</h3>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ai...@us...> - 2008-09-23 21:21:21
|
Revision: 8812
http://plplot.svn.sourceforge.net/plplot/?rev=8812&view=rev
Author: airwin
Date: 2008-09-23 21:21:11 +0000 (Tue, 23 Sep 2008)
Log Message:
-----------
SourcForge ==> SourceForge
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-09-23 20:57:59 UTC (rev 8811)
+++ trunk/www/corefunctions.php 2008-09-23 21:21:11 UTC (rev 8812)
@@ -106,7 +106,7 @@
<ul class="arrowlist">
<li><a href="documentation.php">Documentation</a></li>
<li><a href="http://www.miscdebris.net/plplot_wiki">Wiki</a></li>
- <li><a href="http://sourceforge.net/projects/plplot">SourcForge Project Page</a></li>
+ <li><a href="http://sourceforge.net/projects/plplot">SourceForge Project Page</a></li>
<li><a href="http://sourceforge.net/mail/?group_id=2915">Mailing Lists</a></li>
</ul>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ai...@us...> - 2008-09-24 16:01:26
|
Revision: 8814
http://plplot.svn.sourceforge.net/plplot/?rev=8814&view=rev
Author: airwin
Date: 2008-09-24 15:57:02 +0000 (Wed, 24 Sep 2008)
Log Message:
-----------
Drop "Homepage" from top bar.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-09-24 15:52:42 UTC (rev 8813)
+++ trunk/www/corefunctions.php 2008-09-24 15:57:02 UTC (rev 8814)
@@ -34,7 +34,7 @@
function pageMenu($item)#
{
echo " <div id=\"pageheader\">\n";
- echo " <h1>PLplot Homepage</h1>\n";
+ echo " <h1>PLplot</h1>\n";
echo " <h2>The ultimate cross-platform plotting library</h2>\n";
echo " </div>\n";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ai...@us...> - 2008-10-21 19:27:48
|
Revision: 8946
http://plplot.svn.sourceforge.net/plplot/?rev=8946&view=rev
Author: airwin
Date: 2008-10-21 19:27:40 +0000 (Tue, 21 Oct 2008)
Log Message:
-----------
Choose liquid layout by default, but also provide static layout as an
alternate.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-10-21 19:25:48 UTC (rev 8945)
+++ trunk/www/corefunctions.php 2008-10-21 19:27:40 UTC (rev 8946)
@@ -19,7 +19,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Homepage of the open source PLplot project" />
<meta name="keywords" content="plot,library,c++,python" />
- <link rel="stylesheet" href="css/style.css" type="text/css" media="screen,projection" />
+ <link rel="stylesheet" title="liquid" href="css/style_liquid.css" type="text/css" media="screen,projection" />
+ <link rel="alternate stylesheet" title="static" href="css/style_static.css" type="text/css" media="screen,projection" />
<script type="text/javascript" src="js/slimbox.js"></script>
<link rel="stylesheet" href="css/slimbox.css" type="text/css" media="screen" />
</head>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ai...@us...> - 2008-10-28 02:23:25
|
Revision: 8977
http://plplot.svn.sourceforge.net/plplot/?rev=8977&view=rev
Author: airwin
Date: 2008-10-28 02:23:22 +0000 (Tue, 28 Oct 2008)
Log Message:
-----------
Improve spacing and insert validation icons for footer.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-10-28 01:00:18 UTC (rev 8976)
+++ trunk/www/corefunctions.php 2008-10-28 02:23:22 UTC (rev 8977)
@@ -55,8 +55,10 @@
function pageFooter()
{
echo ' <div id="pagefooter">';
- echo ' <p>© 2008 Plplot developer community, Design by <a href="http://DesignsByDarren.com">DesignsByDarren.com</a>, Some Rights Reserved.<br />';
- echo ' <a href="http://validator.w3.org/check?uri=referer" target="_blank">Valid XHTML 1.0 Transitional</a></p>';
+ echo ' <p>© 2008 Plplot developer community.<br/>Design by <a href="http://DesignsByDarren.com">DesignsByDarren.com</a>, Some Rights Reserved.<br /><br/>';
+ echo ' <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>';
+ echo ' <a href="http://jigsaw.w3.org/css-validator/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>';
+ echo ' </p>';
echo ' </div>';
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sm...@us...> - 2008-12-02 14:55:44
|
Revision: 9030
http://plplot.svn.sourceforge.net/plplot/?rev=9030&view=rev
Author: smekal
Date: 2008-12-02 14:55:33 +0000 (Tue, 02 Dec 2008)
Log Message:
-----------
This should remove the orange border around the w3c html image (there is no border as well for the w3c css image).
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-12-02 13:53:02 UTC (rev 9029)
+++ trunk/www/corefunctions.php 2008-12-02 14:55:33 UTC (rev 9030)
@@ -56,9 +56,9 @@
{
echo ' <div id="pagefooter">';
echo ' <p>© 2008 Plplot developer community.<br/>Design by <a href="http://DesignsByDarren.com">DesignsByDarren.com</a>, Some Rights Reserved.<br /><br/>';
- echo ' <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>';
- echo ' <a href="http://jigsaw.w3.org/css-validator/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>';
- echo ' </p>';
+ echo ' <a href="http://validator.w3.org/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" /></a>';
+ echo ' <a href="http://jigsaw.w3.org/css-validator/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>';
+ echo ' </p>';
echo ' </div>';
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <hba...@us...> - 2009-05-10 20:41:03
|
Revision: 9956
http://plplot.svn.sourceforge.net/plplot/?rev=9956&view=rev
Author: hbabcock
Date: 2009-05-10 20:40:54 +0000 (Sun, 10 May 2009)
Log Message:
-----------
Comment out the link to the PLplot online webpage.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2009-05-10 20:30:41 UTC (rev 9955)
+++ trunk/www/corefunctions.php 2009-05-10 20:40:54 UTC (rev 9956)
@@ -113,7 +113,7 @@
<h3>Links</h3>
<ul class="arrowlist">
- <li><a href="http://www.hbabcock.org/plplot/readme.html">Try PLplot online!</a></li>
+// <li><a href="http://www.hbabcock.org/plplot/readme.html">Try PLplot online!</a></li>
<li><a href="http://sourceforge.net/project/?group_id=2915">SF project page</a></li>
</ul>
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <hba...@us...> - 2009-05-10 20:46:02
|
Revision: 9957
http://plplot.svn.sourceforge.net/plplot/?rev=9957&view=rev
Author: hbabcock
Date: 2009-05-10 20:45:47 +0000 (Sun, 10 May 2009)
Log Message:
-----------
Try again to comment out the link to PLplot online.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2009-05-10 20:40:54 UTC (rev 9956)
+++ trunk/www/corefunctions.php 2009-05-10 20:45:47 UTC (rev 9957)
@@ -113,7 +113,7 @@
<h3>Links</h3>
<ul class="arrowlist">
-// <li><a href="http://www.hbabcock.org/plplot/readme.html">Try PLplot online!</a></li>
+ /* <li><a href="http://www.hbabcock.org/plplot/readme.html">Try PLplot online!</a></li> */
<li><a href="http://sourceforge.net/project/?group_id=2915">SF project page</a></li>
</ul>
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <hba...@us...> - 2009-05-10 20:50:39
|
Revision: 9958
http://plplot.svn.sourceforge.net/plplot/?rev=9958&view=rev
Author: hbabcock
Date: 2009-05-10 20:50:29 +0000 (Sun, 10 May 2009)
Log Message:
-----------
Hmm. No comments in this language? Just get rid of the link.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2009-05-10 20:45:47 UTC (rev 9957)
+++ trunk/www/corefunctions.php 2009-05-10 20:50:29 UTC (rev 9958)
@@ -113,7 +113,6 @@
<h3>Links</h3>
<ul class="arrowlist">
- /* <li><a href="http://www.hbabcock.org/plplot/readme.html">Try PLplot online!</a></li> */
<li><a href="http://sourceforge.net/project/?group_id=2915">SF project page</a></li>
</ul>
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ai...@us...> - 2013-09-25 05:45:02
|
Revision: 12528
http://sourceforge.net/p/plplot/code/12528
Author: airwin
Date: 2013-09-25 05:44:57 +0000 (Wed, 25 Sep 2013)
Log Message:
-----------
Update news feed location to be consistent with Allura version
of SourceForge.
N.B. This change does not deal with the remaining news sidebar issues
mentioned on list (too many news items, broken rendering of each
webpage with the sidebar, old version of simplepie software).
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2013-09-25 04:34:57 UTC (rev 12527)
+++ trunk/www/corefunctions.php 2013-09-25 05:44:57 UTC (rev 12528)
@@ -65,7 +65,7 @@
echo ' <div id="menubar">';
echo ' <ul>';
echo ' <li><a href="index.php" ' . (($item=='index') ? ('id="selected"') : ('')) .'>Home</a></li>';
- echo ' <li><a href="http://sourceforge.net/news/?group_id=2915" ' . (($item=='news') ? ('id="selected"') : ('')) .'>News</a></li>';
+ echo ' <li><a href="http://sourceforge.net/p/plplot/news" ' . (($item=='news') ? ('id="selected"') : ('')) .'>News</a></li>';
echo ' <li><a href="download.php" ' . (($item=='download') ? ('id="selected"') : ('')) .'>Download</a></li>';
echo ' <li><a href="examples.php" ' . (($item=='examples') ? ('id="selected"') : ('')) .'>Examples</a></li>';
echo ' <li><a href="documentation.php" ' . (($item=='documentation') ? ('id="selected"') : ('')) .'>Documentation</a></li>';
@@ -98,7 +98,10 @@
// Open the PLplot News RSS feed and parse it
$feed = new SimplePie();
$feed->enable_cache(false); // disable cache
- $url = sprintf("http://sourceforge.net/export/rss2_projnews.php?group_id=2915&rss_limit=%d", $newscount);
+// This old url just redirects to the correct one below (without
+// rss_limit).
+// $url = sprintf("http://sourceforge.net/export/rss2_projnews.php?group_id=2915&rss_limit=%d", $newscount);
+ $url = sprintf("http://sourceforge.net/p/plplot/news/feed");
$feed->set_feed_url($url);
$feed->init();
$feed->handle_content_type();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ai...@us...> - 2010-05-25 15:23:15
|
Revision: 11024
http://plplot.svn.sourceforge.net/plplot/?rev=11024&view=rev
Author: airwin
Date: 2010-05-25 15:23:09 +0000 (Tue, 25 May 2010)
Log Message:
-----------
For right vertical sidebar for all website pages:
add links for the project support page and the bug tracker.
remove redundant "Links" section.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2010-05-25 09:33:13 UTC (rev 11023)
+++ trunk/www/corefunctions.php 2010-05-25 15:23:09 UTC (rev 11024)
@@ -108,13 +108,10 @@
<li><a href="documentation.php">Documentation</a></li>
<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&atid=102915">Bug Tracker</a></li>
</ul>
-
- <h3>Links</h3>
- <ul class="arrowlist">
- <li><a href="http://sourceforge.net/project/?group_id=2915">SF project page</a></li>
- </ul>
</div>
END;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ai...@us...> - 2010-06-07 23:37:23
|
Revision: 11067
http://plplot.svn.sourceforge.net/plplot/?rev=11067&view=rev
Author: airwin
Date: 2010-06-07 23:37:17 +0000 (Mon, 07 Jun 2010)
Log Message:
-----------
Adjust for the fact that the SF projnews.php no longer works correctly
(it returns bad URL's for individual news items).
Add URL for our collected news page to horizontal menu bar.
Drop projnews.php results (which included individual news items plus
a link to our collected news page) from sidebar.
Put resources first on sidebar and source code last.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2010-06-07 22:11:40 UTC (rev 11066)
+++ trunk/www/corefunctions.php 2010-06-07 23:37:17 UTC (rev 11067)
@@ -40,6 +40,7 @@
echo ' <div id="menubar">';
echo ' <ul>';
echo ' <li><a href="index.php" ' . (($item=='index') ? ('id="selected"') : ('')) .'>Home</a></li>';
+ echo ' <li><a href="http://sourceforge.net/news/?group_id=2915" ' . (($item=='news') ? ('id="selected"') : ('')) .'>News</a></li>';
echo ' <li><a href="download.php" ' . (($item=='download') ? ('id="selected"') : ('')) .'>Download</a></li>';
echo ' <li><a href="examples.php" ' . (($item=='examples') ? ('id="selected"') : ('')) .'>Examples</a></li>';
echo ' <li><a href="documentation.php" ' . (($item=='documentation') ? ('id="selected"') : ('')) .'>Documentation</a></li>';
@@ -91,18 +92,14 @@
<!-- Sidebar -->
<div id="rightside">
END;
- if($news) {
+// Permanently disable and do another way (see above)
+// because pageNews calls SF php script that returns
+// bad URL's.
+ if(0) {
echo "<h3>News</h3>\n";
pageNews(3);
}
echo <<<END
- <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>
- </ul>
-
<h3>Resources</h3>
<ul class="arrowlist">
<li><a href="documentation.php">Documentation</a></li>
@@ -112,6 +109,13 @@
<li><a href="http://sourceforge.net/mail/?group_id=2915">Mailing Lists</a></li>
<li><a href="http://sourceforge.net/tracker/?group_id=2915&atid=102915">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>
+ </ul>
+
</div>
END;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ai...@us...> - 2010-06-08 01:58:58
|
Revision: 11068
http://plplot.svn.sourceforge.net/plplot/?rev=11068&view=rev
Author: airwin
Date: 2010-06-08 01:58:52 +0000 (Tue, 08 Jun 2010)
Log Message:
-----------
& ==> & change to make results validate.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2010-06-07 23:37:17 UTC (rev 11067)
+++ trunk/www/corefunctions.php 2010-06-08 01:58:52 UTC (rev 11068)
@@ -107,7 +107,7 @@
<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&atid=102915">Bug Tracker</a></li>
+ <li><a href="http://sourceforge.net/tracker/?group_id=2915&tid=102915">Bug Tracker</a></li>
</ul>
<h3>Source Code</h3>
<ul class="arrowlist">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sm...@us...> - 2010-08-18 06:09:45
|
Revision: 11138
http://plplot.svn.sourceforge.net/plplot/?rev=11138&view=rev
Author: smekal
Date: 2010-08-18 06:09:39 +0000 (Wed, 18 Aug 2010)
Log Message:
-----------
Disable caching of rss feed.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2010-08-17 06:42:25 UTC (rev 11137)
+++ trunk/www/corefunctions.php 2010-08-18 06:09:39 UTC (rev 11138)
@@ -90,11 +90,14 @@
//
// Print News from project page
+ // $newscount - number of news itmes to be shown
+ // $contentlength - defines the length in characters of the news content
//
function pageNews($newscount, $contentlength)
{
// Open the PLplot News RSS feed and parse it
$feed = new SimplePie();
+ $feed->enable_cache(false); // disable cache
$url = sprintf("http://sourceforge.net/export/rss2_projnews.php?group_id=2915&rss_limit=%d", $newscount);
$feed->set_feed_url($url);
$feed->init();
@@ -104,16 +107,16 @@
//if($feed->error())
// echo $feed->error();
+ // show news items
if($feed->data) {
$items = $feed->get_items();
- $i = 0;
foreach($items as $item) {
echo '<h4><a href="' . $item->get_permalink() . '">' . $item->get_title() . '</a></h4>';
echo '<p>' . _substr($item->get_content(), $contentlength) . ' ';
echo '<a href="' . $item->get_permalink() . '">Read more</a> (' . $item->get_date('j M Y') . ')</p>';
}
} else
- echo 'Could not open News feed!';
+ echo '<p>Could not open <a href="' . $url . '">News feed</a>!</p>';
}
//
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ai...@us...> - 2013-09-25 18:07:25
|
Revision: 12529
http://sourceforge.net/p/plplot/code/12529
Author: airwin
Date: 2013-09-25 18:07:21 +0000 (Wed, 25 Sep 2013)
Log Message:
-----------
Make clear distinction between the copyright of the contents and the copyright
of the design.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2013-09-25 05:44:57 UTC (rev 12528)
+++ trunk/www/corefunctions.php 2013-09-25 18:07:21 UTC (rev 12529)
@@ -34,9 +34,9 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
-Copyright: Darren Hester 2006, http://www.designsbydarren.com
-License: Released Under the "Creative Commons License",
-http://creativecommons.org/licenses/by-nc/2.5/
+Copyright 2008-2010 Werner Smekal
+Copyright 2008-2011 Hazen Babcock
+Copyright 2008-2013 Alan W. Irwin
-->
<head>
@@ -81,7 +81,7 @@
function pageFooter()
{
echo ' <div id="pagefooter">';
- echo ' <p>© 2008 Plplot developer community.<br/>Design by <a href="http://DesignsByDarren.com">DesignsByDarren.com</a>, Some Rights Reserved.<br /><br/>';
+ echo ' <p>Original design by <a href="http://DesignsByDarren.com">DesignsByDarren.com</a>, Some Rights Reserved.<br/>Design modifications © 2008-2013 Plplot developer community.<br /><br/>';
echo ' <a href="http://validator.w3.org/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" /></a>';
echo ' <a href="http://jigsaw.w3.org/css-validator/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>';
echo ' </p>';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sm...@us...> - 2013-10-01 18:14:01
|
Revision: 12566
http://sourceforge.net/p/plplot/code/12566
Author: smekal
Date: 2013-10-01 18:13:58 +0000 (Tue, 01 Oct 2013)
Log Message:
-----------
Changed the link to the plplot Sourceforge News feed according to api description here: http://sourceforge.net/apps/trac/sourceforge/wiki/API. Plplot webpage should be ok with these changes again.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2013-10-01 18:06:19 UTC (rev 12565)
+++ trunk/www/corefunctions.php 2013-10-01 18:13:58 UTC (rev 12566)
@@ -96,12 +96,11 @@
function pageNews($newscount, $contentlength)
{
// Open the PLplot News RSS feed and parse it
+ // Options for sourceforge news feed can be looked up at this link:
+ // http://sourceforge.net/apps/trac/sourceforge/wiki/API
$feed = new SimplePie();
$feed->enable_cache(false); // disable cache
-// This old url just redirects to the correct one below (without
-// rss_limit).
-// $url = sprintf("http://sourceforge.net/export/rss2_projnews.php?group_id=2915&rss_limit=%d", $newscount);
- $url = sprintf("http://sourceforge.net/p/plplot/news/feed");
+ $url = sprintf("http://sourceforge.net/api/news/index/project-id/2915/limit/%d/rss", $newscount);
$feed->set_feed_url($url);
$feed->init();
$feed->handle_content_type();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sm...@us...> - 2013-10-02 20:01:00
|
Revision: 12571
http://sourceforge.net/p/plplot/code/12571
Author: smekal
Date: 2013-10-02 20:00:56 +0000 (Wed, 02 Oct 2013)
Log Message:
-----------
New link to plplot News rss feed taken directly from plplot sourceforge project page. Number of news items limited by breaking foreach loop after $newscount items. Item description needs to be stripped of HTML tags, since new rss feed adds some HTML tags (old news feed didn't contain suchs tags).
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2013-10-02 19:52:29 UTC (rev 12570)
+++ trunk/www/corefunctions.php 2013-10-02 20:00:56 UTC (rev 12571)
@@ -95,13 +95,10 @@
//
function pageNews($newscount, $contentlength)
{
- // Open the PLplot News RSS feed and parse it
- // Options for sourceforge news feed can be looked up at this link:
- // http://sourceforge.net/apps/trac/sourceforge/wiki/API
+ // Open the PLplot News RSS feed and parse it (rss link taken from the plplot project page)
$feed = new SimplePie();
$feed->enable_cache(false); // disable cache
- $url = sprintf("http://sourceforge.net/api/news/index/project-id/2915/limit/%d/rss", $newscount);
- $feed->set_feed_url($url);
+ $feed->set_feed_url("http://sourceforge.net/p/plplot/news/feed");
$feed->init();
$feed->handle_content_type();
@@ -112,10 +109,15 @@
// show news items
if($feed->data) {
$items = $feed->get_items();
+ $i = 0;
foreach($items as $item) {
- echo '<h4><a href="' . $item->get_permalink() . '">' . $item->get_title() . '</a></h4>';
- echo '<p>' . _substr($item->get_content(), $contentlength) . ' ';
- echo '<a href="' . $item->get_permalink() . '">Read more</a> (' . $item->get_date('j M Y') . ')</p>';
+ echo '<h4><a href="' . $item->get_permalink() . '">' . $item->get_title() . '</a></h4>' . "\n";
+ echo '<p>' . _substr(strip_tags($item->get_content()), $contentlength) . ' ';
+ echo '<a href="' . $item->get_permalink() . '">Read more</a> (' . $item->get_date('j M Y') . ')</p>' . "\n";
+
+ $i = $i + 1;
+ if( $i >= $newscount )
+ break;
}
} else
echo '<p>Could not open <a href="' . $url . '">News feed</a>!</p>';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ai...@us...> - 2013-10-02 20:59:32
|
Revision: 12572
http://sourceforge.net/p/plplot/code/12572
Author: airwin
Date: 2013-10-02 20:59:30 +0000 (Wed, 02 Oct 2013)
Log Message:
-----------
To remove one validation warning, change iso-8859-1 ==> utf-8
Tested by Alan W. Irwin <ai...@us...> by
propagating this change to the SourceForge website and validating
each of index.php, download.php, examples.php, documentation.php, and
credits.php there by clicking on the appropriate html and CSS validation
check buttons.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2013-10-02 20:00:56 UTC (rev 12571)
+++ trunk/www/corefunctions.php 2013-10-02 20:59:30 UTC (rev 12572)
@@ -41,7 +41,7 @@
<head>
<title>PLplot Home Page - $title</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Homepage of the open source PLplot project" />
<meta name="keywords" content="plot,library,c++,python" />
<link rel="stylesheet" title="liquid" href="css/style_liquid.css" type="text/css" media="screen,projection" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|