[Esbox-commits] r1539 - www/beta1

eswartz at garage.maemo.org eswartz at garage.maemo.org
Wed May 6 02:15:53 EEST 2009


Author: eswartz
Date: 2009-05-06 02:15:53 +0300 (Wed, 06 May 2009)
New Revision: 1539

Removed:
   www/beta1/installation_manual.html
Log:
Add new screenshots, finish installation instructions, and flesh out features added recently

Deleted: www/beta1/installation_manual.html
===================================================================
--- www/beta1/installation_manual.html	2009-05-05 23:11:07 UTC (rev 1538)
+++ www/beta1/installation_manual.html	2009-05-05 23:15:53 UTC (rev 1539)
@@ -1,153 +0,0 @@
-<!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">
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-	<title>Features</title>
-	<meta name="description" content="" />
-	<meta name="keywords" content="" />
-	<link href="css/main.css" rel="stylesheet" type="text/css" />
-        <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
-	<link rel="shortcut icon" href="images/favicon.ico" />
-    <script type="text/javascript" src="js/prototype.js"></script>
-    <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
-    <script type="text/javascript" src="js/lightbox.js"></script>
-</head>
-<body>
-		<script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript%3E%3C/script%3E'"));
-		</script>
-		<script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2565700-2");
-			pageTracker._initData();
-			pageTracker._trackPageview();
-		</script>
-	<div id="header">
-		<span id="img"><a href="index.html"><img src="images/marca.jpg" alt="logo" border="0"  /></a></span>
-			<ul id="menu">
-			<li><a href="index.html">home</a></li>
-			<li><a href="features.html">features</a></li>
-			<li><a href="changes.html">changes</a></li>
-			<li><a href="documentation.html">documentation</a></li>
-			<li class="active"><a href="installation.html">installation</a></li>
-			<li><a href="release.html">release notes</a></li>
-			<li><a href="contributing.html">contributing</a></li>
-		</ul>
-	</div>
-
-	<div id="banner">
-		<div class="wrap">
-			<div id="box">		
-			</div>
-		</div>
-	</div>
-
-	<div class="wrap">
-	
-	<div id="container">
-			<div id="content">
-
-<h3 style="color:#666666">ECLIPSE INSTALLATION</h3>
-
-  <p>
-  
-  </p>
-  <ul>
-  <li> 
-  Sun's Java Runtime Environment (JRE) 1.5 or newer. Follow <b>the
-following steps in
-order</b> to install it:
-<ul>
-    <li>Installing JDK in Ubuntu Gutsy (it also works on Hardy as
-well) :
-      <ol>
-        <li>Note that JRE must be installed outside Scratchbox
-environment.</li>
-        <br>
-        <li style="font-style: italic;">gcj is not
-supported
-with Eclipse. Sun's JRE or IBM's
-JRE are known to work.</li>
-        <b><br>
-        </b><li>Add the following line to your <b>/etc/apt/sources.list</b>:
-          <br style="font-weight: bold;">
-          <pre class="codigo">deb http://us.archive.ubuntu.com/ubuntu gutsy universe multiverse</pre>
-        </li>
-<p></p>
-        <li>Install JRE 1.5.0 or newer:<br>
-          <pre class="codigo">sudo apt-get update<br>sudo apt-get install sun-java5-jre<br></pre>
-        </li>
-<p></p>
-        <li>Set the Java VM as default <br>
-          <pre class="codigo">sudo update-alternatives --config java <br></pre>
-and select the option with <b>/usr/lib/jvm/java-1.5.0-sun/jre/bin/java<br>
-          </b></li>
-        <b><br>
-        </b>
-      </ol>
-    </li>
-    <li><a href="http://java.sun.com/javase/downloads/index_jdk5.jsp" target="_blank">Other installation methods</a></li>
-  </ul>
-</ul>
-<ul>
-<p></p>
-Eclipse SDK 3.3.x Follow<b> the following steps
-in order</b> to install it.<br>
-    <ol>
-      <br>
-      <li>Download Eclipse for Linux platform with CDT plug-in at <a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/europa/winter/eclipse-cpp-europa-winter-linux-gtk.tar.gz" target="_blank">this</a> link.</li>
-      <br>
-      <li>Extract the previously downloaded file to your home
-directory (ex.:<i>/home/user</i>):
-        <pre class="codigo"> cd /home/user<br> tar xvzf eclipse-cpp-europa-winter-linux-gtk.tar.gz</pre>
-      </li>
-<p></p>
-      <li>Start Eclipse by running the Eclipse executable
-included with the release. The executable file is called <em>eclipse</em>,
-and is located in the eclipse sub-directory of the install:
-        <pre class="codigo"> /home/user/eclipse/eclipse</pre>
-      </li>
-<p></p>
-      <li>For more detailed information about Eclipse SDK, see
-the <a href="http://www.eclipse.org/eclipse/development/readme_eclipse_3.3.1.html" target="_blank">Eclipse 3.3.1 Readme</a>.</li>
-    </ol>
-<p></p>
-PyDev &gt;= 1.3.7<br>    
-    <ul>
-      <li>Follow <a href="pydev.html" style="text-decoration: underline;">these</a>
-instructions in order to
-install PyDev.<br>
-      </li>
-    </ul>
-<p></p>
-Python interpreter configured<br>
-    <ul>
-<li>Follow <a href="pydev_interpreter.html">these</a> instructions in order to configure the PyDev interpreter.</li>
-    </ul>
-</ul>
-<ul>
-				<span style="text-align:right"><a href="index.html" target="_parent"><img src="images/li_back.jpg" alt="back" title="back" border="0" /></a></span>
-</ul>																										
-			</div>
-	</div>
-	</div>
-	<div id="footer">
-		<div class="part">
-		     <table width="100%" cellspacing="5px" style="bgcolor:#000">
-				  <tr class="white">
-					<td><a href="http://esbox.garage.maemo.org" target="_blank"><img src="images/ma_es.jpg" alt="esbox" title="esbox" /></a></td>
-					<td valign="middle">is a part of</td>
-					<td><a href="http://wiki.percomp.org" target="_blank"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" /></a></td>
-					<td valign="middle">developed by</td>
-					<td><a href="http://embedded.ufcg.edu.br" target="_blank"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" /></a></td>
-					<td valign="middle">in cooperation with</td>
-					<td><a href="http://www.indt.org.br/" target="_blank"><img src="images/ma_indt.jpg" alt="indt" title="indt" /></a></td>
-					<td valign="middle">and</td>
-					<td><a href="http://maemo.org/" target="_blank"><img src="images/ma_ma.jpg" alt="Maemo" title="Maemo" /></a></td>
-				  </tr>
-			</table>
-		</div>
-		<p class="right">© Copyright 2007 - 2009, INdT, 2008 - 2009 Nokia</p>
-	</div>
-</body>
-</html>



More information about the Esbox-commits mailing list