You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/12/09 17:27:58 UTC

svn commit: r1718896 - in /maven/doxia/site/trunk/content: resources/images/doxia-logo.png site.xml

Author: hboutemy
Date: Wed Dec  9 16:27:57 2015
New Revision: 1718896

URL: http://svn.apache.org/viewvc?rev=1718896&view=rev
Log:
put Doxia logo in roght banner

Modified:
    maven/doxia/site/trunk/content/resources/images/doxia-logo.png
    maven/doxia/site/trunk/content/site.xml

Modified: maven/doxia/site/trunk/content/resources/images/doxia-logo.png
URL: http://svn.apache.org/viewvc/maven/doxia/site/trunk/content/resources/images/doxia-logo.png?rev=1718896&r1=1718895&r2=1718896&view=diff
==============================================================================
Binary files - no diff available.

Modified: maven/doxia/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/trunk/content/site.xml?rev=1718896&r1=1718895&r2=1718896&view=diff
==============================================================================
--- maven/doxia/site/trunk/content/site.xml (original)
+++ maven/doxia/site/trunk/content/site.xml Wed Dec  9 16:27:57 2015
@@ -25,12 +25,18 @@ under the License.
  name="Doxia">
   <version position="none" />
 
+  <bannerRight>
+    <name>Doxia</name>
+    <src>images/doxia-logo.png</src>
+    <href>http://maven.apache.org/doxia/</href>
+  </bannerRight>
+
   <custom>
     <fluidoSkin>
       <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
       <googlePlusOne />
       <googleSearch>
-        <sitesearch>https://maven.apache.org/doxia</sitesearch>
+        <sitesearch>http://maven.apache.org/doxia</sitesearch>
       </googleSearch>
     </fluidoSkin>
   </custom>