Return-Path: X-Original-To: apmail-htrace-commits-archive@minotaur.apache.org Delivered-To: apmail-htrace-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03D9019309 for ; Wed, 27 Apr 2016 06:15:35 +0000 (UTC) Received: (qmail 4533 invoked by uid 500); 27 Apr 2016 06:15:34 -0000 Delivered-To: apmail-htrace-commits-archive@htrace.apache.org Received: (qmail 4508 invoked by uid 500); 27 Apr 2016 06:15:34 -0000 Mailing-List: contact commits-help@htrace.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@htrace.incubator.apache.org Delivered-To: mailing list commits@htrace.incubator.apache.org Received: (qmail 4499 invoked by uid 99); 27 Apr 2016 06:15:34 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 06:15:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 32DB9C0D7F for ; Wed, 27 Apr 2016 06:15:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id vyPhawlSAaN0 for ; Wed, 27 Apr 2016 06:15:26 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 3F4DC5FAF0 for ; Wed, 27 Apr 2016 06:15:25 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 11873E12E7 for ; Wed, 27 Apr 2016 06:15:23 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 3910A3A1ABE for ; Wed, 27 Apr 2016 06:15:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1741150 [10/17] - in /incubator/htrace/site/publish: ./ apidocs/ htrace-c/ htrace-c/css/ htrace-c/img/ htrace-c/js/ htrace-core/ htrace-core4/ htrace-core4/css/ htrace-core4/images/ htrace-core4/img/ htrace-core4/js/ htrace-flume/ htrace-h... Date: Wed, 27 Apr 2016 06:15:20 -0000 To: commits@htrace.incubator.apache.org From: cmccabe@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160427061522.3910A3A1ABE@svn01-us-west.apache.org> Modified: incubator/htrace/site/publish/htrace-hbase/dependency-info.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/dependency-info.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/dependency-info.html (original) +++ incubator/htrace/site/publish/htrace-hbase/dependency-info.html Wed Apr 27 06:15:17 2016 @@ -1,7 +1,7 @@ @@ -66,16 +66,16 @@
" -

A tracing framework for use with distributed systems written in java

+

A tracing framework for use with distributed systems


