[Esbox-commits] r430 - in www: . images/install

raul at garage.maemo.org raul at garage.maemo.org
Fri Feb 22 16:25:18 EET 2008


Author: raul
Date: 2008-02-22 16:25:04 +0200 (Fri, 22 Feb 2008)
New Revision: 430

Added:
   www/images/install/pluthon1.png
   www/images/install/pluthon2.png
   www/images/install/pluthon3.png
   www/images/install/pluthon4.png
   www/images/install/pluthon5.png
   www/images/install/pluthon6.png
   www/pydev.html
Log:
new pydev page

Added: www/images/install/pluthon1.png
===================================================================
(Binary files differ)


Property changes on: www/images/install/pluthon1.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/images/install/pluthon2.png
===================================================================
(Binary files differ)


Property changes on: www/images/install/pluthon2.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/images/install/pluthon3.png
===================================================================
(Binary files differ)


Property changes on: www/images/install/pluthon3.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/images/install/pluthon4.png
===================================================================
(Binary files differ)


Property changes on: www/images/install/pluthon4.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/images/install/pluthon5.png
===================================================================
(Binary files differ)


Property changes on: www/images/install/pluthon5.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/images/install/pluthon6.png
===================================================================
(Binary files differ)


Property changes on: www/images/install/pluthon6.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/pydev.html
===================================================================
--- www/pydev.html	                        (rev 0)
+++ www/pydev.html	2008-02-22 14:25:04 UTC (rev 430)
@@ -0,0 +1,116 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+
+  <link rel="stylesheet" type="text/css" href="style.css" media="screen">
+  <title>ESbox Project</title>
+
+
+</head>
+<body>
+
+<div class="content">
+<div id="top">
+<div id="part1">
+<h1><a href="#">ESbox Web Site (Draft)</a></h1>
+
+</div>
+
+</div>
+
+<div id="main">
+<div id="left">
+<h2><br>
+PyDev installation instructions</h2>
+
+<p><u>Method 1: Remote Update Site</u></p>
+
+<ul>
+
+  <li>
+    <p>1 - Select <i>Help &gt; Software Updates
+&gt; Find and Install</i> from the main menu bar.</p>
+
+    <img src="images/install/pluthon1.png" alt="pluthon1">
+  </li>
+
+  <li>
+    <p>2 - Select the <i>Search for new features to install</i>
+and click <i>Next</i>.</p>
+
+    <img src="images/install/pluthon2.png" alt="pluthon2">
+  </li>
+
+  <li>
+    <p>3 - Click <i>New Remote Site</i>.</p>
+
+    <img src="images/install/pluthon3.png" alt="pluthon3">
+  </li>
+
+  <li>
+    <p>4 - Fill the form with the following values, click <i>OK</i>
+(Figure 4) and click <i>Finish</i> (Figure 3).</p>
+
+    <ul>
+
+      <li>Name : <strong>PyDev</strong></li>
+
+      <li>URL : <strong>http://pydev.sourceforge.net/updates/</strong></li>
+
+    </ul>
+
+    <img src="images/install/pydev4.png" alt="pydev4">
+  </li>
+
+  <li>
+    <p>5 - Select <i>PyDev for Eclipse</i> and click
+    <i>Next</i>.</p>
+
+    <img src="images/install/pydev5.png" alt="pydev5">
+  </li>
+
+  <li>
+    <p>6 - Select <i>I accept the terms in the license
+agreements</i> and click <i>Next</i>.</p>
+
+    <img src="images/install/pydev6.png" alt="pydev6">
+  </li>
+
+  <li>
+    <p>7 - Click <i>Finish</i> and the installation
+will be performed.</p>
+
+  </li>
+
+</ul>
+
+<p><u>Method 2: ZIP files</u></p>
+
+<p>After downloading the <a href="http://www.fabioz.com/pydev/zips/" target="_blank">ZIP</a>
+file (Pydev 'Open Source'), extract it on top of Eclipse. Make sure the
+folder <i>plugins</i> is extracted on top of the Eclipse
+plugins folder and the folder <i>features</i> is extracted
+on top of the Eclipse features folder. After that, restart Eclipse with
+the '-clean' flag, to make sure Eclipse finds out about it.</p>
+
+</div>
+
+</div>
+
+</div>
+
+<div id="footer">
+<div class="right">&copy; Copyright 2007, INdT</div>
+
+</div>
+
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-2565700-1";
+urchinTracker();
+</script>
+</body>
+</html>



More information about the Esbox-commits mailing list