You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2010/05/31 10:12:45 UTC

svn commit: r949684 [4/4] - in /servicemix/documentation/trunk: common/ common/src/main/resources/resources/ common/src/main/resources/resources/syntaxhl/ common/src/main/resources/resources/syntaxhl/scripts/ common/src/main/resources/resources/syntaxh...

Added: servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeDjango.css
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeDjango.css?rev=949684&view=auto
==============================================================================
--- servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeDjango.css (added)
+++ servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeDjango.css Mon May 31 08:12:44 2010
@@ -0,0 +1,176 @@
+/**
+ * SyntaxHighlighter
+ * http://alexgorbatchev.com/
+ *
+ * SyntaxHighlighter is donationware. If you are using it, please donate.
+ * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
+ *
+ * @version
+ * 2.1.364 (October 15 2009)
+ * 
+ * @copyright
+ * Copyright (C) 2004-2009 Alex Gorbatchev.
+ *
+ * @license
+ * This file is part of SyntaxHighlighter.
+ * 
+ * SyntaxHighlighter is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ * 
+ * SyntaxHighlighter is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
+ */
+/**
+ * Django SyntaxHighlighter theme
+ */
+
+/************************************
+ * Interface elements.
+ ************************************/
+
+.syntaxhighlighter
+{
+	background-color: #0B2F20 !important;
+}
+
+/* Gutter line numbers */
+.syntaxhighlighter .line .number
+{
+	color: #497958 !important;
+}
+
+/* Add border to the lines */
+.syntaxhighlighter .line .content
+{
+	border-left: 3px solid #41A83E !important;
+	color: #B9BDB6 !important;
+}
+
+.syntaxhighlighter.printing .line .content 
+{
+	border: 0 !important;
+}
+
+/* First line */
+.syntaxhighlighter .line.alt1
+{
+}
+
+/* Second line */
+.syntaxhighlighter .line.alt2
+{
+	background-color: #0a2b1d !important;
+}
+
+/* Highlighed line number */
+.syntaxhighlighter .line.highlighted .number
+{
+	background-color: #336442 !important;
+	color: #fff !important;
+}
+
+/* Highlighed line */
+.syntaxhighlighter .line.highlighted.alt1,
+.syntaxhighlighter .line.highlighted.alt2
+{
+	background-color: #336442 !important;
+}
+
+.syntaxhighlighter .toolbar
+{
+	background-color: #245032 !important;
+	border: #0B2F20 solid 1px !important;
+}
+
+.syntaxhighlighter .toolbar a
+{
+	color: #C4B14A !important;
+}
+
+.syntaxhighlighter .toolbar a:hover
+{
+	color: #FFE862 !important;
+}
+
+/************************************
+ * Actual syntax highlighter colors.
+ ************************************/
+.syntaxhighlighter .plain,
+.syntaxhighlighter .plain a
+{
+	color: #F8F8F8 !important;
+}
+
+.syntaxhighlighter .comments,
+.syntaxhighlighter .comments a
+{ 
+	color: #336442 !important;
+	font-style: italic !important;
+}
+
+.syntaxhighlighter .string,
+.syntaxhighlighter .string a
+{
+	color: #9DF39F !important; 
+}
+
+.syntaxhighlighter .keyword
+{ 
+	color: #96DD3B !important; 
+	font-weight: bold !important;
+}
+
+.syntaxhighlighter .preprocessor 
+{ 
+	color: #91BB9E !important; 
+}
+
+.syntaxhighlighter .variable 
+{ 
+	color: #FFAA3E !important; 
+}
+
+.syntaxhighlighter .value
+{ 
+	color: #F7E741 !important; 
+}
+
+.syntaxhighlighter .functions
+{ 
+	color: #FFAA3E !important; 
+}
+
+.syntaxhighlighter .constants
+{ 
+	color: #E0E8FF !important; 
+}
+
+.syntaxhighlighter .script
+{ 
+	background-color: #497958 !important;
+}
+
+.syntaxhighlighter .color1,
+.syntaxhighlighter .color1 a
+{ 
+	color: #EB939A !important; 
+}
+
+.syntaxhighlighter .color2,
+.syntaxhighlighter .color2 a
+{ 
+	color: #91BB9E !important; 
+}
+
+.syntaxhighlighter .color3,
+.syntaxhighlighter .color3 a
+{ 
+	color: #EDEF7D !important; 
+}

Propchange: servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeDjango.css
------------------------------------------------------------------------------
    svn:executable = *

