1:
2: <?php // $Id: index.html,v 1.30 2003/02/22 18:43:59 cdn Exp $ ?>
3:
4: <!-- ***************** INFO/NEWS *************** -->
5: <div id="infoTabs">
6: <div class="infoTab" id="whats-new">
7: <h5 class="infoHeader">What's New</h5>
8: <ul>
9: <li>20030217 - prettying up and added Sidebar Toggle (<span title="OK, more beta than everything else">beta</span>)</li>
10: <li>20030213 - Art by <a href="http://flii.blomp.com/">flii</a> !</li>
11: <li>20030213 - Alan runs amuck in cvs cdn/www .. again !</li>
12: <li>20030213 - cdn tries to untangle ...</li>
13: </ul>
14: </div>
15:
16: <!--
17: <div class="infoTab" id="other-stuff">
18: <h5 class="infoHeader">Other Stuff</h5>
19: <ul>
20: <li></li>
21: </ul>
22: </div>
23: -->
24:
25: <!-- alternative image/table base tab works better in NS4 -->
26: <!--
27: <div class="infoTab" id="whats-new-image">
28: <h5 class="infoHeader"><img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" alt="What's New"></h5>
29: <div class="infoItems">
30: <div>News item goes here</div>
31: <div>More news item goes here</div>
32: <div><a href="http://mozdev.org/">mozdev.org</a></div>
33: </div>
34: </div>
35: -->
36: </div>
37: <!-- ***************** INFO/NEWS *************** -->
38:
39: <!-- MAIN CONTENT -->
40: <p>cdn is a collection of extensions created by Chris Neale for Phoenix and Mozilla</p>
41:
42: <?php $d_m_o = 'http://downloads.mozdev.org/cdn'; $cvs_path = '/cvs/cdn/downloads';?>
43:
44: <div class="row"><?php $n = magic('compact'); ?>
45: <div class="label"><a href="<?php echo $n[0]; //$n2; ?>">Compact Menu</a><p />for Phoenix</div>
46: <div class="formw"><a href="<?php echo $d_m_o . $n[2]; //$n4; ?>"><?php echo $n[1]; //$n3; ?></a> [<?php echo getFileDate2($cvs_path . $n[2]); // $n4); ?>]<br /><br />
47: Compact Menu is a wrapper for the menubar in Px, which lets you cut the menubar down to the menus you use, and even reduce the space it takes up to a single menu item.</div>
48: </div>
49:
50: <div class="row"><?php $n = magic('fs'); ?>
51: <div class="label"><a href="/fs/">Full Screen</a> + <a href="/fs/">Bookmarks</a><p />for Mozilla</div>
52: <div class="formw"><a href="<?php echo $d_m_o . $n[2]; ?>"><?php echo $n[1]; ?></a> [<?php echo getFileDate2($cvs_path . $n[2]); ?>]<br /><br />
53: FS adds two buttons to your Mozilla's Navigation Toolbar, between the
54: Stop button and the Url field. It works like the <a
55: href="http://home.no.net/trihand/mozilla/home/en/">Home Button
56: Extension</a>. The first button allows you to toggle Full Screen
57: directly, and the second one works exactly like the Bookmarks menu. You
58: can show/hide them like the others buttons, by clicking on View >
59: Show/Hide > Bookmarks Button / fs Button.</div>
60: </div>
61:
62: <div class="row"><?php $n = magic('linkToolbar'); ?>
63: <div class="label"><a href="/linkToolbar/">Link Toolbar</a><p />for Phoenix</div>
64: <div class="formw"><a href="<?php echo $d_m_o . $n[2]; ?>"><?php echo $n[1]; ?></a> [<?php echo getFileDate2($cvs_path . $n[2]); ?>]<br /><br />
65: Bringing Mozilla's 'Site Navigation Bar' [Link Toolbar] to P[hoeni]x.</div>
66: </div>
67:
68: <div class="row"><?php $n = magic('sbartoggle'); ?>
69: <div class="label"><a href="#">Sidebar Toggle</a><p />for Mozilla</div>
70: <div class="formw"><a href="<?php echo $d_m_o . $n[2]; ?>"><?php echo $n[1]; ?></a> [<?php echo getFileDate2($cvs_path . $n[2]); ?>]<br /><br />
71: Bringing Netscape's 'Sidebar toggle button' to Mozilla.</div>
72: </div>
73:
74: <div class="row">
75: <div class="label"><a href="/spade/">Spade</a><p />for Mozilla and Phoenix</div>
76: <div class="formw"><a href="<?php echo $d_m_o; ?>/spade/spade.xpi">spade.xpi</a> [<?php echo getFileDate2($cvs_path . '/spade/spade.xpi'); ?>]<br /><br />
77: Digger functionality for Px Context Menu. Diggler functionality for Moz Context Menu.</div>
78: </div>
79:
80: <div class="row"><?php $n = magic('themer'); ?>
81: <div class="label"><a href="/themer/">Themer</a><p />for Mozilla and Phoenix</div>
82: <div class="formw"><a href="<?php echo $d_m_o . $n[2]; ?>"><?php echo $n[1]; ?></a> [<?php echo getFileDate2($cvs_path . $n[2]); ?>]<br /><br />
83: Themer provides a button in the Themes section of Preferences [Options on recent Px nightlies]; this button allows installation of .jar packaged themes previously downloaded from a website, like <a href="http://themes.mozdev.org/">http://themes.mozdev.org/</a>.</div>
84: </div>
85:
86: <div class="row" id="last-item"><?php $n = magic('trivial'); ?>
87: <div class="label"><a href="trivial/">Trivial</a><p />for Phoenix</div>
88: <div class="formw"><a href="<?php echo $d_m_o . $n[2]; ?>"><?php echo $n[1]; ?></a> [<?php echo getFileDate2($cvs_path . $n[2]); ?>]<br /><br />
89: Miscellaneous little things.</div>
90: </div>
91:
92: <div class="not_row"><p /></div>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>