User:Felice/software.html.template

From OLPC
< User:Felice
Revision as of 22:22, 4 April 2007 by Walter (talk | contribs) (finished gettext conversion)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  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>