User:Felice/software.html.template

From OLPC
Jump to: navigation, search
  This page is monitored by the OLPC team.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>
	<title>One Laptop per Child (OLPC), XO is built from free and open-source software</title>
	<meta name="Description" content="$gettext{'softwaredescription'}" />
	<meta name="keywords" content="$gettext{'softwarekeywords'}" />
	<!--#include virtual="../../includes/meta.html" -->
	<!--#include virtual="../../includes/icon.html" -->
	<!--#include virtual="../../includes/css.html" -->
	<!--#include virtual="../../includes/javascript.html" -->
</head>

<body id="software" class="laptop" lang="en">
	<!--#include virtual="../../includes/logo.html" -->
	<!--#include virtual="../../includes/header.html" -->

	<div id="main-body" class="section clearfix">
		<h1>$gettext{'softwaretitle'}</h1>
		
		<div id="main-content" class="clearfix">
			<div id="tools">

				<ul>
					<li><a href="principles.shtml">$gettext{'principles'}</a></li>
					<li><a href="benefits.shtml">$gettext{'benefits'}</a></li>
					<li><a href="specs.shtml">$gettext{'specs'}</a></li>
					<li><a href="developers.shtml">$gettext{'developers'}</a></li>
				</ul>		
				
			</div>	<!-- /tools -->	
			<div id="content">

<h2>$gettext{'softwareh1'}</h2>			
<p>$gettext{'softwarep1'}</p>

			
			</div> <!-- /content -->
			<div id="sub-content">
		
			
			</div> <!-- /sub-content -->			
		</div> <!-- /main-content -->
	</div> <!-- /main-body -->
	<!--#include virtual="../../includes/footer.html" -->
</body>
</html>