no indentation of HTML and phpdocs
[phpeclipse.git] / net.sourceforge.phpeclipse / install.txt
1 PHPEclipse  Version 1.1.0
2 Copyright 2003-2004 net.sourceforge.phpeclipse
3 http://www.phpeclipse.org
4 Contributors:
5     Klaus Hartlage (http://www.phpeclipse.de)
6     Matthieu Casanova
7     Le Borgne Cédric
8     David Cummings
9     Thomas Geiger
10     Rusell Wilson
11     Philippe Lachaise
12     Stefan Langer
13     Bastien Durel
14     and others...
15
16 This Plugin is released under the Common Public License v1.0 which is included
17 in this distribution or can be viewed at http://www.eclipse.org/legal/cpl-v10.html.
18
19 Look for updated versions of this plugin at http://www.phpeclipse.de -> Install/Downloads
20
21 1. Requirements
22 2. Recommended
23 3. Installation
24 4. Editing PHP
25 5. Additional Help
26 6. Additional Plugins
27 7. Contributing
28     7.1 Reporting Bugs
29
30
31
32  1. Requirements
33 ------------------------------------------
34 Java Runtime 1.4.x or higher ( downloadable at http://java.sun.com )
35 Eclipse 3.0 or higher ( downloadable at http://www.eclipse.org )
36
37
38
39  2. Recommended
40 ------------------------------------------
41 PHP Enviroment for running PHP code.
42 PHP can be downloaded at http://www.php.net
43 Server can be found at http://httpd.apache.org
44 MySQL can be found at http://www.mysql.org
45
46
47
48  3. Installation
49 ------------------------------------------
50 Simply unzip the files to your eclipse plugins directory and (re)start eclipse.
51 (<eclipse-install>/plugins/)
52
53 If you copy the files manually make sure all files are located in the
54 net.sourceforge.phpeclipse folder in the plugins directory in your eclipse installation.
55
56 After installation the directorystructure should look as follows (example):
57
58 |--<eclipse install>
59 |     |
60 .     plugins
61 .           |
62 .           |
63             |- net.sourceforge.phpeclipse_x.x.x     // plugin folder
64             |               |
65             .               |
66             .               |-- phpeclipse.jar      // the plugin jar file
67             .               |
68                             |-- plugin.xml          // plugin manifest
69                             |
70                             |-- plugin.properties   // manifest properties
71                             |
72                             |-- phpeclipsesrc.zip   // sources for phpeclipse (if you don't need the sources you can safly delete this file)
73                             |
74                             |-- install.txt         // this textfile
75                             |
76                             |-- cpl-v10.html        // common public licence
77                             |
78                             |-- icons               // Icons directory 
79
80
81  4. Editing PHP
82 ------------------------------------------
83 To start coding your php code. Simply create a new project.
84 (File -> New... -> Project) And choose PHP from the left list.
85 Choose PHP Project from the right and press "Next >".
86 Specify a name for your project and press "Finish".
87
88 To open the PHP Perspective click Windows -> Open Perspective -> Other... and
89 choose PHP from the list.
90
91
92  5. Additional Help
93 ------------------------------------------
94 There is a help forum at http://www.phpeclipse.de.
95 Just follow the "Forums" link.
96
97
98
99  6. Additional Plugins for PHPEclipse
100 ------------------------------------------
101
102 - PHPEclipse SQL Plugin : Helps create SQL statements
103
104 Both can be found at: http://sourceforge.net/projects/phpeclipse/
105
106
107
108  7. Contributing
109 ------------------------------------------
110 To make PHPEclipse a useful tool for developing PHP we need your help.
111 No contribution is too small or too big!
112 We need:
113     Developers
114     Documentation
115     Translation
116     Bundling
117     ...
118
119
120 BUT MOST IMPORTANT we need your help to find and fix those little bugs that
121 seem to creep into the code.
122
123
124  7.1 Bug Reporting
125 ------------------------------------------
126 Before reporting a bug make sure that you are using the latest release of
127 PHPEclipse.
128
129 If you find a bug see if it is allready listed in the bug database
130 at http://sourceforge.net/projects/phpeclipse/ -> Bugs
131 If it is not listed create a new bug report. Be sure to include your system
132 information (e.g. W2K Pentium 4 512 MB RAM), your Eclipse version
133 (e.g. Eclipse 3.0), the version of phpeclipse you are using and a detailed
134 description of the bug and how it can be reproduced.