1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-17 10:03:20 +02:00

Problem: Some marketing copy (text blurbs) was old

Solution: Update the marketing copy!
This commit is contained in:
Troy McConaghy 2018-03-25 13:28:21 +02:00
parent ff62675c01
commit d1bc21809e
4 changed files with 14 additions and 13 deletions

View File

@ -305,7 +305,7 @@ man_pages = [
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
(master_doc, 'bigchaindb-server', 'BigchainDB Server Documentation', (master_doc, 'bigchaindb-server', 'BigchainDB Server Documentation',
author, 'bigchaindb-server', 'A scalable blockchain database.', author, 'bigchaindb-server', 'The blockchain database.',
'Miscellaneous'), 'Miscellaneous'),
] ]

View File

@ -5,7 +5,7 @@ A production BigchainDB node must include:
* BigchainDB Server * BigchainDB Server
* MongoDB Server 3.4+ (mongod) * MongoDB Server 3.4+ (mongod)
* Tendermint * Tendermint
* Scalable storage for MongoDB and Tendermint * Storage for MongoDB and Tendermint
It could also include several other components, including: It could also include several other components, including:

View File

@ -1,5 +1,5 @@
""" """
BigchainDB: A Scalable Blockchain Database BigchainDB: The Blockchain Database
For full docs visit https://docs.bigchaindb.com For full docs visit https://docs.bigchaindb.com
@ -91,16 +91,16 @@ install_requires = [
setup( setup(
name='BigchainDB', name='BigchainDB',
version=version['__version__'], version=version['__version__'],
description='BigchainDB: A Scalable Blockchain Database', description='BigchainDB: The Blockchain Database',
long_description=( long_description=(
"BigchainDB allows developers and enterprises to deploy blockchain " "BigchainDB allows developers and enterprises to deploy blockchain "
"proof-of-concepts, platforms and applications with a scalable blockchain " "proof-of-concepts, platforms and applications with a blockchain "
"database. BigchainDB supports a wide range of industries and use cases " "database. BigchainDB supports a wide range of industries and use cases "
"from identity and intellectual property to supply chains, energy, IoT " "from identity and intellectual property to supply chains, energy, IoT "
"and financial ecosystems. With high throughput, sub-second latency and " "and financial ecosystems. With high throughput, low latency, powerful "
"powerful functionality to automate business processes, BigchainDB looks, " "query functionality, decentralized control, immutable data storage and "
"acts and feels like a database but has the core blockchain " "built-in asset support, BigchainDB is like a database with blockchain "
"characteristics that enterprises want." "characteristics."
), ),
url='https://github.com/BigchainDB/bigchaindb/', url='https://github.com/BigchainDB/bigchaindb/',
author='BigchainDB Contributors', author='BigchainDB Contributors',

View File

@ -1,10 +1,11 @@
name: bigchaindb name: bigchaindb
version: git version: git
summary: a scalable blockchain database summary: The blockchain database
description: | description: |
With high throughput, sub-second latency and powerful functionality to With high throughput, low latency, powerful query functionality,
automate business processes, BigchainDB looks, acts and feels like a database decentralized control, immutable data storage and built-in asset
with added blockchain characteristics. support, BigchainDB is like a database with blockchain
characteristics.
# grade must be 'stable' to release into candidate/stable channels # grade must be 'stable' to release into candidate/stable channels
grade: devel grade: devel