add redirect for openbox.org/git/USER/SHA to gitweb commit diff
[dana/openbox-web.git] / home.php
1 <?php
2 $title="Home";
3 $breadcrumb=array();
4 ?>
5
6 <html>
7 <?php include('head.php') ?>
8   <link rel="stylesheet" type="text/css" href="css/home.css" />
9 </head>
10
11 <?php include('top.php') ?>
12
13 <div id="splash">
14 <div id="splash-content">
15   <div id="splashimage">
16     <img src="http://david.chalkskeletons.com/OPENBOX/sshot.png" />
17   </div>
18   <div id="splashtext">
19     <h2>A Highly Configurable Window Manager</h2> 
20     <p> 
21     Openbox allows you to change almost every aspect of how you interact with
22     your desktop and invent completely new ways to use and control it. 
23     </p> 
24     <p> 
25     Openbox gives you control without making you do everything.
26     </p> 
27     <p> 
28     Take a look at the <a href="help.php?Start">getting started guide</a>
29     and change how you manage your desktop.
30     </p> 
31
32     <div id="download"> 
33       <a href="download.php"> &nbsp;</a> 
34     </div> 
35   </div>
36   <div class="clear"></div>
37 </div>
38 </div>
39
40 <?php include('content.php') ?>
41
42 <div id="col1"> 
43 <h5>Getting Started</h5> 
44  
45 <dl> 
46 <dt><img src="images/icons/openbox_logo.png" alt="start"/></dt> 
47 <dd><a href="help.php?Start">Start using Openbox</a><br/>
48 Openbox gives you control without making you do everything.</dd> 
49 </dl>
50
51 <dl> 
52 <dt><img src="images/icons/list-add.png" alt="add"/></dt> 
53 <dd><a href="help.php?Apps">Add New Functionality</a><br/>Panels, Widgets, Desktops, Pagers, etc.</dd> 
54 </dl> 
55  
56 <dl> 
57 <dt><img src="images/icons/help-browser.png" alt="add"/></dt> 
58 <dd><a href="help.php">Documentation</a><br/>Learn how to <a href="help.php?Configuration">configure Openbox</a>, <a href="help.php?Menus">edit your menus</a> and much more.  </dd> 
59 </dl> 
60 <dl> 
61 <dt><img src="images/icons/obconf.png" alt="obconf"/></dt> 
62 <dd><a href="help.php?ObConf">ObConf</a><br/>Openbox GTK configuration tool.</dd> 
63 </dl> 
64 </div> 
65  
66 <div id="col2"> 
67  
68 <h5>Next Steps &amp; Helping Out</h5> 
69  
70 <dl> 
71 <dt><img src="images/icons/bug.png" alt="bug"/></dt> 
72 <dd><a href="develop.php">Bug Reporting</a><br/>Help out by
73 <a href="develop.php">reporting bugs</a> or by
74 <a href="develop-git.php">contributing code</a>.</dd> 
75 </dl> 
76  
77 <dl> 
78 <dt><img src="images/icons/translate.png" alt="trans"/></dt> 
79 <dd><a href="develop-translate.php">
80   Help Translate Openbox</a><br/>
81   Any improvements to translations are greatly appreciated.</dd> 
82 </dl> 
83  
84 <dl> 
85 <dt><img src="images/icons/menu.png" alt="menu"/></dt> 
86 <dd><a href="download-pipemenus.php">
87   Pipe Menus</a><br/>
88   Extend Openbox with pipemenus and contribute your own.</dd> 
89 </dl> 
90
91 <dl> 
92 <dt><img src="images/icons/comm.png" alt="comms"/></dt> 
93 <dd><a href="discuss.php">Join the Community</a><br/>Meet other users, and learn about projects built around Openbox.</dd> 
94 </dl> 
95 </div>
96
97 <div id="col3"> 
98 <a href="rss/news"><img class="rsslink" src="images/rss.png" title="Subscribe to the feed"/></a>
99 <h5>Recent Announcements</h5> 
100 <dl>
101
102 <div id="news" class="ticker"></div>
103 <script type="text/javascript">
104   xmlNews('news', // the feed name
105           'news', // the div name
106           3,     // count
107           'showdescription,titlelinktoid=discuss-news.php');
108 </script>
109 <div class="tickermore"> 
110   <a href="discuss-news.php">More news...</a> 
111 </div> 
112
113 </dl>
114 </div> <!--col3-->
115
116 <?php include('bottom.php') ?>