Added: servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeEclipse.css
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeEclipse.css?rev=949684&view=auto
==============================================================================
--- servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeEclipse.css (added)
+++ servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeEclipse.css Mon May 31 08:12:44 2010
@@ -0,0 +1,190 @@
+/**
+ * SyntaxHighlighter
+ * http://alexgorbatchev.com/
+ *
+ * SyntaxHighlighter is donationware. If you are using it, please donate.
+ * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
+ *
+ * @version
+ * 2.1.364 (October 15 2009)
+ * 
+ * @copyright
+ * Copyright (C) 2004-2009 Alex Gorbatchev.
+ *
+ * @license
+ * This file is part of SyntaxHighlighter.
+ * 
+ * SyntaxHighlighter is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ * 
+ * SyntaxHighlighter is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
+ */
+/**
+ * Eclipse IDE SyntaxHighlighter color theme
+ * (C) Code-House
+ * http://blog.code-house.org/2009/10/xml-i-adnotacje-kod-ogolnego-przeznaczenia-i-jpa/
+ */
+
+.syntaxhighlighter
+{
+	background-color: #fff !important;
+}
+
+/* Highlighed line number */
+.syntaxhighlighter .line.highlighted .number
+{
+	background-color: #c3defe !important;
+}
+
+/* Highlighed line */
+.syntaxhighlighter .line.highlighted.alt1,
+.syntaxhighlighter .line.highlighted.alt2
+{
+	background-color: #c3defe !important;
+}
+
+/* Gutter line numbers */
+.syntaxhighlighter .line .number
+{
+	color: #787878 !important;
+	background-color: #fff !important;
+}
+
+/* Add border to the lines */
+.syntaxhighlighter .line .content
+{
+	border-left: 1px solid #d4d0c8 !important;
+	color: #000 !important;
+}
+
+.syntaxhighlighter.printing .line .content 
+{
+	border: 0 !important;
+}
+
+/* First line */
+.syntaxhighlighter .line.alt1
+{
+	background-color: #fff !important;
+}
+
+/* Second line */
+.syntaxhighlighter .line.alt2
+{
+	background-color: #fff !important;
+}
+
+.syntaxhighlighter .toolbar
+{
+	background-color: #F8F8F8 !important;
+	border: #E7E5DC solid 1px !important;
+}
+
+.syntaxhighlighter .toolbar a
+{
+	color: #a0a0a0 !important;
+}
+
+.syntaxhighlighter .toolbar a:hover
+{
+	color: red !important;
+}
+
+/************************************
+ * Actual syntax highlighter colors.
+ ************************************/
+.syntaxhighlighter .plain,
+.syntaxhighlighter .plain a
+{ 
+	color: #000 !important;
+}
+
+.syntaxhighlighter .comments,
+.syntaxhighlighter .comments a
+{ 
+	color: #3f5fbf !important;
+}
+
+.syntaxhighlighter .string,
+.syntaxhighlighter .string a
+{
+	color: #2a00ff !important; 
+}
+
+.syntaxhighlighter .keyword
+{ 
+	color: #7f0055 !important; 
+	font-weight: bold !important; 
+}
+
+.syntaxhighlighter .preprocessor 
+{ 
+	color: #646464 !important; 
+}
+
+.syntaxhighlighter .variable 
+{ 
+	color: #a70 !important; 
+}
+
+.syntaxhighlighter .value
+{ 
+	color: #090 !important; 
+}
+
+.syntaxhighlighter .functions
+{ 
+	color: #ff1493 !important; 
+}
+
+.syntaxhighlighter .constants
+{ 
+	color: #0066CC !important; 
+}
+
+.syntaxhighlighter .script
+{ 
+	background-color: yellow !important;
+}
+
+.syntaxhighlighter .color1,
+.syntaxhighlighter .color1 a
+{ 
+	color: #808080 !important; 
+}
+
+.syntaxhighlighter .color2,
+.syntaxhighlighter .color2 a
+{ 
+	color: #ff1493 !important; 
+}
+
+.syntaxhighlighter .color3,
+.syntaxhighlighter .color3 a
+{ 
+	color: red !important; 
+}
+
+
+.xml .keyword {
+    color: #3f7f7f !important;
+    font-weight: normal !important;
+}
+
+.xml .color1,
+.xml .color1 a{
+    color: #7f007f !important;
+}
+
+.xml .string {
+    font-style: italic !important;
+    color: #2a00ff !important;
+}
\ No newline at end of file

Propchange: servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeEclipse.css
------------------------------------------------------------------------------
    svn:executable = *

