Updated fils to incorporate new changes
authormusk <musk>
Sat, 12 Apr 2003 17:20:04 +0000 (17:20 +0000)
committermusk <musk>
Sat, 12 Apr 2003 17:20:04 +0000 (17:20 +0000)
net.sourceforge.phpeclipse/TODO
net.sourceforge.phpeclipse/install.txt

index cf9cc4b..1c0d7a2 100644 (file)
@@ -1,3 +1,9 @@
+We always need new people to help us develope phpeclipse:
+If you are interested look at http://phpeclipse.sourceforge.net
+
 net.sourceforge.phpeclipse - todo:
 
-- debug for php
\ No newline at end of file
+- debug for php
+- integration of unit testing for php
+- integration of phpdoc or similar tool
+- translation into other languages
\ No newline at end of file
index 5a4aa23..50a057b 100644 (file)
@@ -1,16 +1,69 @@
-Installing the PHPEclipse plugin is quite straightforward :
+PHPEclipse  Version 1.0.6alpha
+http://phpeclipse.sourceforge.net
 
-- Make sure you have Eclipse 2.0 properly setup or download it from www.eclipse.org 
+Requirements
+------------------------------------------
+Eclipse 2.x or higher (downloadable at http://www.eclipse.org)
 
-- Simply unzip the files in your eclipse plugins 
-  directory (<your path>\eclipse\plugins). 
 
-- (re)Start Eclipse. 
+Recommended
+------------------------------------------
+PHP Enviroment for running PHP code.
+PHP can be downloaded at http://www.php.net
+Server can be found at http://httpd.apache.org
+MySQL can be found at http://www.mysql.org
 
-- Open the "Resource Perspective" in the Eclipse IDE and add a file with a 
-  *.php, *.php3 or *.php4 extension to your source tree. 
-  With a right mouse click on the PHP file you should see the new menu entry 
-  "Open With->PHP Editor". 
 
-- For more Information go to the menu "Help->Help Contents" and 
-  open the "PHPEclipse Help" 
\ No newline at end of file
+Installation
+------------------------------------------
+Simply unzip the files to your eclipse directory and (re)start eclipse.
+
+If you copy the files manually make sure all files are located in the
+net.sourceforge.phpeclipse folder in the plugins directory in your eclipse installation.
+
+After installation the directorystructure should look like:
+
+|--<eclipse install>
+|     |
+.     plugins
+.           |
+.           |
+            |- net.sourceforge.phpeclipse           // plugin folder
+            |               |
+            .               |
+            .               |-- phpeclipse.jar      // the plugin jar file
+            .               |
+                            |-- plugin.xml
+                            |
+                            |-- plugin.properties
+                            |
+                            |-- phpeclipsesrc.zip   // sources for phpeclipse
+                            |
+                            |-- install.txt         // this textfile
+                            |
+                            |-- cpl-v10.html        // common public licence
+                            |
+                            |-- TODO                // what to do
+
+
+Editing PHP
+------------------------------------------
+To start coding your php code. Simply create a new project.
+(File -> New... -> Project) And choose PHP from the left list.
+Choose PHP Project from the right and press "Next >".
+Specify a name for your project and press "Finish".
+
+The PHP Perspective should open and you can add new PHP files.
+
+- For more Information go to the menu "Help->Help Contents" and
+  open the "PHPEclipse Help"
+
+
+
+Additional Plugins for PHPEclipse
+------------------------------------------
+
+- PHPEclipse SQL Plugin
+- PHPEclipse JTidy Plugin
+
+Both can be found at: http://sourceforge.net/projects/phpeclipse/