[wsas-java-dev] svn commit r6186 - in trunk/wsas/java/modules: distribution documentation/src/site/resources/css documentation/src/site/resources/tools documentation/src/site/xdoc documentation/src/site/xdoc/tools documentation/src/site/xdoc/tools/cmd

svn at wso2.org svn at wso2.org
Thu Aug 9 00:45:23 PDT 2007


Author: saminda
Date: Thu Aug  9 00:44:56 2007
New Revision: 6186

Added:
   trunk/wsas/java/modules/documentation/src/site/resources/css/
   trunk/wsas/java/modules/documentation/src/site/resources/css/maven-theme.css
Removed:
   trunk/wsas/java/modules/documentation/src/site/resources/tools/
Modified:
   trunk/wsas/java/modules/distribution/pom.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/administratorguide.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/archived_news.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/data_service.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/ejb_guide.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/index.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/index_docs.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/installation_guide.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/installation_src.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/keys.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/setting-java-home.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/tools/change_passwd.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/tools/cmd/code_gen.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/tools/ide.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/tools/tcpmonguide.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/wsas-clustering.xml
   trunk/wsas/java/modules/documentation/src/site/xdoc/xkms.xml
Log:
Modifying the xdoc and applying a custom theam 


Modified: trunk/wsas/java/modules/distribution/pom.xml
==============================================================================
--- trunk/wsas/java/modules/distribution/pom.xml	(original)
+++ trunk/wsas/java/modules/distribution/pom.xml	Thu Aug  9 00:44:56 2007
@@ -458,6 +458,14 @@
                                         <include name="**/**.js"/>
                                     </fileset>
                                 </copy>
+
+                                <!-- Adding the custom maven-theme.css -->
+                                <copy todir="${dist.temp.dir}/docs" filtering="on" overwrite="true">
+                                    <fileset dir="../documentation/src/site/resources">
+                                        <include name="**/**.css"/>
+                                    </fileset>
+                                </copy>
+
                                 <echo message="######################### END ################################"/>
 
                                 <echo message="##################### Copy core/conf files ###################"/>

Added: trunk/wsas/java/modules/documentation/src/site/resources/css/maven-theme.css
==============================================================================
--- (empty file)
+++ trunk/wsas/java/modules/documentation/src/site/resources/css/maven-theme.css	Thu Aug  9 00:44:56 2007
@@ -0,0 +1,230 @@
+/*
+ * Copyright 2005-2007 WSO2, Inc. (http://wso2.com)
+ *
+ * Licensed 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.
+ */
+
+body {
+    color: #000;
+    font-size: 11px;
+    font-family: Verdana, Arial, Helvetica, sans-serif;
+    background-image: url( ../images/wsas-dist-doc-header.gif );
+    background-repeat: no-repeat;
+    background-attachment: scroll;
+    background-position: left top;
+    text-decoration: none;
+    text-align: left;
+    padding: 75px 20px 20px;
+    list-style-type: square;
+    list-style-position: outside;
+}
+
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h1 {
+    color: #0066CC;
+    font-size: 18px;
+    font-family: Arial, Helvetica, sans-serif;
+    font-weight: bold;
+    font-style: normal;
+    background-image: none;
+    background-repeat: no-repeat;
+    background-attachment: scroll;
+    background-position: left top;
+    text-decoration: none;
+    padding-bottom: 5px;
+    border-bottom: 2px solid #0066CC;
+}
+
+h2 {
+    color: black;
+    font-size: 13px;
+    font-family: Verdana, Arial, Helvetica, sans-serif;
+    font-weight: bold;
+    padding-bottom: 5px;
+    border-bottom: 1px solid #0066CC;
+}
+
+h3 {
+    color: #3a3a3a;
+    font-size: 12px;
+    font-family: Verdana, Arial, Helvetica, sans-serif;
+    font-weight: 500;
+    padding-top: 10px;
+    padding-bottom: 4px;
+    border-bottom: 1px solid #0066CC;
+}
+
+
+h4 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #bbb;
+  color: #900;
+  background-color: #fff;
+  font-weight: normal;
+  font-size: large;
+}
+h5 {
+  padding: 4px 4px 4px 6px;
+  color: #900;
+  font-size: normal;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  background-color: #ccc;
+}
+#leftColumn {
+  margin: 10px 0 0 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 1em;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}
+
+p {
+    font-family: Verdana, Arial, Helvetica, sans-serif;
+}
+
+td {
+    background-color: #f8f8f8;
+    padding: 3px 5px;
+    outline-color: gray;
+    outline-width: 0;
+}
+
+a:link {
+    color: #36c;
+    font-size: 11px;
+    font-family: Verdana, Arial, Helvetica, sans-serif;
+}
+
+a:visited {
+}
+
+a:hover {
+    color: #7f7f7f;
+}
+
+a:active {
+}
+
+
+table {
+    background-color: #cbcbcb;
+    margin: 0;
+    padding: 1px;
+    border-style: solid;
+    border-width: 0;
+}
+
+th {
+    padding-left: 5px;
+}
+
+img {
+    background-color: gray;
+    padding: 1px;
+}
+
+

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/administratorguide.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/administratorguide.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/administratorguide.xml	Thu Aug  9 00:44:56 2007
@@ -20,8 +20,6 @@
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <title>WSO2 Web Services Application Server - Administrator's Guide</title>
-  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
-  type="text/css" media="all" />
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/archived_news.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/archived_news.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/archived_news.xml	Thu Aug  9 00:44:56 2007
@@ -19,8 +19,6 @@
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <title>WSO2 Web Services Application Server - Archived News</title>
-  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
-  type="text/css" media="all" />
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/data_service.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/data_service.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/data_service.xml	Thu Aug  9 00:44:56 2007
@@ -18,8 +18,6 @@
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <title>WSO2 Web Services Application Server - Administrator's Guide</title>
-  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
-  type="text/css" media="all" />
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/ejb_guide.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/ejb_guide.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/ejb_guide.xml	Thu Aug  9 00:44:56 2007
@@ -20,8 +20,6 @@
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <title>WSO2 Web Services Application Server - EJB Service Guide</title>
-  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
-  type="text/css" media="all" />
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/index.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/index.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/index.xml	Thu Aug  9 00:44:56 2007
@@ -20,8 +20,6 @@
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <title>Welcome to WSO2 Web Services Application Server
   @wso2wsas_version@</title>