Added: servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeEmacs.css
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeEmacs.css?rev=949684&view=auto
==============================================================================
--- servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeEmacs.css (added)
+++ servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeEmacs.css Mon May 31 08:12:44 2010
@@ -0,0 +1,175 @@
+/**
+ * SyntaxHighlighter
+ * http://alexgorbatchev.com/
+ *
+ * SyntaxHighlighter is donationware. If you are using it, please donate.
+ * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
+ *
+ * @version
+ * 2.1.364 (October 15 2009)
+ * 
+ * @copyright
+ * Copyright (C) 2004-2009 Alex Gorbatchev.
+ *
+ * @license
+ * This file is part of SyntaxHighlighter.
+ * 
+ * SyntaxHighlighter is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ * 
+ * SyntaxHighlighter is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
+ */
+/**
+ * Emacs SyntaxHighlighter theme based on theme by Joshua Emmons
+ * http://www.skia.net/
+ */
+
+/************************************
+ * Interface elements.
+ ************************************/
+
+.syntaxhighlighter
+{
+	background-color: #000000 !important;
+}
+
+/* Gutter line numbers */
+.syntaxhighlighter .line .number
+{
+	color: #D3D3D3 !important;
+}
+
+/* Add border to the lines */
+.syntaxhighlighter .line .content
+{
+	border-left: 3px solid #990000 !important;
+	color: #B9BDB6 !important;
+}
+
+.syntaxhighlighter.printing .line .content 
+{
+	border: 0 !important;
+}
+
+/* First line */
+.syntaxhighlighter .line.alt1
+{
+}
+
+/* Second line */
+.syntaxhighlighter .line.alt2
+{
+	background-color: #0f0f0f !important;
+}
+
+/* Highlighed line number */
+.syntaxhighlighter .line.highlighted .number
+{
+	background-color: #435A5F !important;
+	color: #fff !important;
+}
+
+/* Highlighed line */
+.syntaxhighlighter .line.highlighted.alt1,
+.syntaxhighlighter .line.highlighted.alt2
+{
+	background-color: #435A5F !important;
+}
+
+.syntaxhighlighter .toolbar
+{
+	background-color: #000000 !important;
+	border: #000000 solid 1px !important;
+}
+
+.syntaxhighlighter .toolbar a
+{
+	color: #646763 !important;
+}
+
+.syntaxhighlighter .toolbar a:hover
+{
+	color: #9CCFF4 !important;
+}
+
+/************************************
+ * Actual syntax highlighter colors.
+ ************************************/
+.syntaxhighlighter .plain,
+.syntaxhighlighter .plain a
+{ 
+	color: #D3D3D3 !important;
+}
+
+.syntaxhighlighter .comments,
+.syntaxhighlighter .comments a
+{ 
+	color: #FF7D27 !important;
+}
+
+.syntaxhighlighter .string,
+.syntaxhighlighter .string a
+{
+	color: #FF9E7B !important; 
+}
+
+.syntaxhighlighter .keyword
+{ 
+	color: #00FFFF !important; 
+}
+
+.syntaxhighlighter .preprocessor 
+{ 
+	color: #AEC4DE !important; 
+}
+
+.syntaxhighlighter .variable 
+{ 
+	color: #FFAA3E !important; 
+}
+
+.syntaxhighlighter .value
+{ 
+	color: #090 !important; 
+}
+
+.syntaxhighlighter .functions
+{ 
+	color: #81CEF9 !important; 
+}
+
+.syntaxhighlighter .constants
+{ 
+	color: #FF9E7B !important; 
+}
+
+.syntaxhighlighter .script
+{ 
+	background-color: #990000 !important;
+}
+
+.syntaxhighlighter .color1,
+.syntaxhighlighter .color1 a
+{ 
+	color: #EBDB8D !important; 
+}
+
+.syntaxhighlighter .color2,
+.syntaxhighlighter .color2 a
+{ 
+	color: #FF7D27 !important; 
+}
+
+.syntaxhighlighter .color3,
+.syntaxhighlighter .color3 a
+{ 
+	color: #AEC4DE !important; 
+}

Propchange: servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeEmacs.css
------------------------------------------------------------------------------
    svn:executable = *

