Author: ihabunek
Date: Thu Oct 13 07:38:54 2011
New Revision: 1182704

URL: http://svn.apache.org/viewvc?rev=1182704&view=rev
Log:
Changes for using the new maven-fluido-skin.

Added:
    
logging/log4php/branches/experimental/fluido-skin/src/site/resources/images/logos/ls-logo.jpg
      - copied unchanged from r1182701, 
logging/log4php/branches/experimental/fluido-skin/src/site/resources/images/ls-logo.jpg
    logging/log4php/branches/experimental/fluido-skin/src/site/site.my.vm
      - copied unchanged from r1182701, 
logging/log4php/branches/experimental/fluido-skin/src/site/site.vm
Removed:
    
logging/log4php/branches/experimental/fluido-skin/src/site/resources/css/bootstrap.css
    
logging/log4php/branches/experimental/fluido-skin/src/site/resources/css/bootstrap.min.css
    
logging/log4php/branches/experimental/fluido-skin/src/site/resources/images/collapsed.gif
    
logging/log4php/branches/experimental/fluido-skin/src/site/resources/images/expanded.gif
    
logging/log4php/branches/experimental/fluido-skin/src/site/resources/images/logos/maven-feather.png
    
logging/log4php/branches/experimental/fluido-skin/src/site/resources/images/ls-logo.jpg
    
logging/log4php/branches/experimental/fluido-skin/src/site/resources/js/prettify.js
    
logging/log4php/branches/experimental/fluido-skin/src/site/resources/js/prettify.min.js
    
logging/log4php/branches/experimental/fluido-skin/src/site/resources/js/site.js
    logging/log4php/branches/experimental/fluido-skin/src/site/site.vm
Modified:
    logging/log4php/branches/experimental/fluido-skin/pom.xml
    
logging/log4php/branches/experimental/fluido-skin/src/site/resources/css/site.css
    logging/log4php/branches/experimental/fluido-skin/src/site/site.xml

Modified: logging/log4php/branches/experimental/fluido-skin/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4php/branches/experimental/fluido-skin/pom.xml?rev=1182704&r1=1182703&r2=1182704&view=diff
==============================================================================
--- logging/log4php/branches/experimental/fluido-skin/pom.xml (original)
+++ logging/log4php/branches/experimental/fluido-skin/pom.xml Thu Oct 13 
07:38:54 2011
@@ -164,7 +164,7 @@
                                </dependencies>
                                
                                <executions>
-                                       <execution>
+                                       <!-- <execution>
                                                <id>syntax-check</id>
                                                <phase>process-sources</phase>
                                                <configuration>
@@ -240,7 +240,7 @@
                                                <goals>
                                                        <goal>run</goal>
                                                </goals>
-                                       </execution>
+                                       </execution> -->
                                </executions>
                        </plugin>
                        
@@ -294,16 +294,11 @@
                                <artifactId>maven-site-plugin</artifactId>
                                <version>3.0</version>
                                <configuration>
-
-                                       <!-- Override default rendering (only 
required to add a custom footer) -->
-                                       <!-- This can be removed once <footer> 
tag is supported in site.xml.  -->
-                                       
<templateFile>${basedir}/src/site/site.vm</templateFile>
-
                                        <!-- Configure additional reports on 
the site -->
                                        <reportPlugins>
 
                                                <!-- Project info report -->
-                                               <plugin>
+                                               <!-- <plugin>
                                                        
<groupId>org.apache.maven.plugins</groupId>
                                                        
<artifactId>maven-project-info-reports-plugin</artifactId>
                                                        <version>2.4</version>
@@ -320,10 +315,10 @@
                                                                        
</reports>
                                                                </reportSet>
                                                        </reportSets>
-                                               </plugin>
+                                               </plugin> -->
                                                
                                                <!-- Changes report -->
-                                               <plugin>
+                                               <!-- <plugin>
                                                        
<groupId>org.apache.maven.plugins</groupId>
                                                        
<artifactId>maven-changes-plugin</artifactId>
                                                        <version>2.6</version>
@@ -339,21 +334,21 @@
                                                                
<statusIds>Resolved, Closed</statusIds>
                                                                
<columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix 
Version</columnNames>
                                                        </configuration>
-                                               </plugin>
+                                               </plugin> -->
                                                
                                                <!-- Surefire report -->
-                                               <plugin>
+                                               <!-- <plugin>
                                                        