-  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
-  type="text/css" media="all" />
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/index_docs.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/index_docs.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/index_docs.xml	Thu Aug  9 00:44:56 2007
@@ -19,8 +19,6 @@
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <title>WSO2 Web Services Application Server @wso2wsas_version@ -
   Documentation</title>
-  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
-  type="text/css" media="all" />
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/installation_guide.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/installation_guide.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/installation_guide.xml	Thu Aug  9 00:44:56 2007
@@ -19,8 +19,6 @@
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <title>WSO2 Web Services Application Server @wso2wsas_version@ -
   Installation Guide</title>
-  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
-  type="text/css" media="all" />
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/installation_src.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/installation_src.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/installation_src.xml	Thu Aug  9 00:44:56 2007
@@ -21,8 +21,6 @@
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <title>WSO2 Web Services Application Server(WSO2 WSAS) @wso2wsas_version@ -
   Source Distribution</title>
-  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
-  type="text/css" media="all" />
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/keys.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/keys.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/keys.xml	Thu Aug  9 00:44:56 2007
@@ -19,8 +19,6 @@
   <meta http-equiv="content-type" content=""></meta>
   <title>How To Change WSO2 Web Services Application Server
   v at wso2wsas_version@ Crypto Keys</title>
-  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
-  type="text/css" media="all"></link>
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/setting-java-home.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/setting-java-home.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/setting-java-home.xml	Thu Aug  9 00:44:56 2007
@@ -17,8 +17,6 @@
 <head>
     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
     <title>How to setup JAVA_HOME environment variable in Windows</title>
-    <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
-          type="text/css" media="all"></link>
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/tools/change_passwd.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/tools/change_passwd.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/tools/change_passwd.xml	Thu Aug  9 00:44:56 2007
@@ -22,8 +22,6 @@
   <meta content="text/html; charset=iso-8859-1" />
   <title>WSO2 Web Services Application Server , v at wso2wsas_version@ - Change
   Password Tool</title>
-  <link href="cmd/css/wsas-dist-doc.css" rel="stylesheet" type="text/css"
-  media="all" />
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/tools/cmd/code_gen.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/tools/cmd/code_gen.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/tools/cmd/code_gen.xml	Thu Aug  9 00:44:56 2007
@@ -20,8 +20,6 @@
 <head>
     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
     <title>Code Generator Tool- Command Line</title>
-    <link href="css/wsas-dist-doc.css" rel="stylesheet" type="text/css"
-          media="all"/>
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/tools/ide.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/tools/ide.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/tools/ide.xml	Thu Aug  9 00:44:56 2007
@@ -22,8 +22,6 @@
   <meta content="text/html; charset=iso-8859-1" />
   <title>WSO2 Web Services Application Server, v at wso2wsas_version@ -
   Eclipse WTP Integration</title>
-  <link href="cmd/css/wsas-dist-doc.css" rel="stylesheet" type="text/css"
-  media="all" />
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/tools/tcpmonguide.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/tools/tcpmonguide.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/tools/tcpmonguide.xml	Thu Aug  9 00:44:56 2007
@@ -21,8 +21,6 @@
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <title>WSO2 Web Services Application Server @wso2wsas_version@ - TCPMon
   Guide</title>
-  <link href="cmd/css/wsas-dist-doc.css" rel="stylesheet" type="text/css"
-  media="all" />
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/wsas-clustering.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/wsas-clustering.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/wsas-clustering.xml	Thu Aug  9 00:44:56 2007
@@ -18,8 +18,6 @@
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
   <title>Clustering WSAS</title>
-  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
-  type="text/css" media="all"></link>
 </head>
 
 <body>

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/xkms.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/xkms.xml	(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/xkms.xml	Thu Aug  9 00:44:56 2007
@@ -20,8 +20,6 @@
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <title>WSO2 Web Services Application Server - Administrator's Guide</title>
-  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
-  type="text/css" media="all" />
 </head>
 
 <body>




More information about the Wsas-java-dev mailing list