Author: pamarcelot
Date: Tue Jun 3 06:18:37 2008
New Revision: 662781
URL: http://svn.apache.org/viewvc?rev=662781&view=rev
Log:
Added content for the 'Delete a server' page.
Added:
directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.5_deleting_server.xml
directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/resources/html/images/icons_delete.gif
(with props)
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_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=662781&r1=662780&r2=662781&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:18:37 2008
@@ -12,6 +12,7 @@
<!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 tasks_deleting_server SYSTEM "2.5_deleting_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">
Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.5_deleting_server.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.5_deleting_server.xml?rev=662781&view=auto
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.5_deleting_server.xml
(added)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/2.5_deleting_server.xml
Tue Jun 3 06:18:37 2008
@@ -0,0 +1,33 @@
+<!--
+ 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_deleting_server">
+ <title>Deleting a server</title>
+ <para>
+ To delete a server, in the Servers view, select the server you
+ want to delete and click the
+ <imageobject>
+ <imagedata contentdepth="1em"
+ fileref="images/icons_delete.gif" format="GIF" />
+ </imageobject>
+ <emphasis role="strong">Delete</emphasis>
+ action in the context menu, or use the
+ <emphasis role="strong">Delete</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=662781&r1=662780&r2=662781&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:18:37 2008
@@ -23,5 +23,6 @@
&tasks_starting_server;
&tasks_stopping_server;
&tasks_editing_configuration;
+ &tasks_deleting_server;
</chapter>
\ No newline at end of file
Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/resources/html/images/icons_delete.gif
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/resources/html/images/icons_delete.gif?rev=662781&view=auto
==============================================================================
Binary file - no diff available.
Propchange: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/resources/html/images/icons_delete.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
|