You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by to...@apache.org on 2010/09/29 18:22:47 UTC

svn commit: r1002715 - in /incubator/amber/trunk: pom.xml src/site/pdf.xml src/site/resources/images/ src/site/resources/images/amber_head.png src/site/site.xml src/site/xdoc/stats.xml

Author: tommaso
Date: Wed Sep 29 16:22:46 2010
New Revision: 1002715

URL: http://svn.apache.org/viewvc?rev=1002715&view=rev
Log:
Maven site basic configuration

Added:
    incubator/amber/trunk/src/site/resources/images/
    incubator/amber/trunk/src/site/resources/images/amber_head.png   (with props)
    incubator/amber/trunk/src/site/xdoc/stats.xml
Removed:
    incubator/amber/trunk/src/site/pdf.xml
Modified:
    incubator/amber/trunk/pom.xml
    incubator/amber/trunk/src/site/site.xml

Modified: incubator/amber/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/pom.xml?rev=1002715&r1=1002714&r2=1002715&view=diff
==============================================================================
--- incubator/amber/trunk/pom.xml (original)
+++ incubator/amber/trunk/pom.xml Wed Sep 29 16:22:46 2010
@@ -454,24 +454,6 @@
                 </configuration>
             </plugin>
 
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-pdf-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <id>pdf</id>
-                        <phase>site</phase>
-                        <goals>
-                            <goal>pdf</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <includeReports>false</includeReports>
-                    <indentSize>1</indentSize>
-                </configuration>
-            </plugin>
         </plugins>
 
         <resources>

Added: incubator/amber/trunk/src/site/resources/images/amber_head.png
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/src/site/resources/images/amber_head.png?rev=1002715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/amber/trunk/src/site/resources/images/amber_head.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/amber/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/src/site/site.xml?rev=1002715&r1=1002714&r2=1002715&view=diff
==============================================================================
--- incubator/amber/trunk/src/site/site.xml (original)
+++ incubator/amber/trunk/src/site/site.xml Wed Sep 29 16:22:46 2010
@@ -17,6 +17,11 @@
 -->
 <project name="${project.name}">
 
+  <bannerLeft>
+    <name>Apache Amber OAuth reference implementation</name>
+    <src>images/amber_head.png</src>
+    <href>${project.url}/index.html</href>
+  </bannerLeft>
     <version position="left"/>
 
     <body>
@@ -24,7 +29,6 @@
 
         <menu name="Miscellaneous">
             <item name="Project stats" href="stats.html"/>
-            <item name="PDF Manual" href="${project.name}-${project.version}.pdf"/>
         </menu>
 
         <menu ref="reports"/>
@@ -32,7 +36,7 @@
         <menu ref="modules"/>
 
         <menu name="External Links">
-            <item name="Apache Labs" href="http://labs.apache.org/"/>
+            <item name="Apache Incubator" href="http://incubator.apache.org/"/>
         </menu>
     </body>
 

Added: incubator/amber/trunk/src/site/xdoc/stats.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/src/site/xdoc/stats.xml?rev=1002715&view=auto
==============================================================================
--- incubator/amber/trunk/src/site/xdoc/stats.xml (added)
+++ incubator/amber/trunk/src/site/xdoc/stats.xml Wed Sep 29 16:22:46 2010
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!--
+    version: $Id: stats.xml 289 2010-01-15 20:20:48Z simone.tripodi $
+-->
+<document>
+    <properties>
+        <title>Apache Amber project stats</title>
+    </properties>
+
+    <body>
+        <section name="Project Stats">
+            <subsection name="Basic stats">
+                <script type="text/javascript" src="http://www.ohloh.net/p/apache-amber/widgets/project_basic_stats.js"></script>
+            </subsection>
+
+            <subsection name="Cocomo">
+                <script type="text/javascript" src="http://www.ohloh.net/p/apache-amber/widgets/project_cocomo.js"></script>
+            </subsection>
+
+            <subsection name="Factoids">
+                <script type="text/javascript" src="http://www.ohloh.net/p/apache-amber/widgets/project_factoids.js"></script>
+            </subsection>
+
+            <subsection name="Languages">
+                <script type="text/javascript" src="http://www.ohloh.net/p/apache-amber/widgets/project_languages.js"></script>
+            </subsection>
+        </section>
+    </body>
+</document>