⌈⌋ ⎇ branch:  freshcode


Artifact [3908a7f615]

Artifact 3908a7f6158ceb821acab5ef0ead29177f9514b8:

  • File template/index_sidebar.php — part of check-in [db90e8a5a7] at 2014-11-25 16:46:54 on branch trunk — Add linuxgamenews.biz as news source. (user: mario size: 2049)

<?php
/**
 * type: template
 * title: frontpage feeds
 * description: Outputs #sidebar on frontage, containing template/feed.*.htm
 * version: 0.4
 *
 * The feed.*.htm files are regularily updated
 * by cron.daily/newsfeeeds. Thus does not need
 * further processing here.
 *
 */

?>

 <aside id=sidebar>

    <section class="article-links untrimmed">
        <h5>Linux.com Software</h5>
        <?php  include("template/feed.linuxcom.htm");  ?>
    </section>

    <section class="article-links untrimmed feed-fossies">
        <a href="http://fossies.org/"><h5><span class=green>Fossies</span>.org <small class=blue>/misc</small></h5></a>
        <?php  include("template/feed.fossies.htm");  ?>
    </section>

    <section class="article-links trimmed">
        <h5>reddit<em>/r/linux</em></h5>
        <?php  include("template/feed.reddit.htm");  ?>
    </section>

    <section class="article-links untrimmed">
        <h5>DistroWatch</h5>
        <?php  include("template/feed.distrowatch.htm");  ?>
    </section>

    <section class="article-links trimmed">
        <h5>Games <a href="http://www.linuxgames.com/" style=display:inline>LG</a>, <a href="http://www.gamingonlinux.com/" style=display:inline>GoL</a>, <a href="http://freegamer.blogspot.com/" style=display:inline>FG</a></h5>
        <?php  include("template/feed.gamingonlinux.htm");  ?>
        <?php  include("template/feed.linuxgames.htm");  ?>
        <?php  include("template/feed.linuxgamenews.htm");  ?>
        <?php  include("template/feed.freegamer.htm");  ?>
    </section>

    <section class="article-links untrimmed">
        <h5>Sourceforge Files</h5>
        <?php  include("template/feed.sourceforge.htm");  ?>
    </section>

    <section class="article-links trimmed">
        <h5>beOpen</h5>
        <?php  include("template/feed.beopen.htm");  ?>
    </section>

    <section class="article-links trimmed">
        <a href="/github-releases"><h5>GitHub releases →</h5></a>
        <?php  include("template/feed.github.htm");  ?>
    </section>

 </aside>