Return-Path: X-Original-To: apmail-devicemap-commits-archive@www.apache.org Delivered-To: apmail-devicemap-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 661F810E35 for ; Sat, 6 Dec 2014 17:07:18 +0000 (UTC) Received: (qmail 13979 invoked by uid 500); 6 Dec 2014 17:07:18 -0000 Delivered-To: apmail-devicemap-commits-archive@devicemap.apache.org Received: (qmail 13953 invoked by uid 500); 6 Dec 2014 17:07:18 -0000 Mailing-List: contact commits-help@devicemap.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@devicemap.apache.org Delivered-To: mailing list commits@devicemap.apache.org Received: (qmail 13944 invoked by uid 500); 6 Dec 2014 17:07:18 -0000 Delivered-To: apmail-incubator-devicemap-commits@incubator.apache.org Received: (qmail 13939 invoked by uid 99); 6 Dec 2014 17:07:18 -0000 Received: from hades.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Dec 2014 17:07:18 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 2564BAC0957 for ; Sat, 6 Dec 2014 17:07:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r931681 - in /websites/staging/devicemap/trunk/content: ./ css/ download/ images/ images/devicemap-logo/ Date: Sat, 06 Dec 2014 17:07:15 -0000 To: devicemap-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141206170716.2564BAC0957@hades.apache.org> Author: buildbot Date: Sat Dec 6 17:07:15 2014 New Revision: 931681 Log: Staging update by buildbot for devicemap Added: websites/staging/devicemap/trunk/content/css/ websites/staging/devicemap/trunk/content/css/devicemap.css websites/staging/devicemap/trunk/content/download/.htaccess websites/staging/devicemap/trunk/content/download/index.cgi (with props) websites/staging/devicemap/trunk/content/images/ websites/staging/devicemap/trunk/content/images/devicemap-logo/ websites/staging/devicemap/trunk/content/images/devicemap-logo/devicemap-logo-300-98.png (with props) websites/staging/devicemap/trunk/content/images/devicemap-logo/devicemap-logo.key (with props) websites/staging/devicemap/trunk/content/images/devicemap-logo/devicemap-logo.pdf (with props) websites/staging/devicemap/trunk/content/source.html websites/staging/devicemap/trunk/content/team.html Modified: websites/staging/devicemap/trunk/content/ (props changed) websites/staging/devicemap/trunk/content/download/index.html websites/staging/devicemap/trunk/content/getting-started.html websites/staging/devicemap/trunk/content/index.html websites/staging/devicemap/trunk/content/mailing-lists.html Propchange: websites/staging/devicemap/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sat Dec 6 17:07:15 2014 @@ -1 +1 @@ -1643562 +1643564 Added: websites/staging/devicemap/trunk/content/css/devicemap.css ============================================================================== --- websites/staging/devicemap/trunk/content/css/devicemap.css (added) +++ websites/staging/devicemap/trunk/content/css/devicemap.css Sat Dec 6 17:07:15 2014 @@ -0,0 +1,47 @@ +/* devicemap css */ + +body { + font: normal 11pt/17pt Arial,Helvetica,sans-serif; +} + +@media screen +{ + #content { + margin: 30px 50px 10px 300px; + padding: 0 30px 40px; + } + #navigation { + font-size: 85%; + float: left; + padding: 20px 3px 3px 10px; + position: fixed; + top: 10px; + border-right: solid #F0F0F0 1px; + } + #navigation h1 { + color:#B0B0B0; + } + #navigation li { + color:#717171; + list-style-type:none; + } + #footer { + color:#717171; + font-size: 80%; + margin: 0 50px 0 300px; + padding: 10px 30px; + } +} + +@media print +{ + #content { + background-color: #fff; + } + #navigation { + display: none; + } + #footer { + background-color: #fff; + } +} Added: websites/staging/devicemap/trunk/content/download/.htaccess ============================================================================== --- websites/staging/devicemap/trunk/content/download/.htaccess (added) +++ websites/staging/devicemap/trunk/content/download/.htaccess Sat Dec 6 17:07:15 2014 @@ -0,0 +1,3 @@ +DirectoryIndex index.cgi +RewriteBase /download/ +RewriteRule ^index\.html$ index.cgi Added: websites/staging/devicemap/trunk/content/download/index.cgi ============================================================================== --- websites/staging/devicemap/trunk/content/download/index.cgi (added) +++ websites/staging/devicemap/trunk/content/download/index.cgi Sat Dec 6 17:07:15 2014 @@ -0,0 +1,3 @@ +#!/bin/sh +# Wrapper around the standard mirrors.cgi script +exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $* \ No newline at end of file Propchange: websites/staging/devicemap/trunk/content/download/index.cgi ------------------------------------------------------------------------------ svn:executable = * Modified: websites/staging/devicemap/trunk/content/download/index.html ============================================================================== --- websites/staging/devicemap/trunk/content/download/index.html (original) +++ websites/staging/devicemap/trunk/content/download/index.html Sat Dec 6 17:07:15 2014 @@ -33,14 +33,14 @@ Apache DeviceMap

ASF links

    Modified: websites/staging/devicemap/trunk/content/getting-started.html ============================================================================== --- websites/staging/devicemap/trunk/content/getting-started.html (original) +++ websites/staging/devicemap/trunk/content/getting-started.html Sat Dec 6 17:07:15 2014 @@ -33,14 +33,14 @@ Apache DeviceMap

    ASF links

      Added: websites/staging/devicemap/trunk/content/images/devicemap-logo/devicemap-logo-300-98.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/devicemap/trunk/content/images/devicemap-logo/devicemap-logo-300-98.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: websites/staging/devicemap/trunk/content/images/devicemap-logo/devicemap-logo.key ============================================================================== Binary file - no diff available. Propchange: websites/staging/devicemap/trunk/content/images/devicemap-logo/devicemap-logo.key ------------------------------------------------------------------------------ svn:mime-type = application/zip Added: websites/staging/devicemap/trunk/content/images/devicemap-logo/devicemap-logo.pdf ============================================================================== Binary file - no diff available. Propchange: websites/staging/devicemap/trunk/content/images/devicemap-logo/devicemap-logo.pdf ------------------------------------------------------------------------------ svn:mime-type = application/pdf Modified: websites/staging/devicemap/trunk/content/index.html ============================================================================== --- websites/staging/devicemap/trunk/content/index.html (original) +++ websites/staging/devicemap/trunk/content/index.html Sat Dec 6 17:07:15 2014 @@ -33,14 +33,14 @@ Apache DeviceMap

      ASF links

        Modified: websites/staging/devicemap/trunk/content/mailing-lists.html ============================================================================== --- websites/staging/devicemap/trunk/content/mailing-lists.html (original) +++ websites/staging/devicemap/trunk/content/mailing-lists.html Sat Dec 6 17:07:15 2014 @@ -33,14 +33,14 @@ Apache DeviceMap

        ASF links

          Added: websites/staging/devicemap/trunk/content/source.html ============================================================================== --- websites/staging/devicemap/trunk/content/source.html (added) +++ websites/staging/devicemap/trunk/content/source.html Sat Dec 6 17:07:15 2014 @@ -0,0 +1,76 @@ + + + + + + + Apache DeviceMap - Source + + + + + + + +
          +

          Source

          +

          All of the source code for DeviceMap can be found in the DeviceMap SVN repository.

          +

          To get a copy of the source: +

          +svn co http://svn.apache.org/repos/asf/incubator/devicemap/trunk/ devicemap
          +

          +
          + + + + + Added: websites/staging/devicemap/trunk/content/team.html ============================================================================== --- websites/staging/devicemap/trunk/content/team.html (added) +++ websites/staging/devicemap/trunk/content/team.html Sat Dec 6 17:07:15 2014 @@ -0,0 +1,90 @@ + + + + + + + Apache DeviceMap - Apache DeviceMap project team + + + + + + + +
          +

          Apache DeviceMap project team

          +

          TODO: add Apache IDs once we have all of them.

          +

          The DeviceMap team currently consists of (in alphabetical order):

          +
            +
          • Alessandro Bellucci - (C-P)
          • +
          • Andrew Savory (asavory) - (C-P-M)
          • +
          • Bertrand Delacretaz (bdelacretaz) - (C-P-M and Champion)
          • +
          • Brian LeRoux (brian) - (C-P)
          • +
          • Christian Stocker (chregu)- (C-P)
          • +
          • Eberhard Speer Jr (esjr) (C-P)
          • +
          • Nils Dehl - (C-P)
          • +
          • Philip Jespersen - (C-P)
          • +
          • Radu Cotescu (radu) - (C-P)
          • +
          • Reza Naghibi (rezan) - (C-P)
          • +
          • Scott Wilson (scottbw) - (C-P)
          • +
          • Stefano Andreani - (C-P)
          • +
          • Tim Fernando - (C-P)
          • +
          • Werner Keil - (C-P)
          • +
          +

          C indicates a committer, P a PPMC member and M an incubation mentor.

          +
          + + + + +