User:Felice/software.html.template: Difference between revisions
Jump to navigation
Jump to search
(finished gettext conversion) |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
<pre> |
<pre> |
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
<!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=" |
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> |
||
<head> |
<head> |
||
<title>One Laptop per Child (OLPC), XO is built from free and open-source software</title> |
|||
<title>$gettext{'olpc'}, $gettext{'softwaretitle'}</title> |
|||
<meta name="Description" content="$gettext{' |
<meta name="Description" content="$gettext{'softwaredescription'}" /> |
||
<meta name="keywords" content="$gettext{' |
<meta name="keywords" content="$gettext{'softwarekeywords'}" /> |
||
<!--#include virtual="../../includes/meta.html" --> |
<!--#include virtual="../../includes/meta.html" --> |
||
<!--#include virtual="../../includes/icon.html" --> |
<!--#include virtual="../../includes/icon.html" --> |
||
| Line 14: | Line 14: | ||
</head> |
</head> |
||
<body id=" |
<body id="software" class="laptop" lang="en"> |
||
<!--#include virtual="../../includes/logo.html" --> |
<!--#include virtual="../../includes/logo.html" --> |
||
<!--#include virtual="../../includes/header.html" --> |
<!--#include virtual="../../includes/header.html" --> |
||
| Line 25: | Line 25: | ||
<ul> |
<ul> |
||
<li><a href="principles.shtml">$gettext{' |
<li><a href="principles.shtml">$gettext{'principles'}</a></li> |
||
<li><a href="benefits.shtml">$gettext{' |
<li><a href="benefits.shtml">$gettext{'benefits'}</a></li> |
||
<li><a href="specs.shtml">$gettext{' |
<li><a href="specs.shtml">$gettext{'specs'}</a></li> |
||
<li><a href="developers.shtml">$gettext{' |
<li><a href="developers.shtml">$gettext{'developers'}</a></li> |
||
</ul> |
</ul> |
||
| Line 48: | Line 48: | ||
</body> |
</body> |
||
</html> |
</html> |
||
</pre> |
</pre> |
||
[[Category:Laptop.org]] |
[[Category:Laptop.org]] |
||
Latest revision as of 22:22, 4 April 2007
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>