Added: servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeFadeToGrey.css
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeFadeToGrey.css?rev=949684&view=auto
==============================================================================
--- servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeFadeToGrey.css (added)
+++ servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeFadeToGrey.css Mon May 31 08:12:44 2010
@@ -0,0 +1,177 @@
+/**
+ * SyntaxHighlighter
+ * http://alexgorbatchev.com/
+ *
+ * SyntaxHighlighter is donationware. If you are using it, please donate.
+ * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
+ *
+ * @version
+ * 2.1.364 (October 15 2009)
+ * 
+ * @copyright
+ * Copyright (C) 2004-2009 Alex Gorbatchev.
+ *
+ * @license
+ * This file is part of SyntaxHighlighter.
+ * 
+ * SyntaxHighlighter is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ * 
+ * SyntaxHighlighter is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
+ */
+/**
+ * Fade to Grey SyntaxHighlighter theme based on theme by Brasten Sager
+ * http://www.ibrasten.com/
+ */
+
+/************************************
+ * Interface elements.
+ ************************************/
+
+.syntaxhighlighter
+{
+	background-color: #121212 !important;
+}
+
+/* Gutter line numbers */
+.syntaxhighlighter .line .number
+{
+	color: #C3C3C3 !important;
+}
+
+/* Add border to the lines */
+.syntaxhighlighter .line .content
+{
+	border-left: 3px solid #3185B9 !important;
+	color: #B9BDB6 !important;
+}
+
+.syntaxhighlighter.printing .line .content 
+{
+	border: 0 !important;
+}
+
+/* First line */
+.syntaxhighlighter .line.alt1
+{
+}
+
+/* Second line */
+.syntaxhighlighter .line.alt2
+{
+	background-color: #000000 !important;
+}
+
+/* Highlighed line number */
+.syntaxhighlighter .line.highlighted .number
+{
+	background-color: #3A3A00 !important;
+	color: #fff !important;
+}
+
+/* Highlighed line */
+.syntaxhighlighter .line.highlighted.alt1,
+.syntaxhighlighter .line.highlighted.alt2
+{
+	background-color: #3A3A00 !important;
+}
+
+.syntaxhighlighter .toolbar
+{
+	background-color: #000000 !important;
+	border: #000000 solid 1px !important;
+}
+
+.syntaxhighlighter .toolbar a
+{
+	color: #808080 !important;
+}
+
+.syntaxhighlighter .toolbar a:hover
+{
+	color: #96DAFF !important;
+}
+
+/************************************
+ * Actual syntax highlighter colors.
+ ************************************/
+.syntaxhighlighter .plain,
+.syntaxhighlighter .plain a
+{ 
+	color: #FFFFFF !important;
+}
+
+.syntaxhighlighter .comments,
+.syntaxhighlighter .comments a
+{ 
+	color: #696854 !important;
+}
+
+.syntaxhighlighter .string,
+.syntaxhighlighter .string a
+{
+	color: #E3E658 !important; 
+}
+
+.syntaxhighlighter .keyword
+{ 
+	color: #D01D33 !important; 
+}
+
+.syntaxhighlighter .preprocessor 
+{ 
+	color: #435A5F !important; 
+}
+
+.syntaxhighlighter .variable 
+{ 
+	color: #898989 !important; 
+}
+
+.syntaxhighlighter .value
+{ 
+	color: #090 !important; 
+}
+
+.syntaxhighlighter .functions
+{ 
+	color: #AAAAAA !important;
+	font-weight: bold !important;
+}
+
+.syntaxhighlighter .constants
+{ 
+	color: #96DAFF !important; 
+}
+
+.syntaxhighlighter .script
+{ 
+	background-color: #C3C3C3 !important;
+	color: #000 !important;
+}
+
+.syntaxhighlighter .color1,
+.syntaxhighlighter .color1 a
+{ 
+	color: #FFC074 !important; 
+}
+
+.syntaxhighlighter .color2,
+.syntaxhighlighter .color2 a
+{ 
+	color: #4A8CDB !important; 
+}
+
+.syntaxhighlighter .color3,
+.syntaxhighlighter .color3 a
+{ 
+	color: #96DAFF !important; 
+}

Propchange: servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeFadeToGrey.css
------------------------------------------------------------------------------
    svn:executable = *

