Initial commit of website to git. Has the "old" ob3 website as the main site, and...
[dana/openbox-web.git] / download-themes.php
1 <?php
2 $title='Themes';
3 $breadcrumb=array('Home', '.', 'Download', 'download.php');
4 ?>
5
6 <html>
7   <?php include('head.php') ?>
8   <link rel="stylesheet" type="text/css" href="css/download.css" />
9   <link rel="stylesheet" type="text/css" href="css/download-content.css" />
10 </head>
11
12 <?php include('top.php') ?>
13
14 <?php splash_title('images/icons/themes.png', $title); ?>
15
16 <?php include('content.php') ?>
17
18 <div id="col2" class="fullcol">
19
20 <h5 class="text">Theme Sites</h5>
21
22 <dl> 
23 <dt><img src="images/sites/deviantart.png" alt="deviantART.com"/></dt> 
24 <dd><a href="http://browse.deviantart.com/customization/skins/linuxutil/winmanagers/openbox/?order=9">deviantART.org</a><br/>
25 A large collection of themes for Openbox.</dd> 
26 </dl> 
27
28 <dl> 
29 <dt><img src="images/sites/box-look.png" alt="box-look.org"/></dt> 
30 <dd><a href="http://www.box-look.org/index.php?xcontentmode=7402">Box-Look.org</a><br/>
31 Another large collection of themes for Openbox and other *box type window
32 managers.</dd> 
33 </dl> 
34
35 <dl> 
36 <dt><img src="images/sites/customize.org.png" alt="customize.org"/></dt> 
37 <dd><a href="http://customize.org/browse/tags/openbox">Customize.org</a><br/>
38 Screenshots of many Openbox desktops with various themes.</dd> 
39 </dl> 
40
41 <dl> 
42 <dt><img src="images/icons/sshots.png" alt="sshots"/></dt> 
43 <dd><a href="discuss-sshots.php">Our Screenshots page</a><br/>
44 View many screenshots of users' Openbox desktops, and submit
45 your own.</dd> 
46 </dl> 
47
48 <h5 class="text">Theme Authors</h5>
49
50 <p>
51 A number of Openbox theme authors have websites for their own theme
52 collections:
53 </p>
54
55 <dl> 
56 <dt><img src="images/icons/www.png" alt="www"/></dt> 
57 <dd>
58 <ul>
59 <li><a href="http://tr.openmonkey.com/pages/openbox">Safari Al's themes</a></li>
60 <li><a href="http://www.minuslab.net/themes">nightm4re's themes</a></li>
61 <li><a href="http://david.chalkskeletons.com/files/?dir=./themes">David's themes</a></li>
62 <li><a href="http://celo.wordpress.com/themes/">Crimeboy's themes</a></li>
63 </ul>
64 </dd> 
65 </dl> 
66
67 <h5 class="text">Theme Tools</h5>
68
69 <ul>
70
71 <dl> 
72 <dt><img src="images/icons/themes.png" alt="obtheme"/></dt> 
73 <dd><a href="http://xyne.archlinux.ca/info/obtheme">ObTheme</a><br/>
74 A GUI editor for Openbox themes.
75 </dd> 
76 </dl> 
77
78 <dl> 
79 <dt><img src="images/icons/script.png" alt="themeupdate"/></dt> 
80 <dd><a href="http://openbox.org/dist/tools/themeupdate.py">ThemeUpdate</a><br/>
81 A simple tool to create an Openbox theme from a Fluxbox/Blackbox theme.  This
82 tool works only for themes that do not use XPM images to fill the decorations.
83 </dd> 
84 </dl> 
85
86 </div><!--col1-->
87
88 <?php include('bottom.php') ?>