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/03 15:07:03 UTC

svn commit: r662778 - in /directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook: 0_index.xml 2.1_creating_new_server.xml 2.2_starting_server.xml 2.3_stopping_server.xml 2.4_editing_configuration.xml 2_tasks.xml

Author: pamarcelot
Date: Tue Jun  3 06:07:02 2008
New Revision: 662778

URL: http://svn.apache.org/viewvc?rev=662778&view=rev
Log:
Added content for the 'Starting a server', 'Stopping a server' and 'Editing Configuration' page.

Added:
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.4_editing_configuration.xml
Modified:
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/0_index.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

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=662778&r1=662777&r2=662778&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 Tue Jun  3 06:07:02 2008
@@ -11,6 +11,7 @@
   <!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 tasks_editing_configuration SYSTEM "2.4_editing_configuration.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">

Modified: 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=662778&r1=662777&r2=662778&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.1_creating_new_server.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.1_creating_new_server.xml Tue Jun  3 06:07:02 2008
@@ -19,7 +19,7 @@
 <chapter id="tasks_creating_new_server">
 	<title>Creating a new server</title>
 	<para>
-		To create a new server,, in the Servers view toolbar, click on
+		To create a new server, in the Servers view toolbar, click on
 		the
 		<imageobject>
 			<imagedata contentdepth="1em"

Modified: 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=662778&r1=662777&r2=662778&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.2_starting_server.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.2_starting_server.xml Tue Jun  3 06:07:02 2008
@@ -18,5 +18,16 @@
 -->
 <chapter id="tasks_starting_server">
 	<title>Starting a server</title>
-
+	<para>
+		To start a server, in the Servers view, select the server you
+		want to start and click the
+		<imageobject>
+			<imagedata contentdepth="1em" fileref="images/icons_run.gif"
+				format="GIF" />
+		</imageobject>
+		<emphasis role="strong">Run</emphasis>
+		button in the toolbar, or use the
+		<emphasis role="strong">Strg-R</emphasis>
+		shortcut.
+	</para>
 </chapter>
\ No newline at end of file

Modified: 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=662778&r1=662777&r2=662778&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.3_stopping_server.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.3_stopping_server.xml Tue Jun  3 06:07:02 2008
@@ -18,5 +18,16 @@
 -->
 <chapter id="tasks_stopping_server">
 	<title>Stopping a server</title>
-
+	<para>
+		To stop a server, in the Servers view, select the server you
+		want to stop and click the
+		<imageobject>
+			<imagedata contentdepth="1em"
+				fileref="images/icons_stop.gif" format="GIF" />
+		</imageobject>
+		<emphasis role="strong">Stop</emphasis>
+		button in the toolbar, or use the
+		<emphasis role="strong">Strg-T</emphasis>
+		shortcut.
+	</para>
 </chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.4_editing_configuration.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.4_editing_configuration.xml?rev=662778&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.4_editing_configuration.xml (added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.4_editing_configuration.xml Tue Jun  3 06:07:02 2008
@@ -0,0 +1,29 @@
+<!--
+	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_editing_configuration">
+	<title>Editing the configuration</title>
+	<para>
+		To edit the configuration of a server, in the Servers view,
+		select the server and double-click on it, click the
+		<emphasis role="strong">Open Configuration</emphasis>
+		action in the context menu, or use the
+		<emphasis role="strong">F3</emphasis>
+		shortcut.
+	</para>
+</chapter>
\ No newline at end of file

Modified: 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=662778&r1=662777&r2=662778&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2_tasks.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2_tasks.xml Tue Jun  3 06:07:02 2008
@@ -22,5 +22,6 @@
 	&tasks_creating_new_server;
 	&tasks_starting_server;
 	&tasks_stopping_server;
+	&tasks_editing_configuration;
 
 </chapter>
\ No newline at end of file