HBASE-14732 Update HBase website skin and CSS
Use Fluido skin, make things more readable, make improvements to enhance the mobile experience.
This commit is contained in:
parent
c585072bc3
commit
eb6b2a1a04
13
pom.xml
13
pom.xml
|
@ -1025,21 +1025,10 @@
|
|||
<artifactId>wagon-ssh</artifactId>
|
||||
<version>2.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!-- required for reflow skin (http://andriusvelykis.github.io/reflow-maven-skin/) -->
|
||||
<groupId>lt.velykis.maven.skins</groupId>
|
||||
<artifactId>reflow-velocity-tools</artifactId>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!-- velocity explicitly required by reflow-maven-skin -->
|
||||
<groupId>org.apache.velocity</groupId>
|
||||
<artifactId>velocity</artifactId>
|
||||
<version>1.7</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<configuration>
|
||||
<siteDirectory>${basedir}/src/main/site</siteDirectory>
|
||||
<customBundle>${basedir}/src/main/site/custom/project-info-report.properties</customBundle>
|
||||
<inputEncoding>UTF-8</inputEncoding>
|
||||
<outputEncoding>UTF-8</outputEncoding>
|
||||
</configuration>
|
||||
|
|
|
@ -0,0 +1,303 @@
|
|||
# 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.
|
||||
|
||||
report.cim.access = Access
|
||||
report.cim.anthill.intro = Apache HBase™ uses {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
|
||||
report.cim.bamboo.intro = Apache HBase™ uses {Bamboo, http://www.atlassian.com/software/bamboo/}.
|
||||
report.cim.buildforge.intro = Apache HBase™ uses {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
|
||||
report.cim.continuum.intro = Apache HBase™ uses {Continuum, http://continuum.apache.org/}.
|
||||
report.cim.cruisecontrol.intro = Apache HBase™ uses {CruiseControl, http://cruisecontrol.sourceforge.net/}.
|
||||
report.cim.description = These are the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
|
||||
report.cim.general.intro = Apache HBase™ uses Continuous Integration System.
|
||||
report.cim.hudson.intro = Apache HBase™ uses {Hudson, http://hudson-ci.org/}.
|
||||
report.cim.jenkins.intro = Apache HBase™ uses {Jenkins, http://jenkins-ci.org/}.
|
||||
report.cim.luntbuild.intro = Apache HBase™ uses {Luntbuild, http://luntbuild.javaforge.com/}.
|
||||
report.cim.travis.intro = Apache HBase™ uses {Travis CI, https://travis-ci.org/}.
|
||||
report.cim.name = Continuous Integration
|
||||
report.cim.nocim = No continuous integration management system is defined. Please check back at a later date.
|
||||
report.cim.notifiers.column.address = Address
|
||||
report.cim.notifiers.column.configuration = Configuration
|
||||
report.cim.notifiers.column.type = Type
|
||||
report.cim.notifiers.intro = Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.
|
||||
report.cim.notifiers.nolist = No notifiers are defined. Please check back at a later date.
|
||||
report.cim.notifiers.title = Notifiers
|
||||
report.cim.nourl = No url to the continuous integration system is defined.
|
||||
report.cim.overview.title = Overview
|
||||
report.cim.title = Continuous Integration
|
||||
report.cim.url = This is a link to the continuous integration system used by the project:
|
||||
report.dependencies.column.artifactId = ArtifactId
|
||||
report.dependencies.column.classifier = Classifier
|
||||
report.dependencies.column.description = Description
|
||||
report.dependencies.column.groupId = GroupId
|
||||
report.dependencies.column.license = License
|
||||
report.dependencies.column.optional = Optional
|
||||
report.dependencies.column.isOptional = Yes
|
||||
report.dependencies.column.isNotOptional = No
|
||||
report.dependencies.column.type = Type
|
||||
report.dependencies.column.url = URL
|
||||
report.dependencies.column.version = Version
|
||||
report.dependencies.description = This is a list of project's dependencies and provides information on each dependency.
|
||||
report.dependencies.file.details.cell.debuginformation.yes = Yes
|
||||
report.dependencies.file.details.cell.debuginformation.no = No
|
||||
report.dependencies.file.details.column.classes = Classes
|
||||
report.dependencies.file.details.column.debuginformation = Debug Information
|
||||
report.dependencies.file.details.column.entries = Entries
|
||||
report.dependencies.file.details.column.file = Filename
|
||||
report.dependencies.file.details.column.javaVersion = Java Version
|
||||
report.dependencies.file.details.column.packages = Packages
|
||||
report.dependencies.file.details.column.sealed = Sealed
|
||||
report.dependencies.file.details.column.size = Size
|
||||
report.dependencies.file.details.column.size.gb = GB
|
||||
report.dependencies.file.details.column.size.mb = MB
|
||||
report.dependencies.file.details.column.size.kb = kB
|
||||
report.dependencies.file.details.columntitle.debuginformation = Indicates whether these dependencies have been compiled with debug information.
|
||||
report.dependencies.file.details.title = Dependency File Details
|
||||
report.dependencies.file.details.total = Total
|
||||
report.dependencies.graph.tables.licenses = Licenses
|
||||
report.dependencies.graph.tables.unknown = Unknown
|
||||
report.dependencies.graph.title = Apache HBase™ Dependency Graph
|
||||
report.dependencies.graph.tree.title = Dependency Tree
|
||||
report.dependencies.intro.compile = This is a list of compile dependencies for Apache HBase™. These dependencies are required to compile and run the application:
|
||||
report.dependencies.intro.provided = This is a list of provided dependencies for Apache HBase™. These dependencies are required to compile the application, but should be provided by default when using the library:
|
||||
report.dependencies.intro.runtime = This is a list of runtime dependencies for Apache HBase™. These dependencies are required to run the application:
|
||||
report.dependencies.intro.system = This is a list of system dependencies for Apache HBase™. These dependencies are required to compile the application:
|
||||
report.dependencies.intro.test = This is a list of test dependencies for Apache HBase™. These dependencies are only required to compile and run unit tests for the application:
|
||||
report.dependencies.name = Dependencies
|
||||
report.dependencies.nolist = There are no dependencies for Apache HBase™. It is a standalone application that does not depend on any other project.
|
||||
report.dependencies.repo.locations.artifact.breakdown = Repository locations for each of the Dependencies.
|
||||
report.dependencies.repo.locations.cell.release.disabled = No
|
||||
report.dependencies.repo.locations.cell.release.enabled = Yes
|
||||
report.dependencies.repo.locations.cell.snapshot.disabled = No
|
||||
report.dependencies.repo.locations.cell.snapshot.enabled = Yes
|
||||
report.dependencies.repo.locations.cell.blacklisted.disabled = No
|
||||
report.dependencies.repo.locations.cell.blacklisted.enabled = Yes
|
||||
report.dependencies.repo.locations.column.artifact = Artifact
|
||||
report.dependencies.repo.locations.column.blacklisted = Blacklisted
|
||||
report.dependencies.repo.locations.column.release = Release
|
||||
report.dependencies.repo.locations.column.repoid = Repo ID
|
||||
report.dependencies.repo.locations.column.snapshot = Snapshot
|
||||
report.dependencies.repo.locations.column.url = URL
|
||||
report.dependencies.repo.locations.title = Dependency Repository Locations
|
||||
report.dependencies.title = Apache HBase™ Dependencies
|
||||
report.dependencies.unnamed = Unnamed
|
||||
report.dependencies.transitive.intro = This is a list of transitive dependencies for Apache HBase™. Transitive dependencies are the dependencies of the project dependencies.
|
||||
report.dependencies.transitive.nolist = No transitive dependencies are required for Apache HBase™.
|
||||
report.dependencies.transitive.title = Apache HBase™ Transitive Dependencies
|
||||
report.dependency-convergence.convergence.caption = Dependencies used in modules
|
||||
report.dependency-convergence.convergence.single.caption = Dependencies used in Apache HBase™
|
||||
report.dependency-convergence.description = This is the convergence of dependency versions across the entire project and its sub-modules.
|
||||
report.dependency-convergence.legend = Legend:
|
||||
report.dependency-convergence.legend.different = At least one dependency has a differing version of the dependency or has SNAPSHOT dependencies.
|
||||
report.dependency-convergence.legend.shared = All modules/dependencies share one version of the dependency.
|
||||
report.dependency-convergence.name = Dependency Convergence
|
||||
report.dependency-convergence.reactor.name = Reactor Dependency Convergence
|
||||
report.dependency-convergence.reactor.title = Reactor Dependency Convergence
|
||||
report.dependency-convergence.stats.artifacts = Number of unique artifacts (NOA):
|
||||
report.dependency-convergence.stats.caption = Statistics:
|
||||
report.dependency-convergence.stats.convergence = Convergence (NOD/NOA):
|
||||
report.dependency-convergence.stats.dependencies = Number of dependencies (NOD):
|
||||
report.dependency-convergence.stats.readyrelease = Ready for release (100 % convergence and no SNAPSHOTS):
|
||||
report.dependency-convergence.stats.readyrelease.error = Error
|
||||
report.dependency-convergence.stats.readyrelease.error.convergence = There is less than 100 % convergence.
|
||||
report.dependency-convergence.stats.readyrelease.error.snapshots = There are SNAPSHOT dependencies.
|
||||
report.dependency-convergence.stats.readyrelease.success = Success
|
||||
report.dependency-convergence.stats.conflicting = Number of version-conflicting artifacts (NOC):
|
||||
report.dependency-convergence.stats.snapshots = Number of SNAPSHOT artifacts (NOS):
|
||||
report.dependency-convergence.stats.modules = Number of modules:
|
||||
report.dependency-convergence.title = Dependency Convergence
|
||||
report.dependency-info.name = Dependency Information
|
||||
report.dependency-info.title = Dependency Information
|
||||
report.dependency-info.description = These are instructions for including Apache HBase™ as a dependency using various dependency management tools.
|
||||
report.index.nodescription = There is currently no description associated with Apache HBase™.
|
||||
report.index.title = About Apache HBase™
|
||||
report.issuetracking.bugzilla.intro = Apache HBase™ uses {Bugzilla, http://www.bugzilla.org/}.
|
||||
report.issuetracking.custom.intro = Apache HBase™ uses %issueManagementSystem% to manage its issues.
|
||||
report.issuetracking.description = Apache HBase™ uses the following issue management system(s).
|
||||
report.issuetracking.general.intro = Apache HBase™ uses an Issue Management System to manage its issues.
|
||||
report.issuetracking.intro = Issues, bugs, and feature requests should be submitted to the following issue tracking system for Apache HBase™.
|
||||
report.issuetracking.jira.intro = Apache HBase™ uses {JIRA, http://www.atlassian.com/software/jira}.
|
||||
report.issuetracking.name = Issue Tracking
|
||||
report.issuetracking.noissueManagement = No issue management system is defined. Please check back at a later date.
|
||||
report.issuetracking.overview.title = Overview
|
||||
report.issuetracking.scarab.intro = Apache HBase™ uses {Scarab, http://scarab.tigris.org/}.
|
||||
report.issuetracking.title = Issue Tracking
|
||||
report.license.description = Apache HBase™ uses the following project license(s).
|
||||
report.license.multiple = Apache HBase™ is provided under multiple licenses:
|
||||
report.license.name = Apache HBase™ License
|
||||
report.license.nolicense = No license is defined for Apache HBase™.
|
||||
report.license.overview.intro = This is the license for the Apache HBase project itself, but not necessarily its dependencies.
|
||||
report.license.overview.title = Overview
|
||||
report.license.originalText = [Original text]
|
||||
report.license.copy = Copy of the license follows:
|
||||
report.license.title = Apache HBase™ License
|
||||
report.license.unnamed = Unnamed
|
||||
report.mailing-lists.column.archive = Archive
|
||||
report.mailing-lists.column.name = Name
|
||||
report.mailing-lists.column.otherArchives = Other Archives
|
||||
report.mailing-lists.column.post = Post
|
||||
report.mailing-lists.column.subscribe = Subscribe
|
||||
report.mailing-lists.column.unsubscribe = Unsubscribe
|
||||
report.mailing-lists.description = These are Apache HBase™'s mailing lists.
|
||||
report.mailing-lists.intro = For each list, links are provided to subscribe, unsubscribe, and view archives.
|
||||
report.mailing-lists.name = Mailing Lists
|
||||
report.mailing-lists.nolist = There are no mailing lists currently associated with Apache HBase™.
|
||||
report.mailing-lists.title = Apache HBase™ Mailing Lists
|
||||
report.scm.accessbehindfirewall.cvs.intro = If you are behind a firewall that blocks HTTP access to the CVS repository, you can use the {CVSGrab, http://cvsgrab.sourceforge.net/} web interface to checkout the source code.
|
||||
report.scm.accessbehindfirewall.general.intro = Refer to the documentation of the SCM used for more information about access behind a firewall.
|
||||
report.scm.accessbehindfirewall.svn.intro = If you are behind a firewall that blocks HTTP access to the Subversion repository, you can try to access it via the developer connection:
|
||||
report.scm.accessbehindfirewall.title = Access from Behind a Firewall
|
||||
report.scm.accessthroughtproxy.svn.intro1 = The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)
|
||||
report.scm.accessthroughtproxy.svn.intro2 = There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.
|
||||
report.scm.accessthroughtproxy.svn.intro3 = Example: Edit the 'servers' file and add something like:
|
||||
report.scm.accessthroughtproxy.title = Access Through a Proxy
|
||||
report.scm.anonymousaccess.cvs.intro = Apache HBase™'s CVS repository can be checked out through anonymous CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key.
|
||||
report.scm.anonymousaccess.general.intro = Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:
|
||||
report.scm.anonymousaccess.git.intro = The source can be checked out anonymously from Git with this command (See {http://git-scm.com/docs/git-clone,http://git-scm.com/docs/git-clone}):
|
||||
report.scm.anonymousaccess.hg.intro = The source can be checked out anonymously from Mercurial with this command (See {http://www.selenic.com/mercurial/hg.1.html#clone,http://www.selenic.com/mercurial/hg.1.html#clone}):
|
||||
report.scm.anonymousaccess.svn.intro = The source can be checked out anonymously from Subversion with this command:
|
||||
report.scm.anonymousaccess.title = Anonymous Access
|
||||
report.scm.clearcase.intro = Apache HBase™ uses {ClearCase, http://www-306.ibm.com/software/awdtools/clearcase/} to manage its source code. Informations on ClearCase use can be found at {http://www.redbooks.ibm.com/redbooks/pdfs/sg246399.pdf, http://www.redbooks.ibm.com/redbooks/pdfs/sg246399.pdf}.
|
||||
report.scm.cvs.intro = Apache HBase™ uses {Concurrent Versions System, http://www.cvshome.org/} to manage its source code. Instructions on CVS use can be found at {http://cvsbook.red-bean.com/, http://cvsbook.red-bean.com/}.
|
||||
report.scm.description = This document lists ways to access the online source repository.
|
||||
report.scm.devaccess.clearcase.intro = Only project developers can access the ClearCase tree via this method. Substitute username with the proper value.
|
||||
report.scm.devaccess.cvs.intro = Only project developers can access the CVS tree via this method. Substitute username with the proper value.
|
||||
report.scm.devaccess.general.intro = Refer to the documentation of the SCM used for more information about developer check out. The connection url is:
|
||||
report.scm.devaccess.git.intro = Only project developers can access the Git tree via this method (See {http://git-scm.com/docs/git-clone,http://git-scm.com/docs/git-clone}).
|
||||
report.scm.devaccess.hg.intro = Only project developers can access the Mercurial tree via this method (See {http://www.selenic.com/mercurial/hg.1.html#clone,http://www.selenic.com/mercurial/hg.1.html#clone}).
|
||||
report.scm.devaccess.perforce.intro = Only project developers can access the Perforce tree via this method. Substitute username and password with the proper values.
|
||||
report.scm.devaccess.starteam.intro = Only project developers can access the Starteam tree via this method. Substitute username with the proper value.
|
||||
report.scm.devaccess.svn.intro1.https = Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.
|
||||
report.scm.devaccess.svn.intro1.other = Committers must checkout the Subversion repository.
|
||||
report.scm.devaccess.svn.intro1.svn = Committers must checkout the Subversion repository via SVN.
|
||||
report.scm.devaccess.svn.intro1.svnssh = Committers must checkout the Subversion repository via SVN+SSH.
|
||||
report.scm.devaccess.svn.intro2 = To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password):
|
||||
report.scm.devaccess.title = Developer Access
|
||||
report.scm.general.intro = Apache HBase™ uses a Source Content Management System to manage its source code.
|
||||
report.scm.name = Source Repository
|
||||
report.scm.noscm = No source configuration management system is defined. Please check back at a later date.
|
||||
report.scm.overview.title = Overview
|
||||
report.scm.git.intro = Apache HBase™ uses {Git, http://git-scm.com/} to manage its source code. Instructions on Git use can be found at {http://git-scm.com/documentation,http://git-scm.com/documentation}.
|
||||
report.scm.hg.intro = Apache HBase™ uses {Mercurial, http://mercurial.selenic.com/wiki/} to manage its source code. Instructions on Mercurial use can be found at {http://hgbook.red-bean.com/read/, http://hgbook.red-bean.com/read/}.
|
||||
report.scm.perforce.intro = Apache HBase™ uses {Perforce, http://www.perforce.com/} to manage its source code. Instructions on Perforce use can be found at {http://www.perforce.com/perforce/doc.051/manuals/cmdref/index.html, http://www.perforce.com/perforce/doc.051/manuals/cmdref/index.html}.
|
||||
report.scm.starteam.intro = Apache HBase™ uses {Starteam, http://www.borland.com/us/products/starteam/} to manage its source code.
|
||||
report.scm.svn.intro = Apache HBase™ uses {Subversion, http://subversion.apache.org/} to manage its source code. Instructions on Subversion use can be found at {http://svnbook.red-bean.com/, http://svnbook.red-bean.com/}.
|
||||
report.scm.title = Source Repository
|
||||
report.scm.webaccess.nourl = There is no browsable version of the source repository listed for Apache HBase™. Please check back again later.
|
||||
report.scm.webaccess.title = Web Browser Access
|
||||
report.scm.webaccess.url = The following is a link to a browsable version of the source repository:
|
||||
report.summary.build.artifactid = ArtifactId
|
||||
report.summary.build.groupid = GroupId
|
||||
report.summary.build.javaVersion = Java Version
|
||||
report.summary.build.title = Build Information
|
||||
report.summary.build.type = Type
|
||||
report.summary.build.version = Version
|
||||
report.summary.description = This document lists other related information of Apache HBase™
|
||||
report.summary.field = Field
|
||||
report.summary.general.description = Description
|
||||
report.summary.general.homepage = Homepage
|
||||
report.summary.general.name = Name
|
||||
report.summary.general.title = Project Information
|
||||
report.summary.name = Project Summary
|
||||
report.summary.organization.name = Name
|
||||
report.summary.organization.title = Project Organization
|
||||
report.summary.organization.url = URL
|
||||
report.summary.noorganization = Apache HBase™ does not belong to an organization.
|
||||
report.summary.title = Project Summary
|
||||
report.summary.value = Value
|
||||
report.summary.download = Download
|
||||
report.team-list.contributors.actualtime = Actual Time (GMT)
|
||||
report.team-list.contributors.email = Email
|
||||
report.team-list.contributors.intro = The following additional people have contributed to Apache HBase™ through the way of suggestions, patches or documentation.
|
||||
report.team-list.contributors.image = Image
|
||||
report.team-list.contributors.name = Name
|
||||
report.team-list.contributors.organization = Organization
|
||||
report.team-list.contributors.organizationurl = Organization URL
|
||||
report.team-list.contributors.properties = Properties
|
||||
report.team-list.contributors.roles = Roles
|
||||
report.team-list.contributors.timezone = Time Zone
|
||||
report.team-list.contributors.title = Contributors
|
||||
report.team-list.contributors.url = URL
|
||||
report.team-list.description = These are the members of the Apache HBase™ project. These are the individuals who have contributed to the project in one form or another.
|
||||
report.team-list.developers.actualtime = Actual Time (GMT)
|
||||
report.team-list.developers.email = Email
|
||||
report.team-list.developers.image = Image
|
||||
report.team-list.developers.id = Id
|
||||
report.team-list.developers.intro = These are the developers with commit privileges that have directly contributed to the project in one way or another.
|
||||
report.team-list.developers.name = Name
|
||||
report.team-list.developers.organization = Organization
|
||||
report.team-list.developers.organizationurl = Organization URL
|
||||
report.team-list.developers.properties = Properties
|
||||
report.team-list.developers.roles = Roles
|
||||
report.team-list.developers.timezone = Time Zone
|
||||
report.team-list.developers.title = Members
|
||||
report.team-list.developers.url = URL
|
||||
report.team-list.intro.description1 = A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.
|
||||
report.team-list.intro.description2 = The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.
|
||||
report.team-list.intro.title = The Team
|
||||
report.team-list.name = Project Team
|
||||
report.team-list.nocontributor = Apache HBase™ does not maintain a list of contributors.
|
||||
report.team-list.nodeveloper = Apache HBase™ does not maintain a list of developers.
|
||||
report.team-list.title = Project Team
|
||||
report.dependencyManagement.name = Dependency Management
|
||||
report.dependencyManagement.description = This document lists the dependencies that are defined through dependencyManagement.
|
||||
report.dependencyManagement.title = Project Dependency Management
|
||||
report.dependencyManagement.nolist = There are no dependencies in the DependencyManagement of Apache HBase™.
|
||||
report.dependencyManagement.column.groupId = GroupId
|
||||
report.dependencyManagement.column.artifactId = ArtifactId
|
||||
report.dependencyManagement.column.version = Version
|
||||
report.dependencyManagement.column.classifier = Classifier
|
||||
report.dependencyManagement.column.type = Type
|
||||
report.dependencyManagement.column.license = License
|
||||
report.dependencyManagement.intro.compile = The following is a list of compile dependencies in the DependencyManagement of Apache HBase™. These dependencies can be included in the submodules to compile and run the submodule:
|
||||
report.dependencyManagement.intro.provided = The following is a list of provided dependencies in the DependencyManagement of Apache HBase™. These dependencies can be included in the submodules to compile the submodule, but should be provided by default when using the library:
|
||||
report.dependencyManagement.intro.runtime = The following is a list of runtime dependencies in the DependencyManagement of Apache HBase™. These dependencies can be included in the submodules to run the submodule:
|
||||
report.dependencyManagement.intro.system = The following is a list of system dependencies in the DependencyManagement of Apache HBase™. These dependencies can be included in the submodules to compile the submodule:
|
||||
report.dependencyManagement.intro.test = The following is a list of test dependencies in the DependencyManagement of Apache HBase™. These dependencies can be included in the submodules to compile and run unit tests for the submodule:
|
||||
report.pluginManagement.nolist = There are no plugins defined in the PluginManagement part of Apache HBase™.
|
||||
report.pluginManagement.name = Plugin Management
|
||||
report.pluginManagement.description = This document lists the plugins that are defined through pluginManagement.
|
||||
report.pluginManagement.title = Project Plugin Management
|
||||
report.plugins.name = Project Plugins
|
||||
report.plugins.description = This document lists the build plugins and the report plugins used by Apache HBase™.
|
||||
report.plugins.title = Project Build Plugins
|
||||
report.plugins.report.title = Project Report Plugins
|
||||
report.plugins.nolist = There are no plugins defined in the Build part of Apache HBase™.
|
||||
report.plugins.report.nolist = There are no plugins reports defined in the Reporting part of Apache HBase™.
|
||||
report.modules.nolist = There are no modules declared in Apache HBase™.
|
||||
report.modules.name = Project Modules
|
||||
report.modules.description = This document lists the modules (sub-projects) of Apache HBase™.
|
||||
report.modules.title = Project Modules
|
||||
report.modules.intro = Apache HBase™ has declared the following modules:
|
||||
report.modules.header.name = Name
|
||||
report.modules.header.description = Description
|
||||
report.distributionManagement.name = Distribution Management
|
||||
report.distributionManagement.description = This document provides informations on the distribution management of Apache HBase™.
|
||||
report.distributionManagement.title = Project Distribution Management
|
||||
report.distributionManagement.nodistributionmanagement = No distribution management is defined for Apache HBase™.
|
||||
report.distributionManagement.overview.title = Overview
|
||||
report.distributionManagement.overview.intro = The following is the distribution management information used by Apache HBase™.
|
||||
report.distributionManagement.downloadURL = Download URL
|
||||
report.distributionManagement.repository = Repository
|
||||
report.distributionManagement.snapshotRepository = Snapshot Repository
|
||||
report.distributionManagement.site = Site
|
||||
report.distributionManagement.relocation = Relocation
|
||||
report.distributionManagement.field = Field
|
||||
report.distributionManagement.value = Value
|
||||
report.distributionManagement.relocation.groupid = GroupId
|
||||
report.distributionManagement.relocation.artifactid = ArtifactId
|
||||
report.distributionManagement.relocation.version = Version
|
||||
report.distributionManagement.relocation.message = Message
|
|
@ -17,114 +17,98 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
|
||||
background: none;
|
||||
padding-right: 0;
|
||||
/*@import(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.min.css);
|
||||
@import(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap-responsive.css);*/
|
||||
html {
|
||||
background-color: #fff;
|
||||
}
|
||||
body {
|
||||
width: 100%;
|
||||
font-size: 16px;
|
||||
}
|
||||
li {
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
/*
|
||||
body ul {
|
||||
list-style-type: square;
|
||||
div#topbar,
|
||||
div#banner,
|
||||
div#breadcrumbs,
|
||||
div#bodyColumn,
|
||||
footer {
|
||||
width: 98%;
|
||||
max-width: 1000px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
clear: both;
|
||||
}
|
||||
*/
|
||||
|
||||
#downloadbox {
|
||||
float: right;
|
||||
margin: 0 10px 20px 20px;
|
||||
padding: 5px;
|
||||
border: 1px solid #999;
|
||||
background-color: #eee;
|
||||
footer {
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
footer .row, footer p, footer .pull-right {
|
||||
margin: 5px;
|
||||
}
|
||||
form#search-form.navbar-search.pull-right {
|
||||
width: 150px;
|
||||
margin-right: 33px;
|
||||
}
|
||||
li#publishDate.pull-right {
|
||||
margin-top: -23px;
|
||||
list-style: none;
|
||||
}
|
||||
.container,
|
||||
.navbar-static-top .container,
|
||||
.navbar-fixed-top .container,
|
||||
.navbar-fixed-bottom .container,
|
||||
.navbar-inner {
|
||||
width: 100%;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#downloadbox h5 {
|
||||
/* Change the color and effect when clicking in menus */
|
||||
.dropdown-menu>li>a:hover,
|
||||
.dropdown-menu>li>a:focus,
|
||||
.dropdown-submenu:hover>a,
|
||||
.dropdown-submenu:focus>a {
|
||||
background-color: #e5e5e5;
|
||||
background-image: none;
|
||||
color: #000;
|
||||
margin: 0;
|
||||
border-bottom: 1px solid #aaaaaa;
|
||||
font-size: smaller;
|
||||
padding: 0;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
#downloadbox p {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0;
|
||||
/* On small screens, put the search form on its own line */
|
||||
@media only screen and (max-width: 800px) {
|
||||
body {
|
||||
width: 100%;
|
||||
font-size: 120%;
|
||||
}
|
||||
div#topbar,
|
||||
div#banner,
|
||||
div#breadcrumbs,
|
||||
div#bodyColumn,
|
||||
footer {
|
||||
width: 98%;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
clear: both;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
div#banner {
|
||||
margin-top: 90px;
|
||||
}
|
||||
form#search-form.navbar-search.pull-right, .pull-right {
|
||||
width: 95%;
|
||||
margin: 2px;
|
||||
float: left;
|
||||
clear: both;
|
||||
}
|
||||
li#publishDate.pull-right {
|
||||
display: block;
|
||||
width: 95%;
|
||||
float: left;
|
||||
margin-top: 5px;
|
||||
list-style: none;
|
||||
}
|
||||
}
|
||||
|
||||
#downloadbox ul {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1em;
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
#downloadbox li {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
/*
|
||||
h4 {
|
||||
padding: 0;
|
||||
border: none;
|
||||
color: #000;
|
||||
margin: 0;
|
||||
font-size: larger;
|
||||
font-weight: bold;
|
||||
}
|
||||
*/
|
||||
|
||||
#banner {
|
||||
background: none;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
/*
|
||||
#banner img {
|
||||
padding: 10px;
|
||||
margin: auto;
|
||||
display: block;
|
||||
background: none;
|
||||
float: center;
|
||||
height:;
|
||||
}
|
||||
*/
|
||||
|
||||
#breadcrumbs {
|
||||
background-image: url();
|
||||
}
|
||||
|
||||
#footer {
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
.frontpagebox {
|
||||
float: left;
|
||||
text-align: center;
|
||||
width: 15em;
|
||||
margin-left: 0.5em;
|
||||
margin-right: 0.5em;
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.headline {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 5px;
|
||||
background-image: url(../images/breadcrumbs.jpg);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.section {
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
#leftColumn {
|
||||
display: none !important
|
||||
}
|
||||
|
||||
#bodyColumn {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -23,32 +23,40 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
|
||||
<skin>
|
||||
<groupId>lt.velykis.maven.skins</groupId>
|
||||
<artifactId>reflow-maven-skin</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.4</version>
|
||||
</skin>
|
||||
<custom>
|
||||
<reflowSkin>
|
||||
<theme>bootswatch-spacelab</theme>
|
||||
<bottomNav maxSpan="9">
|
||||
<column>Apache HBase Project</column>
|
||||
<column>^Documentation</column>
|
||||
<column>0.94 Documentation|ASF</column>
|
||||
</bottomNav>
|
||||
<protocolRelativeURLs>true</protocolRelativeURLs>
|
||||
</reflowSkin>
|
||||
<fluidoSkin>
|
||||
<topBarEnabled>true</topBarEnabled>
|
||||
<topBarContainerStyle>width: 98%;</topBarContainerStyle>
|
||||
<sideBarEnabled>false</sideBarEnabled>
|
||||
<googleSearch/>
|
||||
<sourceLineNumbersEnabled>false</sourceLineNumbersEnabled>
|
||||
<skipGenerationDate>true</skipGenerationDate>
|
||||
<breadcrumbDivider>»</breadcrumbDivider>
|
||||
</fluidoSkin>
|
||||
</custom>
|
||||
<bannerLeft>
|
||||
<name>Apache HBase</name>
|
||||
<src>images/hbase_logo.png</src>
|
||||
<href>http://hbase.apache.org/</href>
|
||||
<name></name>
|
||||
<height>0</height>
|
||||
<width>0</width>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<name>Apache HBase Orca</name>
|
||||
<src>images/jumping-orca_rotated_25percent.png</src>
|
||||
<name>Apache HBase</name>
|
||||
<src>images/hbase_logo_with_orca_large.png</src>
|
||||
<href>http://hbase.apache.org/</href>
|
||||
</bannerRight>
|
||||
<publishDate position="bottom"/>
|
||||
<version position="none"/>
|
||||
<body>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"></meta>
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/github.min.css"/>
|
||||
<link rel="stylesheet" href="css/site.css"/>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/highlight.min.js"></script>
|
||||
</head>
|
||||
<menu name="Apache HBase Project">
|
||||
<item name="Overview" href="index.html"/>
|
||||
<item name="License" href="license.html"/>
|
||||
|
@ -64,14 +72,11 @@
|
|||
<item name="Other resources" href="resources.html"/>
|
||||
</menu>
|
||||
<menu name="Project Information">
|
||||
<item name="About" href="index.html"/>
|
||||
<item name="Project Summary" href="project-summary.html"/>
|
||||
<item name="Dependency Information" href="dependency-info.html"/>
|
||||
<item name="Team" href="team-list.html"/>
|
||||
<item name="Source Repository" href="source-repository.html"/>
|
||||
<item name="Issue Tracking" href="issue-tracking.html"/>
|
||||
<item name="License" href="license.html"/>
|
||||
<item name="Mailing Lists" href="mail-lists.html"/>
|
||||
<item name="Dependency Management" href="dependency-management.html"/>
|
||||
<item name="Dependencies" href="dependencies.html"/>
|
||||
<item name="Dependency Convergence" href="dependency-convergence.html"/>
|
||||
|
@ -98,16 +103,16 @@
|
|||
<item name="Metrics" href="metrics.html" target="_blank" />
|
||||
<item name="HBase on Windows" href="cygwin.html" target="_blank" />
|
||||
<item name="Cluster replication" href="replication.html" target="_blank" />
|
||||
</menu>
|
||||
<menu name="0.94 Documentation">
|
||||
<item name="API" href="0.94/apidocs/index.html" target="_blank" />
|
||||
<item name="X-Ref" href="0.94/xref/index.html" target="_blank" />
|
||||
<item name="Ref Guide (single-page)" href="0.94/book.html" target="_blank" />
|
||||
<item name="0.94 Documentation">
|
||||
<item name="API" href="0.94/apidocs/index.html" target="_blank" />
|
||||
<item name="X-Ref" href="0.94/xref/index.html" target="_blank" />
|
||||
<item name="Ref Guide (single-page)" href="0.94/book.html" target="_blank" />
|
||||
</item>
|
||||
</menu>
|
||||
<menu name="ASF">
|
||||
<item name="Apache Software Foundation" href="http://www.apache.org/foundation/" target="_blank" />
|
||||
<item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html" target="_blank" />
|
||||
<item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html" target="_blank" />
|
||||
</menu>
|
||||
</body>
|
||||
</body>
|
||||
</project>
|
||||
|
|
|
@ -29,18 +29,18 @@ under the License.
|
|||
<section name="Welcome to Apache HBase™">
|
||||
<p><a href="http://www.apache.org/">Apache</a> HBase™ is the <a href="http://hadoop.apache.org/">Hadoop</a> database, a distributed, scalable, big data store.
|
||||
</p>
|
||||
<h4>Download Apache HBase™</h4>
|
||||
<p>
|
||||
Click <b><a href="http://www.apache.org/dyn/closer.cgi/hbase/">here</a></b> to download Apache HBase™.
|
||||
</p>
|
||||
<h4>When Would I Use Apache HBase?</h4>
|
||||
<p>
|
||||
Use Apache HBase™ when you need random, realtime read/write access to your Big Data.
|
||||
<p>Use Apache HBase™ when you need random, realtime read/write access to your Big Data.
|
||||
This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.
|
||||
Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's <a href="http://research.google.com/archive/bigtable.html">Bigtable: A Distributed Storage System for Structured Data</a> by Chang et al.
|
||||
Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS.
|
||||
</p>
|
||||
<h4>Features</h4>
|
||||
</section>
|
||||
<section name="Download">
|
||||
<p>
|
||||
Click <b><a href="http://www.apache.org/dyn/closer.cgi/hbase/">here</a></b> to download Apache HBase™.
|
||||
</p>
|
||||
</section>
|
||||
<section name="Features">
|
||||
<p>
|
||||
<ul>
|
||||
<li>Linear and modular scalability.
|
||||
|
@ -67,17 +67,21 @@ Apache HBase is an open-source, distributed, versioned, non-relational database
|
|||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h4>Where Can I Get More Information?</h4>
|
||||
<p>See the <a href="http://hbase.apache.org/book#arch.overview">Architecture Overview</a>, the <a href="http://hbase.apache.org/book#faq">Apache HBase Reference Guide FAQ</a>,
|
||||
and the other documentation links on the left!
|
||||
</section>
|
||||
<section name="More Info">
|
||||
<p>See the <a href="http://hbase.apache.org/book/architecture.html#arch.overview">Architecture Overview</a>, the <a href="http://hbase.apache.org/book/faq.html">Apache HBase Reference Guide FAQ</a>,
|
||||
and the other documentation links.
|
||||
</p>
|
||||
<h4>Export Control</h4>
|
||||
<p>The HBase distribution includes cryptographic software. See the export control notice <a href="export_control.html">here</a>
|
||||
</p>
|
||||
<h4>Code Of Conduct</h4>
|
||||
<p>We expect participants in discussions on the HBase project mailing lists, IRC channels, and JIRA issues to abide by the Apache Software Foundation's <a href="http://apache.org/foundation/policies/conduct.html">Code of Conduct</a>. More information can be found <a href="coc.html">here</a>.
|
||||
</p>
|
||||
</section>
|
||||
<dl>
|
||||
<dt>Export Control</dt>
|
||||
<dd><p>The HBase distribution includes cryptographic software. See the export control notice <a href="export_control.html">here</a>
|
||||
</p></dd>
|
||||
<dt>Code Of Conduct</dt>
|
||||
<dd><p>We expect participants in discussions on the HBase project mailing lists, IRC channels, and JIRA issues to abide by the Apache Software Foundation's <a href="http://apache.org/foundation/policies/conduct.html">Code of Conduct</a>. More information can be found <a href="coc.html">here</a>.
|
||||
</p></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section name="News">
|
||||
<p>June 25th, 2015 <a href="http://www.zusaar.com/event/14057003">HBase Summer Meetup 2015</a> in Tokyo</p>
|
||||
<p>May 7th, 2015 <a href="http://hbasecon.com/">HBaseCon2015</a> in San Francisco</p>
|
||||
|
|
Loading…
Reference in New Issue