You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2008/06/02 15:06:29 UTC

svn commit: r662419 - /directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/

Author: pamarcelot
Date: Mon Jun  2 06:06:28 2008
New Revision: 662419

URL: http://svn.apache.org/viewvc?rev=662419&view=rev
Log:
Added file structure for the Apache DS Help.

Added:
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.1_download_install.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.2.1_views_servers.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.2_views.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.3.1_editors_apacheds_configuration.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.3_editors.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1_gettingstarted.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.1_creating_new_server.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.2_starting_server.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.3_stopping_server.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2_tasks.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.1_preferences_colors_and_font.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.2_preferences_server_logs.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1_preferences.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3_reference.xml
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/4_releasenotes.xml
Modified:
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/0_index.xml

Modified: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/0_index.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/0_index.xml?rev=662419&r1=662418&r2=662419&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/0_index.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/0_index.xml Mon Jun  2 06:06:28 2008
@@ -1,6 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "../../../target/docbook/docbook-xml/docbookx.dtd"[
 
+  <!ENTITY gettingstarted SYSTEM "1_gettingstarted.xml">
+  <!ENTITY gettingstarted_download_install SYSTEM "1.1_download_install.xml">
+  <!ENTITY gettingstarted_views SYSTEM "1.2_views.xml">
+  <!ENTITY gettingstarted_views_servers SYSTEM "1.2.1_views_servers.xml">
+  <!ENTITY gettingstarted_editors SYSTEM "1.3_editors.xml">
+  <!ENTITY gettingstarted_editors_apacheds_configuration SYSTEM "1.3.1_editors_apacheds_configuration.xml">
+  <!ENTITY tasks SYSTEM "2_tasks.xml">
+  <!ENTITY tasks_creating_new_server SYSTEM "2.1_creating_new_server.xml">
+  <!ENTITY tasks_starting_server SYSTEM "2.2_starting_server.xml">
+  <!ENTITY tasks_stopping_server SYSTEM "2.3_stopping_server.xml">
+  <!ENTITY reference SYSTEM "3_reference.xml">
+  <!ENTITY reference_preferences SYSTEM "3.1_preferences.xml">
+  <!ENTITY reference_preferences_colors_and_font SYSTEM "3.1.1_preferences_colors_and_font.xml">
+  <!ENTITY reference_preferences_server_logs SYSTEM "3.1.2_preferences_server_logs.xml">
+  <!ENTITY releasenotes SYSTEM "4_releasenotes.xml">
+
 ]>
 <!--
 	Licensed to the Apache Software Foundation (ASF) under one
@@ -31,24 +47,33 @@
 		</copyright>
 		<legalnotice>
 			<literallayout class="monospaced">
-				Licensed to the Apache Software Foundation (ASF) under one
-				or more contributor license agreements.  See the NOTICE file
-				distributed with this work for additional information
-				regarding copyright ownership.  The ASF licenses this file
-				to you under the Apache License, Version 2.0 (the
-				"License"); you may not use this file except in compliance
-				with the License.  You may obtain a copy of the License at
-				
-				  <ulink url="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</ulink>
-				
-				Unless required by applicable law or agreed to in writing,
-				software distributed under the License is distributed on an
-				"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-				KIND, either express or implied.  See the License for the
-				specific language governing permissions and limitations
-				under the License.
-			</literallayout>		
-		</legalnotice>
+				Licensed to the Apache Software Foundation (ASF) under
+				one or more contributor license agreements. See the
+				NOTICE file distributed with this work for additional
+				information regarding copyright ownership. The ASF
+				licenses this file to you under the Apache License,
+				Version 2.0 (the "License"); you may not use this file
+				except in compliance with the License. You may obtain a
+				copy of the License at
+
+				<ulink
+					url="http://www.apache.org/licenses/LICENSE-2.0">
+					http://www.apache.org/licenses/LICENSE-2.0
+				</ulink>
+
+				Unless required by applicable law or agreed to in
+				writing, software distributed under the License is
+				distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+				CONDITIONS OF ANY KIND, either express or implied. See
+				the License for the specific language governing
+				permissions and limitations under the License.
+			</literallayout>
+		</legalnotice>
 	</bookinfo>
-
+
+	&gettingstarted;
+	&tasks;
+	&reference;
+	&releasenotes;
+
 </book>

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.1_download_install.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.1_download_install.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.1_download_install.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.1_download_install.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,22 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="gettingstarted_download_install">
+	<title>Download and installation</title>
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.2.1_views_servers.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.2.1_views_servers.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.2.1_views_servers.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.2.1_views_servers.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,22 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="gettingstarted_views_servers">
+	<title>Servers view</title>
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.2_views.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.2_views.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.2_views.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.2_views.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,24 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="gettingstarted_views">
+	<title>Views</title>
+
+	&gettingstarted_views_servers;
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.3.1_editors_apacheds_configuration.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.3.1_editors_apacheds_configuration.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.3.1_editors_apacheds_configuration.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.3.1_editors_apacheds_configuration.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,22 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="gettingstarted_editors_apacheds_configuration">
+	<title>Apache DS Configuration editor</title>
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.3_editors.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.3_editors.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.3_editors.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1.3_editors.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,24 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="gettingstarted_editors">
+	<title>Editors</title>
+
+	&gettingstarted_editors_apacheds_configuration;
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1_gettingstarted.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1_gettingstarted.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1_gettingstarted.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/1_gettingstarted.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,26 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="gettingstarted">
+	<title>Getting started</title>
+
+	&gettingstarted_download_install;
+	&gettingstarted_views;
+	&gettingstarted_editors;
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.1_creating_new_server.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.1_creating_new_server.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.1_creating_new_server.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.1_creating_new_server.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,22 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="tasks_creating_new_server">
+	<title>Creating a new server</title>
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.2_starting_server.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.2_starting_server.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.2_starting_server.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.2_starting_server.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,22 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="tasks_starting_server">
+	<title>Starting a server</title>
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.3_stopping_server.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.3_stopping_server.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.3_stopping_server.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.3_stopping_server.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,22 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="tasks_stopping_server">
+	<title>Stopping a server</title>
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2_tasks.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2_tasks.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2_tasks.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2_tasks.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,26 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="tasks">
+	<title>Tasks</title>
+
+	&tasks_creating_new_server;
+	&tasks_starting_server;
+	&tasks_stopping_server;
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.1_preferences_colors_and_font.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.1_preferences_colors_and_font.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.1_preferences_colors_and_font.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.1_preferences_colors_and_font.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,22 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="reference_preferences_colors_and_font">
+	<title>Colors and Font preferences</title>
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.2_preferences_server_logs.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.2_preferences_server_logs.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.2_preferences_server_logs.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.2_preferences_server_logs.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,22 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="reference_preferences_server_logs">
+	<title>Server Logs preferences</title>
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1_preferences.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1_preferences.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1_preferences.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1_preferences.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,25 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="reference_preferences">
+	<title>Preferences</title>
+
+	&reference_preferences_colors_and_font;
+	&reference_preferences_server_logs;
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3_reference.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3_reference.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3_reference.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3_reference.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,24 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="reference">
+	<title>Reference</title>
+
+	&reference_preferences;
+
+</chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/4_releasenotes.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/4_releasenotes.xml?rev=662419&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/4_releasenotes.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/4_releasenotes.xml Mon Jun  2 06:06:28 2008
@@ -0,0 +1,22 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<chapter id="releasenotes">
+	<title>Release Notes</title>
+
+</chapter>
\ No newline at end of file