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:37:06 UTC

svn commit: r662793 - in /directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main: docbook/ resources/html/images/

Author: pamarcelot
Date: Tue Jun  3 06:37:05 2008
New Revision: 662793

URL: http://svn.apache.org/viewvc?rev=662793&view=rev
Log:
Added content for the 'Colors and Fonts preferences' page.

Added:
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.1_preferences_colors_and_fonts.xml
      - copied, changed from r662773, 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/resources/html/images/reference_preferences_colors_and_fonts.png   (with props)
Removed:
    directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.1_preferences_colors_and_font.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/3.1_preferences.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
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/0_index.xml?rev=662793&r1=662792&r2=662793&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:37:05 2008
@@ -15,7 +15,7 @@
   <!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">
+  <!ENTITY reference_preferences_colors_and_fonts SYSTEM "3.1.1_preferences_colors_and_fonts.xml">
   <!ENTITY reference_preferences_server_logs SYSTEM "3.1.2_preferences_server_logs.xml">
   <!ENTITY releasenotes SYSTEM "4_releasenotes.xml">
 

Copied: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.1_preferences_colors_and_fonts.xml (from r662773, 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_fonts.xml?p2=directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.1_preferences_colors_and_fonts.xml&p1=directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.1_preferences_colors_and_font.xml&r1=662773&r2=662793&rev=662793&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.1_preferences_colors_and_font.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1.1_preferences_colors_and_fonts.xml Tue Jun  3 06:37:05 2008
@@ -16,7 +16,27 @@
 	specific language governing permissions and limitations
 	under the License.
 -->
-<chapter id="reference_preferences_colors_and_font">
-	<title>Colors and Font preferences</title>
-
+<chapter id="reference_preferences_colors_and_fonts">
+	<title>Colors and Fonts preferences</title>
+	<para>
+		In the Colors and Fonts preferences page you can configure
+		colors and fonts options in the Apache DS plugin.
+	</para>
+	<para>
+		<screenshot>
+			<mediaobject>
+				<imageobject>
+					<imagedata scale="50"
+						fileref="images/reference_preferences_colors_and_fonts.png"
+						format="PNG" />
+				</imageobject>
+			</mediaobject>
+		</screenshot>
+	</para>
+	<para>
+		In the
+		<emphasis role="strong">Console</emphasis>
+		group you can define the style how the logs of the server logs
+		are displayed within the Console view.
+	</para>
 </chapter>
\ No newline at end of file

Modified: 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=662793&r1=662792&r2=662793&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1_preferences.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/3.1_preferences.xml Tue Jun  3 06:37:05 2008
@@ -19,7 +19,7 @@
 <chapter id="reference_preferences">
 	<title>Preferences</title>
 
-	&reference_preferences_colors_and_font;
+	&reference_preferences_colors_and_fonts;
 	&reference_preferences_server_logs;
 
 </chapter>
\ No newline at end of file

Modified: 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=662793&r1=662792&r2=662793&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/4_releasenotes.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/docbook/4_releasenotes.xml Tue Jun  3 06:37:05 2008
@@ -18,5 +18,8 @@
 -->
 <chapter id="releasenotes">
 	<title>Release Notes</title>
-
+	<simplesect>
+		<title>Version 1.2.0 - (2007, XXXXXX XXxx)</title>
+		<para>Initial release.</para>
+	</simplesect>
 </chapter>
\ No newline at end of file

Added: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/resources/html/images/reference_preferences_colors_and_fonts.png
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/resources/html/images/reference_preferences_colors_and_fonts.png?rev=662793&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/branches/apacheds-plugin-branch/apacheds-help/src/main/resources/html/images/reference_preferences_colors_and_fonts.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream