svn commit: r1185717 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Tue Oct 18 15:19:33 2011 New Revision: 1185717 URL: http://svn.apache.org/viewvc?rev=1185717&view=rev Log: DOXIA-150 resolved, no needs to implement turnaround anymore! Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1185717&r1=1185716&r2=1185717&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Tue Oct 18 15:19:33 2011 @@ -1,12 +1,5 @@ http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> -## Remove extraneous header from custom entries -## See DOXIA-150 -#set ( $documentHeader = '' ) -#macro ( removeheader $text ) -#set ( $text = $StringUtils.replace( $text, $documentHeader, '' ) ) -#end - #macro ( topMenu $menus ) #foreach( $menu in $menus ) #if ( $menu.name ) @@ -507,12 +500,7 @@ #if ( $decoration.body.head ) #foreach( $item in $decoration.body.head.getChildren() ) -## Workaround for DOXIA-150 due to a non-desired behaviour in p-u -## @see org.codehaus.plexus.util.xml.Xpp3Dom#toString() -## @see org.codehaus.plexus.util.xml.Xpp3Dom#toUnescapedString() - #set ( $head = $item.toString().trim() ) -#set ( $documentHeader = '' ) #if ( $item.name == "script" ) #set ( $head = $StringUtils.replace( $item.toUnescapedString(), $documentHeader, "" ) ) @@ -641,7 +629,6 @@ #if ( $decoration.custom.getChild("footer") ) #foreach( $item in $decoration.custom.getChild("footer").getChildren() ) #set ( $foot = $item.toString().trim() ) -#removeheader ( $foot ) $StringUtils.replace( $foot, '@project.name@', ${project.name} ) #end #end
svn commit: r1188720 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
Author: simonetripodi Date: Tue Oct 25 15:35:07 2011 New Revision: 1188720 URL: http://svn.apache.org/viewvc?rev=1188720&view=rev Log: reitroduced indentation of heading/subheadings as suggested by Barrie Treloar Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1188720&r1=1188719&r2=1188720&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Tue Oct 25 15:35:07 2011 @@ -26,6 +26,10 @@ .clear hr{ display: none; } +.section p, .section p, .section dt, .section dt{ +margin-right: 7px; +margin-left: 7px; +} /* Tweaks to the bootstrap theme - */
svn commit: r1188723 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
Author: simonetripodi Date: Tue Oct 25 15:39:27 2011 New Revision: 1188723 URL: http://svn.apache.org/viewvc?rev=1188723&view=rev Log: added missing `tt` element styles, imported from original bootstrap `code` Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1188723&r1=1188722&r2=1188723&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Tue Oct 25 15:39:27 2011 @@ -38,11 +38,7 @@ .hero-unit h2{font-size: 60px;} /* Copied from bootstrap tag style. Maven translates to . */ -tt { -background-color: #FEE9CC; -color: rgba(0, 0, 0, 0.75); -padding: 1px 3px; -} +tt{padding:0 3px 2px;font-family:Monaco, Andale Mono, Courier New, monospace;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fee9cc;color:rgba(0, 0, 0, 0.75);padding:1px 3px;} a.externalLink { background: url(../images/external.png) right center no-repeat; padding-right: 18px;
svn commit: r1188729 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
Author: simonetripodi Date: Tue Oct 25 15:43:09 2011 New Revision: 1188729 URL: http://svn.apache.org/viewvc?rev=1188729&view=rev Log: minor compressed format Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1188729&r1=1188728&r2=1188729&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Tue Oct 25 15:43:09 2011 @@ -19,17 +19,9 @@ /* $Id$ */ -.clear{ -clear:both; -visibility: hidden; -} -.clear hr{ -display: none; -} -.section p, .section p, .section dt, .section dt{ -margin-right: 7px; -margin-left: 7px; -} +.clear{clear:both;visibility: hidden;} +.clear hr{display: none;} +.section p,.section p,.section dt,.section dt{margin-right: 7px;margin-left: 7px;} /* Tweaks to the bootstrap theme - */ @@ -39,11 +31,5 @@ /* Copied from bootstrap tag style. Maven translates to . */ tt{padding:0 3px 2px;font-family:Monaco, Andale Mono, Courier New, monospace;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fee9cc;color:rgba(0, 0, 0, 0.75);padding:1px 3px;} -a.externalLink { -background: url(../images/external.png) right center no-repeat; -padding-right: 18px; -} -a.newWindow { -background: url(../images/newwindow.png) right center no-repeat; -padding-right: 18px; -} +a.externalLink{background: url(../images/external.png) right center no-repeat;padding-right: 18px;} +a.newWindow {background: url(../images/newwindow.png) right center no-repeat;padding-right: 18px;}
svn commit: r1188897 - in /maven/sandbox/trunk/skin/maven-fluido-skin: LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
Author: simonetripodi Date: Tue Oct 25 20:42:06 2011 New Revision: 1188897 URL: http://svn.apache.org/viewvc?rev=1188897&view=rev Log: first checkin of legal files Added: maven/sandbox/trunk/skin/maven-fluido-skin/LICENSE.txt (with props) maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt (with props) maven/sandbox/trunk/skin/maven-fluido-skin/RELEASE-NOTES.txt (with props) Added: maven/sandbox/trunk/skin/maven-fluido-skin/LICENSE.txt URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/LICENSE.txt?rev=1188897&view=auto == --- maven/sandbox/trunk/skin/maven-fluido-skin/LICENSE.txt (added) +++ maven/sandbox/trunk/skin/maven-fluido-skin/LICENSE.txt Tue Oct 25 20:42:06 2011 @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 +http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License
svn commit: r1188898 - /maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml
Author: simonetripodi Date: Tue Oct 25 20:43:42 2011 New Revision: 1188898 URL: http://svn.apache.org/viewvc?rev=1188898&view=rev Log: include legal files in the distribution package Modified: maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml Modified: maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml?rev=1188898&r1=1188897&r2=1188898&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml Tue Oct 25 20:43:42 2011 @@ -44,6 +44,19 @@ true + + + +. +META-INF + + NOTICE.txt + LICENSE.txt + + + + + run-its
svn commit: r1188901 - /maven/sandbox/trunk/skin/maven-fluido-skin/RELEASE-NOTES.txt
Author: simonetripodi Date: Tue Oct 25 20:45:56 2011 New Revision: 1188901 URL: http://svn.apache.org/viewvc?rev=1188901&view=rev Log: modified description according to pom's one Modified: maven/sandbox/trunk/skin/maven-fluido-skin/RELEASE-NOTES.txt Modified: maven/sandbox/trunk/skin/maven-fluido-skin/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/RELEASE-NOTES.txt?rev=1188901&r1=1188900&r2=1188901&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/RELEASE-NOTES.txt (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/RELEASE-NOTES.txt Tue Oct 25 20:45:56 2011 @@ -25,7 +25,7 @@ $Id$ INTRODUCTION -This is the Fluido Skin for Apache Maven, based on Twitter's Bootstrap. + The Apache Maven Fluido Skin is an Apache Maven site skin built on top of Twitter's bootstrap. IMPORTANT NOTES
svn commit: r1188904 - /maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt
Author: simonetripodi Date: Tue Oct 25 20:47:55 2011 New Revision: 1188904 URL: http://svn.apache.org/viewvc?rev=1188904&view=rev Log: added Bootstrap license details Modified: maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt Modified: maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt?rev=1188904&r1=1188903&r2=1188904&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt Tue Oct 25 20:47:55 2011 @@ -1,6 +1,6 @@ Apache Maven - Fluido Skin Copyright 2011 The Apache Software Foundation -Twitter Bootstrap +Twitter Bootstrap - licensed under the Apache License v2.0. This product includes software developed by Twitter (http://twitter.github.com/bootstrap/).
svn commit: r1188907 - /maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml
Author: simonetripodi Date: Tue Oct 25 20:58:19 2011 New Revision: 1188907 URL: http://svn.apache.org/viewvc?rev=1188907&view=rev Log: forgot that elements are not merged across pom inheritance Modified: maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml Modified: maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml?rev=1188907&r1=1188906&r2=1188907&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml Tue Oct 25 20:58:19 2011 @@ -54,6 +54,9 @@ LICENSE.txt + +${basedir}/src/main/resources +
svn commit: r1188917 - in /maven/sandbox/trunk/skin/maven-fluido-skin: NOTICE.txt src/main/resources/images/external.png src/main/resources/images/icon_info_sml.gif src/main/resources/images/newwindow
Author: simonetripodi Date: Tue Oct 25 21:17:30 2011 New Revision: 1188917 URL: http://svn.apache.org/viewvc?rev=1188917&view=rev Log: starting replacing default icons with Iconic - see NOTICE for details Modified: maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/external.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_info_sml.gif maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/newwindow.png Modified: maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt?rev=1188917&r1=1188916&r2=1188917&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt Tue Oct 25 21:17:30 2011 @@ -4,3 +4,7 @@ Copyright 2011 The Apache Software Found Twitter Bootstrap - licensed under the Apache License v2.0. This product includes software developed by Twitter (http://twitter.github.com/bootstrap/). + +Iconic - Licensed under Creative Commons Attribution-ShareAlike 3.0 Unported. +This product includes software developed by +P.J. Onori (http://somerandomdude.com/work/iconic/) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/external.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/external.png?rev=1188917&r1=1188916&r2=1188917&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_info_sml.gif URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_info_sml.gif?rev=1188917&r1=1188916&r2=1188917&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/newwindow.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/newwindow.png?rev=1188917&r1=1188916&r2=1188917&view=diff == Binary files - no diff available.
svn commit: r1188918 - /maven/sandbox/trunk/skin/maven-fluido-skin/RELEASE-NOTES.txt
Author: simonetripodi Date: Tue Oct 25 21:18:07 2011 New Revision: 1188918 URL: http://svn.apache.org/viewvc?rev=1188918&view=rev Log: RELEASE-NOTES not used in Maven Removed: maven/sandbox/trunk/skin/maven-fluido-skin/RELEASE-NOTES.txt
svn commit: r1188919 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images: collapsed.gif expanded.gif
Author: simonetripodi Date: Tue Oct 25 21:18:53 2011 New Revision: 1188919 URL: http://svn.apache.org/viewvc?rev=1188919&view=rev Log: collapsed/expanded icons not used in bootstrap Removed: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.gif maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.gif
svn commit: r1188937 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images: icon_error_sml.gif icon_info_sml.gif icon_success_sml.gif
Author: simonetripodi Date: Tue Oct 25 21:50:47 2011 New Revision: 1188937 URL: http://svn.apache.org/viewvc?rev=1188937&view=rev Log: more icons from Iconic Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_error_sml.gif maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_info_sml.gif maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_success_sml.gif Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_error_sml.gif URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_error_sml.gif?rev=1188937&r1=1188936&r2=1188937&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_info_sml.gif URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_info_sml.gif?rev=1188937&r1=1188936&r2=1188937&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_success_sml.gif URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_success_sml.gif?rev=1188937&r1=1188936&r2=1188937&view=diff == Binary files - no diff available.
svn commit: r1188947 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources: META-INF/maven/site.vm css/maven-theme.css images/mail.png
Author: simonetripodi Date: Tue Oct 25 22:17:40 2011 New Revision: 1188947 URL: http://svn.apache.org/viewvc?rev=1188947&view=rev Log: added style to support the mailto: link with an envelop icon unfortunately, looks like that links classes in the reports are hardcoded in doxia :S Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/mail.png (with props) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1188947&r1=1188946&r2=1188947&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Tue Oct 25 22:17:40 2011 @@ -44,9 +44,13 @@ #else #set ( $linkTarget = "" ) #end - #if ( $href.toLowerCase().startsWith("http:/") || $href.toLowerCase().startsWith("https:/") || -$href.toLowerCase().startsWith("ftp:/") || $href.toLowerCase().startsWith("mailto:/";) || -$href.toLowerCase().startsWith("file:/") || ($href.toLowerCase().indexOf("://") != -1) ) + #if ( $href.toLowerCase().startsWith("mailto:";) ) +#set ( $linkClass = ' class="mail"' ) + #elseif ( $href.toLowerCase().startsWith("http:/") +|| $href.toLowerCase().startsWith("https:/") +|| $href.toLowerCase().startsWith("ftp:/") +|| $href.toLowerCase().startsWith("file:/") +|| ($href.toLowerCase().indexOf("://") != -1) ) #set ( $linkClass = ' class="externalLink"' ) #else #set ( $linkClass = "" ) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1188947&r1=1188946&r2=1188947&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Tue Oct 25 22:17:40 2011 @@ -32,4 +32,5 @@ /* Copied from bootstrap tag style. Maven translates to . */ tt{padding:0 3px 2px;font-family:Monaco, Andale Mono, Courier New, monospace;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fee9cc;color:rgba(0, 0, 0, 0.75);padding:1px 3px;} a.externalLink{background: url(../images/external.png) right center no-repeat;padding-right: 18px;} +a.mail{background: url(../images/mail.png) right center no-repeat;padding-right: 18px;} a.newWindow {background: url(../images/newwindow.png) right center no-repeat;padding-right: 18px;} Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/mail.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/mail.png?rev=1188947&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/mail.png -- svn:mime-type = image/png
svn commit: r1189056 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src: it/sample/src/site/apt/ main/resources/META-INF/maven/ main/resources/css/ main/resources/images/
Author: simonetripodi Date: Wed Oct 26 07:41:25 2011 New Revision: 1189056 URL: http://svn.apache.org/viewvc?rev=1189056&view=rev Log: css selectors rock - added more icons for links depending on the protocol, without teaking the velocity template the approach shouldn't work with IE6/7, that's why original classes have been preserved Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/file.png (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/ftp.png (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/https.png (with props) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/external.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/mail.png Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm?rev=1189056&r1=1189055&r2=1189056&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm Wed Oct 26 07:41:25 2011 @@ -118,9 +118,13 @@ Table caption font. <> font. <<>> font. - {Anchor}. Link to {{Anchor}}. Link to {{http://www.pixware.fr}}. + {Anchor}. Link to {{Anchor}}. Link to {{{Anchor}showing alternate text}}. Link to {{{http://www.pixware.fr}Pixware home page}}. + Link to {{{https://www.pixware.fr}Secure Pixware home page}}. + Link to {{{file:///tmp}Your temporary directory}}. + Link to {{{ftp://ftp.apache.org}FTP file}}. + Link to {{{mailto:dev at maven dot apache dot org}Maven dev ML}}. Force line\ break. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1189056&r1=1189055&r2=1189056&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Wed Oct 26 07:41:25 2011 @@ -44,13 +44,9 @@ #else #set ( $linkTarget = "" ) #end - #if ( $href.toLowerCase().startsWith("mailto:";) ) -#set ( $linkClass = ' class="mail"' ) - #elseif ( $href.toLowerCase().startsWith("http:/") -|| $href.toLowerCase().startsWith("https:/") -|| $href.toLowerCase().startsWith("ftp:/") -|| $href.toLowerCase().startsWith("file:/") -|| ($href.toLowerCase().indexOf("://") != -1) ) + #if ( $href.toLowerCase().startsWith("http:/") || $href.toLowerCase().startsWith("https:/") || +$href.toLowerCase().startsWith("ftp:/") || $href.toLowerCase().startsWith("mailto:/";) || +$href.toLowerCase().startsWith("file:/") || ($href.toLowerCase().indexOf("://") != -1) ) #set ( $linkClass = ' class="externalLink"' ) #else #set ( $linkClass = "" ) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1189056&r1=1189055&r2=1189056&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Wed Oct 26 07:41:25 2011 @@ -23,6 +23,16 @@ .clear hr{display: none;} .section p,.section p,.section dt,.section dt{margin-right: 7px;margin-left: 7px;} +/*IE6/7 don't support selectors*/ +a.externalLink{background: url('../images/external.png') right center no-repeat;padding-right: 18px;} +a.newWindow{background: url('../images/newwindow.png') right center no-repeat;padding-right: 18px;} + +a[href^=http]{background: url('../images/external.png') right center no-repeat;padding-right: 18px;} +a[href^=https]{background: url('../images/https.png') right center no-repeat;padding-right: 18px;} +a[href^=file]{backgrou
svn commit: r1189068 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
Author: simonetripodi Date: Wed Oct 26 08:09:13 2011 New Revision: 1189068 URL: http://svn.apache.org/viewvc?rev=1189068&view=rev Log: excluded styles where not desired, icons not applied everywhere Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1189068&r1=1189067&r2=1189068&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Wed Oct 26 08:09:13 2011 @@ -27,11 +27,11 @@ a.externalLink{background: url('../images/external.png') right center no-repeat;padding-right: 18px;} a.newWindow{background: url('../images/newwindow.png') right center no-repeat;padding-right: 18px;} -a[href^=http]{background: url('../images/external.png') right center no-repeat;padding-right: 18px;} -a[href^=https]{background: url('../images/https.png') right center no-repeat;padding-right: 18px;} -a[href^=file]{background: url('../images/file.png') right center no-repeat;padding-right: 18px;} -a[href^=ftp]{background: url('../images/ftp.png') right center no-repeat;padding-right: 18px;} -a[href^=mailto]{background: url('../images/mail.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=http]{background: url('../images/external.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=https]{background: url('../images/https.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=file]{background: url('../images/file.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=ftp]{background: url('../images/ftp.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=mailto]{background: url('../images/mail.png') right center no-repeat;padding-right: 18px;} /* Tweaks to the bootstrap theme - */
svn commit: r1189641 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources: META-INF/maven/site.vm css/maven-base.css css/maven-theme.css
Author: simonetripodi Date: Thu Oct 27 07:18:06 2011 New Revision: 1189641 URL: http://svn.apache.org/viewvc?rev=1189641&view=rev Log: top bar excluded by default but can be enabled by setting custom.fluidoSkin.topBarEnabled=true in site.xml - Contributed by Ivan Habunek Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-base.css maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1189641&r1=1189640&r2=1189641&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Thu Oct 27 07:18:06 2011 @@ -495,6 +495,14 @@ $title +#if ( $decoration.custom.getChild( 'fluidoSkin' ) + && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ) + && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ).getValue() ) +#set( $topBarEnabled = true ) +body{padding-top: 60px;} +#else +body{padding-top: 20px;} +#end @@ -568,6 +576,7 @@ #googleAnalytics( $decoration.googleAnalyticsAccountId ) +#if ( $topBarEnabled ) @@ -587,6 +596,7 @@ +#end #if ( ($decoration.bannerLeft.name && $decoration.bannerLeft.name != $project.name || $decoration.bannerLeft.src || $decoration.bannerLeft.href ) || $decoration.bannerRight ) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-base.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-base.css?rev=1189641&r1=1189640&r2=1189641&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-base.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-base.css Thu Oct 27 07:18:06 2011 @@ -19,4 +19,6 @@ /* $Id$ */ -body{padding-top: 60px;} +.clear{clear:both;visibility: hidden;} +.clear hr{display: none;} +.section p,.section p,.section dt,.section dt{margin-right: 7px;margin-left: 7px;} Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1189641&r1=1189640&r2=1189641&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Thu Oct 27 07:18:06 2011 @@ -19,10 +19,6 @@ /* $Id$ */ -.clear{clear:both;visibility: hidden;} -.clear hr{display: none;} -.section p,.section p,.section dt,.section dt{margin-right: 7px;margin-left: 7px;} - /*IE6/7 don't support selectors*/ a.externalLink{background: url('../images/external.png') right center no-repeat;padding-right: 18px;} a.newWindow{background: url('../images/newwindow.png') right center no-repeat;padding-right: 18px;}
svn commit: r1189756 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Thu Oct 27 13:43:31 2011 New Revision: 1189756 URL: http://svn.apache.org/viewvc?rev=1189756&view=rev Log: added the option to disable the sidebar (and change the layout!), use custom.fluidoSkin.sideBarEnabled = false - Thanks to both Ivan and Olivier for the hints! Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1189756&r1=1189755&r2=1189756&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Thu Oct 27 13:43:31 2011 @@ -598,7 +598,19 @@ #end +#if ( $decoration.custom.getChild('fluidoSkin') + && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sideBarEnabled' ) + && 'false' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sideBarEnabled' ).getValue() ) +#set ( $sideBarEnabled = false ) +#else +#set ( $sideBarEnabled = true ) +#end + +#if ( $sideBarEnabled ) +#else + +#end #if ( ($decoration.bannerLeft.name && $decoration.bannerLeft.name != $project.name || $decoration.bannerLeft.src || $decoration.bannerLeft.href ) || $decoration.bannerRight ) #banner( $decoration.bannerLeft "bannerLeft" ) @@ -614,6 +626,7 @@ + #if ( $sideBarEnabled ) #publishDate( "navigation-top" $decoration.publishDate $decoration.version ) @@ -624,6 +637,7 @@ #poweredByLogo( $decoration.poweredBy ) + #end @@ -642,6 +656,11 @@ $StringUtils.replace( $foot, '@project.name@', ${project.name} ) #end #end +#if ( !$sideBarEnabled ) + + #poweredByLogo( $decoration.poweredBy ) + +#end
svn commit: r1189757 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Thu Oct 27 13:44:53 2011 New Revision: 1189757 URL: http://svn.apache.org/viewvc?rev=1189757&view=rev Log: make sure the user really wants the topBar enabled Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1189757&r1=1189756&r2=1189757&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Thu Oct 27 13:44:53 2011 @@ -497,7 +497,7 @@ #if ( $decoration.custom.getChild( 'fluidoSkin' ) && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ) - && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ).getValue() ) + && 'true' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ).getValue() ) #set( $topBarEnabled = true ) body{padding-top: 60px;} #else
svn commit: r1189759 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Thu Oct 27 13:47:52 2011 New Revision: 1189759 URL: http://svn.apache.org/viewvc?rev=1189759&view=rev Log: no needs to double-check the disabled sidebar flag Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1189759&r1=1189758&r2=1189759&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Thu Oct 27 13:47:52 2011 @@ -602,14 +602,10 @@ && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sideBarEnabled' ) && 'false' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sideBarEnabled' ).getValue() ) #set ( $sideBarEnabled = false ) + #else #set ( $sideBarEnabled = true ) -#end - -#if ( $sideBarEnabled ) -#else - #end #if ( ($decoration.bannerLeft.name && $decoration.bannerLeft.name != $project.name || $decoration.bannerLeft.src || $decoration.bannerLeft.href ) || $decoration.bannerRight )
svn commit: r1189766 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Thu Oct 27 14:02:37 2011 New Revision: 1189766 URL: http://svn.apache.org/viewvc?rev=1189766&view=rev Log: resize the topbar/footer depending on the sidebar is enabled or not Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1189766&r1=1189765&r2=1189766&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Thu Oct 27 14:02:37 2011 @@ -578,10 +578,22 @@ #googleAnalytics( $decoration.googleAnalyticsAccountId ) +#if ( $decoration.custom.getChild('fluidoSkin') + && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sideBarEnabled' ) + && 'false' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sideBarEnabled' ).getValue() ) +#set ( $sideBarEnabled = false ) +#else +#set ( $sideBarEnabled = true ) +#end + #if ( $topBarEnabled ) +#if ( $sideBarEnabled ) +#else + +#end #topMenu( $decoration.body.menus ) @@ -600,14 +612,10 @@ #end -#if ( $decoration.custom.getChild('fluidoSkin') - && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sideBarEnabled' ) - && 'false' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sideBarEnabled' ).getValue() ) -#set ( $sideBarEnabled = false ) - -#else -#set ( $sideBarEnabled = true ) +#if ( $sideBarEnabled ) +#else + #end #if ( ($decoration.bannerLeft.name && $decoration.bannerLeft.name != $project.name || $decoration.bannerLeft.src || $decoration.bannerLeft.href ) || $decoration.bannerRight ) @@ -645,7 +653,11 @@ + #if ( $sideBarEnabled ) + #else + + #end Copyright ©#copyright()All Rights Reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version ) ## turnaround for #if ( $decoration.custom.getChild("footer") )
svn commit: r1189789 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm
Author: simonetripodi Date: Thu Oct 27 14:45:30 2011 New Revision: 1189789 URL: http://svn.apache.org/viewvc?rev=1189789&view=rev Log: added skin configuration details Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm?rev=1189789&r1=1189788&r2=1189789&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm Thu Oct 27 14:45:30 2011 @@ -9,6 +9,7 @@ ${skinName} test This is a test for ${skinName}. + ${skinName} is an Apache Maven site skin built on top of Twitter's bootstrap. * Usage @@ -27,6 +28,30 @@ ${skinName} test +-+ + The skin supports different layouts, enabling/disabling the left sidebar menu and the topbar menu. + Users have just play with flags in the <<>> element in <<>>. + ++-+ + + +true +false + + ++-+ + + That allows users having 4 skins in only 1! + + [[1]] sidebar only; + + [[2]] topbar only; + + [[3]] both side/top bars; + + [[4]] none at all. + + Default skin setting is the option <<1>>. + Sample content Paragraph 1, line 1.
svn commit: r1198335 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/external.png
Author: simonetripodi Date: Sun Nov 6 10:58:18 2011 New Revision: 1198335 URL: http://svn.apache.org/viewvc?rev=1198335&view=rev Log: updated the external link icon Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/external.png Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/external.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/external.png?rev=1198335&r1=1198334&r2=1198335&view=diff == Binary files - no diff available.
svn commit: r1198344 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images: icon_error_sml.gif icon_success_sml.gif icon_warning_sml.gif
Author: simonetripodi Date: Sun Nov 6 11:53:08 2011 New Revision: 1198344 URL: http://svn.apache.org/viewvc?rev=1198344&view=rev Log: got inspired from JenkinsCI, success/warning/error icons replaced by sun/cloud/rain Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_error_sml.gif maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_success_sml.gif maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_warning_sml.gif Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_error_sml.gif URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_error_sml.gif?rev=1198344&r1=1198343&r2=1198344&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_success_sml.gif URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_success_sml.gif?rev=1198344&r1=1198343&r2=1198344&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_warning_sml.gif URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_warning_sml.gif?rev=1198344&r1=1198343&r2=1198344&view=diff == Binary files - no diff available.
svn commit: r1198351 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/external.png
Author: simonetripodi Date: Sun Nov 6 12:52:03 2011 New Revision: 1198351 URL: http://svn.apache.org/viewvc?rev=1198351&view=rev Log: reduced the external link icon size Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/external.png Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/external.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/external.png?rev=1198351&r1=1198350&r2=1198351&view=diff == Binary files - no diff available.
svn commit: r1198359 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources: css/maven-theme.css images/collapsed.png images/expanded.png
Author: simonetripodi Date: Sun Nov 6 13:33:02 2011 New Revision: 1198359 URL: http://svn.apache.org/viewvc?rev=1198359&view=rev Log: improving the sidebar menu items Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png (with props) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1198359&r1=1198358&r2=1198359&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Sun Nov 6 13:33:02 2011 @@ -29,6 +29,10 @@ a.externalLink[href^=file]{background: u a.externalLink[href^=ftp]{background: url('../images/ftp.png') right center no-repeat;padding-right: 18px;} a.externalLink[href^=mailto]{background: url('../images/mail.png') right center no-repeat;padding-right: 18px;} +li.none{list-style: none;} +li.expanded{list-style-image: url('../images/expanded.png');} +li.collapsed{list-style-image: url('../images/collapsed.png');} + /* Tweaks to the bootstrap theme - */ Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png?rev=1198359&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png -- svn:mime-type = image/png Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png?rev=1198359&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png -- svn:mime-type = image/png
svn commit: r1198374 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar: ./ pom.xml src/ src/site/ src/site/apt/ src/site/apt/index.apt.vm src/site/resources/ src/site/resources/images/ sr
Author: simonetripodi Date: Sun Nov 6 14:09:06 2011 New Revision: 1198374 URL: http://svn.apache.org/viewvc?rev=1198374&view=rev Log: added an IT to show topbar functionalities Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/pom.xml (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/resources/ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/resources/images/ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/site.xml (with props) Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/pom.xml URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/pom.xml?rev=1198374&view=auto == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/pom.xml (added) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/pom.xml Sun Nov 6 14:09:06 2011 @@ -0,0 +1,93 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";> + 4.0.0 + +org.apache.maven +maven-parent +21 + + + org.apache.maven.skins.its + @project.artifactId@-topbar + 1.0-SNAPSHOT + jar + + @project.artifactId@ IT + http://maven.apache.org/skins/@project.artifactId@/sample/ + + +@project.name@ +@project.description@ +@project.groupId@ +@project.artifactId@ +@project.version@ + + + + + junit + junit + 3.8.2 + test + + + + + + +org.apache.maven.plugins +maven-site-plugin +3.0 + + + + + + + +org.apache.maven.plugins +maven-project-info-reports-plugin +2.4 + + false + false + + + + + index + summary + license + project-team + scm + issue-tracking + mailing-list + dependencies + cim + plugin-management + plugins + + + + + + + + Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/pom.xml -- svn:eol-style = native Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/pom.xml -- svn:keywords = Date Revision Author HeadURL Id Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/pom.xml -- svn:mime-type = text/xml Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm?rev=1198374&view=auto == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm (added) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm Sun Nov 6 14:09:06 2011 @@ -0,0 +1,167 @@ + -- + ${skinName} test + -- + Hervé Boutemy + -- + 2011-10-15 + -- + +${skinName} test + + This is a test for ${skinName}. + ${skinDescription} + +* Usage + + To use this skin in your project, use the skin element of + {{{/doxia/doxia-sitetools/doxia-decoration-model/decoration.html}the <<>> site descriptor}}: + ++-+ + + ... + +${skinGroupId} +${skinArtifactId} +${skinVersion} + + ... + ++-+ + + The skin supports different layouts, enabling/disabling the left sidebar menu and the topbar menu. + Users have just play with flags in the <<>> element in <<>>: + ++-+ + + ... + + + true + false + + + ... + ++-+ + + That allows users having 4 skins in only 1! + + [[1]] sidebar only; + + [[2]] topbar only; + + [[3]] both side/top bars; + + [[4]] none at all. + + Default skin setting is the option <<1>>. + +Sample content + + Paragraph 1, line 1. + Paragraph 1, line 2. + + Paragraph 2, line 1. + Paragraph 2, line 2. + +Section title + +* Sub-section title + +** Sub-sub-section title + +*** Sub-sub-sub-section ti
svn commit: r1198375 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/it: sample/ sidebar/
Author: simonetripodi Date: Sun Nov 6 14:10:04 2011 New Revision: 1198375 URL: http://svn.apache.org/viewvc?rev=1198375&view=rev Log: basic sample renamed to 'sidebar' to emphasize the IT feature Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/ - copied from r1198333, maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/ Removed: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/
svn commit: r1198415 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src: it/topbar/src/site/resources/images/topbar-logo.png it/topbar/src/site/site.xml main/resources/META-INF/maven/site.vm site/ap
Author: simonetripodi Date: Sun Nov 6 16:39:28 2011 New Revision: 1198415 URL: http://svn.apache.org/viewvc?rev=1198415&view=rev Log: enabled the topbar mini icon Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/resources/images/topbar-logo.png (with props) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/site.xml maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/resources/images/topbar-logo.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/resources/images/topbar-logo.png?rev=1198415&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/resources/images/topbar-logo.png -- svn:mime-type = image/png Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/site.xml?rev=1198415&r1=1198414&r2=1198415&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/site.xml (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/site.xml Sun Nov 6 16:39:28 2011 @@ -34,6 +34,12 @@ true + +Maven Fluido Skin +Maven Fluido Skin +/images/topbar-logo.png +/index.html + false @@ -42,6 +48,10 @@ + + http://nowhere.com/"/> + + Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1198415&r1=1198414&r2=1198415&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Sun Nov 6 16:39:28 2011 @@ -596,6 +596,51 @@ #else #end +#if ( $decoration.custom.getChild('fluidoSkin') + && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarIcon' ) ) +#set ( $topBarIcon = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarIcon' ) ) + +#if ( $topBarIcon.getChild( 'href' ) ) +#set ( $hrf = $topBarIcon.getChild( 'href' ).getValue() ) +#if ( ! ( $hrf.toLowerCase().startsWith("http:/") || $hrf.toLowerCase().startsWith("https:/") || +$hrf.toLowerCase().startsWith("ftp:/") || $hrf.toLowerCase().startsWith("mailto:/";) || +$hrf.toLowerCase().startsWith("file:/") || ($hrf.toLowerCase().indexOf("://") != -1) ) ) +#set ( $hrf = $PathTool.calculateLink( $hrf, $relativePath ) ) +#set ( $hrf = $hrf.replaceAll( '\\', '/' ) ) +#if ( ( $hrf == '' ) ) +#set ( $hrf = './' ) +#end +#end + + +#if( $topBarIcon.getChild( 'name' ) ) +#set ( $topBarIconName = $topBarIcon.getChild( 'name' ).getValue() ) +#else +#set ( $topBarIconName = $project.name ) +#end + +#if( $topBarIcon.getChild( 'src' ) ) +#set ( $src = $topBarIcon.getChild( 'src' ).getValue() ) +#if ( ! ( $src.toLowerCase().startsWith("http:/") || $src.toLowerCase().startsWith("https:/") || + $src.toLowerCase().startsWith("ftp:/") || $src.toLowerCase().startsWith("mailto:/";) || + $src.toLowerCase().startsWith("file:/") || ($src.toLowerCase().indexOf("://") != -1) ) ) +#set ( $src = $PathTool.calculateLink( $src, $relativePath ) ) +#set ( $src = $src.replaceAll( '\\', '/' ) ) +#end +#if ( $topBarIcon.getChild( 'alt' ) ) + #set ( $alt = $topBarIcon.getChild( &
svn commit: r1198419 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/it: sidebar/src/site/apt/index.apt.vm topbar/src/site/apt/index.apt.vm
Author: simonetripodi Date: Sun Nov 6 16:42:23 2011 New Revision: 1198419 URL: http://svn.apache.org/viewvc?rev=1198419&view=rev Log: topBarIcon usage replicated in IT sites Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm?rev=1198419&r1=1198418&r2=1198419&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm Sun Nov 6 16:42:23 2011 @@ -44,6 +44,27 @@ ${skinName} test +-+ + When users decide to enable the topbar, they can plug a small icon/logo there (typically 108*20 px) just configuring + the <<>> element in <<>>: + ++-+ + + ... + + + true + +Maven Fluido Skin +Maven Fluido Skin +/images/topbar-logo.png +/index.html + + + + ... + ++-+ + That allows users having 4 skins in only 1! [[1]] sidebar only; Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm?rev=1198419&r1=1198418&r2=1198419&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm Sun Nov 6 16:42:23 2011 @@ -56,6 +56,27 @@ ${skinName} test Default skin setting is the option <<1>>. + When users decide to enable the topbar, they can plug a small icon/logo there (typically 108*20 px) just configuring + the <<>> element in <<>>: + ++-+ + + ... + + + true + +Maven Fluido Skin +Maven Fluido Skin +/images/topbar-logo.png +/index.html + + + + ... + ++-+ + Sample content Paragraph 1, line 1.
svn commit: r1198431 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/resources/images/topbar-logo.png
Author: simonetripodi Date: Sun Nov 6 16:50:57 2011 New Revision: 1198431 URL: http://svn.apache.org/viewvc?rev=1198431&view=rev Log: improved a logo (just to show it is an image) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/resources/images/topbar-logo.png Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/resources/images/topbar-logo.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/resources/images/topbar-logo.png?rev=1198431&r1=1198430&r2=1198431&view=diff == Binary files - no diff available.
svn commit: r1198439 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Sun Nov 6 16:56:07 2011 New Revision: 1198439 URL: http://svn.apache.org/viewvc?rev=1198439&view=rev Log: no paragraph by default for each foot element Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1198439&r1=1198438&r2=1198439&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Sun Nov 6 16:56:07 2011 @@ -707,10 +707,10 @@ #end Copyright ©#copyright()All Rights Reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version ) ## turnaround for - #if ( $decoration.custom.getChild("footer") ) + #if ( $decoration.custom.getChild( "footer" ) ) #foreach( $item in $decoration.custom.getChild("footer").getChildren() ) #set ( $foot = $item.toString().trim() ) -$StringUtils.replace( $foot, '@project.name@', ${project.name} ) +$StringUtils.replace( $foot, '@project.name@', ${project.name} ) #end #end #if ( !$sideBarEnabled )
svn commit: r1198546 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src: it/sidebar/ it/sidebar/src/site/ it/sidebar/src/site/apt/ it/topbar/ it/topbar/src/site/ it/topbar/src/site/apt/ main/resourc
Author: simonetripodi Date: Sun Nov 6 20:14:01 2011 New Revision: 1198546 URL: http://svn.apache.org/viewvc?rev=1198546&view=rev Log: added the Google search form for the generated site Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/pom.xml maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/site.xml maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/pom.xml maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/site.xml maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/pom.xml URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/pom.xml?rev=1198546&r1=1198545&r2=1198546&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/pom.xml (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/pom.xml Sun Nov 6 20:14:01 2011 @@ -30,7 +30,7 @@ jar @project.artifactId@ IT - http://maven.apache.org/skins/@project.artifactId@/sample/ + http://maven.apache.org/skins/@project.artifactId@/sidebar/ @project.name@ Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm?rev=1198546&r1=1198545&r2=1198546&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm Sun Nov 6 20:14:01 2011 @@ -65,17 +65,36 @@ ${skinName} test +-+ - That allows users having 4 skins in only 1! + Users can optionally enable the <> for the generated site, requirements are: - [[1]] sidebar only; + * the <<>> property in <<>>: - [[2]] topbar only; ++-+ +http://maven.apache.org/skins/${project.artifactId} +... + ++-+ + + * the <<>> element in <<>>: - [[3]] both side/top bars; ++-+ + + ... + + + true + + + ... + ++-+ - [[4]] none at all. + By default, the search form: - Default skin setting is the option <<1>>. + * is enabled; + * is rendered in the sidebar, if the topbar only is available it will be rendered there. Sample content Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/site.xml?rev=1198546&r1=1198545&r2=1198546&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/site.xml (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/site.xml Sun Nov 6 20:14:01 2011 @@ -31,6 +31,12 @@ ${skinVersion} + + + true + + + Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/pom.xml URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/pom.xml?rev=1198546&r1=1198545&r2=1198546&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/pom.xml (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/pom.xml Sun Nov 6 20:14:01 2011 @@ -30,7 +30,7 @@ jar @project.artifactId@ IT - http://maven.apache.org/skins/@project.artifactId@/sample/ + http://maven.apache.org/skins/@project.artifactId@/topbar/ @project.name@ Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm?rev=1198546&r1=1198545&r2=1198546&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm Sun Nov 6 20:14:01 2011 @@ -77,6 +77,37 @@ ${skinName} test +-+ + Users can optionally enable the <> for the generated site, requirements are: + + * the <<>> property in <<>>: + ++-+ +http://maven.apache.org/skins/${project.artifactId}
svn commit: r1198548 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images: collapsed.png expanded.png
Author: simonetripodi Date: Sun Nov 6 20:20:16 2011 New Revision: 1198548 URL: http://svn.apache.org/viewvc?rev=1198548&view=rev Log: replaced expanded/collapsed icons Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png?rev=1198548&r1=1198547&r2=1198548&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png?rev=1198548&r1=1198547&r2=1198548&view=diff == Binary files - no diff available.
svn commit: r1198550 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Sun Nov 6 20:29:43 2011 New Revision: 1198550 URL: http://svn.apache.org/viewvc?rev=1198550&view=rev Log: breadcrumb separator '>' replaced by '/' Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1198550&r1=1198549&r2=1198550&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Sun Nov 6 20:29:43 2011 @@ -160,7 +160,7 @@ ## #link( $currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height ) - > + / #end $title
svn commit: r1198559 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Sun Nov 6 21:13:04 2011 New Revision: 1198559 URL: http://svn.apache.org/viewvc?rev=1198559&view=rev Log: removed extra version/date separator Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1198559&r1=1198558&r2=1198559&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Sun Nov 6 21:13:04 2011 @@ -360,9 +360,10 @@ ## #if ( $datePosition.equalsIgnoreCase( $position ) ) #if ( ( $datePosition.equalsIgnoreCase( "right" ) ) || ( $datePosition.equalsIgnoreCase( "bottom" ) ) ) -|$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday +$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday +| #if ( $versionPosition.equalsIgnoreCase( $position ) ) -| $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} +$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} #end #elseif ( ( $datePosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $datePosition.equalsIgnoreCase( "navigation-top" ) ) )
svn commit: r1198805 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Mon Nov 7 16:32:19 2011 New Revision: 1198805 URL: http://svn.apache.org/viewvc?rev=1198805&view=rev Log: fixed sidebar enabled by default (it was totally ignored) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1198805&r1=1198804&r2=1198805&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Mon Nov 7 16:32:19 2011 @@ -590,12 +590,11 @@ #googleAnalytics( $decoration.googleAnalyticsAccountId ) +#set ( $sideBarEnabled = true ) #if ( $decoration.custom.getChild('fluidoSkin') ) #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sideBarEnabled' ) && 'false' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sideBarEnabled' ).getValue() ) #set ( $sideBarEnabled = false ) -#else -#set ( $sideBarEnabled = true ) #end #if ( $project.url
svn commit: r1198810 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources: css/maven-theme.css images/key.png
Author: simonetripodi Date: Mon Nov 7 16:57:07 2011 New Revision: 1198810 URL: http://svn.apache.org/viewvc?rev=1198810&view=rev Log: add a key icon when rendering a '.asc' link instead of external link chain Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/key.png (with props) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1198810&r1=1198809&r2=1198810&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Mon Nov 7 16:57:07 2011 @@ -28,6 +28,7 @@ a.externalLink[href^=https]{background: a.externalLink[href^=file]{background: url('../images/file.png') right center no-repeat;padding-right: 18px;} a.externalLink[href^=ftp]{background: url('../images/ftp.png') right center no-repeat;padding-right: 18px;} a.externalLink[href^=mailto]{background: url('../images/mail.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".asc"]{background: url('../images/key.png') right center no-repeat;padding-right: 18px;} li.none{list-style: none;} li.expanded{list-style-image: url('../images/expanded.png');} Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/key.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/key.png?rev=1198810&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/key.png -- svn:mime-type = image/png
svn commit: r1198814 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources: css/maven-theme.css images/image.png
Author: simonetripodi Date: Mon Nov 7 17:01:20 2011 New Revision: 1198814 URL: http://svn.apache.org/viewvc?rev=1198814&view=rev Log: added more icon to render images links Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/image.png (with props) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1198814&r1=1198813&r2=1198814&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Mon Nov 7 17:01:20 2011 @@ -29,6 +29,9 @@ a.externalLink[href^=file]{background: u a.externalLink[href^=ftp]{background: url('../images/ftp.png') right center no-repeat;padding-right: 18px;} a.externalLink[href^=mailto]{background: url('../images/mail.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".asc"]{background: url('../images/key.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".jpg"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".gif"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".png"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} li.none{list-style: none;} li.expanded{list-style-image: url('../images/expanded.png');} Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/image.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/image.png?rev=1198814&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/image.png -- svn:mime-type = image/png
svn commit: r1198816 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources: css/maven-theme.css images/at.png images/mail.png
Author: simonetripodi Date: Mon Nov 7 17:05:39 2011 New Revision: 1198816 URL: http://svn.apache.org/viewvc?rev=1198816&view=rev Log: replaced the mail icon - uset the @ in the place of the develop Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/at.png (with props) Removed: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/mail.png Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1198816&r1=1198815&r2=1198816&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Mon Nov 7 17:05:39 2011 @@ -27,7 +27,7 @@ a.externalLink[href^=http]{background: u a.externalLink[href^=https]{background: url('../images/https.png') right center no-repeat;padding-right: 18px;} a.externalLink[href^=file]{background: url('../images/file.png') right center no-repeat;padding-right: 18px;} a.externalLink[href^=ftp]{background: url('../images/ftp.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=mailto]{background: url('../images/mail.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=mailto]{background: url('../images/at.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".asc"]{background: url('../images/key.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".jpg"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".gif"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/at.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/at.png?rev=1198816&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/at.png -- svn:mime-type = image/png
svn commit: r1198818 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources: css/maven-theme.css images/box.png
Author: simonetripodi Date: Mon Nov 7 17:14:37 2011 New Revision: 1198818 URL: http://svn.apache.org/viewvc?rev=1198818&view=rev Log: added an icon also for compressed files Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/box.png (with props) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1198818&r1=1198817&r2=1198818&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Mon Nov 7 17:14:37 2011 @@ -32,6 +32,8 @@ a.externalLink[href$=".asc"]{background: a.externalLink[href$=".jpg"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".gif"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".png"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".tar.gz"]{background: url('../images/box.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".zip"]{background: url('../images/box.png') right center no-repeat;padding-right: 18px;} li.none{list-style: none;} li.expanded{list-style-image: url('../images/expanded.png');} Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/box.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/box.png?rev=1198818&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/box.png -- svn:mime-type = image/png
svn commit: r1198819 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
Author: simonetripodi Date: Mon Nov 7 17:17:44 2011 New Revision: 1198819 URL: http://svn.apache.org/viewvc?rev=1198819&view=rev Log: grouped styles Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1198819&r1=1198818&r2=1198819&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Mon Nov 7 17:17:44 2011 @@ -29,10 +29,11 @@ a.externalLink[href^=file]{background: u a.externalLink[href^=ftp]{background: url('../images/ftp.png') right center no-repeat;padding-right: 18px;} a.externalLink[href^=mailto]{background: url('../images/at.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".asc"]{background: url('../images/key.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href$=".jpg"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href$=".gif"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".jpg"], +a.externalLink[href$=".jpeg"], +a.externalLink[href$=".gif"], a.externalLink[href$=".png"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href$=".tar.gz"]{background: url('../images/box.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".tar.gz"], a.externalLink[href$=".zip"]{background: url('../images/box.png') right center no-repeat;padding-right: 18px;} li.none{list-style: none;}
svn commit: r1198821 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
Author: simonetripodi Date: Mon Nov 7 17:20:12 2011 New Revision: 1198821 URL: http://svn.apache.org/viewvc?rev=1198821&view=rev Log: given precedence to protocols rather than types (except default http) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1198821&r1=1198820&r2=1198821&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Mon Nov 7 17:20:12 2011 @@ -24,10 +24,6 @@ a.externalLink{background: url('../image a.newWindow{background: url('../images/newwindow.png') right center no-repeat;padding-right: 18px;} a.externalLink[href^=http]{background: url('../images/external.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=https]{background: url('../images/https.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=file]{background: url('../images/file.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=ftp]{background: url('../images/ftp.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=mailto]{background: url('../images/at.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".asc"]{background: url('../images/key.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".jpg"], a.externalLink[href$=".jpeg"], @@ -35,6 +31,10 @@ a.externalLink[href$=".gif"], a.externalLink[href$=".png"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".tar.gz"], a.externalLink[href$=".zip"]{background: url('../images/box.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=https]{background: url('../images/https.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=file]{background: url('../images/file.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=ftp]{background: url('../images/ftp.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=mailto]{background: url('../images/at.png') right center no-repeat;padding-right: 18px;} li.none{list-style: none;} li.expanded{list-style-image: url('../images/expanded.png');}
svn commit: r1198826 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources: css/maven-theme.css images/wrench.png
Author: simonetripodi Date: Mon Nov 7 17:27:55 2011 New Revision: 1198826 URL: http://svn.apache.org/viewvc?rev=1198826&view=rev Log: added md5/sha1 icons Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/wrench.png (with props) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1198826&r1=1198825&r2=1198826&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Mon Nov 7 17:27:55 2011 @@ -31,6 +31,8 @@ a.externalLink[href$=".gif"], a.externalLink[href$=".png"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".tar.gz"], a.externalLink[href$=".zip"]{background: url('../images/box.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".md5"], +a.externalLink[href$=".sha1"]{background: url('../images/wrench.png') right center no-repeat;padding-right: 18px;} a.externalLink[href^=https]{background: url('../images/https.png') right center no-repeat;padding-right: 18px;} a.externalLink[href^=file]{background: url('../images/file.png') right center no-repeat;padding-right: 18px;} a.externalLink[href^=ftp]{background: url('../images/ftp.png') right center no-repeat;padding-right: 18px;} Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/wrench.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/wrench.png?rev=1198826&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/wrench.png -- svn:mime-type = image/png
svn commit: r1198933 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/rss.png
Author: simonetripodi Date: Mon Nov 7 21:02:36 2011 New Revision: 1198933 URL: http://svn.apache.org/viewvc?rev=1198933&view=rev Log: added custom RSS icon (mainly linked in the checkstyle report) Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/rss.png (with props) Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/rss.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/rss.png?rev=1198933&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/rss.png -- svn:mime-type = image/png
svn commit: r1198946 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_help_sml.gif
Author: simonetripodi Date: Mon Nov 7 21:24:52 2011 New Revision: 1198946 URL: http://svn.apache.org/viewvc?rev=1198946&view=rev Log: added the missing help icon Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_help_sml.gif (with props) Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_help_sml.gif URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_help_sml.gif?rev=1198946&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_help_sml.gif -- svn:mime-type = image/gif
svn commit: r1199487 - in /maven/sandbox/trunk/skin/maven-fluido-skin: ./ src/main/resources/images/
Author: simonetripodi Date: Tue Nov 8 22:12:24 2011 New Revision: 1199487 URL: http://svn.apache.org/viewvc?rev=1199487&view=rev Log: Iconnic icons replaced by Tango icons Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/accessories-text-editor.png (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/application-certificate.png (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/contact-new.png (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/document-properties.png (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/drive-harddisk.png (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/fix.gif (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/image-x-generic.png (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/network-server.png (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/package-x-generic.png (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/text-html.png (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/update.gif (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/window-new.png (with props) Removed: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/at.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/box.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/external.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/file.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/ftp.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/https.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/image.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/key.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/newwindow.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/wrench.png Modified: maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_error_sml.gif maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_help_sml.gif maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_info_sml.gif maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_success_sml.gif maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/icon_warning_sml.gif maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/rss.png Modified: maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt?rev=1199487&r1=1199486&r2=1199487&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/NOTICE.txt Tue Nov 8 22:12:24 2011 @@ -5,6 +5,4 @@ Twitter Bootstrap - licensed under the A This product includes software developed by Twitter (http://twitter.github.com/bootstrap/). -Iconic - Licensed under Creative Commons Attribution-ShareAlike 3.0 Unported. -This product includes software developed by -P.J. Onori (http://somerandomdude.com/work/iconic/) +Tango Icons - public domain Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/accessories-text-editor.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/accessories-text-editor.png?rev=1199487&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/accessories-text-editor.png -- svn:mime-type = image/png Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/application-certificate.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/application-certificate.png?rev=1199487&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/application-certificate.png -- svn:mime-type = image/png Added: maven/sandbox/trunk/skin/maven-fluido-skin/s
svn commit: r1199489 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
Author: simonetripodi Date: Tue Nov 8 22:15:06 2011 New Revision: 1199489 URL: http://svn.apache.org/viewvc?rev=1199489&view=rev Log: theme updated to use new icons Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1199489&r1=1199488&r2=1199489&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Tue Nov 8 22:15:06 2011 @@ -21,22 +21,22 @@ /*IE6/7 don't support selectors*/ a.externalLink{background: url('../images/external.png') right center no-repeat;padding-right: 18px;} -a.newWindow{background: url('../images/newwindow.png') right center no-repeat;padding-right: 18px;} +a.newWindow{background: url('../images/window-new.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=http]{background: url('../images/external.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href$=".asc"]{background: url('../images/key.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=http]{background: url('../images/text-html.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".asc"]{background: url('../images/accessories-text-editor.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".jpg"], a.externalLink[href$=".jpeg"], a.externalLink[href$=".gif"], -a.externalLink[href$=".png"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".png"]{background: url('../images/image-x-generic.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".tar.gz"], -a.externalLink[href$=".zip"]{background: url('../images/box.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".zip"]{background: url('../images/package-x-generic.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".md5"], -a.externalLink[href$=".sha1"]{background: url('../images/wrench.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=https]{background: url('../images/https.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=file]{background: url('../images/file.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=ftp]{background: url('../images/ftp.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=mailto]{background: url('../images/at.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href$=".sha1"]{background: url('../images/document-properties.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=https]{background: url('../images/application-certificate.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=file]{background: url('../images/drive-harddisk.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=ftp]{background: url('../images/network-server.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=mailto]{background: url('../images/contact-new.png') right center no-repeat;padding-right: 18px;} li.none{list-style: none;} li.expanded{list-style-image: url('../images/expanded.png');}
svn commit: r1199490 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/remove.gif
Author: simonetripodi Date: Tue Nov 8 22:17:16 2011 New Revision: 1199490 URL: http://svn.apache.org/viewvc?rev=1199490&view=rev Log: added the remove icon (used by the changes plugin) Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/remove.gif (with props) Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/remove.gif URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/remove.gif?rev=1199490&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/remove.gif -- svn:mime-type = image/gif
svn commit: r1199497 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/apache-maven-project-2.png
Author: simonetripodi Date: Tue Nov 8 22:27:41 2011 New Revision: 1199497 URL: http://svn.apache.org/viewvc?rev=1199497&view=rev Log: restored maven banner from r1182803 Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/apache-maven-project-2.png (with props) Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/apache-maven-project-2.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/apache-maven-project-2.png?rev=1199497&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/apache-maven-project-2.png -- svn:mime-type = image/png
svn commit: r1199500 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images: collapsed.png expanded.png
Author: simonetripodi Date: Tue Nov 8 22:29:38 2011 New Revision: 1199500 URL: http://svn.apache.org/viewvc?rev=1199500&view=rev Log: replaced expanded/collapsed icons Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png?rev=1199500&r1=1199499&r2=1199500&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png?rev=1199500&r1=1199499&r2=1199500&view=diff == Binary files - no diff available.
svn commit: r1199505 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/add.gif
Author: simonetripodi Date: Tue Nov 8 22:40:46 2011 New Revision: 1199505 URL: http://svn.apache.org/viewvc?rev=1199505&view=rev Log: added the add icon, used by the changes plugin Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/add.gif (with props) Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/add.gif URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/add.gif?rev=1199505&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/add.gif -- svn:mime-type = image/gif
svn commit: r1199643 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/
Author: simonetripodi Date: Wed Nov 9 08:16:01 2011 New Revision: 1199643 URL: http://svn.apache.org/viewvc?rev=1199643&view=rev Log: resized icons rendered to inline text to 12x12, much more elegant and don't influence the text layout Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/ (props changed) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/accessories-text-editor.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/application-certificate.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/contact-new.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/document-properties.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/drive-harddisk.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/image-x-generic.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/network-server.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/package-x-generic.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/text-html.png Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/ -- --- svn:ignore (added) +++ svn:ignore Wed Nov 9 08:16:01 2011 @@ -0,0 +1 @@ +resize_images.sh Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/accessories-text-editor.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/accessories-text-editor.png?rev=1199643&r1=1199642&r2=1199643&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/application-certificate.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/application-certificate.png?rev=1199643&r1=1199642&r2=1199643&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png?rev=1199643&r1=1199642&r2=1199643&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/contact-new.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/contact-new.png?rev=1199643&r1=1199642&r2=1199643&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/document-properties.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/document-properties.png?rev=1199643&r1=1199642&r2=1199643&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/drive-harddisk.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/drive-harddisk.png?rev=1199643&r1=1199642&r2=1199643&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png?rev=1199643&r1=1199642&r2=1199643&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/image-x-generic.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/image-x-generic.png?rev=1199643&r1=1199642&r2=1199643&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/network-server.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/m
svn commit: r1199647 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/sample.apt
Author: simonetripodi Date: Wed Nov 9 08:33:52 2011 New Revision: 1199647 URL: http://svn.apache.org/viewvc?rev=1199647&view=rev Log: added changes plugin icons demo Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/sample.apt Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/sample.apt URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/sample.apt?rev=1199647&r1=1199646&r2=1199647&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/sample.apt (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/sample.apt Wed Nov 9 08:33:52 2011 @@ -56,11 +56,21 @@ Sample content [images/icon_info_sml.gif] Info - Checkstyle's plugin rss icon: + Changes plugin legend = Add, Fix, Help, Remove, Update: -[images/rss.png] rss +[images/add.gif] Add + +[images/fix.gif] Fix + +[images/icon_help_sml.gif] Help +[images/remove.gif] Remove +[images/update.gif] Update + + RSS icon (shared across multiple plugins): + +[images/rss.png] rss Section title
svn commit: r1199652 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/
Author: simonetripodi Date: Wed Nov 9 08:44:46 2011 New Revision: 1199652 URL: http://svn.apache.org/viewvc?rev=1199652&view=rev Log: 12x12 is too small, resized to 14x14 (rolled back to 16x16 first to not lose the resolution) Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/accessories-text-editor.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/application-certificate.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/contact-new.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/document-properties.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/drive-harddisk.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/image-x-generic.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/network-server.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/package-x-generic.png maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/text-html.png Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/accessories-text-editor.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/accessories-text-editor.png?rev=1199652&r1=1199651&r2=1199652&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/application-certificate.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/application-certificate.png?rev=1199652&r1=1199651&r2=1199652&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/collapsed.png?rev=1199652&r1=1199651&r2=1199652&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/contact-new.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/contact-new.png?rev=1199652&r1=1199651&r2=1199652&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/document-properties.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/document-properties.png?rev=1199652&r1=1199651&r2=1199652&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/drive-harddisk.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/drive-harddisk.png?rev=1199652&r1=1199651&r2=1199652&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/expanded.png?rev=1199652&r1=1199651&r2=1199652&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/image-x-generic.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/image-x-generic.png?rev=1199652&r1=1199651&r2=1199652&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/network-server.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/network-server.png?rev=1199652&r1=1199651&r2=1199652&view=diff == Binary files - no diff available. Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/package-x-generic.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/sk
svn commit: r1199657 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/sample.apt
Author: simonetripodi Date: Wed Nov 9 08:52:04 2011 New Revision: 1199657 URL: http://svn.apache.org/viewvc?rev=1199657&view=rev Log: icons shown on external links only Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/sample.apt Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/sample.apt URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/sample.apt?rev=1199657&r1=1199656&r2=1199657&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/sample.apt (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/sample.apt Wed Nov 9 08:52:04 2011 @@ -36,15 +36,15 @@ Sample content {{{file:///tmp}to file:}}, {{{ftp://ftp.apache.org}to ftp:}}, {{{mailto:dev at maven dot apache dot org}to e-mail}}, - {{{./unknown.asc}to .asc}}, - {{{./unknown.jpg}to .jpg}}, - {{{./unknown.jpeg}to .jpeg}}, - {{{./unknown.gif}to .gif}}, - {{{./unknown.png}to .png}}, - {{{./unknown.tar.gz}to .tar.gz}}, - {{{./unknown.zip}to .zip}}, - {{{./unknown.md5}to .md5}}, - {{{./unknown.sha1}to .sha1}}. + {{{http://unknown.asc}to .asc}}, + {{{http://unknown.jpg}to .jpg}}, + {{{http://unknown.jpeg}to .jpeg}}, + {{{http://unknown.gif}to .gif}}, + {{{http://unknown.png}to .png}}, + {{{http://unknown.tar.gz}to .tar.gz}}, + {{{http://unknown.zip}to .zip}}, + {{{http://unknown.md5}to .md5}}, + {{{http://unknown.sha1}to .sha1}}. Basic icons = Success, Warning, Error, Info:
svn commit: r1200825 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Fri Nov 11 11:42:54 2011 New Revision: 1200825 URL: http://svn.apache.org/viewvc?rev=1200825&view=rev Log: class `foo` doesn't exist Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1200825&r1=1200824&r2=1200825&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Fri Nov 11 11:42:54 2011 @@ -369,7 +369,7 @@ $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday #if ( $versionPosition.equalsIgnoreCase( $position ) ) - | $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} + | $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} #end #elseif ( $datePosition.equalsIgnoreCase("left") )
svn commit: r1200903 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Fri Nov 11 14:47:13 2011 New Revision: 1200903 URL: http://svn.apache.org/viewvc?rev=1200903&view=rev Log: fixed (?!?) the pipe separator on breadcumbs bar Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1200903&r1=1200902&r2=1200903&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Fri Nov 11 14:47:13 2011 @@ -356,12 +356,17 @@ #set ( $breadcrumbs = $decoration.body.breadcrumbs ) #set ( $links = $decoration.body.links ) + #if ( $datePosition.equalsIgnoreCase( "right" ) && $versionPosition.equalsIgnoreCase( "right" ) ) +#set ( $prefix = '|' ) + #else +#set ( $prefix = "" ) + #end + ## #if ( $datePosition.equalsIgnoreCase( $position ) ) #if ( ( $datePosition.equalsIgnoreCase( "right" ) ) || ( $datePosition.equalsIgnoreCase( "bottom" ) ) ) -$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday -| +$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday $prefix #if ( $versionPosition.equalsIgnoreCase( $position ) ) $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} #end @@ -383,7 +388,7 @@ #end #elseif ( $versionPosition.equalsIgnoreCase( $position ) ) #if ( $versionPosition.equalsIgnoreCase( "right" ) ) - | $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} + $prefix $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} #elseif ( $versionPosition.equalsIgnoreCase( "bottom" ) ) $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} #elseif ( ( $versionPosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $versionPosition.equalsIgnoreCase( "navigation-top" ) ) )
svn commit: r1200904 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Fri Nov 11 14:47:39 2011 New Revision: 1200904 URL: http://svn.apache.org/viewvc?rev=1200904&view=rev Log: removed debugging comment Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1200904&r1=1200903&r2=1200904&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Fri Nov 11 14:47:39 2011 @@ -361,8 +361,6 @@ #else #set ( $prefix = "" ) #end - - ## #if ( $datePosition.equalsIgnoreCase( $position ) ) #if ( ( $datePosition.equalsIgnoreCase( "right" ) ) || ( $datePosition.equalsIgnoreCase( "bottom" ) ) )
svn commit: r1200905 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm
Author: simonetripodi Date: Fri Nov 11 14:48:39 2011 New Revision: 1200905 URL: http://svn.apache.org/viewvc?rev=1200905&view=rev Log: fixed broken link Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm?rev=1200905&r1=1200904&r2=1200905&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm Fri Nov 11 14:48:39 2011 @@ -30,7 +30,7 @@ ${project.name} ${project.description} - A {{{./sample/}sample site}} is provided to see the skin in action. + A {{{./sample.html}sample page}} is provided to see the skin in action. * Usage
svn commit: r1201121 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources: css/maven-theme.css images/internet-web-browser.png images/text-html.png
Author: simonetripodi Date: Sat Nov 12 00:29:23 2011 New Revision: 1201121 URL: http://svn.apache.org/viewvc?rev=1201121&view=rev Log: replaced the http external link icon Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/internet-web-browser.png (with props) Removed: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/text-html.png Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1201121&r1=1201120&r2=1201121&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Sat Nov 12 00:29:23 2011 @@ -23,7 +23,7 @@ a.externalLink{background: url('../images/external.png') right center no-repeat;padding-right: 18px;} a.newWindow{background: url('../images/window-new.png') right center no-repeat;padding-right: 18px;} -a.externalLink[href^=http]{background: url('../images/text-html.png') right center no-repeat;padding-right: 18px;} +a.externalLink[href^=http]{background: url('../images/internet-web-browser.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".asc"]{background: url('../images/accessories-text-editor.png') right center no-repeat;padding-right: 18px;} a.externalLink[href$=".jpg"], a.externalLink[href$=".jpeg"], Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/internet-web-browser.png URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/internet-web-browser.png?rev=1201121&view=auto == Binary file - no diff available. Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/images/internet-web-browser.png -- svn:mime-type = image/png
svn commit: r1201702 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Mon Nov 14 13:47:06 2011 New Revision: 1201702 URL: http://svn.apache.org/viewvc?rev=1201702&view=rev Log: restored the default css importing policy restored the missing site.css for extension points Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1201702&r1=1201701&r2=1201702&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Mon Nov 14 13:47:06 2011 @@ -507,7 +507,12 @@ $title - + + @import url("$relativePath/css/bootstrap-1.3.0.min.css"); + @import url("$relativePath/css/maven-base.css"); + @import url("$relativePath/css/maven-theme.css"); + @import url("$relativePath/css/site.css"); + #if ( $decoration.custom.getChild( 'fluidoSkin' ) && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ) && 'true' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ).getValue() ) @@ -516,8 +521,6 @@ #else body{padding-top: 20px;} #end - - #if ( $decoration.body.head ) #foreach( $item in $decoration.body.head.getChildren() )
svn commit: r1201799 - /maven/pom/trunk/maven/pom.xml
Author: simonetripodi Date: Mon Nov 14 17:17:19 2011 New Revision: 1201799 URL: http://svn.apache.org/viewvc?rev=1201799&view=rev Log: just added myself in the committers list - what a joy! :) Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1201799&r1=1201798&r2=1201799&view=diff == --- maven/pom/trunk/maven/pom.xml (original) +++ maven/pom/trunk/maven/pom.xml Mon Nov 14 17:17:19 2011 @@ -427,6 +427,15 @@ under the License. Europe/Amsterdam + simonetripodi + Simone Tripodi + simonetrip...@apache.org + +Committer + + +1 + + vmassol Vincent Massol vmas...@apache.org
svn commit: r1201860 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Mon Nov 14 20:05:06 2011 New Revision: 1201860 URL: http://svn.apache.org/viewvc?rev=1201860&view=rev Log: fixed the "Don't use import" issue Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1201860&r1=1201859&r2=1201860&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Mon Nov 14 20:05:06 2011 @@ -507,12 +507,10 @@ $title - - @import url("$relativePath/css/bootstrap-1.3.0.min.css"); - @import url("$relativePath/css/maven-base.css"); - @import url("$relativePath/css/maven-theme.css"); - @import url("$relativePath/css/site.css"); - + + + + #if ( $decoration.custom.getChild( 'fluidoSkin' ) && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ) && 'true' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ).getValue() )
svn commit: r1201865 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css
Author: simonetripodi Date: Mon Nov 14 20:12:00 2011 New Revision: 1201865 URL: http://svn.apache.org/viewvc?rev=1201865&view=rev Log: imported the missing print stylesheet Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css - copied unchanged from r1201864, maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/css/print.css
svn commit: r1201866 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css
Author: simonetripodi Date: Mon Nov 14 20:13:12 2011 New Revision: 1201866 URL: http://svn.apache.org/viewvc?rev=1201866&view=rev Log: added missing ASF license Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css?rev=1201866&r1=1201865&r2=1201866&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css Mon Nov 14 20:13:12 2011 @@ -1,3 +1,24 @@ +/* + * 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. + */ + +/* $Id$ */ + #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { display: none !important; }
svn commit: r1201871 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css
Author: simonetripodi Date: Mon Nov 14 20:18:24 2011 New Revision: 1201871 URL: http://svn.apache.org/viewvc?rev=1201871&view=rev Log: compressed css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css?rev=1201871&r1=1201870&r2=1201871&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/print.css Mon Nov 14 20:18:24 2011 @@ -19,10 +19,5 @@ /* $Id$ */ -#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { - display: none !important; -} -#bodyColumn, body.docs div.docs { - margin: 0 !important; - border: none !important -} +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;} +#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
svn commit: r1201877 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Mon Nov 14 20:25:39 2011 New Revision: 1201877 URL: http://svn.apache.org/viewvc?rev=1201877&view=rev Log: linked the print css Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1201877&r1=1201876&r2=1201877&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Mon Nov 14 20:25:39 2011 @@ -511,6 +511,7 @@ + #if ( $decoration.custom.getChild( 'fluidoSkin' ) && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ) && 'true' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ).getValue() )
svn commit: r1202317 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/misc: ./ scripts/ scripts/resize_icon.sh scripts/sprite.sh
Author: simonetripodi Date: Tue Nov 15 17:21:30 2011 New Revision: 1202317 URL: http://svn.apache.org/viewvc?rev=1202317&view=rev Log: first checkin of miscellaneous scripts (imagemagik utilities) Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/ maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/ maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh (with props) Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh?rev=1202317&view=auto == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh (added) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh Tue Nov 15 17:21:30 2011 @@ -0,0 +1,22 @@ +#!/bin/sh +#-- +# 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. +#-- +# $Id$ + +convert $1 -adaptive-resize 14x14 $1 Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh -- svn:eol-style = native Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh -- svn:executable = * Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh -- svn:keywords = Date Revision Author HeadURL Id Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh -- svn:mime-type = text/plain Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh?rev=1202317&view=auto == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh (added) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh Tue Nov 15 17:21:30 2011 @@ -0,0 +1,34 @@ +#!/bin/sh +#-- +# 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. +#-- +# $Id$ + +montage window-new.png \ +internet-web-browser.png \ +accessories-text-editor.png \ +image-x-generic.png \ +package-x-generic.png \ +document-properties.png \ +application-certificate.png \ +drive-harddisk.png \ +network-server.png \ +contact-new.png \ +expanded.png \ +collapsed.png \ +-tile 4x3 -geometry +2+2 -background none external-links.png Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh -- svn:eol-style = native
svn commit: r1202415 [3/3] - in /maven/sandbox/trunk/skin/maven-fluido-skin: pom.xml src/main/resources/css/bootstrap-1.3.0.css src/main/resources/css/bootstrap-1.3.0.min.css src/main/resources/js/jqu
Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/js/jquery-1.6.4.js -- svn:eol-style = native Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/js/jquery-1.6.4.js -- svn:keywords = Date Revision Author HeadURL Id Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/js/jquery-1.6.4.js -- svn:mime-type = text/plain
svn commit: r1202415 [1/3] - in /maven/sandbox/trunk/skin/maven-fluido-skin: pom.xml src/main/resources/css/bootstrap-1.3.0.css src/main/resources/css/bootstrap-1.3.0.min.css src/main/resources/js/jqu
Author: simonetripodi Date: Tue Nov 15 20:49:25 2011 New Revision: 1202415 URL: http://svn.apache.org/viewvc?rev=1202415&view=rev Log: minified css/js libraries replaced with the expanded version - readability would be simplified for better understanding how dependencies work they will be minified anyway when packaging the skin Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/bootstrap-1.3.0.css (with props) maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/js/jquery-1.6.4.js (with props) Removed: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/bootstrap-1.3.0.min.css maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/js/jquery-1.6.4.min.js Modified: maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml Modified: maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml?rev=1202415&r1=1202414&r2=1202415&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml Tue Nov 15 20:49:25 2011 @@ -96,7 +96,7 @@ true css -bootstrap-1.3.0.min.css +bootstrap-1.3.0.css maven-base.css maven-theme.css prettify.css @@ -104,7 +104,7 @@ apache-maven-fluido.css js -jquery-1.6.4.min.js +jquery-1.6.4.js bootstrap-1.3.0-dropdown.js prettify.js fluido.js Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/bootstrap-1.3.0.css URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/bootstrap-1.3.0.css?rev=1202415&view=auto == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/bootstrap-1.3.0.css (added) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/bootstrap-1.3.0.css Tue Nov 15 20:49:25 2011 @@ -0,0 +1,2362 @@ +/*! + * Bootstrap v1.3.0 + * + * Copyright 2011 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. + * Date: Thu Sep 22 12:52:42 PDT 2011 + */ +/* Reset.less + * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). + * --- */ +html, body { + margin: 0; + padding: 0; +} +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +cite, +code, +del, +dfn, +em, +img, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +dd, +dl, +dt, +li, +ol, +ul, +fieldset, +form, +label, +legend, +button, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td { + margin: 0; + padding: 0; + border: 0; + font-weight: normal; + font-style: normal; + font-size: 100%; + line-height: 1; + font-family: inherit; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +ol, ul { + list-style: none; +} +q:before, +q:after, +blockquote:before, +blockquote:after { + content: ""; +} +html { + overflow-y: scroll; + font-size: 100%; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} +a:focus { + outline: thin dotted; +} +a:hover, a:active { + outline: 0; +} +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +nav, +section { + display: block; +} +audio, canvas, video { + display: inline-block; + *display: inline; + *zoom: 1; +} +audio:not([controls]) { + display: none; +} +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} +sup { + top: -0.5em; +} +sub { + bottom: -0.25em; +} +img { + border: 0; + -ms-interpolation-mode: bicubic; +} +button, +input, +select, +textarea { + font-size: 100%; + margin: 0; + vertical-align: baseline; + *vertical-align: middle; +} +button, input { + line-height: normal; + *overflow: visible; +} +button::-moz-focus-inner, input::-moz-focus-inner { + border: 0; + padding: 0; +} +button, +input[type="button"], +input[type="reset"], +input[type="submit"] { + cursor: pointer; + -webkit-appearance: button; +} +input[type="search"] { + -webkit-appearance: textfield; + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box;
svn commit: r1202426 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Tue Nov 15 21:20:31 2011 New Revision: 1202426 URL: http://svn.apache.org/viewvc?rev=1202426&view=rev Log: when bannerLeft is not provided, the project name is rendered, but in fluido was rendered as small text - usually mvn skins render this element as big text Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1202426&r1=1202425&r2=1202426&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Tue Nov 15 21:20:31 2011 @@ -129,7 +129,7 @@ #end #else -$banner.name +$banner.name #end ## #if( $banner.href )
svn commit: r1202427 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml
Author: simonetripodi Date: Tue Nov 15 21:22:25 2011 New Revision: 1202427 URL: http://svn.apache.org/viewvc?rev=1202427&view=rev Log: fixed links to work also when site is browsed from filesystem, otherwise the browser just lists files Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml?rev=1202427&r1=1202426&r2=1202427&view=diff == --- maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml Tue Nov 15 21:22:25 2011 @@ -44,8 +44,8 @@ under the License. - - + +
svn commit: r1202762 - in /maven: sandbox/trunk/skin/maven-fluido-skin/ skins/trunk/maven-fluido-skin/
Author: simonetripodi Date: Wed Nov 16 16:11:23 2011 New Revision: 1202762 URL: http://svn.apache.org/viewvc?rev=1202762&view=rev Log: maven-fluido-skin graduated from sanbox Added: maven/skins/trunk/maven-fluido-skin/ - copied from r1202761, maven/sandbox/trunk/skin/maven-fluido-skin/ Removed: maven/sandbox/trunk/skin/maven-fluido-skin/
svn commit: r1202859 - /maven/skins/trunk/maven-fluido-skin/pom.xml
Author: simonetripodi Date: Wed Nov 16 19:49:58 2011 New Revision: 1202859 URL: http://svn.apache.org/viewvc?rev=1202859&view=rev Log: added issue management section Modified: maven/skins/trunk/maven-fluido-skin/pom.xml Modified: maven/skins/trunk/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1202859&r1=1202858&r2=1202859&view=diff == --- maven/skins/trunk/maven-fluido-skin/pom.xml (original) +++ maven/skins/trunk/maven-fluido-skin/pom.xml Wed Nov 16 19:49:58 2011 @@ -38,6 +38,10 @@ scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/skin/ http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/ + +JIRA +https://jira.codehaus.org/browse/MSKINS/ +
svn commit: r1202862 - /maven/skins/trunk/maven-fluido-skin/pom.xml
Author: simonetripodi Date: Wed Nov 16 19:51:29 2011 New Revision: 1202862 URL: http://svn.apache.org/viewvc?rev=1202862&view=rev Log: updated the SCM section Modified: maven/skins/trunk/maven-fluido-skin/pom.xml Modified: maven/skins/trunk/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1202862&r1=1202861&r2=1202862&view=diff == --- maven/skins/trunk/maven-fluido-skin/pom.xml (original) +++ maven/skins/trunk/maven-fluido-skin/pom.xml Wed Nov 16 19:51:29 2011 @@ -34,9 +34,9 @@ 2011 - scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/trunk/skin/ - scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/skin/ -http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/ + scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-fluido-skin + scm:svn:https://svn.apache.org/repos/asf/maven/skins/trunk/maven-fluido-skin +http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin JIRA
svn commit: r1203983 - in /maven/skins/trunk/maven-fluido-skin/src/main/resources: META-INF/maven/site.vm js/fluido.js
Author: simonetripodi Date: Sat Nov 19 14:57:41 2011 New Revision: 1203983 URL: http://svn.apache.org/viewvc?rev=1203983&view=rev Log: code prettyprint performed on server side, no more need to traverse the DOM and apply the styles dynamically using JQuery Thanks to Julien Nicoulaud (who contacted me privately) Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm maven/skins/trunk/maven-fluido-skin/src/main/resources/js/fluido.js Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1203983&r1=1203982&r2=1203983&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Sat Nov 19 14:57:41 2011 @@ -682,7 +682,7 @@ - $bodyContent + $bodyContent.replaceAll("", "") Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/js/fluido.js URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/js/fluido.js?rev=1203983&r1=1203982&r2=1203983&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/main/resources/js/fluido.js (original) +++ maven/skins/trunk/maven-fluido-skin/src/main/resources/js/fluido.js Sat Nov 19 14:57:41 2011 @@ -30,18 +30,6 @@ jQuery( document ).ready( function() } ); // add prettyprint class to all 'pre' element child of 'div' whit class="source" -var prettify = false; - -jQuery( 'div.source > pre' ).each( function() -{ -jQuery( this ).addClass( 'prettyprint' ); -prettify = true; -} ); - -// if code blocks were found, invoke the prettifier ... -if ( prettify ) -{ -prettyPrint(); -} +prettyPrint(); } ); \ No newline at end of file
svn commit: r1203984 - /maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Author: simonetripodi Date: Sat Nov 19 15:01:57 2011 New Revision: 1203984 URL: http://svn.apache.org/viewvc?rev=1203984&view=rev Log: no more prettyprint on Project License page Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1203984&r1=1203983&r2=1203984&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Sat Nov 19 15:01:57 2011 @@ -682,7 +682,11 @@ + #if ( "Project License" != $title ) $bodyContent.replaceAll("", "") + #else + $bodyContent + #end
svn commit: r1203986 - in /maven/skins/trunk/maven-fluido-skin/src/main/resources: META-INF/maven/site.vm js/fluido.js
Author: simonetripodi Date: Sat Nov 19 15:07:17 2011 New Revision: 1203986 URL: http://svn.apache.org/viewvc?rev=1203986&view=rev Log: tables style replaced while generating the site and not on runtime - that is the same trick done for prettyprint Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm maven/skins/trunk/maven-fluido-skin/src/main/resources/js/fluido.js Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1203986&r1=1203985&r2=1203986&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Sat Nov 19 15:07:17 2011 @@ -683,7 +683,7 @@ #if ( "Project License" != $title ) - $bodyContent.replaceAll("", "") + $bodyContent.replaceAll( "", "" ).replaceAll( "class=\"bodyTable\"", "class=\"zebra-striped\"" ) #else $bodyContent #end Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/js/fluido.js URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/js/fluido.js?rev=1203986&r1=1203985&r2=1203986&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/main/resources/js/fluido.js (original) +++ maven/skins/trunk/maven-fluido-skin/src/main/resources/js/fluido.js Sat Nov 19 15:07:17 2011 @@ -22,14 +22,6 @@ jQuery( document ).ready( function() // initialize the dropdown menu if found $( '.topbar' ).dropdown(); -// improve table layout -jQuery( 'table.bodyTable' ).each( function() -{ -jQuery( this ).removeClass( 'bodyTable' ); -jQuery( this ).addClass( 'zebra-striped' ); -} ); - -// add prettyprint class to all 'pre' element child of 'div' whit class="source" prettyPrint(); -} ); \ No newline at end of file +} );
svn commit: r1203989 - in /maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF: LICENSE.txt NOTICE.txt
Author: simonetripodi Date: Sat Nov 19 15:17:13 2011 New Revision: 1203989 URL: http://svn.apache.org/viewvc?rev=1203989&view=rev Log: LICENSE and NOTICE included via from the root dir Removed: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/LICENSE.txt maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/NOTICE.txt
svn commit: r1203991 - /maven/skins/trunk/maven-fluido-skin/NOTICE.txt
Author: simonetripodi Date: Sat Nov 19 15:29:25 2011 New Revision: 1203991 URL: http://svn.apache.org/viewvc?rev=1203991&view=rev Log: improved the Tango! rights in the NOTICE file Modified: maven/skins/trunk/maven-fluido-skin/NOTICE.txt Modified: maven/skins/trunk/maven-fluido-skin/NOTICE.txt URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/NOTICE.txt?rev=1203991&r1=1203990&r2=1203991&view=diff == --- maven/skins/trunk/maven-fluido-skin/NOTICE.txt (original) +++ maven/skins/trunk/maven-fluido-skin/NOTICE.txt Sat Nov 19 15:29:25 2011 @@ -5,4 +5,6 @@ Twitter Bootstrap - licensed under the A This product includes software developed by Twitter (http://twitter.github.com/bootstrap/). -Tango Icons - public domain +Tango! base icon theme - released to the Public Domain +This product includes software developed by +Tango! Desktop Project (http://tango.freedesktop.org/)
svn commit: r1204172 - /maven/skins/trunk/maven-fluido-skin/pom.xml
Author: simonetripodi Date: Sun Nov 20 14:19:10 2011 New Revision: 1204172 URL: http://svn.apache.org/viewvc?rev=1204172&view=rev Log: javascript can be munged Modified: maven/skins/trunk/maven-fluido-skin/pom.xml Modified: maven/skins/trunk/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1204172&r1=1204171&r2=1204172&view=diff == --- maven/skins/trunk/maven-fluido-skin/pom.xml (original) +++ maven/skins/trunk/maven-fluido-skin/pom.xml Sun Nov 20 14:19:10 2011 @@ -97,7 +97,6 @@ generate-resources ${basedir}/src/main/resources - true css bootstrap-1.3.0.css
svn commit: r1205318 - in /maven/skins/trunk/maven-fluido-skin/src: it/sidebar/src/site/site.xml it/topbar/src/site/site.xml main/resources/META-INF/maven/site.vm site/site.xml
Author: simonetripodi Date: Wed Nov 23 08:03:34 2011 New Revision: 1205318 URL: http://svn.apache.org/viewvc?rev=1205318&view=rev Log: fixed footers layout - not the best ATM but at least works Modified: maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm maven/skins/trunk/maven-fluido-skin/src/site/site.xml Modified: maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml?rev=1205318&r1=1205317&r2=1205318&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml (original) +++ maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml Wed Nov 23 08:03:34 2011 @@ -55,7 +55,9 @@ - + Apache Maven, Apache @project.name@, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation. + All other marks mentioned may be trademarks or registered trademarks of their respective owners. + The Apache Software Foundation Modified: maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml?rev=1205318&r1=1205317&r2=1205318&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml (original) +++ maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml Wed Nov 23 08:03:34 2011 @@ -67,7 +67,9 @@ - + Apache Maven, Apache @project.name@, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation. + All other marks mentioned may be trademarks or registered trademarks of their respective owners. + The Apache Software Foundation Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1205318&r1=1205317&r2=1205318&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Wed Nov 23 08:03:34 2011 @@ -697,13 +697,12 @@ #else #end - - Copyright ©#copyright()All Rights Reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version ) - +Copyright ©#copyright()All Rights Reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version ) #if ( $decoration.body.footer ) #foreach( $item in $decoration.body.footer.getChildren() ) #set ( $foot = $item.toString().trim() ) +## #eval macro not supported yet, that is a silly turnaround to allow ASF projects adopt fluido $StringUtils.replace( $foot, '@project.name@', ${project.name} ) #end #end Modified: maven/skins/trunk/maven-fluido-skin/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/site.xml?rev=1205318&r1=1205317&r2=1205318&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/site/site.xml (original) +++ maven/skins/trunk/maven-fluido-skin/src/site/site.xml Wed Nov 23 08:03:34 2011 @@ -19,7 +19,10 @@ specific language governing permissions under the License. --> -http://maven.apache.org/DECORATION/1.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd";> +http://maven.apache.org/DECORATION/1.1.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"; + name="Apache Maven Fluido-Skin"> + ${project.name} @@ -50,5 +53,9 @@ under the License. + + Apache Maven, Apache @project.name@, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation. + All other marks mentioned may be trademarks or registered trademarks of their respective owners. + \ No newline at end of file
svn commit: r1205320 - /maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm
Author: simonetripodi Date: Wed Nov 23 08:08:22 2011 New Revision: 1205320 URL: http://svn.apache.org/viewvc?rev=1205320&view=rev Log: additional doc on footers placeholders Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm?rev=1205320&r1=1205319&r2=1205320&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm (original) +++ maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm Wed Nov 23 08:08:22 2011 @@ -136,4 +136,9 @@ ${project.name} * is rendered in the sidebar, if the topbar only is available it will be rendered there. - [] \ No newline at end of file + [] + +Footers placeholders + + Since <<<#eval>>> Velocity macro is not supported yet, the only placeholder + available in additional footers is <<<@project.name@>>>.
svn commit: r1205329 - in /maven/skins/trunk/maven-fluido-skin/src: it/sidebar/src/site/site.xml it/topbar/src/site/site.xml main/resources/META-INF/maven/site.vm main/resources/css/prettify.css
Author: simonetripodi Date: Wed Nov 23 08:53:50 2011 New Revision: 1205329 URL: http://svn.apache.org/viewvc?rev=1205329&view=rev Log: enhanced source sections with optional linenumbers had to apply minor css modifications as described on http://code.google.com/p/google-code-prettify/issues/detail?id=164 Modified: maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm maven/skins/trunk/maven-fluido-skin/src/main/resources/css/prettify.css Modified: maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml?rev=1205329&r1=1205328&r2=1205329&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml (original) +++ maven/skins/trunk/maven-fluido-skin/src/it/sidebar/src/site/site.xml Wed Nov 23 08:53:50 2011 @@ -35,6 +35,7 @@ true + true Modified: maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml?rev=1205329&r1=1205328&r2=1205329&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml (original) +++ maven/skins/trunk/maven-fluido-skin/src/it/topbar/src/site/site.xml Wed Nov 23 08:53:50 2011 @@ -43,6 +43,7 @@ false true + true Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1205329&r1=1205328&r2=1205329&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original) +++ maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Wed Nov 23 08:53:50 2011 @@ -683,7 +683,15 @@ #if ( "Project License" != $title ) - $bodyContent.replaceAll( "", "" ).replaceAll( "class=\"bodyTable\"", "class=\"zebra-striped\"" ) + #if ( $decoration.custom.getChild('fluidoSkin') + && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sourceLineNumbersEnabled' ) + && 'true' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sourceLineNumbersEnabled' ).getValue() ) +#set ( $sourceStyle = "prettyprint linenums" ) + #else +#set ( $sourceStyle = "prettyprint" ) + #end + + $bodyContent.replaceAll( "", "" ).replaceAll( "class=\"bodyTable\"", "class=\"zebra-striped\"" ) #else $bodyContent #end Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/css/prettify.css URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/css/prettify.css?rev=1205329&r1=1205328&r2=1205329&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/main/resources/css/prettify.css (original) +++ maven/skins/trunk/maven-fluido-skin/src/main/resources/css/prettify.css Wed Nov 23 08:53:50 2011 @@ -1 +1 @@ -.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee} \ No newline at end of file +.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0;padding-left:15px}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee} \ No newline at end of file
svn commit: r1205335 - /maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm
Author: simonetripodi Date: Wed Nov 23 09:25:16 2011 New Revision: 1205335 URL: http://svn.apache.org/viewvc?rev=1205335&view=rev Log: documented how to enable line numbers Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm?rev=1205335&r1=1205334&r2=1205335&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm (original) +++ maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm Wed Nov 23 09:25:16 2011 @@ -138,6 +138,21 @@ ${project.name} [] + Source code sections are enhanced by {{{http://code.google.com/p/google-code-prettify/}Google Code Prettify}, users can + optionally enable line numbers rendering (disabled by default): + ++-+ + + ... + + + true + + + ... + ++-+ + Footers placeholders Since <<<#eval>>> Velocity macro is not supported yet, the only placeholder
svn commit: r1205339 - /maven/skins/trunk/maven-fluido-skin/pom.xml
Author: simonetripodi Date: Wed Nov 23 09:35:58 2011 New Revision: 1205339 URL: http://svn.apache.org/viewvc?rev=1205339&view=rev Log: [maven-release-plugin] prepare release maven-fluido-skin-1.0 Modified: maven/skins/trunk/maven-fluido-skin/pom.xml Modified: maven/skins/trunk/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1205339&r1=1205338&r2=1205339&view=diff == --- maven/skins/trunk/maven-fluido-skin/pom.xml (original) +++ maven/skins/trunk/maven-fluido-skin/pom.xml Wed Nov 23 09:35:58 2011 @@ -26,7 +26,7 @@ org.apache.maven.skins maven-fluido-skin - 1.0-SNAPSHOT + 1.0 Apache Maven Fluido Skin The Apache Maven Fluido Skin is an Apache Maven site skin @@ -34,9 +34,9 @@ 2011 - scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-fluido-skin - scm:svn:https://svn.apache.org/repos/asf/maven/skins/trunk/maven-fluido-skin -http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin + scm:svn:http://svn.apache.org/repos/asf/maven/skins/tags/maven-fluido-skin-1.0 + scm:svn:https://svn.apache.org/repos/asf/maven/skins/tags/maven-fluido-skin-1.0 + http://svn.apache.org/viewvc/maven/skins/tags/maven-fluido-skin-1.0 JIRA
svn commit: r1205341 - /maven/skins/trunk/maven-fluido-skin/pom.xml
Author: simonetripodi Date: Wed Nov 23 09:38:46 2011 New Revision: 1205341 URL: http://svn.apache.org/viewvc?rev=1205341&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/skins/trunk/maven-fluido-skin/pom.xml Modified: maven/skins/trunk/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1205341&r1=1205340&r2=1205341&view=diff == --- maven/skins/trunk/maven-fluido-skin/pom.xml (original) +++ maven/skins/trunk/maven-fluido-skin/pom.xml Wed Nov 23 09:38:46 2011 @@ -26,7 +26,7 @@ org.apache.maven.skins maven-fluido-skin - 1.0 + 1.1-SNAPSHOT Apache Maven Fluido Skin The Apache Maven Fluido Skin is an Apache Maven site skin @@ -34,9 +34,9 @@ 2011 - scm:svn:http://svn.apache.org/repos/asf/maven/skins/tags/maven-fluido-skin-1.0 - scm:svn:https://svn.apache.org/repos/asf/maven/skins/tags/maven-fluido-skin-1.0 - http://svn.apache.org/viewvc/maven/skins/tags/maven-fluido-skin-1.0 + scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-fluido-skin + scm:svn:https://svn.apache.org/repos/asf/maven/skins/trunk/maven-fluido-skin +http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin JIRA
svn commit: r1205390 - /maven/skins/trunk/maven-fluido-skin/pom.xml
Author: simonetripodi Date: Wed Nov 23 13:14:24 2011 New Revision: 1205390 URL: http://svn.apache.org/viewvc?rev=1205390&view=rev Log: back to 1.0 Modified: maven/skins/trunk/maven-fluido-skin/pom.xml Modified: maven/skins/trunk/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1205390&r1=1205389&r2=1205390&view=diff == --- maven/skins/trunk/maven-fluido-skin/pom.xml (original) +++ maven/skins/trunk/maven-fluido-skin/pom.xml Wed Nov 23 13:14:24 2011 @@ -26,7 +26,7 @@ org.apache.maven.skins maven-fluido-skin - 1.1-SNAPSHOT + 1.0-SNAPSHOT Apache Maven Fluido Skin The Apache Maven Fluido Skin is an Apache Maven site skin
svn commit: r1205391 - /maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm
Author: simonetripodi Date: Wed Nov 23 13:20:19 2011 New Revision: 1205391 URL: http://svn.apache.org/viewvc?rev=1205391&view=rev Log: fixing the indicted parse error Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm?rev=1205391&r1=1205390&r2=1205391&view=diff == --- maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm (original) +++ maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm Wed Nov 23 13:20:19 2011 @@ -138,7 +138,7 @@ ${project.name} [] - Source code sections are enhanced by {{{http://code.google.com/p/google-code-prettify/}Google Code Prettify}, users can + Source code sections are enhanced by {{{http://code.google.com/p/google-code-prettify/}Google Code Prettify}}, users can optionally enable line numbers rendering (disabled by default): +-+
svn commit: r1205392 - /maven/skins/trunk/maven-fluido-skin/pom.xml
Author: simonetripodi Date: Wed Nov 23 13:29:52 2011 New Revision: 1205392 URL: http://svn.apache.org/viewvc?rev=1205392&view=rev Log: [maven-release-plugin] prepare release maven-fluido-skin-1.0 Modified: maven/skins/trunk/maven-fluido-skin/pom.xml Modified: maven/skins/trunk/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1205392&r1=1205391&r2=1205392&view=diff == --- maven/skins/trunk/maven-fluido-skin/pom.xml (original) +++ maven/skins/trunk/maven-fluido-skin/pom.xml Wed Nov 23 13:29:52 2011 @@ -26,7 +26,7 @@ org.apache.maven.skins maven-fluido-skin - 1.0-SNAPSHOT + 1.0 Apache Maven Fluido Skin The Apache Maven Fluido Skin is an Apache Maven site skin @@ -34,9 +34,9 @@ 2011 - scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-fluido-skin - scm:svn:https://svn.apache.org/repos/asf/maven/skins/trunk/maven-fluido-skin -http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin + scm:svn:http://svn.apache.org/repos/asf/maven/skins/tags/maven-fluido-skin-1.0 + scm:svn:https://svn.apache.org/repos/asf/maven/skins/tags/maven-fluido-skin-1.0 + http://svn.apache.org/viewvc/maven/skins/tags/maven-fluido-skin-1.0 JIRA
svn commit: r1205394 - /maven/skins/trunk/maven-fluido-skin/pom.xml
Author: simonetripodi Date: Wed Nov 23 13:36:40 2011 New Revision: 1205394 URL: http://svn.apache.org/viewvc?rev=1205394&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/skins/trunk/maven-fluido-skin/pom.xml Modified: maven/skins/trunk/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1205394&r1=1205393&r2=1205394&view=diff == --- maven/skins/trunk/maven-fluido-skin/pom.xml (original) +++ maven/skins/trunk/maven-fluido-skin/pom.xml Wed Nov 23 13:36:40 2011 @@ -26,7 +26,7 @@ org.apache.maven.skins maven-fluido-skin - 1.0 + 1.1-SNAPSHOT Apache Maven Fluido Skin The Apache Maven Fluido Skin is an Apache Maven site skin @@ -34,9 +34,9 @@ 2011 - scm:svn:http://svn.apache.org/repos/asf/maven/skins/tags/maven-fluido-skin-1.0 - scm:svn:https://svn.apache.org/repos/asf/maven/skins/tags/maven-fluido-skin-1.0 - http://svn.apache.org/viewvc/maven/skins/tags/maven-fluido-skin-1.0 + scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-fluido-skin + scm:svn:https://svn.apache.org/repos/asf/maven/skins/trunk/maven-fluido-skin +http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin JIRA
svn commit: r1205457 - /maven/skins/trunk/maven-fluido-skin/pom.xml
Author: simonetripodi Date: Wed Nov 23 15:42:17 2011 New Revision: 1205457 URL: http://svn.apache.org/viewvc?rev=1205457&view=rev Log: fixed site distribution management (for future release) Modified: maven/skins/trunk/maven-fluido-skin/pom.xml Modified: maven/skins/trunk/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1205457&r1=1205456&r2=1205457&view=diff == --- maven/skins/trunk/maven-fluido-skin/pom.xml (original) +++ maven/skins/trunk/maven-fluido-skin/pom.xml Wed Nov 23 15:42:17 2011 @@ -42,6 +42,12 @@ JIRA https://jira.codehaus.org/browse/MSKINS/ + + + apache.website + scp://people.apache.org/www/maven.apache.org/skins/${project.artifactId} + +
svn commit: r1206503 - in /maven/plugins/trunk/maven-project-info-reports-plugin/src: it/full-pom/pom.xml main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java main/resources/
Author: simonetripodi Date: Sat Nov 26 17:21:46 2011 New Revision: 1206503 URL: http://svn.apache.org/viewvc?rev=1206503&view=rev Log: [MPIR-236] Crete a new report to show how to include the module in different build systems Added: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java (with props) Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_en.properties Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml?rev=1206503&r1=1206502&r2=1206503&view=diff == --- maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml (original) +++ maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml Sat Nov 26 17:21:46 2011 @@ -195,6 +195,7 @@ scm issue-tracking mailing-list + dependency-info dependency-management dependencies cim Added: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java?rev=1206503&view=auto == --- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java (added) +++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java Sat Nov 26 17:21:46 2011 @@ -0,0 +1,165 @@ +package org.apache.maven.report.projectinfo; + +import java.util.Formatter; +import java.util.Locale; + +import org.apache.maven.doxia.sink.Sink; +import org.apache.maven.reporting.MavenReportException; +import org.codehaus.plexus.i18n.I18N; + +/** + * Generates the Dependency code snippets to be added to build tools. + * + * @author mailto:simonetrip...@apache.org";>Simone Tripodi + * @version $Id$ + * @since 2.4.1 + * @goal dependency-info + */ +public final class DependencyInformationReport +extends AbstractProjectInfoReport +{ + +private static final String DEPENDNECY_INFO = "dependency-info"; + +/** + * @parameter default-value="${project.groupId}" + * @required + */ +protected String groupId; + +/** + * @parameter default-value="${project.artifactId}" + * @required + */ +protected String artifactId; + +/** + * @parameter default-value="${project.version}" + * @required + */ +protected String version; + +/** + * @parameter default-value="${project.packaging}" + * @required + */ +protected String packaging; + +// -- +// Public methods +// -- + +/** + * {@inheritDoc} + */ +public String getOutputName() +{ +return DEPENDNECY_INFO; +} + +/** + * {@inheritDoc} + */ +@Override +protected String getI18Nsection() +{ +return DEPENDNECY_INFO; +} + +/** + * {@inheritDoc} + */ +@Override +protected void executeReport( Locale locale ) +throws MavenReportException +{ +new DependencyInformationRenderer( getSink(), getI18N( locale ), locale, + groupId, artifactId, version, packaging ) +.render(); +} + +// -- +// Private +// -- + +private static final class DependencyInformationRenderer +extends AbstractProjectInfoRenderer +{ + +private final String groupId; + +private final String artifactId; + +private final String version; + +private final String packaging; + +public DependencyInformationRenderer( Sink sink, I18N i18n, Locale locale, + String groupId, String artifactId, String version, String packaging ) +{ +super( sink, i18n, locale ); +this.groupId = groupId; +this.artifactId = artifactId; +this.version = version; +this.packaging = packaging; +} + +/*
svn commit: r1206505 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java
Author: simonetripodi Date: Sat Nov 26 17:28:31 2011 New Revision: 1206505 URL: http://svn.apache.org/viewvc?rev=1206505&view=rev Log: typo Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java?rev=1206505&r1=1206504&r2=1206505&view=diff == --- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java (original) +++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java Sat Nov 26 17:28:31 2011 @@ -19,7 +19,7 @@ public final class DependencyInformation extends AbstractProjectInfoReport { -private static final String DEPENDNECY_INFO = "dependency-info"; +private static final String DEPENDENCY_INFO = "dependency-info"; /** * @parameter default-value="${project.groupId}" @@ -54,7 +54,7 @@ public final class DependencyInformation */ public String getOutputName() { -return DEPENDNECY_INFO; +return DEPENDENCY_INFO; } /** @@ -63,7 +63,7 @@ public final class DependencyInformation @Override protected String getI18Nsection() { -return DEPENDNECY_INFO; +return DEPENDENCY_INFO; } /** @@ -110,7 +110,7 @@ public final class DependencyInformation @Override protected String getI18Nsection() { -return DEPENDNECY_INFO; +return DEPENDENCY_INFO; } /**
svn commit: r1206547 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java
Author: simonetripodi Date: Sat Nov 26 19:14:55 2011 New Revision: 1206547 URL: http://svn.apache.org/viewvc?rev=1206547&view=rev Log: exclude the packaging from Maven dependency if the type is jar, since it is implicit Thanks to Robert Scholte Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java?rev=1206547&r1=1206546&r2=1206547&view=diff == --- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java (original) +++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java Sat Nov 26 19:14:55 2011 @@ -21,6 +21,8 @@ public final class DependencyInformation private static final String DEPENDENCY_INFO = "dependency-info"; +private static final String JAR_PACKAGING = "jar"; + /** * @parameter default-value="${project.groupId}" * @required @@ -121,13 +123,18 @@ public final class DependencyInformation { startSection( getTitle() ); -renderDependencyInfo( "Apache Maven", new Formatter() -.format( "%n" ) -.format( " %s%n", groupId ) -.format( " %s%n", artifactId ) -.format( " %s%n", version ) -.format( " %s%n", packaging ) -.format( "" ) ); +Formatter mavenDependency = new Formatter() +.format( "%n" ) +.format( " %s%n", groupId ) +.format( " %s%n", artifactId ) +.format( " %s%n", version ); + +if ( !JAR_PACKAGING.equals( packaging ) ) +{ +mavenDependency = mavenDependency.format( " %s%n", packaging ); +} + +renderDependencyInfo( "Apache Maven", mavenDependency.format( "" ) ); renderDependencyInfo( "Apache Buildr", new Formatter().format( "'%s:%s:%s:%s'", groupId, artifactId, packaging, version ) );
svn commit: r1206639 - in /maven/skins/trunk/maven-fluido-skin: LICENSE LICENSE.txt NOTICE NOTICE.txt pom.xml
Author: simonetripodi Date: Sat Nov 26 23:43:54 2011 New Revision: 1206639 URL: http://svn.apache.org/viewvc?rev=1206639&view=rev Log: txt files replaced with related files without extensions Added: maven/skins/trunk/maven-fluido-skin/LICENSE (contents, props changed) - copied, changed from r1202763, maven/skins/trunk/maven-fluido-skin/LICENSE.txt maven/skins/trunk/maven-fluido-skin/NOTICE (contents, props changed) - copied, changed from r1203991, maven/skins/trunk/maven-fluido-skin/NOTICE.txt Removed: maven/skins/trunk/maven-fluido-skin/LICENSE.txt maven/skins/trunk/maven-fluido-skin/NOTICE.txt Modified: maven/skins/trunk/maven-fluido-skin/pom.xml Copied: maven/skins/trunk/maven-fluido-skin/LICENSE (from r1202763, maven/skins/trunk/maven-fluido-skin/LICENSE.txt) URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/LICENSE?p2=maven/skins/trunk/maven-fluido-skin/LICENSE&p1=maven/skins/trunk/maven-fluido-skin/LICENSE.txt&r1=1202763&r2=1206639&rev=1206639&view=diff == (empty) Propchange: maven/skins/trunk/maven-fluido-skin/LICENSE -- svn:eol-style = native Propchange: maven/skins/trunk/maven-fluido-skin/LICENSE -- svn:keywords = Date Revision Author HeadURL Id Propchange: maven/skins/trunk/maven-fluido-skin/LICENSE -- svn:mime-type = text/plain Copied: maven/skins/trunk/maven-fluido-skin/NOTICE (from r1203991, maven/skins/trunk/maven-fluido-skin/NOTICE.txt) URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/NOTICE?p2=maven/skins/trunk/maven-fluido-skin/NOTICE&p1=maven/skins/trunk/maven-fluido-skin/NOTICE.txt&r1=1203991&r2=1206639&rev=1206639&view=diff == (empty) Propchange: maven/skins/trunk/maven-fluido-skin/NOTICE -- svn:eol-style = native Propchange: maven/skins/trunk/maven-fluido-skin/NOTICE -- svn:keywords = Date Revision Author HeadURL Id Propchange: maven/skins/trunk/maven-fluido-skin/NOTICE -- svn:mime-type = text/plain Modified: maven/skins/trunk/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1206639&r1=1206638&r2=1206639&view=diff == --- maven/skins/trunk/maven-fluido-skin/pom.xml (original) +++ maven/skins/trunk/maven-fluido-skin/pom.xml Sat Nov 26 23:43:54 2011 @@ -60,8 +60,8 @@ . META-INF - NOTICE.txt - LICENSE.txt + NOTICE + LICENSE
svn commit: r1206640 - /maven/skins/trunk/maven-fluido-skin/NOTICE
Author: simonetripodi Date: Sat Nov 26 23:47:25 2011 New Revision: 1206640 URL: http://svn.apache.org/viewvc?rev=1206640&view=rev Log: added missing JQuery and Google code prettify - with related licensing - in NOTICE file Modified: maven/skins/trunk/maven-fluido-skin/NOTICE Modified: maven/skins/trunk/maven-fluido-skin/NOTICE URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/NOTICE?rev=1206640&r1=1206639&r2=1206640&view=diff == --- maven/skins/trunk/maven-fluido-skin/NOTICE (original) +++ maven/skins/trunk/maven-fluido-skin/NOTICE Sat Nov 26 23:47:25 2011 @@ -5,6 +5,14 @@ Twitter Bootstrap - licensed under the A This product includes software developed by Twitter (http://twitter.github.com/bootstrap/). +JQuery - licensed under the MIT License +This product includes software developed by +JQuery (http://jquery.org/) + +Google code prettify - licensed under the Apache License v2.0. +This product includes software developed by +Google (http://code.google.com/p/google-code-prettify/) + Tango! base icon theme - released to the Public Domain This product includes software developed by Tango! Desktop Project (http://tango.freedesktop.org/)
svn commit: r1206704 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java
Author: simonetripodi Date: Sun Nov 27 11:56:21 2011 New Revision: 1206704 URL: http://svn.apache.org/viewvc?rev=1206704&view=rev Log: added the Leiningen pattern to include the dependency Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java?rev=1206704&r1=1206703&r2=1206704&view=diff == --- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java (original) +++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java Sun Nov 27 11:56:21 2011 @@ -157,6 +157,19 @@ public final class DependencyInformation renderDependencyInfo( "Grails", new Formatter().format( "compile '%s:%s:%s'", groupId, artifactId, version ) ); +// Leiningen + +Formatter leiningenDependency = new Formatter().format( "[%s", groupId ); + +if ( !groupId.equals( artifactId ) ) +{ +leiningenDependency.format( "/%s", artifactId ); +} + +leiningenDependency.format( "\"%s\"]", version ); + +renderDependencyInfo( "Leiningen", leiningenDependency ); + endSection(); }
svn commit: r1206709 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java
Author: simonetripodi Date: Sun Nov 27 12:18:56 2011 New Revision: 1206709 URL: http://svn.apache.org/viewvc?rev=1206709&view=rev Log: added SBT dependency Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java?rev=1206709&r1=1206708&r2=1206709&view=diff == --- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java (original) +++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java Sun Nov 27 12:18:56 2011 @@ -170,6 +170,11 @@ public final class DependencyInformation renderDependencyInfo( "Leiningen", leiningenDependency ); +// sbt + +renderDependencyInfo( "SBT", new Formatter().format( "libraryDependencies += \"%s\" \"%s\" %% \"%s\"", + groupId, artifactId, version ) ); + endSection(); }