You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/09/21 13:56:44 UTC

svn commit: r1704276 - in /directory/site/trunk: content/css/common.css content/css/orange.css content/images/post-orange.png templates/kerby/download-archive.html

Author: elecharny
Date: Mon Sep 21 11:56:37 2015
New Revision: 1704276

URL: http://svn.apache.org/viewvc?rev=1704276&view=rev
Log:
Added some images

Added:
    directory/site/trunk/content/css/orange.css
    directory/site/trunk/content/images/post-orange.png   (with props)
    directory/site/trunk/templates/kerby/download-archive.html
Modified:
    directory/site/trunk/content/css/common.css

Modified: directory/site/trunk/content/css/common.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/common.css?rev=1704276&r1=1704275&r2=1704276&view=diff
==============================================================================
--- directory/site/trunk/content/css/common.css (original)
+++ directory/site/trunk/content/css/common.css Mon Sep 21 11:56:37 2015
@@ -852,6 +852,21 @@ a.download_badge_mavibot b
     background-repeat: no-repeat;
 }
 
+a.download_badge_kerby b
+{
+    display: inline-block;
+    padding-top: 37px;
+    padding-left: 53px;
+    padding-right: 60px;
+    text-align: center;
+    text-decoration: none;
+    box-sizing: border-box;
+    width: 306px;
+    background-image: url( "../images/download-badge-kerby.gif" );
+    height: 105px;
+    background-repeat: no-repeat;
+}
+
 .download_badge b
 {
     display: inline-block;
@@ -864,4 +879,4 @@ a.download_badge_mavibot b
     font-size: 10px;
 }
 
-/* END - DOWNLOAD-BADGE */
\ No newline at end of file
+/* END - DOWNLOAD-BADGE */

Added: directory/site/trunk/content/css/orange.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/orange.css?rev=1704276&view=auto
==============================================================================
--- directory/site/trunk/content/css/orange.css (added)
+++ directory/site/trunk/content/css/orange.css Mon Sep 21 11:56:37 2015
@@ -0,0 +1,62 @@
+/*
+ *  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.
+ *
+ */
+
+h1, h2, h3, h4, h5, h6 
+{
+	color: #FF7F00;
+}
+
+#header 
+{
+	background-image: url('../images/header-orange.png');
+}
+
+.blogDate 
+{
+	color: #FF7F00;
+	background: url('../images/news-orange.png') no-repeat;
+}
+
+.news h2,
+h2.news
+{
+	color: #FF7F00;
+	background: url('../images/post-orange.png') no-repeat;
+}
+
+.codehilite pre
+{
+	border-color: #FF7F00;
+}
+
+blockquote 
+{
+	border-color: #FF7F00;
+}
+
+/* START - DOWNLOAD-BADGE */
+
+.download_badge
+{
+    width: 267px;
+    background-image: url( "../images/download-badge-kerby.gif" );
+}
+
+/* END - DOWNLOAD-BADGE */

Added: directory/site/trunk/content/images/post-orange.png
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/images/post-orange.png?rev=1704276&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/site/trunk/content/images/post-orange.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/site/trunk/templates/kerby/download-archive.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/kerby/download-archive.html?rev=1704276&view=auto
==============================================================================
--- directory/site/trunk/templates/kerby/download-archive.html (added)
+++ directory/site/trunk/templates/kerby/download-archive.html Mon Sep 21 11:56:37 2015
@@ -0,0 +1,77 @@
+{% extends "kerby/page.html" %}
+{% extends "kerby/page.html" %}
+    {% block content %}
+<h1>Downloads of Archive packages</h1>
+
+<p>
+    [if-any logo]
+    <a href="[link]"><img align="right" src="[logo]" border="0" /></a>
+    [end]
+    We suggest the following mirror site for your download:
+</p>
+
+<h2>ZIP Archive</h2>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-bin.zip">
+                        <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-bin.zip">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apache-kerby-{{version_kerby}}-bin.zip
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/kerbydist/{{version_kerby}}/apache-kerby-{{version_kerby}}-bin.zip.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-bin.zip.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<h2>TAR.GZ Archive</h2>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-bin.tar.gz">
+                        <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-bin.tar.gz">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apache-kerby-{{version_kerby}}-bin.tar.gz
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-bin.tar.gz.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-bin.tar.gz.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+{% include "download-change-mirror.html" %}
+
+<p>&nbsp;</p>
+
+    {% extends "download-verify-file-integrity.html" %}
+        {% block filename %}apache-kerby-{{version_kerby}}-bin.zip{% endblock %}
+    {% endextends %}
+    {% endblock %}
+{% endextends %}
\ No newline at end of file