<groupId>org.apache.maven.plugins</groupId>
                                                        
<artifactId>maven-surefire-report-plugin</artifactId>
                                                        <version>2.8.1</version>
-                                               </plugin>
+                                               </plugin> -->
                        
                                                <!-- RAT report -->
-                                               <plugin>
+                                               <!-- <plugin>
                                                        
<groupId>org.apache.rat</groupId>
                                                        
<artifactId>apache-rat-plugin</artifactId>
                                                        <version>0.6</version>
-                                               </plugin>
+                                               </plugin> -->
                                        </reportPlugins>
                                </configuration>
                        </plugin>

Modified: 
logging/log4php/branches/experimental/fluido-skin/src/site/resources/css/site.css
URL: 
http://svn.apache.org/viewvc/logging/log4php/branches/experimental/fluido-skin/src/site/resources/css/site.css?rev=1182704&r1=1182703&r2=1182704&view=diff
==============================================================================
--- 
logging/log4php/branches/experimental/fluido-skin/src/site/resources/css/site.css
 (original)
+++ 
logging/log4php/branches/experimental/fluido-skin/src/site/resources/css/site.css
 Thu Oct 13 07:38:54 2011
@@ -14,283 +14,3 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 */
-
-div.clear{
-       clear:both;
-       visibility: hidden;
-}
-div.clear hr{
-       display: none;
-}
-
-/* Tweaks to the bootstrap theme
---------------------------------- */
-body {
-       font-family: Verdana,Helvetica,Arial,sans-serif;
-}
-table th, table td { 
-       padding: 6px; 
-}
-table th { 
-       background-color: #F5F5F5; 
-}
-h2 { 
-       margin-bottom: 5px; 
-}
-li { 
-       color: inherit; 
-       line-height: 20px; 
-}
-code, tt{
-       font-family: Monaco, Andale Mono, Courier New, monospace;
-       font-size: 12px;
-       background-color: whitesmoke;
-       padding: 2px;
-       border: 1px solid #ddd;
-}
-
-.section {
-       padding: 4px;
-       margin-top: 15px;
-}
-.breadcrumb {
-       font-size: 12px;
-       padding: 6px 14px;
-}
-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;
-}
-
-/* Sidebar menu 
------------------ */
-
-.well {
-       padding: 10px;
-}
-.sidebar {
-       font-size: 11px;
-}
-.sidebar h5 {
-       font-size: 12px;
-       line-height: 24px;
-       border-bottom: 1px solid grey;
-}
-.sidebar ul {
-       margin: 0;
-}
-.sidebar li {
-       list-style-type: none;
-       line-height: 14px;
-       background-position: 0 0.4em;
-    background-repeat: no-repeat;
-    padding-left: 16px;
-}
-.sidebar li.expanded {
-       background-image: url(../images/expanded.gif);
-}
-.sidebar li.collapsed {
-       background-image: url(../images/collapsed.gif);
-}
-
-/* Footer (using <div> instead of <footer> because of IE). 
------------------------------------------------------------ */
-
-div.footer {
-       background-color: whitesmoke;
-       padding: 15px;
-    margin-top: 15px;
-       text-align: right;
-       border-top: 1px solid #EEEEEE;
-}
-div.footer p {
-       font-size: 11px;
-}
-
-/* Banners
------------------ */
-#banner {
-       padding: 10px 0;
-}
-#bannerLeft {
-       float: left;
-}
-#bannerRight {
-       float: right;
-}
-
-/*
-body {
-       margin: 0px;
-       padding: 0px;
-       font-family: Verdana, Helvetica, Arial, sans-serif;
-       font-size: 13px;
-}
-img {
-       border:none;
-}
-acronym {
-       cursor: help;
-       border-bottom: 1px dotted #feb;
-}
-code, tt{
-       font-family: Monaco, Andale Mono, Courier New, monospace;
-       font-size: 12px;
-       background-color: whitesmoke;
-       padding: 2px;
-       border: 1px solid #ddd;
-}
-
-.xleft { 
-       float:left;
-}
-.xright {
-       float:right;
-}
-#leftColumn {
-       width: 190px;
-       float: left;
-       overflow: auto;
-}
-#bodyColumn {
-       margin-right: 1.5em;
-       margin-left: 210px;
-}
-#navcolumn {
-       padding: 4px 8px 8px 8px;
-       border-radius: 4px;
-       -moz-border-radius: 4px;
-       -webkit-border-radius: 4px;
-       margin: 10px 0 0 5px;
-       border: 1px solid #999;
-       background-color: #F5F5F5;
-}
-#navcolumn h5 {
-       font-size: 11px;
-       line-height: 24px;
-       margin: 0;
-       padding: 0;
-       border-bottom: 1px solid #aaaaaa;
-       padding-top: 2px;
-       color: #000;
-}
-#navcolumn ul {
-       margin: 0;
-       padding: 0;
-}
-#navcolumn li {
-       font-size: 11px;
-       line-height: 1.2em;
-       list-style-type: none;
-       background-image: none;
-       background-repeat: no-repeat;
-       background-position: 0 0.4em;
-       padding-left: 16px;
-       list-style-position: outside;
-       margin: 0;
-}
-#poweredBy {
-       margin: 15px;
-}
-#lastPublished {
-       font-size: x-small;
-}
-.navSection {
-       margin-bottom: 2px;
-       padding: 8px;
-}
-.navSectionHead {
-       font-weight: bold;
-       font-size: x-small;
-}
-.section {
-       padding: 4px;
-       margin-top: 15px;
-}
-#footer {
-       margin-top: 17px;
-       padding: 17px 10px;
-       border-top: 1px solid #eee;
-       background-color: #F5F5F5;
-       text-align: right;
-       font-size: 11px;
-}
-.breadcrumb {
-       padding: 4px 14px;      
-}
-#organizationLogo img, #projectLogo img, #projectLogo span{
-       margin: 8px;
-}
-div.section { 
-       margin-top: 12px; 
-}
-table th, table td { 
-       padding: 6px; 
-}
-table th { 
-       background-color: #F5F5F5; 
-}
-h2 { 
-       margin-bottom: 5px; 
-}
-
-li { 
-       color: inherit; 
-       margin-bottom: 5px; 
-}
-.alert-message {
-       margin: 18px 0; 
-}
-*/
-
-/* Pretty printing styles. Used with prettify.js. 
----------------------------------------------------- */
-
-/* SPAN elements with the classes below are added by prettyprint. */
-.pln { color: #000 }  /* plain text */
-
-@media screen {
-  .str { color: #080 }  /* string content */
-  .kwd { color: #008 }  /* a keyword */
-  .com { color: #800 }  /* a comment */
-  .typ { color: #606 }  /* a type name */
-  .lit { color: #066 }  /* a literal value */
-  /* punctuation, lisp open bracket, lisp close bracket */
-  .pun, .opn, .clo { color: #660 }
-  .tag { color: #008 }  /* a markup tag name */
-  .atn { color: #606 }  /* a markup attribute name */
-  .atv { color: #080 }  /* a markup attribute value */
-  .dec, .var { color: #606 }  /* a declaration; a variable name */
-  .fun { color: red }  /* a function name */
-}
-
-/* Use higher contrast and text-weight for printable form. */
-@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 }
-}
-
-/* Put a border around prettyprinted code snippets. */
-pre.prettyprint { padding: 6px; border: 1px solid #ddd }
-
-/* Specify class=linenums on a pre to get line numbering */
-ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left 
*/
-
-.linenums li { 
-       color: #ccc;
-}
-.prettyprint li { 
-       margin-bottom: 0;
-}
-

Modified: logging/log4php/branches/experimental/fluido-skin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/logging/log4php/branches/experimental/fluido-skin/src/site/site.xml?rev=1182704&r1=1182703&r2=1182704&view=diff
==============================================================================
--- logging/log4php/branches/experimental/fluido-skin/src/site/site.xml 
(original)
+++ logging/log4php/branches/experimental/fluido-skin/src/site/site.xml Thu Oct 
13 07:38:54 2011
@@ -21,11 +21,17 @@
        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";>
        
-       <bannerLeft>
+<bannerLeft>
                <name>Apache Logging Services Project</name>
-               <src>images/ls-logo.jpg</src>
+               <src>images/logos/ls-logo.jpg</src>
                <href>http://logging.apache.org/</href>
        </bannerLeft>
+
+    <skin>
+               <groupId>org.apache.maven.skins</groupId>
+               <artifactId>maven-fluido-skin</artifactId>
+               <version>1.0-SNAPSHOT</version>
+    </skin>
        
        <publishDate position="right" format="dd.MM.yyyy."/>
        


Reply via email to