add redirect for openbox.org/git/USER/SHA to gitweb commit diff
[dana/openbox-web.git] / discuss-planet.php
1 <?php
2 $title='Planet Openbox';
3 $breadcrumb=array('Home', '.', 'Discuss', 'discuss.php');
4 ?>
5
6 <html>
7   <?php include('head.php') ?>
8   <link rel="stylesheet" type="text/css" href="css/discuss.css" />
9   <link rel="stylesheet" type="text/css" href="css/discuss-rss.css" />
10 </head>
11
12 <?php include('top.php') ?>
13
14 <?php splash_title('images/splash/planet.png', $title); ?>
15
16 <div id="subscribe"><a href="rss/planet"><img border="0" src="images/rssshort.png" />Subscribe</a></div>
17
18 <?php include('content.php') ?>
19
20 <div id="col1" class="widecol">
21 <h5>Planet Openbox!</h5>
22 <p>
23 The fascinating world of Openbox users, contributors and even sometimes a
24 bit of development news.
25 </p>
26 <p>
27 Some feeds are missing in action; they might be back, they
28 might not, only time will tell... 
29 </p>
30
31 <h6>Feeds</h6>
32 <ul id="feedlist">
33 </ul>
34
35 <!-- load the feeds from an external file encoded in xml -->
36 <script type="text/javascript">
37 xmlFeedList('feedlist', 'planet', false);
38 </script>
39
40 <h6>Join Us!</h6>
41 <p>
42 If your blog has at least some openbox related banter, then we need you!
43 </p>
44 <p>
45 Email <a href="mailto:david@chalkskeletons.com">me</a> if you want to be added.
46 </p>
47
48 <h6>Mini Planet:</h6>
49 <p>
50 Too lazy to read this? Try
51 <a href="discuss-miniplanet.php">mini planet openbox</a>,
52 a tweet and dent aggregator.
53
54 <h6>Planet Links:</h6>
55 <ul>
56 <li><a href="http://planet.gnome.org/">Planet Gnome</a></li>
57 <li><a href="http://crunchbanglinux.org/planet/">Planet Crunch Bang</a></li>
58 <li><a href="http://planet.archlinux.org/">Planet Arch</a></li>
59 <li><a href="http://planet.debian.net/">Planet Debian</a></li>
60 <li><a href="http://planet.gentoo.org/">Planet Gentoo</a></li>
61 <li><a href="http://www.planetplanet.org/">planetplanet</a></li>
62 </ul>
63
64 </div> <!--col1-->
65
66 <div id="col2" class="widecol">
67 <div id="planet" class="ticker">
68 <script type="text/javascript">
69 xmlNews('planet', // the feed name
70         'planet', // the div name
71         20,     // count
72         'shownamelink,fulldescription,showimage,showdate,idname');
73 </script>
74 </div>
75 </div> <!--col2-->
76
77 <div class="disclaimer clear">
78 The entries aggregated on this page are owned by, and
79 represent the opinion of the author(s).
80 </div>
81
82 <?php include('bottom.php') ?>