⌈⌋ ⎇ branch:  freshcode


Artifact [171c2bfb45]

Artifact 171c2bfb4542f9958bd359a7c52628d52291cf47:

  • File template/index_sidebar.php — part of check-in [b137de1697] at 2021-04-05 06:25:54 on branch trunk — More shortags (use `phptags --long` to reverse...) (user: mario size: 2427)

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

?>

<!--aside-->
<td id=sidebar valign=top>

    <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>
        <?  readfile("template/feed.fossies.htm");  ?>
    </section>

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

    <section class="article-links untrimmed">
        <h5>DistroWatch</h5>
        <?  readfile("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>
        <?  readfile("template/feed.gamingonlinux.htm");  ?>
        <?  readfile("template/feed.linuxgames.htm");  ?>
        <?  readfile("template/feed.linuxgamenews.htm");  ?>
        <?  readfile("template/feed.freegamer.htm");  ?>
    </section>

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

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

    <section class="article-links trimmed">
        <h5>openDesktop</h5>
        <?  readfile("template/feed.gtkapps.htm");  ?>
        <?  readfile("template/feed.kdeapps.htm");  ?>
        <?  readfile("template/feed.qtapps.htm");  ?>
        <?  readfile("template/feed.cliapps.htm");  ?>
    </section>

    <section class="article-links" style="max-width: 220px; overflow: hidden;">
        <a href="/github-releases"><h5>GitHub releases →</h5></a>
        <?  readfile("template/feed.github.htm");  ?>
    </section>

    <section class="article-links">
        <a href="/launchpad-releases"><h5>LaunchPad news →</h5></a>
        <?  readfile("template/feed.launchpad.htm");  ?>
    </section>

</td>
<!--/aside-->