@@ -92,7 +92,7 @@
  • Dependency Information
  • Apache Maven
  • Apache Buildr
  • -
  • Apache Ant
  • +
  • Apache Ivy
  • Groovy Grape
  • Grails
  • Leiningen
  • @@ -120,7 +120,7 @@
    <dependency>
       <groupId>org.apache.htrace</groupId>
       <artifactId>htrace-hbase</artifactId>
    -  <version>3.2.0-incubating-SNAPSHOT</version>
    +  <version>4.1.0-incubating</version>
     </dependency>
    @@ -128,14 +128,14 @@

    Apache Buildr

    -
    'org.apache.htrace:htrace-hbase:jar:3.2.0-incubating-SNAPSHOT'
    +
    'org.apache.htrace:htrace-hbase:jar:4.1.0-incubating'
    -

    Apache Ant

    - +

    Apache Ivy

    +
    -
    <dependency org="org.apache.htrace" name="htrace-hbase" rev="3.2.0-incubating-SNAPSHOT">
    +   
    <dependency org="org.apache.htrace" name="htrace-hbase" rev="4.1.0-incubating">
       <artifact name="htrace-hbase" type="jar" />
     </dependency>
    @@ -145,7 +145,7 @@
    @Grapes(
    -@Grab(group='org.apache.htrace', module='htrace-hbase', version='3.2.0-incubating-SNAPSHOT')
    +@Grab(group='org.apache.htrace', module='htrace-hbase', version='4.1.0-incubating')
     )
    @@ -153,21 +153,21 @@

    Grails

    -
    compile 'org.apache.htrace:htrace-hbase:3.2.0-incubating-SNAPSHOT'
    +
    compile 'org.apache.htrace:htrace-hbase:4.1.0-incubating'

    Leiningen

    -
    [org.apache.htrace/htrace-hbase "3.2.0-incubating-SNAPSHOT"]
    +
    [org.apache.htrace/htrace-hbase "4.1.0-incubating"]

    SBT

    -
    libraryDependencies += "org.apache.htrace" %% "htrace-hbase" % "3.2.0-incubating-SNAPSHOT"
    +
    libraryDependencies += "org.apache.htrace" % "htrace-hbase" % "4.1.0-incubating"
    @@ -195,7 +195,7 @@

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Modified: incubator/htrace/site/publish/htrace-hbase/dependency-management.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/dependency-management.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/dependency-management.html (original) +++ incubator/htrace/site/publish/htrace-hbase/dependency-management.html Wed Apr 27 06:15:17 2016 @@ -1,7 +1,7 @@ @@ -66,16 +66,16 @@
    " -

    A tracing framework for use with distributed systems written in java

    +

    A tracing framework for use with distributed systems


    @@ -138,13 +138,6 @@ The Apache Software License, Version 2.0 - com.google.guava - guava - 12.0.1 - jar - The Apache Software License, Version 2.0 - - commons-logging commons-logging 1.1.1 @@ -172,7 +165,7 @@ junit junit - 4.10 + 4.11 jar Common Public License Version 1.0 @@ -204,7 +197,7 @@

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Modified: incubator/htrace/site/publish/htrace-hbase/distribution-management.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/distribution-management.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/distribution-management.html (original) +++ incubator/htrace/site/publish/htrace-hbase/distribution-management.html Wed Apr 27 06:15:17 2016 @@ -1,7 +1,7 @@ @@ -66,16 +66,16 @@
    " -

    A tracing framework for use with distributed systems written in java

    +

    A tracing framework for use with distributed systems


    @@ -150,7 +150,7 @@

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Modified: incubator/htrace/site/publish/htrace-hbase/index.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/index.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/index.html (original) +++ incubator/htrace/site/publish/htrace-hbase/index.html Wed Apr 27 06:15:17 2016 @@ -1,7 +1,7 @@ @@ -66,16 +66,16 @@
    " -

    A tracing framework for use with distributed systems written in java

    +

    A tracing framework for use with distributed systems


    @@ -132,7 +132,7 @@

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Modified: incubator/htrace/site/publish/htrace-hbase/integration.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/integration.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/integration.html (original) +++ incubator/htrace/site/publish/htrace-hbase/integration.html Wed Apr 27 06:15:17 2016 @@ -1,7 +1,7 @@ @@ -66,16 +66,16 @@
    " -

    A tracing framework for use with distributed systems written in java

    +

    A tracing framework for use with distributed systems


    @@ -110,12 +110,12 @@

    Overview

    -

    This project uses Hudson.

    +

    This project uses Hudson.

    Access

    -

    The following is a link to the continuous integration system used by the project.

    +

    The following is a link to the continuous integration system used by the project:

    @@ -149,7 +149,7 @@

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Modified: incubator/htrace/site/publish/htrace-hbase/issue-tracking.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/issue-tracking.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/issue-tracking.html (original) +++ incubator/htrace/site/publish/htrace-hbase/issue-tracking.html Wed Apr 27 06:15:17 2016 @@ -1,7 +1,7 @@ @@ -66,16 +66,16 @@
    " -

    A tracing framework for use with distributed systems written in java

    +

    A tracing framework for use with distributed systems


    @@ -108,7 +108,7 @@

    Overview

    -

    This project uses JIRA a J2EE-based, issue tracking and project management application.

    +

    This project uses JIRA.

    Issue Tracking

    @@ -142,7 +142,7 @@

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Modified: incubator/htrace/site/publish/htrace-hbase/license.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/license.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/license.html (original) +++ incubator/htrace/site/publish/htrace-hbase/license.html Wed Apr 27 06:15:17 2016 @@ -1,7 +1,7 @@ @@ -66,16 +66,16 @@
    " -

    A tracing framework for use with distributed systems written in java

    +

    A tracing framework for use with distributed systems


    @@ -349,7 +349,7 @@

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Modified: incubator/htrace/site/publish/htrace-hbase/mail-lists.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/mail-lists.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/mail-lists.html (original) +++ incubator/htrace/site/publish/htrace-hbase/mail-lists.html Wed Apr 27 06:15:17 2016 @@ -1,7 +1,7 @@ @@ -66,16 +66,16 @@
    " -

    A tracing framework for use with distributed systems written in java

    +

    A tracing framework for use with distributed systems


    @@ -166,7 +166,7 @@

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Modified: incubator/htrace/site/publish/htrace-hbase/plugin-management.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/plugin-management.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/plugin-management.html (original) +++ incubator/htrace/site/publish/htrace-hbase/plugin-management.html Wed Apr 27 06:15:17 2016 @@ -1,7 +1,7 @@ @@ -66,16 +66,16 @@
    " -

    A tracing framework for use with distributed systems written in java

    +

    A tracing framework for use with distributed systems


    @@ -118,12 +118,12 @@ org.apache.maven.plugins maven-antrun-plugin - 1.6 + 1.7 org.apache.maven.plugins maven-assembly-plugin - 2.2.1 + 2.4.1 org.apache.maven.plugins @@ -138,7 +138,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.1 + 2.8 org.apache.maven.plugins @@ -152,13 +152,13 @@ org.apache.maven.plugins - maven-enforcer-plugin - 1.0.1 + maven-enforcer-plugin + 1.3.1 org.apache.maven.plugins maven-failsafe-plugin - 2.12.4 + 2.18.1 org.apache.maven.plugins @@ -168,12 +168,12 @@ org.apache.maven.plugins maven-install-plugin - 2.3.1 + 2.5.2 org.apache.maven.plugins maven-invoker-plugin - 1.7 + 1.9 org.apache.maven.plugins @@ -187,28 +187,38 @@ org.apache.maven.plugins - maven-plugin-plugin - 3.1 + maven-plugin-plugin + 3.4 org.apache.maven.plugins - maven-release-plugin - 2.3.2 + maven-project-info-reports-plugin + 2.8 org.apache.maven.plugins - maven-remote-resources-plugin - 1.4 + maven-release-plugin + 2.5.1 org.apache.maven.plugins - maven-resources-plugin - 2.6 + maven-remote-resources-plugin + 1.5 org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + org.apache.maven.plugins maven-scm-plugin - 1.8 + 1.9.2 + + + org.apache.maven.plugins + maven-scm-publish-plugin + 1.1 org.apache.maven.plugins @@ -218,7 +228,7 @@ org.apache.maven.plugins maven-site-plugin - 3.2 + 3.4 org.apache.maven.plugins @@ -228,7 +238,17 @@ org.apache.maven.plugins maven-surefire-plugin - 2.12.4 + 2.18.1 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.18.1 + + + org.apache.maven.plugins + maven-war-plugin + 2.5 org.apache.rat @@ -238,7 +258,7 @@ org.codehaus.mojo clirr-maven-plugin - 2.4 + 2.6.1 @@ -267,7 +287,7 @@

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Modified: incubator/htrace/site/publish/htrace-hbase/plugins.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/plugins.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/plugins.html (original) +++ incubator/htrace/site/publish/htrace-hbase/plugins.html Wed Apr 27 06:15:17 2016 @@ -1,7 +1,7 @@ @@ -66,16 +66,16 @@
    " -

    A tracing framework for use with distributed systems written in java

    +

    A tracing framework for use with distributed systems


    @@ -120,7 +120,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.5.3 + 2.4.1 org.apache.maven.plugins @@ -145,7 +145,7 @@ org.apache.maven.plugins maven-install-plugin - 2.3.1 + 2.5.2 org.apache.maven.plugins @@ -160,29 +160,34 @@ org.apache.maven.plugins maven-remote-resources-plugin - 1.4 + 1.5 org.apache.maven.plugins maven-resources-plugin - 2.6 + 2.7 org.apache.maven.plugins + maven-shade-plugin + 2.1 + + + org.apache.maven.plugins maven-site-plugin 3.4 - + org.apache.maven.plugins maven-source-plugin 2.1.2 - + org.apache.maven.plugins maven-surefire-plugin - 2.12.4 + 2.18.1 - + org.apache.rat apache-rat-plugin 0.11 @@ -193,22 +198,7 @@

    Project Report Plugins

    - - - - - - - - - - - - - - - -
    GroupIdArtifactIdVersion
    org.apache.maven.pluginsmaven-project-info-reports-plugin2.6
    +

    There are no plugins reports defined in the Reporting part of this project.

    @@ -234,7 +224,7 @@

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Modified: incubator/htrace/site/publish/htrace-hbase/project-info.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/project-info.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/project-info.html (original) +++ incubator/htrace/site/publish/htrace-hbase/project-info.html Wed Apr 27 06:15:17 2016 @@ -1,7 +1,7 @@ @@ -66,16 +66,16 @@
    " -

    A tracing framework for use with distributed systems written in java

    +

    A tracing framework for use with distributed systems


    @@ -118,64 +118,60 @@ - About - htrace-hbase is the tools to send tracing information to an HBase database for analysis later. + Continuous Integration + This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis. - Project Summary - This document lists other related information of this project + Dependencies + This document lists the project's dependencies and provides information on each dependency. Dependency Information - report.dependency-info.description + This document describes how to to include this project as a dependency using various dependency management tools. - Project License - This is a link to the definitions of project licenses. + Dependency Management + This document lists the dependencies that are defined through dependencyManagement. - Project Team - This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another. + Distribution Management + This document provides informations on the distribution management of this project. - Source Repository - This is a link to the online source repository that can be viewed via a web browser. + About + htrace-hbase is the tools to send tracing information to an HBase database for analysis later. Issue Tracking - This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link. + This document provides information on the issue management system used in this project. - Mailing Lists - This document provides subscription and archive information for this project's mailing lists. + Project License + This document lists the project license(s). - Dependency Management - This document lists the dependencies that are defined through dependencyManagement. + Mailing Lists + This document provides subscription and archive information for this project's mailing lists. - Dependencies - This document lists the project's dependencies and provides information on each dependency. + Plugin Management + This document lists the plugins that are defined through pluginManagement. - Dependency Convergence - This document presents the convergence of dependency versions across the entire project, and its sub modules. + Project Plugins + This document lists the build plugins and the report plugins used by this project. - Continuous Integration - This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis. + Project Team + This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another. - Plugin Management - This document lists the plugins that are defined through pluginManagement. + Source Repository + This document lists ways to access the online source repository. - Project Plugins - This document lists the build plugins and the report plugins used by this project. - - - Distribution Management - This document provides informations on the distribution management of this project. + Project Summary + This document lists other related information of this project @@ -205,7 +201,7 @@

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Modified: incubator/htrace/site/publish/htrace-hbase/project-summary.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/project-summary.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/project-summary.html (original) +++ incubator/htrace/site/publish/htrace-hbase/project-summary.html Wed Apr 27 06:15:17 2016 @@ -1,7 +1,7 @@ @@ -66,16 +66,16 @@
    " -

    A tracing framework for use with distributed systems written in java

    +

    A tracing framework for use with distributed systems


    @@ -178,15 +178,15 @@ Version - 3.2.0-incubating-SNAPSHOT + 4.1.0-incubating Type jar - JDK Rev - 1.6 + Java Version + 1.7 @@ -216,7 +216,7 @@

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Modified: incubator/htrace/site/publish/htrace-hbase/source-repository.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/source-repository.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/source-repository.html (original) +++ incubator/htrace/site/publish/htrace-hbase/source-repository.html Wed Apr 27 06:15:17 2016 @@ -1,7 +1,7 @@ @@ -66,16 +66,16 @@
    " -

    A tracing framework for use with distributed systems written in java

    +

    A tracing framework for use with distributed systems


    @@ -91,13 +91,13 @@ @@ -114,35 +114,35 @@

    Overview

    -

    This project uses a Source Content Management System to manage its source code.

    +

    This project uses Git to manage its source code. Instructions on Git use can be found at http://git-scm.com/documentation.

    -

    Web Access

    - -

    The following is a link to the online source repository.

    +

    Web Browser Access

    + +

    The following is a link to a browsable version of the source repository:

    -

    Anonymous access

    - -

    Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:

    +

    Anonymous Access

    + +

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    -
    git:http://git-wip-us.apache.org/repos/asf/incubator-htrace.git/htrace-hbase
    +
    $ git clone http://git-wip-us.apache.org/repos/asf/incubator-htrace.git
    -

    Developer access

    - -

    Refer to the documentation of the SCM used for more information about developer check out. The connection url is:

    +

    Developer Access

    + +

    Only project developers can access the Git tree via this method (See http://git-scm.com/docs/git-clone).

    -
    git:https://git-wip-us.apache.org/repos/asf/incubator-htrace.git/htrace-hbase
    +
    $ git clone https://git-wip-us.apache.org/repos/asf/incubator-htrace.git
    -

    Access from behind a firewall

    - +

    Access from Behind a Firewall

    +

    Refer to the documentation of the SCM used for more information about access behind a firewall.

    @@ -169,7 +169,7 @@

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Modified: incubator/htrace/site/publish/htrace-hbase/team-list.html URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-hbase/team-list.html?rev=1741150&r1=1741149&r2=1741150&view=diff ============================================================================== --- incubator/htrace/site/publish/htrace-hbase/team-list.html (original) +++ incubator/htrace/site/publish/htrace-hbase/team-list.html Wed Apr 27 06:15:17 2016 @@ -1,14 +1,14 @@ - htrace-hbase – Team list + htrace-hbase – Project Team @@ -66,16 +66,16 @@
    " -

    A tracing framework for use with distributed systems written in java

    +

    A tracing framework for use with distributed systems


    @@ -124,7 +124,6 @@ Organization Organization URL Time Zone - Actual Time (GMT) @@ -136,7 +135,6 @@ Cloudera http://www.cloudera.com -7 - -7 @@ -146,7 +144,6 @@ Cloudera http://www.cloudera.com -7 - -7 @@ -155,24 +152,6 @@

    Contributors

    There are no contributors listed for this project. Please check back again later.

    - @@ -199,7 +178,7 @@ window.onLoad = init();

    Back to top

    - +

    Reflow Maven skin by Andrius Velykis.

    Added: incubator/htrace/site/publish/htrace-htraced/css/bootswatch.css URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-htraced/css/bootswatch.css?rev=1741150&view=auto ============================================================================== --- incubator/htrace/site/publish/htrace-htraced/css/bootswatch.css (added) +++ incubator/htrace/site/publish/htrace-htraced/css/bootswatch.css Wed Apr 27 06:15:17 2016 @@ -0,0 +1,70 @@ +body { + padding-top: 80px; + padding-bottom: 20px; +} + +.navbar a > i { + opacity: 0.5; +} + +.navbar a:hover > i { + opacity: 1; +} + +.subhead { + padding-bottom: 0; + margin-bottom: 9px; +} + +.subhead h1 { + font-size: 54px; +} + + +@media (max-width: 480px) { + + .modal { + position: fixed !important; + top: 25% !important; + } +} + + +@media (max-width: 767px) { + + body { + padding-top: 0; + } +} + +/* Portrait tablet to landscape and desktop */ +@media (min-width: 768px) and (max-width: 979px) { + + .thumbnail p { + font-size: 12px; + } + + .thumbnail .btn { + padding: 8px 12px; + font-size: 12px; + } +} + +@media (min-width: 768px) and (max-width: 979px) { + + /* Remove any padding from the body */ + body { + padding-top: 0; + } +} + +@media (max-width: 980px) { + + /* Unfloat brand */ + .navbar-fixed-top .brand { + float: left; + margin-left: 0; + padding-left: 10px; + padding-right: 10px; + } +} Added: incubator/htrace/site/publish/htrace-htraced/css/docs.css URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-htraced/css/docs.css?rev=1741150&view=auto ============================================================================== --- incubator/htrace/site/publish/htrace-htraced/css/docs.css (added) +++ incubator/htrace/site/publish/htrace-htraced/css/docs.css Wed Apr 27 06:15:17 2016 @@ -0,0 +1,150 @@ +/* Add additional stylesheets below +-------------------------------------------------- */ +/* + Bootstrap's documentation styles + Special styles for presenting Bootstrap's documentation and examples +*/ + +/* Body and structure +-------------------------------------------------- */ + +body { + position: relative; + padding-top: 40px; +} + +/* Code in headings */ +h3 code { + font-size: 14px; + font-weight: normal; +} + +/* Jumbotrons +-------------------------------------------------- */ +.jumbotron { + position: relative; + padding: 40px 0; +} +.jumbotron h1 { + font-size: 80px; + font-weight: bold; + letter-spacing: -1px; + line-height: 1; +} +.jumbotron p { + font-size: 24px; + font-weight: 300; + line-height: 30px; + margin-bottom: 30px; +} +.jumbotron .btn-large { + font-size: 20px; + font-weight: normal; + padding: 14px 24px; + margin-right: 10px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} +.jumbotron .btn-large small { + font-size: 14px; +} + + +/* Specific jumbotrons +------------------------- */ +/* supporting docs pages */ +.subhead { + padding-bottom: 0; + margin-bottom: 9px; +} +.subhead h1 { + font-size: 54px; +} + +/* Responsive Docs +-------------------------------------------------- */ +@media (max-width: 480px) { + + /* Reduce padding above jumbotron */ + body { + padding-top: 70px; + } + + /* Adjust the jumbotron */ + .jumbotron h1, + .jumbotron p { + text-align: center; + margin-right: 0; + } + .jumbotron h1 { + font-size: 45px; + margin-right: 0; + } + .jumbotron p { + margin-right: 0; + margin-left: 0; + font-size: 18px; + line-height: 24px; + } + .jumbotron .btn { + display: block; + font-size: 18px; + padding: 10px 14px; + margin: 0 auto 10px; + } + +} + + +@media (max-width: 768px) { + + /* Remove any padding from the body */ + body { + padding-top: 0; + } + + /* Jumbotron buttons */ + .jumbotron .btn { + margin-bottom: 10px; + } +} + + +@media (min-width: 480px) and (max-width: 768px) { + + /* Scale down the jumbotron content */ + .jumbotron h1 { + font-size: 54px; + } + .jumbotron p { + margin-right: 0; + margin-left: 0; + } +} + + +@media (min-width: 768px) and (max-width: 980px) { + + /* Remove any padding from the body */ + body { + padding-top: 0; + } + + /* Scale down the jumbotron content */ + .jumbotron h1 { + font-size: 72px; + } +} + + +@media (max-width: 980px) { + + /* Unfloat brand */ + .navbar-fixed-top .brand { + float: left; + margin-left: 0; + padding-left: 10px; + padding-right: 10px; + } +} Added: incubator/htrace/site/publish/htrace-htraced/css/lightbox.css URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-htraced/css/lightbox.css?rev=1741150&view=auto ============================================================================== --- incubator/htrace/site/publish/htrace-htraced/css/lightbox.css (added) +++ incubator/htrace/site/publish/htrace-htraced/css/lightbox.css Wed Apr 27 06:15:17 2016 @@ -0,0 +1,210 @@ +/* Preload images */ +body:after { + content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png); + display: none; +} + +.lightboxOverlay { + position: absolute; + top: 0; + left: 0; + z-index: 9999; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); + opacity: 0.8; + display: none; +} + +.lightbox { + position: absolute; + left: 0; + width: 100%; + z-index: 10000; + text-align: center; + line-height: 0; + font-weight: normal; +} + +.lightbox .lb-image { + display: block; + height: auto; + max-width: inherit; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -ms-border-radius: 3px; + -o-border-radius: 3px; + border-radius: 3px; +} + +.lightbox a img { + border: none; +} + +.lb-outerContainer { + position: relative; + background-color: white; + *zoom: 1; + width: 250px; + height: 250px; + margin: 0 auto; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + -ms-border-radius: 4px; + -o-border-radius: 4px; + border-radius: 4px; +} + +.lb-outerContainer:after { + content: ""; + display: table; + clear: both; +} + +.lb-container { + padding: 4px; +} + +.lb-loader { + position: absolute; + top: 43%; + left: 0; + height: 25%; + width: 100%; + text-align: center; + line-height: 0; +} + +.lb-cancel { + display: block; + width: 32px; + height: 32px; + margin: 0 auto; + background: url(../img/loading.gif) no-repeat; +} + +.lb-nav { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + z-index: 10; +} + +.lb-container > .nav { + left: 0; +} + +.lb-nav a { + outline: none; + background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='); +} + +.lb-prev, .lb-next { + height: 100%; + cursor: pointer; + display: block; +} + +.lb-nav a.lb-prev { + width: 34%; + left: 0; + float: left; + background: url(../img/prev.png) left 48% no-repeat; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); + opacity: 0; + -webkit-transition: opacity 0.6s; + -moz-transition: opacity 0.6s; + -o-transition: opacity 0.6s; + transition: opacity 0.6s; +} + +.lb-nav a.lb-prev:hover { + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); + opacity: 1; +} + +.lb-nav a.lb-next { + width: 64%; + right: 0; + float: right; + background: url(../img/next.png) right 48% no-repeat; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); + opacity: 0; + -webkit-transition: opacity 0.6s; + -moz-transition: opacity 0.6s; + -o-transition: opacity 0.6s; + transition: opacity 0.6s; +} + +.lb-nav a.lb-next:hover { + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); + opacity: 1; +} + +.lb-dataContainer { + margin: 0 auto; + padding-top: 5px; + *zoom: 1; + width: 100%; + -moz-border-radius-bottomleft: 4px; + -webkit-border-bottom-left-radius: 4px; + border-bottom-left-radius: 4px; + -moz-border-radius-bottomright: 4px; + -webkit-border-bottom-right-radius: 4px; + border-bottom-right-radius: 4px; +} + +.lb-dataContainer:after { + content: ""; + display: table; + clear: both; +} + +.lb-data { + padding: 0 4px; + color: #ccc; +} + +.lb-data .lb-details { + width: 85%; + float: left; + text-align: left; + line-height: 1.1em; +} + +.lb-data .lb-caption { + font-size: 13px; + font-weight: bold; + line-height: 1em; +} + +.lb-data .lb-number { + display: block; + clear: left; + padding-bottom: 1em; + font-size: 12px; + color: #999999; +} + +.lb-data .lb-close { + display: block; + float: right; + width: 30px; + height: 30px; + background: url(../img/close.png) top right no-repeat; + text-align: right; + outline: none; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); + opacity: 0.7; + -webkit-transition: opacity 0.2s; + -moz-transition: opacity 0.2s; + -o-transition: opacity 0.2s; + transition: opacity 0.2s; +} + +.lb-data .lb-close:hover { + cursor: pointer; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); + opacity: 1; +} Added: incubator/htrace/site/publish/htrace-htraced/css/print.css URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-htraced/css/print.css?rev=1741150&view=auto ============================================================================== --- incubator/htrace/site/publish/htrace-htraced/css/print.css (added) +++ incubator/htrace/site/publish/htrace-htraced/css/print.css Wed Apr 27 06:15:17 2016 @@ -0,0 +1,80 @@ +.navbar, +.breadcrumb, +.toc-separator +#toc-bar, +#toc-sidebar, +footer, +.subfooter { + display: none !important; +} + +body { + padding-top: 0px !important; +} + +/* CSS below taken from HTML5 Boilerplate */ +* { + background: transparent !important; + color: #000 !important; /* Black prints faster: h5bp.com/s */ + box-shadow:none !important; + text-shadow: none !important; +} + +a, +a:visited { + text-decoration: underline; +} + +a[href]:after { + content: " (" attr(href) ")"; +} + +abbr[title]:after { + content: " (" attr(title) ")"; +} + +/* + * Don't show links for images, or javascript/internal links, or header links + */ + +header a:after, +.ir a:after, +a[href^="javascript:"]:after, +a[href^="#"]:after { + content: "" !important; +} + +pre, +blockquote { + border: 1px solid #999; + page-break-inside: avoid; +} + +thead { + display: table-header-group; /* h5bp.com/t */ +} + +tr, +img { + page-break-inside: avoid; +} + +img { + max-width: 100% !important; +} + +@page { + margin: 0.5cm; +} + +p, +h2, +h3 { + orphans: 3; + widows: 3; +} + +h2, +h3 { + page-break-after: avoid; +} Added: incubator/htrace/site/publish/htrace-htraced/css/reflow-skin.css URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-htraced/css/reflow-skin.css?rev=1741150&view=auto ============================================================================== --- incubator/htrace/site/publish/htrace-htraced/css/reflow-skin.css (added) +++ incubator/htrace/site/publish/htrace-htraced/css/reflow-skin.css Wed Apr 27 06:15:17 2016 @@ -0,0 +1,99 @@ +/* Jumps to in-page links (e.g. page.html#foo) do not honor fixed navbar. + Use pseudo element to move them down. + Taken from http://nicolasgallagher.com/jump-links-and-viewport-positioning/demo/#method-B + */ +h1[id]:before, +h2[id]:before, +h3[id]:before, +h4[id]:before, +h5[id]:before, +h6[id]:before, +a[name]:before { + display:block; + content:""; + height:90px; + margin:-90px 0 0; +} + + +/* Fixed subnav support: */ + +/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */ +@media (min-width: 980px) { + .navbar.affix { + position: fixed; + top: 40px; + right: 0; + left: 0; + z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */ + margin-bottom: 0; + } + + .navbar.affix .navbar-inner { + border-width: 0 0 1px; + padding-right: 0; + padding-left: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1); + -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1); + } + + .navbar.affix .container { + width: 940px; + } +} + +/* Other screen sizes navbar container width */ +@media (min-width: 1200px) { + .navbar.affix .container { + width: 1170px; + } +} + +@media (max-width: 979px) { + .navbar.affix { + position: static; + } + + /* Give a positive z-index to ToC bar, otherwise the pseudo elements before may overlap and + make the button unclickable. */ + #toc-bar { + position: relative; + z-index:1020; + margin-bottom: 20px; + } + +} + +/* Fix for header links - do not color/underline them */ +#banner a { + color: inherit; + text-decoration: inherit; +} + + +/* Footer */ + +footer.well { + padding: 50px 0; + margin-top: 70px; + margin-bottom: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + border-right: 0; + border-left: 0; + font-size: 90%; +} + +footer.well p, +.subfooter p { + margin-bottom: 0; +} + +.subfooter { + padding: 30px 0; +} Added: incubator/htrace/site/publish/htrace-htraced/css/site.css URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/htrace-htraced/css/site.css?rev=1741150&view=auto ============================================================================== --- incubator/htrace/site/publish/htrace-htraced/css/site.css (added) +++ incubator/htrace/site/publish/htrace-htraced/css/site.css Wed Apr 27 06:15:17 2016 @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file