⌈⌋ ⎇ branch:  freshcode


Check-in [79e42f8f28]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:empty default files
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | mirror
Files: files | file ages | folders
SHA1: 79e42f8f28b15990be348eefbfd78946a945051b
User & Date: mario 2014-11-16 16:16:39
Context
2014-11-16
16:19
Xfer cron.job for freshcode.clb JSON feed importing. check-in: 2f4cf1ea0f user: mario tags: mirror
16:16
empty default files check-in: 79e42f8f28 user: mario tags: mirror
16:15
Exchange feed selection, add template stubs check-in: ea92800376 user: mario tags: mirror
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added config.local.php.

Changes to template/index_sidebar.php.

11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
 *
 */

?>

 <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.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>








<
<
<
<
<
<
<
<
<
<

<
<
<
|
<
<
<
<
<
<
<
<
<
|












<
<
<
<
<


11
12
13
14
15
16
17










18



19









20
21
22
23
24
25
26
27
28
29
30
31
32





33
34
 *
 */

?>

 <aside id=sidebar>











    <section class="article-links trimmed">



        <h5>Wine-Apps</h5>









        <?php  include("template/feed.wine.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>






 </aside>

Added template/spotlight.htm.

Added template/stats.htm.