Update of /cvsroot/boost/website/common
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6944/common
Modified Files:
sidebar-boost.html sidebar-community.html
sidebar-development.html sidebar-doc.html sidebar-welcome.html
Added Files:
menu-announce-feed.php menu-build-feed.php menu-devel-feed.php
menu-documentation-feed.php menu-interest-feed.php
menu-testing-feed.php menu-user-feed.php
Log Message:
Add sidebar boxes for various list feeds.
--- NEW FILE: menu-announce-feed.php ---
<?php
require_once(dirname(__FILE__) . '/../common/code/feed.php');
$_news = new boost_feed(
dirname(__FILE__) . '/../feed/gmane.comp.lib.boost.announce.rss',
'/feed/gmane.comp.lib.boost.announce.rss');
$_news->sort_by('pubdate');
?>
<h4><a href="http://blog.gmane.org/gmane.comp.lib.boost.announce">Recent
Announcements <span class="link">></span></a></h4>
<ul>
<?php $_count = 0; foreach ( $_news->db as $_guid => $_item ) { $_count +=
1; if ($_count > 5) { break; } ?>
<li>
<?php print '<a href="'.$_item['link'].'">'; ?><?php print $_item['title'];
?>
<span class="link">></span><?php print '</a>'; ?><span class=
"news-date"><?php print $_item['date']; ?></span></li><?php } ?>
</ul>
--- NEW FILE: menu-build-feed.php ---
<?php
require_once(dirname(__FILE__) . '/../common/code/feed.php');
$_news = new boost_feed(
dirname(__FILE__) . '/../feed/gmane.comp.lib.boost.build.rss',
'/feed/gmane.comp.lib.boost.build.rss');
$_news->sort_by('pubdate');
?>
<h4><a href="http://blog.gmane.org/gmane.comp.lib.boost.build">Recent
Build Topics <span class="link">></span></a></h4>
<ul>
<?php $_count = 0; foreach ( $_news->db as $_guid => $_item ) { $_count +=
1; if ($_count > 5) { break; } ?>
<li>
<?php print '<a href="'.$_item['link'].'">'; ?><?php print $_item['title'];
?>
<span class="link">></span><?php print '</a>'; ?><span class=
"news-date"><?php print $_item['date']; ?></span></li><?php } ?>
</ul>
--- NEW FILE: menu-devel-feed.php ---
<?php
require_once(dirname(__FILE__) . '/../common/code/feed.php');
$_news = new boost_feed(
dirname(__FILE__) . '/../feed/gmane.comp.lib.boost.devel.rss',
'/feed/gmane.comp.lib.boost.devel.rss');
$_news->sort_by('pubdate');
?>
<h4><a href="http://blog.gmane.org/gmane.comp.lib.boost.devel">Recent
Developer Topics <span class="link">></span></a></h4>
<ul>
<?php $_count = 0; foreach ( $_news->db as $_guid => $_item ) { $_count +=
1; if ($_count > 5) { break; } ?>
<li>
<?php print '<a href="'.$_item['link'].'">'; ?><?php print $_item['title'];
?>
<span class="link">></span><?php print '</a>'; ?><span class=
"news-date"><?php print $_item['date']; ?></span></li><?php } ?>
</ul>
--- NEW FILE: menu-documentation-feed.php ---
<?php
require_once(dirname(__FILE__) . '/../common/code/feed.php');
$_news = new boost_feed(
dirname(__FILE__) . '/../feed/gmane.comp.lib.boost.documentation.rss',
'/feed/gmane.comp.lib.boost.documentation.rss');
$_news->sort_by('pubdate');
?>
<h4><a href="http://blog.gmane.org/gmane.comp.lib.boost.documentation">Recent
Documentation Topics <span class="link">></span></a></h4>
<ul>
<?php $_count = 0; foreach ( $_news->db as $_guid => $_item ) { $_count +=
1; if ($_count > 5) { break; } ?>
<li>
<?php print '<a href="'.$_item['link'].'">'; ?><?php print $_item['title'];
?>
<span class="link">></span><?php print '</a>'; ?><span class=
"news-date"><?php print $_item['date']; ?></span></li><?php } ?>
</ul>
--- NEW FILE: menu-interest-feed.php ---
<?php
require_once(dirname(__FILE__) . '/../common/code/feed.php');
$_news = new boost_feed(
dirname(__FILE__) . '/../feed/gmane.comp.lib.boost.interest.rss',
'/feed/gmane.comp.lib.boost.interest.rss');
$_news->sort_by('pubdate');
?>
<h4><a href="http://blog.gmane.org/gmane.comp.lib.boost.interest">Recent
Interest Topics <span class="link">></span></a></h4>
<ul>
<?php $_count = 0; foreach ( $_news->db as $_guid => $_item ) { $_count +=
1; if ($_count > 5) { break; } ?>
<li>
<?php print '<a href="'.$_item['link'].'">'; ?><?php print $_item['title'];
?>
<span class="link">></span><?php print '</a>'; ?><span class=
"news-date"><?php print $_item['date']; ?></span></li><?php } ?>
</ul>
--- NEW FILE: menu-testing-feed.php ---
<?php
require_once(dirname(__FILE__) . '/../common/code/feed.php');
$_news = new boost_feed(
dirname(__FILE__) . '/../feed/gmane.comp.lib.boost.testing.rss',
'/feed/gmane.comp.lib.boost.testing.rss');
$_news->sort_by('pubdate');
?>
<h4><a href="http://blog.gmane.org/gmane.comp.lib.boost.testing">Recent
Testing Topics <span class="link">></span></a></h4>
<ul>
<?php $_count = 0; foreach ( $_news->db as $_guid => $_item ) { $_count +=
1; if ($_count > 5) { break; } ?>
<li>
<?php print '<a href="'.$_item['link'].'">'; ?><?php print $_item['title'];
?>
<span class="link">></span><?php print '</a>'; ?><span class=
"news-date"><?php print $_item['date']; ?></span></li><?php } ?>
</ul>
--- NEW FILE: menu-user-feed.php ---
<?php
require_once(dirname(__FILE__) . '/../common/code/feed.php');
$_news = new boost_feed(
dirname(__FILE__) . '/../feed/gmane.comp.lib.boost.user.rss',
'/feed/gmane.comp.lib.boost.user.rss');
$_news->sort_by('pubdate');
?>
<h4><a href="http://blog.gmane.org/gmane.comp.lib.boost.user">Recent
User Topics <span class="link">></span></a></h4>
<ul>
<?php $_count = 0; foreach ( $_news->db as $_guid => $_item ) { $_count +=
1; if ($_count > 5) { break; } ?>
<li>
<?php print '<a href="'.$_item['link'].'">'; ?><?php print $_item['title'];
?>
<span class="link">></span><?php print '</a>'; ?><span class=
"news-date"><?php print $_item['date']; ?></span></li><?php } ?>
</ul>
Index: sidebar-boost.html
===================================================================
RCS file: /cvsroot/boost/website/common/sidebar-boost.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sidebar-boost.html 20 May 2006 06:37:29 -0000 1.4
+++ sidebar-boost.html 10 Nov 2006 05:59:29 -0000 1.5
@@ -14,6 +14,9 @@
<li id="documentation-section-menu">
<!--#include virtual="/common/menu-doc.html" --></li>
+
+ <li id="rss-menu">
+ <!--#include virtual="/common/menu-announce-feed.php" --></li>
</ul>
<div class="box-bottom"></div>
Index: sidebar-community.html
===================================================================
RCS file: /cvsroot/boost/website/common/sidebar-community.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sidebar-community.html 20 May 2006 06:37:30 -0000 1.5
+++ sidebar-community.html 10 Nov 2006 05:59:29 -0000 1.6
@@ -14,6 +14,12 @@
<li id="documentation-section-menu">
<!--#include virtual="/common/menu-doc.html" --></li>
+
+ <li id="rss-menu">
+ <!--#include virtual="/common/menu-interest-feed.php" --></li>
+
+ <li id="rss-menu">
+ <!--#include virtual="/common/menu-user-feed.php" --></li>
</ul>
<div class="box-bottom"></div>
Index: sidebar-development.html
===================================================================
RCS file: /cvsroot/boost/website/common/sidebar-development.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sidebar-development.html 20 May 2006 06:37:30 -0000 1.4
+++ sidebar-development.html 10 Nov 2006 05:59:29 -0000 1.5
@@ -14,6 +14,9 @@
<li id="documentation-section-menu">
<!--#include virtual="/common/menu-doc.html" --></li>
+
+ <li id="rss-menu">
+ <!--#include virtual="/common/menu-devel-feed.php" --></li>
</ul>
<div class="box-bottom"></div>
Index: sidebar-doc.html
===================================================================
RCS file: /cvsroot/boost/website/common/sidebar-doc.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sidebar-doc.html 20 May 2006 06:37:30 -0000 1.2
+++ sidebar-doc.html 10 Nov 2006 05:59:29 -0000 1.3
@@ -14,6 +14,9 @@
<li id="documentation-section-menu">
<!--#include virtual="/common/menu-doc.html" --></li>
+
+ <li id="rss-menu">
+ <!--#include virtual="/common/menu-documentation-feed.php" --></li>
</ul>
<div class="box-bottom"></div>
Index: sidebar-welcome.html
===================================================================
RCS file: /cvsroot/boost/website/common/sidebar-welcome.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sidebar-welcome.html 20 May 2006 06:37:30 -0000 1.3
+++ sidebar-welcome.html 10 Nov 2006 05:59:29 -0000 1.4
@@ -14,6 +14,9 @@
<li id="documentation-section-menu">
<!--#include virtual="/common/menu-doc.html" --></li>
+
+ <li id="rss-menu">
+ <!--#include virtual="/common/menu-announce-feed.php" --></li>
</ul>
<div class="box-bottom"></div>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs