skip private twitter retweets
[dana/openbox-web.git] / discuss-miniplanet.php
1 <?php
2 $title='Mini 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   <link rel="stylesheet" type="text/css" href="css/discuss-miniplanet.css" />
11 </head>
12
13 <?php include('top.php') ?>
14
15 <?php splash_title('images/splash/planet.png', $title); ?>
16
17 <div id="subscribe"><a href="rss/mini"><img border="0" src="images/rssshort.png" />Subscribe</a></div>
18
19 <?php include('content.php') ?>
20
21 <div id="col1" class="widecol">
22 <h5>Oh Hello!</h5>
23 <p>
24 Mini Planet Openbox is a collection of <a href="http://twitter.com/">tweets</a>
25 and <a href="http://identi.ca/">dents</a> (and in theory whatever
26 <a href="http://jaiku.com/">jaiku</a> produces). It is just another
27 aggregator of RSS feeds. 
28 </p>
29 <p>
30 You can stalk openbox babbling going on at twitter
31 <a href="http://search.twitter.com/search?q=openbox">here</a>. With
32 identi.ca you just have to use the
33 <a href="http://identi.ca/group/openbox">openbox group</a>.
34 </p>
35
36 <h6>Feeds</h6>
37 <ul id="feedlist">
38 </ul>
39
40 <!-- load the feeds from an external file encoded in xml -->
41 <script type="text/javascript">
42 xmlFeedList('feedlist', 'mini', true);
43 </script>
44
45 <h6>Join Us!</h6>
46 <p>
47 If your twitter/ident has at least some openbox related banter, then we need you!
48 </p>
49 <p>
50 Email <a href="mailto:david@chalkskeletons.com">me</a> if you want to be added.
51 </p>
52
53 <h6>Planet Openbox:</h6>
54 <p>
55 Feeling unfulfilled? Try
56 <a href="discuss-planet.php">planet openbox</a>,
57 a blog aggregator.
58
59 <h6>Hash Tags:</h6>
60 <p>
61 Some twitter hash tag searches of possible interest.
62 </p>
63 <ul>
64 <li><a href="http://search.twitter.com/search?q=%23openbox">#openbox</a></li>
65 <li><a href="http://search.twitter.com/search?q=%23gnome">#gnome</a></li>
66 <li><a href="http://search.twitter.com/search?q=%23kde">#kde</a></li>
67 <li><a href="http://search.twitter.com/search?q=xfce">#xfce</a></li>
68 <li><a href="http://search.twitter.com/search?q=%23gnome-shell">#gnome-shell</a></li>
69 <li><a href="http://search.twitter.com/search?q=%23crunchbang">#crunchbang</a></li>
70 </ul>
71
72 </div> <!--col1-->
73
74 <div id="col2" class="widecol">
75 <div id="miniplanet" class="ticker">
76 <script type="text/javascript">
77   xmlNews('miniplanet', // the feed name
78           'miniplanet', // the div name
79           40,     // count
80           'links,twitter,showdate,showimage,idname');
81 </script>
82 </div>
83 </div> <!--col2-->
84
85 <div class="disclaimer clear">
86 The entries aggregated on this page are owned by, and
87 represent the opinion of the author(s).
88 </div>
89
90 <?php include('bottom.php') ?>