Added: servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeMidnight.css
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeMidnight.css?rev=949684&view=auto
==============================================================================
--- servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeMidnight.css (added)
+++ servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeMidnight.css Mon May 31 08:12:44 2010
@@ -0,0 +1,175 @@
+/**
+ * SyntaxHighlighter
+ * http://alexgorbatchev.com/
+ *
+ * SyntaxHighlighter is donationware. If you are using it, please donate.
+ * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
+ *
+ * @version
+ * 2.1.364 (October 15 2009)
+ * 
+ * @copyright
+ * Copyright (C) 2004-2009 Alex Gorbatchev.
+ *
+ * @license
+ * This file is part of SyntaxHighlighter.
+ * 
+ * SyntaxHighlighter is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ * 
+ * SyntaxHighlighter is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
+ */
+/**
+ * Midnight SyntaxHighlighter theme based on theme by J.D. Myers
+ * http://webdesign.lsnjd.com/
+ */
+
+/************************************
+ * Interface elements.
+ ************************************/
+
+.syntaxhighlighter
+{
+	background-color: #0F192A !important;
+}
+
+/* Gutter line numbers */
+.syntaxhighlighter .line .number
+{
+	color: #38566F !important;
+}
+
+/* Add border to the lines */
+.syntaxhighlighter .line .content
+{
+	border-left: 3px solid #435A5F !important;
+	color: #B9BDB6 !important;
+}
+
+.syntaxhighlighter.printing .line .content 
+{
+	border: 0 !important;
+}
+
+/* First line */
+.syntaxhighlighter .line.alt1
+{
+	background-color: #0F192A !important;
+}
+
+/* Second line */
+.syntaxhighlighter .line.alt2
+{
+	background-color: #0F192A !important;
+}
+
+/* Highlighed line number */
+.syntaxhighlighter .line.highlighted .number
+{
+	background-color: #253E5A !important;
+	color: #fff !important;
+}
+
+/* Highlighed line */
+.syntaxhighlighter .line.highlighted.alt1,
+.syntaxhighlighter .line.highlighted.alt2
+{
+	background-color: #253E5A !important;
+}
+
+.syntaxhighlighter .toolbar
+{
+	background-color: #0F192A !important;
+}
+
+.syntaxhighlighter .toolbar a
+{
+	color: #38566F !important;
+}
+
+.syntaxhighlighter .toolbar a:hover
+{
+	color: #8AA6C1 !important;
+}
+
+/************************************
+ * Actual syntax highlighter colors.
+ ************************************/
+.syntaxhighlighter .plain,
+.syntaxhighlighter .plain a
+{ 
+	color: #D1EDFF !important;
+}
+
+.syntaxhighlighter .comments,
+.syntaxhighlighter .comments a
+{ 
+	color: #428BDD !important;
+}
+
+.syntaxhighlighter .string,
+.syntaxhighlighter .string a
+{
+	color: #1DC116 !important; 
+}
+
+.syntaxhighlighter .keyword
+{ 
+	color: #B43D3D !important; 
+}
+
+.syntaxhighlighter .preprocessor 
+{ 
+	color: #8AA6C1 !important; 
+}
+
+.syntaxhighlighter .variable 
+{ 
+	color: #FFAA3E !important; 
+}
+
+.syntaxhighlighter .value
+{ 
+	color: #F7E741 !important; 
+}
+
+.syntaxhighlighter .functions
+{ 
+	color: #FFAA3E !important; 
+}
+
+.syntaxhighlighter .constants
+{ 
+	color: #E0E8FF !important; 
+}
+
+.syntaxhighlighter .script
+{ 
+	background-color: #404040 !important;
+}
+
+.syntaxhighlighter .color1,
+.syntaxhighlighter .color1 a
+{ 
+	color: #F8BB00 !important; 
+}
+
+.syntaxhighlighter .color2,
+.syntaxhighlighter .color2 a
+{ 
+	color: #FFFFFF !important; 
+}
+
+.syntaxhighlighter .color3,
+.syntaxhighlighter .color3 a
+{ 
+	color: #FFAA3E !important; 
+}

Propchange: servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeMidnight.css
------------------------------------------------------------------------------
    svn:executable = *

Added: servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeRDark.css
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeRDark.css?rev=949684&view=auto
==============================================================================
--- servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeRDark.css (added)
+++ servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeRDark.css Mon May 31 08:12:44 2010
@@ -0,0 +1,175 @@
+/**
+ * SyntaxHighlighter
+ * http://alexgorbatchev.com/
+ *
+ * SyntaxHighlighter is donationware. If you are using it, please donate.
+ * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
+ *
+ * @version
+ * 2.1.364 (October 15 2009)
+ * 
+ * @copyright
+ * Copyright (C) 2004-2009 Alex Gorbatchev.
+ *
+ * @license
+ * This file is part of SyntaxHighlighter.
+ * 
+ * SyntaxHighlighter is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ * 
+ * SyntaxHighlighter is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
+ */
+/**
+ * RDark SyntaxHighlighter theme based on theme by Radu Dineiu
+ * http://www.vim.org/scripts/script.php?script_id=1732
+ */
+
+/************************************
+ * Interface elements.
+ ************************************/
+
+.syntaxhighlighter
+{
+	background-color: #1B2426 !important;
+}
+
+/* Gutter line numbers */
+.syntaxhighlighter .line .number
+{
+	color: #B9BDB6 !important;
+}
+
+/* Add border to the lines */
+.syntaxhighlighter .line .content
+{
+	border-left: 3px solid #435A5F !important;
+	color: #B9BDB6 !important;
+}
+
+.syntaxhighlighter.printing .line .content 
+{
+	border: 0 !important;
+}
+
+/* First line */
+.syntaxhighlighter .line.alt1
+{
+	background-color: #1B2426 !important;
+}
+
+/* Second line */
+.syntaxhighlighter .line.alt2
+{
+	background-color: #1B2426 !important;
+}
+
+/* Highlighed line number */
+.syntaxhighlighter .line.highlighted .number
+{
+	background-color: #435A5F !important;
+	color: #fff !important;
+}
+
+/* Highlighed line */
+.syntaxhighlighter .line.highlighted.alt1,
+.syntaxhighlighter .line.highlighted.alt2
+{
+	background-color: #435A5F !important;
+}
+
+.syntaxhighlighter .toolbar
+{
+	background-color: #1B2426 !important;
+}
+
+.syntaxhighlighter .toolbar a
+{
+	color: #646763 !important;
+}
+
+.syntaxhighlighter .toolbar a:hover
+{
+	color: #E0E8FF !important;
+}
+
+/************************************
+ * Actual syntax highlighter colors.
+ ************************************/
+.syntaxhighlighter .plain,
+.syntaxhighlighter .plain a
+{ 
+	color: #B9BDB6 !important;
+}
+
+.syntaxhighlighter .comments,
+.syntaxhighlighter .comments a
+{ 
+	color: #878A85 !important;
+}
+
+.syntaxhighlighter .string,
+.syntaxhighlighter .string a
+{
+	color: #5CE638 !important; 
+}
+
+.syntaxhighlighter .keyword
+{ 
+	color: #5BA1CF !important; 
+}
+
+.syntaxhighlighter .preprocessor 
+{ 
+	color: #435A5F !important; 
+}
+
+.syntaxhighlighter .variable 
+{ 
+	color: #FFAA3E !important; 
+}
+
+.syntaxhighlighter .value
+{ 
+	color: #090 !important; 
+}
+
+.syntaxhighlighter .functions
+{ 
+	color: #FFAA3E !important; 
+}
+
+.syntaxhighlighter .constants
+{ 
+	color: #E0E8FF !important; 
+}
+
+.syntaxhighlighter .script
+{ 
+	background-color: #435A5F !important;
+}
+
+.syntaxhighlighter .color1,
+.syntaxhighlighter .color1 a
+{ 
+	color: #E0E8FF !important; 
+}
+
+.syntaxhighlighter .color2,
+.syntaxhighlighter .color2 a
+{ 
+	color: #FFFFFF !important; 
+}
+
+.syntaxhighlighter .color3,
+.syntaxhighlighter .color3 a
+{ 
+	color: #FFAA3E !important; 
+}

