adding this file to stop apache errors
[dana/openbox-web.git] / develop.php
1 <?php
2 $title = 'Develop';
3 $breadcrumb = array('Home', '.');
4 ?>
5
6 <html>
7 <?php include('head.php'); ?>
8   <link rel="stylesheet" type="text/css" href="css/develop.css" />
9 </head>
10
11 <?php include('top.php'); ?>
12
13 <?php splash_title('images/splash/develop.png', $title); ?>
14
15 <?php include('content.php'); ?>
16
17 <div id="col1"> 
18
19 <dl> 
20 <dt><img src="images/icons/git.png" alt="code"/></dt> 
21 <dd><a href="develop-git.php">Check Out the Source Code</a><br/>
22 Browse our <a href="http://git.icculus.org/?p=mikachu/openbox.git;a=summary">
23 git repository</a> and learn <a href="develop-git.php">
24 how to get</a> the latest code.</dd>
25 </dl> 
26
27 <dl> 
28 <dt><img src="images/icons/code.png" alt="patch"/></dt> 
29 <dd><a href="develop-git.php#contrib">Contribute Code</a><br/>
30 Help improve Openbox by
31 <a href="http://bugzilla.icculus.org/buglist.cgi?product=Openbox&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_severity=upstream+issue">
32 submitting patches</a> for open bugs and feature requests.</dd>
33 </dl> 
34
35 <dl> 
36 <dt><img src="images/icons/obconf.png" alt="obconf"/></dt> 
37 <dd><a href="http://git.icculus.org/?p=dana/obconf.git;a=summary">ObConf Source Code</a><br/>
38 Start by browsing the
39 <a href="http://git.icculus.org/?p=dana/obconf.git;a=summary">
40 git repository</a>.  Instructions for
41 <a href="develop-git.php">using git</a> also apply here.
42 </dd>
43 </dl> 
44  
45 </div> 
46  
47 <div id="col2"> 
48
49 <dl> 
50 <dt><img src="images/icons/bug.png" alt="bug"/></dt> 
51 <dd><a href="http://bugzilla.icculus.org/enter_bug.cgi?product=Openbox&component=general&form_name=enter_bug">Report a Bug</a><br/>
52 Browse
53 <a href="http://bugzilla.icculus.org/buglist.cgi?product=Openbox&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_severity=upstream+issue">
54 known bugs</a> in our database, or make a
55 <a href="http://bugzilla.icculus.org/enter_bug.cgi?product=Openbox&component=general&form_name=enter_bug">new bug</a> report.
56 <div class="clear"></div>
57 <img class="emblem" src="images/importantsmall.png" alt="!" />
58 When submitting a bug report, please make sure to explain
59 how to reproduce your problem. If we can't reproduce it, we probably can't
60 fix it.
61
62 </dd>
63 </dl> 
64
65  
66
67 <dl> 
68 <dt><img src="images/icons/translate.png" alt="translate"/></dt> 
69 <dd><a href="develop-translate.php">Help Translate Openbox</a><br/>Any improvements to translations are greatly appreciated.</dd> 
70 </dl> 
71  
72 <dl> 
73 <dt><img src="images/icons/feature.png" alt="feature requests"/></dt> 
74 <dd>
75 <a href="http://bugzilla.icculus.org/buglist.cgi?product=Openbox&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=enhancement">
76 Feature Requests</a><br/>Browse
77 <a href="http://bugzilla.icculus.org/buglist.cgi?product=Openbox&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=enhancement">
78 existing feature requests</a>, or
79 <a href="http://bugzilla.icculus.org/enter_bug.cgi?product=Openbox&component=general&bug_severity=enhancement&form_name=enter_bug">
80 contribute your own</a>.</dd> 
81 </dl> 
82 </div>
83
84 <div id="col3"> 
85 <a href="http://cia.vc/stats/project/Openbox/.rss"><img class="rsslink" src="images/rss.png" title="Subscribe to the feed" /></a>
86 <h5>Recent Commits</h5> 
87 <dl>
88
89 <div id="commits" class="ticker"></div>
90 <script type="text/javascript">
91   xmlNews('commits',     // the feed name
92           'commits',     // the div name
93           5,             // count
94           'showname,showdate');
95 </script>
96 <div class="tickermore"> 
97   <a href="http://cia.vc/stats/project/Openbox/">More Openbox commits...</a> 
98 </div> 
99 <div class="tickermore"> 
100   <a href="http://cia.vc/stats/project/ObConf/">More ObConf commits...</a> 
101 </div> 
102
103 </dl>
104 </div> <!--col3-->
105
106 <?php include('bottom.php'); ?>