User:Felice/software.html.template: Difference between revisions
Jump to navigation
Jump to search
m (reset class) |
|||
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="Most of the nearly two-billion children in the developing world are inadequately educated. It is time to rethink this equation. Given the resources that poor countries can reasonably allocate to education." /> |
|||
<meta name="Description" content="$gettext{'description'}" /> |
|||
<meta name="keywords" content="OLPC, One Laptop per Child, laptop, education, poverty, children isolation, learning, schools, teachers, books, school equipment, developing world, computer, knowledge, potential." /> |
|||
<meta name="keywords" content="$gettext{'keywords'}" /> |
|||
<!--#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" --> |
||
<div id="main-body" class="section clearfix"> |
<div id="main-body" class="section clearfix"> |
||
<h1>XO is built from free and open-source software</h1> |
|||
<h1>$gettext{'softwaretitle'}</h1> |
|||
<div id="main-content" class="clearfix"> |
<div id="main-content" class="clearfix"> |
||
Line 25: | Line 25: | ||
<ul> |
<ul> |
||
<li><a href="principles.shtml"> |
<li><a href="principles.shtml">principles</a></li> |
||
<li><a href="benefits.shtml"> |
<li><a href="benefits.shtml">benefits</a></li> |
||
<li><a href="specs.shtml"> |
<li><a href="specs.shtml">specs</a></li> |
||
<li><a href="developers.shtml"> |
<li><a href="developers.shtml">developers</a></li> |
||
</ul> |
</ul> |
||
Line 34: | Line 34: | ||
<div id="content"> |
<div id="content"> |
||
<h2> |
<h2>software</h2> |
||
<p>XO is built from free and open-source software. Our commitment to software freedom gives children the opportunity to use their laptop computers on their own terms. While we do not expect every child to become a programmer, we do not want any ceiling imposed on those children who choose to modify their machines. We are using open-document formats for much the same reason: transparency is empowering. The children—and their teachers—will have the freedom to reshape, reinvent, and reapply their software, hardware, and content.</p> |
|||
<p>$gettext{'softwarep1'}</p> |
|||
Line 48: | Line 48: | ||
</body> |
</body> |
||
</html> |
</html> |
||
</pre> |
</pre> |
||
[[Category:Laptop.org]] |
[[Category:Laptop.org]] |
Revision as of 21:15, 18 March 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="Most of the nearly two-billion children in the developing world are inadequately educated. It is time to rethink this equation. Given the resources that poor countries can reasonably allocate to education." /> <meta name="keywords" content="OLPC, One Laptop per Child, laptop, education, poverty, children isolation, learning, schools, teachers, books, school equipment, developing world, computer, knowledge, potential." /> <!--#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>XO is built from free and open-source software</h1> <div id="main-content" class="clearfix"> <div id="tools"> <ul> <li><a href="principles.shtml">principles</a></li> <li><a href="benefits.shtml">benefits</a></li> <li><a href="specs.shtml">specs</a></li> <li><a href="developers.shtml">developers</a></li> </ul> </div> <!-- /tools --> <div id="content"> <h2>software</h2> <p>XO is built from free and open-source software. Our commitment to software freedom gives children the opportunity to use their laptop computers on their own terms. While we do not expect every child to become a programmer, we do not want any ceiling imposed on those children who choose to modify their machines. We are using open-document formats for much the same reason: transparency is empowering. The children—and their teachers—will have the freedom to reshape, reinvent, and reapply their software, hardware, and content.</p> </div> <!-- /content --> <div id="sub-content"> </div> <!-- /sub-content --> </div> <!-- /main-content --> </div> <!-- /main-body --> <!--#include virtual="../../includes/footer.html" --> </body> </html>