예제 #1
0
<h2>Contribute</h2>

<p>
    <b>Want to hack on an existing project?</b>
	<br>
	fork it on github!
</p>
<p>
    <b>Have a new idea or implementation that you want to get listed?</b><br>
	Just drop us an email &lt;browserplus-feedback 4t yahoo-inc d0t com&gt;,
	and we'll get you added.
</p>

<h2>About HackTheBrowser.org</h2>

<p>
    HackTheBrowser.org is an unofficial catalog, not endorsed by Yahoo!.
	It's built and maintained today by a handful of the original authors
	of the BrowserPlus platform.  As time goes on we hope to incrementally
	improve it with tools to help you more efficiently share your work
	(with the goal of perhaps getting it published), and comment on
	others projects.
</p>

<?php 
site_sidebar();
site_projects();
?>

<?php 
site_footer();
예제 #2
0
<h1>Projects</h1>

<p>
    The big bucket of projects!  Click a link on the right to browser
	project details.  This is all the open source work we know about thats
	going on right now.  Note that some of these are libraries or tools,
	some are integration projects, and most are BrowserPlus services.
</p>
<p>
    Interested in participating?  We've color coded the projects:
	<span style="color:#A31B21;">red ones</span> are not getting 
	much attention or love right now, and perhaps the authors have cried
	out for help.  <span style="color:#DDB81E;">yellow projects</span> are
	plugging along but there's plenty of room in the sandbox.  Finally,
	the <span style="color:#5F860E;">green stuff</span> is rocking, and
	in or close to in production or for libraries and tools, they're
	usable now.
</p>
<p>
    Wanna get something listed?  Drop us a line at browserplus-feedback
	AT yahoo-inc d0t com.
</p>

<?php 
}
?>

<?php 
site_sidebar();
site_projects($project);
site_footer();