Propchange: servicemix/documentation/trunk/common/src/main/resources/resources/syntaxhl/styles/shThemeRDark.css
------------------------------------------------------------------------------
    svn:executable = *

Added: servicemix/documentation/trunk/common/src/main/resources/resources/theme/master.css
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/common/src/main/resources/resources/theme/master.css?rev=949684&view=auto
==============================================================================
--- servicemix/documentation/trunk/common/src/main/resources/resources/theme/master.css (added)
+++ servicemix/documentation/trunk/common/src/main/resources/resources/theme/master.css Mon May 31 08:12:44 2010
@@ -0,0 +1,18 @@
+body {
+  font-family: verdana, helvetica, sans-serif;
+}
+
+table.reference tbody tr {
+  border: solid thin black;
+}
+
+.literallayout {
+  margin-left: 20px;
+  font-family: monospace;
+  background-color: #E0E0E0;
+}
+
+.legalnotice {
+  font-size: 0.8em;
+  background-color: #E0E0E0; 
+}
\ No newline at end of file

Modified: servicemix/documentation/trunk/common/src/main/resources/styles/docbook-fo.xsl
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/common/src/main/resources/styles/docbook-fo.xsl?rev=949684&r1=949683&r2=949684&view=diff
==============================================================================
--- servicemix/documentation/trunk/common/src/main/resources/styles/docbook-fo.xsl (original)
+++ servicemix/documentation/trunk/common/src/main/resources/styles/docbook-fo.xsl Mon May 31 08:12:44 2010
@@ -29,6 +29,7 @@
                 version="1.0">
 
   <xsl:import href="urn:docbkx:stylesheet"/>
+  <xsl:import href="highlight-fo.xsl"/>  
 
   <!-- Prevent blank pages in output -->
   <xsl:template name="book.titlepage.before.verso">
@@ -362,7 +363,7 @@
                 colored and hyphenated links
       ################################################### -->
   <xsl:template match="ulink">
-    <fo:basic-link external-destination="{@url}"
+    <fo:basic-link external-destination="url({@url})"
                    xsl:use-attribute-sets="xref.properties"
                    text-decoration="underline"
                    color="blue">

