Skip to content

Commit

Permalink
Merge pull request #2154 from ttmc/update-marketing-copy
Browse files Browse the repository at this point in the history
Problem: Some marketing copy (text blurbs) was old
  • Loading branch information
ttmc committed Mar 28, 2018
2 parents e3be475 + d1bc218 commit 42f9160
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/server/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'bigchaindb-server', 'BigchainDB Server Documentation',
author, 'bigchaindb-server', 'A scalable blockchain database.',
author, 'bigchaindb-server', 'The blockchain database.',
'Miscellaneous'),
]

Expand Down
2 changes: 1 addition & 1 deletion docs/server/source/production-nodes/node-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A production BigchainDB node must include:
* BigchainDB Server
* MongoDB Server 3.4+ (mongod)
* Tendermint
* Scalable storage for MongoDB and Tendermint
* Storage for MongoDB and Tendermint

It could also include several other components, including:

Expand Down
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
BigchainDB: A Scalable Blockchain Database
BigchainDB: The Blockchain Database
For full docs visit https://docs.bigchaindb.com
Expand Down Expand Up @@ -91,16 +91,16 @@ def check_setuptools_features():
setup(
name='BigchainDB',
version=version['__version__'],
description='BigchainDB: A Scalable Blockchain Database',
description='BigchainDB: The Blockchain Database',
long_description=(
"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 "
"from identity and intellectual property to supply chains, energy, IoT "
"and financial ecosystems. With high throughput, sub-second latency and "
"powerful functionality to automate business processes, BigchainDB looks, "
"acts and feels like a database but has the core blockchain "
"characteristics that enterprises want."
"and financial ecosystems. With high throughput, low latency, powerful "
"query functionality, decentralized control, immutable data storage and "
"built-in asset support, BigchainDB is like a database with blockchain "
"characteristics."
),
url='https://github.com/BigchainDB/bigchaindb/',
author='BigchainDB Contributors',
Expand Down
9 changes: 5 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: bigchaindb
version: git
summary: a scalable blockchain database
summary: The blockchain database
description: |
With high throughput, sub-second latency and powerful functionality to
automate business processes, BigchainDB looks, acts and feels like a database
with added blockchain characteristics.
With high throughput, low latency, powerful query functionality,
decentralized control, immutable data storage and built-in asset
support, BigchainDB is like a database with blockchain
characteristics.
# grade must be 'stable' to release into candidate/stable channels
grade: devel
Expand Down

0 comments on commit 42f9160

Please sign in to comment.