Initial import of the Guide contributed to the project byRobert Kraske. Was originall...
[phpeclipse.git] / net.sourceforge.phpeclipse.help / docbook-src / guide / src / en / user-manual / docmaster.xml
1 <?xml version="1.0" encoding='utf-8'?>
2 <!-- jEdit buffer-local properties: -->
3 <!-- :indentSize=2:noTabs=true: -->
4 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
5   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"[
6   <!ENTITY install SYSTEM "install.xml">
7   <!ENTITY install_java SYSTEM "install_java.xml">
8   <!ENTITY install_eclipse SYSTEM "install_eclipse.xml">
9   <!ENTITY install_phpeclipse SYSTEM "install_phpeclipse.xml">
10   <!ENTITY install_xampp SYSTEM "install_xampp.xml">
11   <!ENTITY install_debugger SYSTEM "install_debugger.xml">
12   <!ENTITY project SYSTEM "project.xml">
13   <!ENTITY workspace SYSTEM "workspace.xml">
14   <!ENTITY project SYSTEM "project.xml">
15   <!ENTITY debug SYSTEM "debug.xml">
16   <!ENTITY debug_php SYSTEM "debug_php.xml">
17   <!ENTITY debug_phpeclipse SYSTEM "debug_phpeclipse.xml">
18   <!ENTITY % glossary SYSTEM "../glossary.ent">
19  %glossary;
20 ]>
21
22
23  <book lang="en" status="progress_30">
24   <bookinfo>
25     <title>PHPeclipse User Manual</title>
26
27     <edition>First Edition</edition>
28     <orgname>PHPeclipse Documentation Team</orgname>
29     <pubdate>2006-10-10</pubdate>
30
31     <releaseinfo>Released under the Creative Commons license</releaseinfo>
32     <legalnotice>
33       <para>
34         Released under the Creative Commons license. See <ulink url="http://creativecommons.org/">Creative Commons</ulink>
35       </para>
36     </legalnotice>
37
38     <author>
39       <firstname>Robert</firstname>
40       <surname>Kraske</surname>
41       <affiliation>
42         <orgname>PHPeclipse</orgname>
43       </affiliation>
44     </author>
45
46     <othercredit>
47       <othername>All the contributors to the &phpeclipse; wiki</othername>
48       <contrib>
49         Different info about installation, setting up etc.
50       </contrib>
51     </othercredit>
52
53     <revhistory>
54       <revision>
55         <revnumber>0.3</revnumber>
56         <date>2006-01-26</date>
57         <authorinitials></authorinitials>
58         <revdescription>
59           <para>The initial version</para>
60         </revdescription>
61       </revision>
62       <revision>
63         <revnumber>0.4</revnumber>
64         <date>2006-02-07</date>
65         <authorinitials>RK</authorinitials>
66         <revdescription>
67           <para>Added descriptions to &phpeclipse; installation.</para>
68           <para>Added some index terms.</para>
69         </revdescription>
70       </revision>
71       <revision>
72         <revnumber>0.5</revnumber>
73         <date>2006-06-03</date>
74         <authorinitials>RK</authorinitials>
75         <revdescription>
76           <para>Added setting up workspace</para>
77           <para>Added creating project</para>
78         </revdescription>
79       </revision>
80       <revision>
81         <revnumber>0.6</revnumber>
82         <date>2006-06-05</date>
83         <authorinitials>RK</authorinitials>
84         <revdescription>
85           <para>Enhanced setting up workspace</para>
86           <para>Enhanced creating project</para>
87           <para>Added DBG setup</para>
88         </revdescription>
89       </revision>
90       <revision>
91         <revnumber>0.7</revnumber>
92         <date>2006-06-17</date>
93         <authorinitials>RK</authorinitials>
94         <revdescription>
95           <para>Added debugger description</para>
96         </revdescription>
97       </revision>
98       <revision>
99         <revnumber>0.8</revnumber>
100         <date>2006-09-10</date>
101         <authorinitials>RK</authorinitials>
102         <revdescription>
103           <para>Added breakpoint, variable and watch expressions</para>
104         </revdescription>
105       </revision>
106     </revhistory>
107
108     <abstract>
109       <para></para>
110     </abstract>
111   </bookinfo>
112
113   &install;
114   &workspace;
115   &project;
116   &debug;
117
118   <index role="with_index" id="TheVeryLastPage">
119   </index>
120 </book>