Added: servicemix/documentation/trunk/common/src/main/resources/styles/docbook-html.xsl
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/common/src/main/resources/styles/docbook-html.xsl?rev=949684&view=auto
==============================================================================
--- servicemix/documentation/trunk/common/src/main/resources/styles/docbook-html.xsl (added)
+++ servicemix/documentation/trunk/common/src/main/resources/styles/docbook-html.xsl Mon May 31 08:12:44 2010
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->        
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                xmlns:d="http://docbook.org/ns/docbook"
+                exclude-result-prefixes="d"
+                version="1.0">
+
+    <xsl:import href="urn:docbkx:stylesheet"/>
+
+    <xsl:template name="user.head.content">
+        <xsl:param name="node" select="."/>
+        <!-- Include *at least* the core style and default theme -->
+        <link href="resources/syntaxhl/styles/shCore.css" rel="stylesheet" type="text/css" />
+        <link href="resources/syntaxhl/styles/shThemeDefault.css" rel="Stylesheet" type="text/css" />
+        <!-- Include required JS files -->
+        <script type="text/javascript" src="resources/syntaxhl/scripts/shCore.js"></script>
+        <script type="text/javascript" src="resources/syntaxhl/scripts/shLegacy.js"></script>
+        <!-- At least one brush, here we choose JS. You need to include a brush for every language you want to highlight -->
+        <script type="text/javascript" src="resources/syntaxhl/scripts/shBrushJava.js"></script>
+        <script type="text/javascript" src="resources/syntaxhl/scripts/shBrushXml.js"></script>
+
+
+        <!-- Finally, to actually run the highlighter, you need to include this JS on your page -->
+        <script type="text/javascript">
+          SyntaxHighlighter.config.clipboardSwf = 'resources/syntaxhl/scripts/clipboard.swf';
+          SyntaxHighlighter.all()
+          dp.SyntaxHighlighter.HighlightAll('programlisting');
+        </script>
+
+    </xsl:template>
+
+    <xsl:template match="d:programlisting">
+        <script type="syntaxhighlighter" class="brush: xml">
+            <xsl:text>&lt;![CDATA[</xsl:text>
+            <xsl:value-of select="text()"/>
+            <xsl:text>]]&gt;</xsl:text>
+            <!--<xsl:apply-templates/>            -->
+        </script>
+    </xsl:template>
+
+    <xsl:template name="anchor">
+        <xsl:param name="node" select="."/>
+        <xsl:param name="conditional" select="1"/>
+        <xsl:variable name="id">
+            <xsl:call-template name="object.id">
+                <xsl:with-param name="object" select="$node"/>
+            </xsl:call-template>
+        </xsl:variable>
+        <xsl:if test="$conditional = 0 or $node/@id or $node/@xml:id">
+            <a name="{$id}"/>
+        </xsl:if>
+    </xsl:template>
+
+
+</xsl:stylesheet>
\ No newline at end of file

Added: servicemix/documentation/trunk/common/src/main/resources/styles/highlight-fo.xsl
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/common/src/main/resources/styles/highlight-fo.xsl?rev=949684&view=auto
==============================================================================
--- servicemix/documentation/trunk/common/src/main/resources/styles/highlight-fo.xsl (added)
+++ servicemix/documentation/trunk/common/src/main/resources/styles/highlight-fo.xsl Mon May 31 08:12:44 2010
@@ -0,0 +1,58 @@
+<?xml version='1.0'?>
+<!--
+  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.
+-->
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                xmlns:fo="http://www.w3.org/1999/XSL/Format"
+                xmlns:xslthl="http://xslthl.sf.net"
+                exclude-result-prefixes="xslthl"
+                version='1.0'>
+
+  <xsl:import href="urn:docbkx:stylesheet/highlight.xsl"/>
+
+  <xsl:template match='xslthl:keyword' mode="xslthl">
+    <fo:inline font-weight="bold" color="#7F0055"><xsl:apply-templates mode="xslthl"/></fo:inline>
+  </xsl:template>
+
+  <xsl:template match='xslthl:comment' mode="xslthl">
+    <fo:inline font-style="italic" color="#3F5F5F"><xsl:apply-templates mode="xslthl"/></fo:inline>
+  </xsl:template>
+
+  <xsl:template match='xslthl:oneline-comment' mode="xslthl">
+    <fo:inline font-style="italic" color="#3F5F5F"><xsl:apply-templates mode="xslthl"/></fo:inline>
+  </xsl:template>
+
+  <xsl:template match='xslthl:multiline-comment' mode="xslthl">
+    <fo:inline font-style="italic" color="#3F5FBF"><xsl:apply-templates mode="xslthl"/></fo:inline>
+  </xsl:template>
+
+  <xsl:template match='xslthl:tag' mode="xslthl">
+    <fo:inline  color="#3F7F7F"><xsl:apply-templates mode="xslthl"/></fo:inline>
+  </xsl:template>
+
+  <xsl:template match='xslthl:attribute' mode="xslthl">
+    <fo:inline color="#7F007F"><xsl:apply-templates mode="xslthl"/></fo:inline>
+  </xsl:template>
+
+  <xsl:template match='xslthl:value' mode="xslthl">
+    <fo:inline color="#2A00FF"><xsl:apply-templates mode="xslthl"/></fo:inline>
+  </xsl:template>
+
+  <xsl:template match='xslthl:string' mode="xslthl">
+    <fo:inline color="#2A00FF"><xsl:apply-templates mode="xslthl"/></fo:inline>
+  </xsl:template>
+
+</xsl:stylesheet>

