From 01280363284f07da22e4650d435c9524e3c9a3a3 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 16 Feb 2007 16:22:24 +0000 Subject: [PATCH] Now using maven spring site plugin --- src/site/apt/downloads/releases.apt | 4 + src/site/apt/resources.apt | 10 +- src/site/resources/css/site.css | 166 ---------------------------- src/site/site.xml | 22 ++-- 4 files changed, 23 insertions(+), 179 deletions(-) delete mode 100644 src/site/resources/css/site.css diff --git a/src/site/apt/downloads/releases.apt b/src/site/apt/downloads/releases.apt index d59c545e..84d97061 100644 --- a/src/site/apt/downloads/releases.apt +++ b/src/site/apt/downloads/releases.apt @@ -9,3 +9,7 @@ Downloads * <> * {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=481055}Downloads}} | {{{http://static.springframework.org/spring-ws/docs/1.0-m3/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=34044}Announcement}} + + * <> + + * {{{snapshots.html}Download nighly snapshots}} diff --git a/src/site/apt/resources.apt b/src/site/apt/resources.apt index cdfb6d4b..c38a0102 100644 --- a/src/site/apt/resources.apt +++ b/src/site/apt/resources.apt @@ -2,7 +2,9 @@ Resources --------- -SOAP Reference +Resources + +* SOAP Reference Below are some resources which help you understand SOAP in general. These are not tied to Spring-WS. @@ -19,7 +21,7 @@ SOAP Reference * {{{http://www.amazon.com/gp/product/0131488740}Web Services Platform Architecture}} is a good book on SOAP, WSDL, and all current and upcoming WS-* specifications -XSD Reference +* XSD Reference Below are some resources which help you understand XSD schemas in general. These are not tied to Spring-WS. @@ -32,7 +34,7 @@ XSD Reference * {{{http://www.amazon.com/gp/product/0201740958}Essential XML Quick Reference}}, a good reference on XML, XPath, XSL, XSD, and more -WSDL Reference +* WSDL Reference Below are some resources which help you understand WSDL in general. These are not tied to Spring-WS. @@ -45,7 +47,7 @@ WSDL Reference * {{{http://www.amazon.com/gp/product/0131488740}Web Services Platform Architecture}} is a good book on SOAP, WSDL, and all current and upcoming WS-* specifications -WS-Security Reference +* WS-Security Reference Below are some resources which help you understand WS-Security in general. These are not tied to Spring-WS. diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css deleted file mode 100644 index b54d334a..00000000 --- a/src/site/resources/css/site.css +++ /dev/null @@ -1,166 +0,0 @@ -body { - font-size: 0.85em; - line-height: 1.3; - margin: 0.5em 0pt 0.5em 0pt; - padding: 0pt; -} -body, p, td, li, ul, ol { - font-family: Verdana,Helvetica,Arial,sans-serif; -} -code{ - font-family: Courier, monospace; - font-size: 13px; -} -.section { - padding: 0; -} -a { - text-decoration: none; -} -a:link { - text-decoration: none; - font-weight: bold; - color: rgb(58, 129, 108); -} -a:visited { - text-decoration: none; - font-weight: bold; - color: #62a2a6; -} -a:hover { - font-weight: bold; - color: rgb(123, 180, 1); - text-decoration: underline; -} -a:active { - font-weight: bold; - color: #7BB401; - text-decoration: underline; -} -#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, h2, h3, h4, h5, h6 { - font-family: Verdana, Arial, Helvetica, sans-serif - margin: 0; -} -h2 { - color: #658a16; - font-size: 1.2em; - padding: 0; - border: 0; - background-color: #FFF; -} -h3 { - padding: 2px 5px; - color: #5F6C30; - font-size: 1.2em; - background-color: #E5EEC4; - border: 1px solid #CDDE8E; -} -h4 { - color: #af9d6f; - font-size: 1.1em; - border-top-width: 0; - border-left-width: 0; - border-right-width: 0; - border-bottom-width: 1px; - border-bottom-style: dotted; - border-bottom-color: #af9d6f; -} -h5 { - color: #96c6f6; - font-size: .8em; -} -p { - margin: 0 0 1.3em 0; - padding: 0; -} -#breadcrumbs { - border-top: 1px solid #aaa; - border-bottom: 1px solid #aaa; - background-color: rgb(186, 206, 135); -} -#breadcrumbs a { - color: rgb(0, 0, 0); -} -#leftColumn { - font-size: 0.75em; - padding: 10px 5px #999 5px; - margin: 10px 0 0 5px; - border: 1px solid rgb(67, 67, 32); - background-color: rgb(226, 243, 184); -} -#navcolumn h5 { - font-size: 14px; - font-weight: bold; - border-bottom: 1px solid rgb(171, 186, 117); - padding: 5px 0px 0px 1px; - margin-bottom: 0.25em; - color: rgb(101, 138, 22); -} -#navcolumn li a:hover { - color: rgb(27, 138, 135); - text-decoration: none; -} - -table.bodyTable tr th { - text-align: center; - background: #69c; - color: #fff; - font-size: 0.75em; - border-bottom: 1px solid #aaa; -} -table.bodyTable table tr th a { - color: #fff; - text-decoration: underline; -} -table.bodyTable table tr th img { - margin: 0; -} -.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); -} - diff --git a/src/site/site.xml b/src/site/site.xml index a839c727..ae6bda99 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,14 +1,22 @@ + + org.springframework.maven.skins + maven-spring-skin + 1.0 + - Spring Web Services + http://www.springframework.org/files/xdev-spring_logo.jpg http://www.springframework.org/spring-ws - + + http://www.springframework.org/files/banners/i21-banner-stamped.jpg + http://www.springframework.com/ + - - + + @@ -24,10 +32,6 @@ - ${modules} - ${reports} + - - - \ No newline at end of file