[jboss-cvs] JBossAS SVN: r63447 - projects/security/security-docs/trunk/whitepapers/clusteredsso/en.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 11 03:40:08 EDT 2007


Author: ssambasivam at jboss.com
Date: 2007-06-11 03:40:08 -0400 (Mon, 11 Jun 2007)
New Revision: 63447

Modified:
   projects/security/security-docs/trunk/whitepapers/clusteredsso/en/master.xml
Log:
CSSO commit Shakthi.

Modified: projects/security/security-docs/trunk/whitepapers/clusteredsso/en/master.xml
===================================================================
--- projects/security/security-docs/trunk/whitepapers/clusteredsso/en/master.xml	2007-06-11 07:39:43 UTC (rev 63446)
+++ projects/security/security-docs/trunk/whitepapers/clusteredsso/en/master.xml	2007-06-11 07:40:08 UTC (rev 63447)
@@ -1,56 +1,49 @@
-<?xml version='1.0' encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
-                      "../../../support/docbook-dtd/docbookx.dtd"
-[
-<!ENTITY introduction          SYSTEM "modules/introduction.xml">
-<!ENTITY howto                 SYSTEM "modules/howto.xml">
-<!ENTITY styles                SYSTEM "modules/styles.xml">
-]>
-<book lang="en">
-    <bookinfo>
-        <title>How to use the JBoss DocBook system</title>
-        <subtitle>A guide for content developers</subtitle>
-        <releaseinfo>1.0</releaseinfo>
-    </bookinfo>
-    
-    <toc/>
-    
-    <preface id="target" revision="1">
-        <title>Target Audience</title>
-        <para> All JBoss documentation content developers and style developers
-            should read this document. You should also read this if you want to
-            build JBoss DocBooks from the public CVS tree. </para>
-    </preface>
-    
-    <preface id="preface" revision="1">
-        <title>Preface</title>
-        <para> This document introduces the new unified DocBook system for JBoss
-            documentation in the public CVS tree. There are a couple of reasons
-            why we did this. </para>
-        <itemizedlist>
-            <listitem> It provides a unified set of styles to make sure that all
-                JBoss DocBooks have a consistent look and feel. </listitem>
-            <listitem> The styles can be managed from a central location. We can
-                design new styles or fix bugs without worrying about
-                "deployment" issues. </listitem>
-            <listitem> The libraries and build scripts can also be managed from
-                a central location. </listitem>
-            <listitem> The build process is simplified and standardized. Just
-                follow the simple instructions in this guide to setup your docs
-                directory and copy a very simple <literal>build.xml</literal>
-                file. </listitem>
-            <listitem> Last but not least, we can reduce the duplication of
-                style sheets, XSLs and libraries in the system. </listitem>
-        </itemizedlist>
-        
-        <para> If you have questions, please feel free to contact Michael Yuan
-            or Norman Richards for more information. </para>
-    </preface> 
-
-&introduction; 
-
-&howto; 
-
-&styles;
-
-</book>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
+"../../../support/docbook-dtd/docbookx.dtd" [
+<!ENTITY clusteredSSO SYSTEM "modules/clusteredSSO.xml">
+]>
+<book lang="en">
+  <bookinfo>
+    <title>Technical White Paper - JBoss Security</title>
+
+    <subtitle>Securing JMX</subtitle>
+
+    <releaseinfo>1.0</releaseinfo>
+
+    <author>
+      <firstname>Shakthi</firstname>
+
+      <surname>Sambasivam</surname>
+
+      <affiliation>
+         Jboss Support and Security Ambasiddor 
+      </affiliation>
+
+      <address>http://labs.jboss.com/portal/jbosssecurity/</address>
+    </author>
+  </bookinfo>
+
+  <toc></toc>
+
+  <preface id="target" revision="1">
+    <title>Target Audience</title>
+
+    <para>This technical white paper on ClusteredSingleSignOn is intended for
+    System Administrators, Developers and Enterprise Architects who intend to
+    implement SSO solution using JBoss Clustered Servers environment.</para>
+  </preface>
+
+  <preface id="preface" revision="1">
+    <title>Preface</title>
+
+    <para>The Technical White Papers from JBoss Security are important sources
+    of information for secure operation of JBoss Products as well as
+    applications running on them.</para>
+
+    <para>If you have questions, please feel free to contact the JBoss
+    Security team at the afore mentioned URL.</para>
+  </preface>
+
+  &clusteredSSO;
+</book>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list