Initial commit of website to git. Has the "old" ob3 website as the main site, and...
[dana/openbox-web.git] / discuss.php
1 <?php
2 $title='Discuss';
3 $breadcrumb=array('Home', '.');
4 ?>
5
6 <html>
7   <?php include('head.php'); ?>
8   <link rel="stylesheet" type="text/css" href="css/discuss.css" />
9 </head>
10
11 <?php include('top.php'); ?>
12
13 <?php splash_title('images/splash/discuss.png', $title); ?>
14
15 <?php include('content.php'); ?>
16
17 <div id="col1"> 
18 <dl> 
19 <dt><img src="images/icons/mail.png" alt="mail"/></dt> 
20 <dd><a href="http://icculus.org/mailman/listinfo/openbox">Join the Mailing List</a><br/>Ask questions about using Openbox, or <a href="http://news.gmane.org/gmane.comp.window-managers.openbox">read the archives</a>.</dd> 
21 </dl> 
22
23 <dl> 
24 <dt><img src="images/icons/irc.png" alt="irc"/></dt> 
25 <dd><a href="irc://irc.oftc.net:6667/openbox">Talk on IRC</a><br/>Openbox has
26 an IRC channel on <a href="http://www.oftc.net/">oftc</a>, stealthily called
27 <a href="irc://irc.oftc.net:6667/openbox">#openbox</a>.</dd> 
28 </dl> 
29
30 <dl> 
31 <dt><img src="images/icons/sshots.png" alt="screenshots"/></dt> 
32 <dd><a href="discuss-sshots.php">
33 Show Off Your Desktop</a><br/>
34 Browse screenshots by other users and show off your own.
35 </dd> 
36 </dl> 
37
38 <dl> 
39 <dt><img src="images/icons/news.png" alt="irc"/></dt> 
40 <dd><a href="discuss-news.php">Recent Announcements</a><br/>
41 Read the latest announcements from the Openbox team.</dd> 
42 </dl> 
43
44 <dl> 
45 <dt><img src="images/icons/facebook.png" alt="facebook"/></dt> 
46 <dd><a href="http://www.facebook.com/pages/Openbox/44681126602">
47 Become a Fan</a><br/>
48 Join the Openbox facebook page.
49 </dd> 
50 </dl> 
51
52 <dl> 
53 <dt><img src="images/icons/lastfmlogo.jpg" alt="facebook"/></dt> 
54 <dd><a href="http://www.last.fm/group/Openbox">
55 Last.fm Community</a><br/>
56 Share music with other Openbox users.
57 </dd> 
58 </dl> 
59  
60 </div> 
61  
62 <div id="col2"> 
63 <a href="rss/planet"><img class="rsslink" src="images/rss.png" title="Subscribe to the feed"/></a>
64 <h5>Community Blogroll</h5> 
65 <dl>
66
67 <div id="planetfeed" class="ticker">
68 <script type="text/javascript">
69   xmlNews('planet',     // the feed name
70           'planetfeed', // the div name
71           4,            // count
72           'showimage,shownamebottom,showdate,showdescription,titlelinktoid=discuss-planet.php');
73 </script>
74 </div>
75 <div class="tickermore"> 
76   <a href="discuss-planet.php">Planet Openbox...</a> 
77 </div> 
78 </div><!--col2-->
79
80 <div id="col3"> 
81 <a href="rss/mini"><img class="rsslink" src="images/rss.png" title="Subscribe to the feed"/></a>
82 <h5>Twitter Feed</h5> 
83 <dl>
84 <div id="minifeed" class="ticker">
85 <script type="text/javascript">
86   xmlNews('miniplanet', // the feed name
87           'minifeed', // the div name
88           5,     // count
89           'showimage,twitter,showdate,titlelinktoid=discuss-miniplanet.php');
90 </script>
91 </div>
92 <div class="tickermore"> 
93   <a href="discuss-miniplanet.php">More tweets...</a> 
94 </div> 
95 </dl>
96 </div> <!--col3-->
97
98 <?php include('bottom.php'); ?>