Modified: servicemix/documentation/trunk/docs/jbi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/docs/jbi/pom.xml?rev=949684&r1=949683&r2=949684&view=diff
==============================================================================
--- servicemix/documentation/trunk/docs/jbi/pom.xml (original)
+++ servicemix/documentation/trunk/docs/jbi/pom.xml Mon May 31 08:12:44 2010
@@ -80,7 +80,7 @@
       <plugin>
         <groupId>com.agilejava.docbkx</groupId>
         <artifactId>docbkx-maven-plugin</artifactId>
-        <version>2.0.9</version>
+        <version>2.0.10</version>
         <configuration>
           <entities>
             <entity>

Modified: servicemix/documentation/trunk/docs/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/docs/pom.xml?rev=949684&r1=949683&r2=949684&view=diff
==============================================================================
--- servicemix/documentation/trunk/docs/pom.xml (original)
+++ servicemix/documentation/trunk/docs/pom.xml Mon May 31 08:12:44 2010
@@ -95,7 +95,7 @@
       <plugin>
         <groupId>com.agilejava.docbkx</groupId>
         <artifactId>docbkx-maven-plugin</artifactId>
-        <version>2.0.9</version>
+        <version>2.0.10</version>
         <executions>
 
           <execution>
@@ -105,17 +105,18 @@
             </goals>
             <phase>verify</phase>
             <configuration>
-              <htmlStylesheet>theme/master.css</htmlStylesheet>
+              <htmlStylesheet>resources/theme/master.css</htmlStylesheet>
               <chunkToc>false</chunkToc>
               <chunkedOutput>true</chunkedOutput>
               <postProcess>
-                <property name="theme" location="${project.build.directory}/site/html/theme"/>
-                <mkdir dir="${theme}"/>
-                <copy todir="${theme}">
-                  <fileset dir="${project.build.directory}/common/theme"/>
+                <property name="resources" location="${project.build.directory}/site/html/resources"/>
+                <mkdir dir="${resources}"/>
+                <copy todir="${resources}">
+                  <fileset dir="${project.build.directory}/common/resources"/>
                 </copy>
               </postProcess>
               <targetDirectory>${project.reporting.outputDirectory}/html</targetDirectory>
+              <htmlCustomization>${project.build.directory}/common/styles/docbook-html.xsl</htmlCustomization>
             </configuration>
           </execution>
 
@@ -126,16 +127,17 @@
             </goals>
             <phase>verify</phase>
             <configuration>
-              <htmlStylesheet>theme/master.css</htmlStylesheet>
+              <htmlStylesheet>resources/theme/master.css</htmlStylesheet>
               <chunkedOutput>false</chunkedOutput>
               <postProcess>
-                <property name="theme" location="${project.build.directory}/site/single/theme"/>
-                <mkdir dir="${theme}"/>
-                <copy todir="${theme}">
-                  <fileset dir="${project.build.directory}/common/theme"/>
+                <property name="resources" location="${project.build.directory}/site/single/resources"/>
+                <mkdir dir="${resources}"/>
+                <copy todir="${resources}">
+                  <fileset dir="${project.build.directory}/common/resources"/>
                 </copy>
               </postProcess>
               <targetDirectory>${project.reporting.outputDirectory}/single</targetDirectory>
+              <htmlCustomization>${project.build.directory}/common/styles/docbook-html.xsl</htmlCustomization>
             </configuration>
           </execution>
 
@@ -146,6 +148,9 @@
             </goals>
             <phase>verify</phase>
             <configuration>
+              <highlightSource>1</highlightSource>
+              <highlightDefaultLanguage>xml</highlightDefaultLanguage>
+              <hyphenateVerbatim>1</hyphenateVerbatim>
               <foCustomization>${project.build.directory}/common/styles/docbook-fo.xsl</foCustomization>
               <targetDirectory>${project.reporting.outputDirectory}/pdf</targetDirectory>
             </configuration>
@@ -167,15 +172,17 @@
 
         <dependencies>
           <dependency>
-            <groupId>org.docbook</groupId>
+            <groupId>net.sf.docbook</groupId>
             <artifactId>docbook-xml</artifactId>
-            <version>4.4</version>
+            <version>5.0-all</version>
+            <classifier>resources</classifier>
+            <type>zip</type>
             <scope>runtime</scope>
           </dependency>
           <dependency>
             <groupId>net.sf.xslthl</groupId>
             <artifactId>xslthl</artifactId>
-            <version>2.0.1</version>
+            <version>2.0.2</version>
           </dependency>
         </dependencies>