Skip to content

Commit

Permalink
Re brand composer (hyperledger-archives#861)
Browse files Browse the repository at this point in the history
* edits to .md files for rebrand within hyperledger-composer project
  • Loading branch information
nklincoln authored May 5, 2017
1 parent f33d204 commit 1a798b8
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 37 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to Hyperledger Composer

We welcome contributions to the code base. There is a contributors [RocketChat channel](https://chat.hyperledger.org/channel/fabric-composer-dev) that we would encourage you to join and introduce yourself on.
We welcome contributions to the code base. There is a contributors [RocketChat channel](https://chat.hyperledger.org/channel/composer-dev) that we would encourage you to join and introduce yourself on.

This document explains how you should work with the Composer repositories within the Hyperledger project. The repositories are:

Expand All @@ -15,7 +15,7 @@ This document explains how you should work with the Composer repositories within

## Raising an Issue

If you have a question or problem that relates to general support, please ask the question on either [RocketChat](https://chat.hyperledger.org/channel/fabric-composer) or [Stack Overflow](http://stackoverflow.com/questions/tagged/fabric-composer), where the question should be tagged with 'fabric-composer'. We would like to exclusively use GitHub issues for bug reports and feature requests.
If you have a question or problem that relates to general support, please ask the question on either [RocketChat](https://chat.hyperledger.org/channel/composer) or [Stack Overflow](http://stackoverflow.com/questions/tagged/hyperledger-composer), where the question should be tagged with 'hyperledger-composer'. We would like to exclusively use GitHub issues for bug reports and feature requests.

If you find a bug in the source code, an error in any documentation, or would like a new feature, you can help us by [raising an issue](./contrib-notes/raising-issues.md) to our GitHub Repository or delivering a fix via a [pull request](./contrib-notes/submitting-pull-request.md).

Expand Down
4 changes: 2 additions & 2 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

## Existing issues
<!-- Have you searched for any existing issues or are their any similar issues that you've found? -->
- [ ] [Stack Overflow issues](http://stackoverflow.com/tags/fabric-composer)
- [ ] [Stack Overflow issues](http://stackoverflow.com/tags/hyperledger-composer)
- [ ] [GitHub Issues](https://github.com/hyperledger/composer/issues)
- [ ] [Rocket Chat history](https://chat.hyperledger.org/channel/fabric-composer)
- [ ] [Rocket Chat history](https://chat.hyperledger.org/channel/composer)

<!-- please include any links to issues here -->

Expand Down
4 changes: 2 additions & 2 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

## Existing issues
<!-- Have you searched for any existing issues or are their any similar issues that you've found? -->
- [ ] [Stack Overflow issues](http://stackoverflow.com/tags/fabric-composer)
- [ ] [Stack Overflow issues](http://stackoverflow.com/tags/hyperledger-composer)
- [ ] [GitHub Issues](https://github.com/hyperledger/composer/issues)
- [ ] [Rocket Chat history](https://chat.hyperledger.org/channel/fabric-composer)
- [ ] [Rocket Chat history](https://chat.hyperledger.org/channel/composer)

<!-- please include any links to issues here -->

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Hyperledger Composer

Hyperledger Composer is an application development framework which simplifies and expedites the creation of [Hyperledger fabric](https://hyperledger-fabric.readthedocs.io/en/latest/) blockchain applications. If you're new to Blockchain, Hyperledger Fabric or Fabric Composer, we recommend that you start at the [Hyperledger Composer website](https://fabric-composer.github.io). This site will help you get up and running by developing a sample blockchain application to buy and sell houses and apartments in a digital property business network.
Hyperledger Composer is an application development framework which simplifies and expedites the creation of [Hyperledger fabric](https://hyperledger-fabric.readthedocs.io/en/latest/) blockchain applications. If you're new to Blockchain, Hyperledger Fabric or Hyperledger Composer, we recommend that you start at the [Hyperledger Composer website](https://hyperledger.github.io/composer/). This site will help you get up and running by developing a sample blockchain application to buy and sell houses and apartments in a digital property business network.

[![Build Status](https://travis-ci.org/hyperledger/composer.svg?branch=master)](https://travis-ci.org/hyperledger/composer)

For additional help with Hyperledger Composer the following are good places:

- Ask a question on [Stack Overflow](http://stackoverflow.com/questions/tagged/fabric-composer)
- Ask a question on [Stack Overflow](http://stackoverflow.com/questions/tagged/hyperledger-composer)
- Chat on the Rocket.Chat [discussion channels](https://chat.hyperledger.org/channel/composer)

# Contributing to this repository
Expand All @@ -18,7 +18,7 @@ We welcome contributions to the code base. If you are interested in becoming a c
- [raising an issue](/contrib-notes/raising-issues.md)
- [submitting a pull request](/contrib-notes/submitting-pull-request.md)

There is a [specific channel](https://chat.hyperledger.org/channel/fabric-composer-dev) on RocketChat for contributors*
There is a [specific channel](https://chat.hyperledger.org/channel/composer-dev) on RocketChat for contributors*


# Getting started with building an application
Expand All @@ -28,7 +28,7 @@ There is a [specific channel](https://chat.hyperledger.org/channel/fabric-compos
Suggested reading list is:

- [Introduction](https://hyperledger.github.io/composer/introduction/introduction.html)
- [Introduction Video](https://www.youtube.com/watch?v=fdFUsrsv5iw&t=23s)
- [Introduction Video](https://www.youtube.com/watch?v=fdFUsrsv5iw&t=23s)
- [Quick Start](https://hyperledger.github.io/composer/installing/quickstart.html)
- [Quick Start Video](https://www.youtube.com/watch?v=pEHBIfb_iqc&t=5s)
- [Quick Start Video](https://www.youtube.com/watch?v=pEHBIfb_iqc&t=5s)
- [Tutorials](https://hyperledger.github.io/composer/tutorials/tutorialindex.html)
2 changes: 1 addition & 1 deletion contrib-notes/raising-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Before you submit an issue, please search to see if your issue has already been

- [Stack Overflow issues](http://stackoverflow.com/tags/hyperledger-composer)
- [GitHub Issues](https://github.com/hyperledger/composer/issues)
- [Rocket Chat history](https://chat.hyperledger.org/channel/fabric-composer)
- [Rocket Chat history](https://chat.hyperledger.org/channel/composer)

If you are unable to identify your issue within the above, then please raise a new issue using the provided [template form](../ISSUE_TEMPLATE.md). Please try to use the template as fully as possible; once completed it will provide us with all the information needed to reproduce, confirm and subsequently fix an identified issue. This is particularly important since certain issues may only manifest themselves on a specific operating system / browser combination.

Expand Down
3 changes: 1 addition & 2 deletions packages/composer-admin/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Composer-Admin
Fabric Composer administration API. The admin API allows users to deploy/undeploy/update BusinessNetworkDefinitions
to a Hyperledger Fabric instance.
Hyperledger Composer administration API. The admin API allows users to deploy/undeploy/update BusinessNetworkDefinitions to a Hyperledger Fabric instance.
4 changes: 2 additions & 2 deletions packages/composer-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fabric Composer CLI
# Hyperledger Composer CLI

Set up the Composer command with

Expand All @@ -7,7 +7,7 @@ npm install composer-cli
```

## Overview
Contains the Fabric composer CLIs for administering business networks.
Contains the Hyperledger composer CLIs for administering business networks.

Type `composer --help` to list the available commands.

Expand Down
4 changes: 2 additions & 2 deletions packages/composer-client/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Fabric Composer Client
Fabric Composer client API allows a participant in a business network to connect to a business network
# Hyperledger Composer Client
Hyperledger Composer client API allows a participant in a business network to connect to a business network
deployed to Hyperledger Fabric and perform operations on the asset registries and submit transactions.
4 changes: 2 additions & 2 deletions packages/composer-common/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fabric Composer Common
# Hyperledger Composer Common
Code that is shared across Composer-Client, Composer-Admin and Composer-Runtime

Defines the core of the Fabric Composer programming model, including the parser for the CTO language and services for assets, registries, participants and transactions.
Defines the core of the Hyperledger Composer programming model, including the parser for the CTO language and services for assets, registries, participants and transactions.
2 changes: 1 addition & 1 deletion packages/composer-connector-hlf/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Composer-Connector-Hyperledger-Fabric

Fabric Composer uses this module to connection to a Hyperledger Fabric instance.
Hyperledger Composer uses this module to connection to a Hyperledger Fabric instance.
2 changes: 1 addition & 1 deletion packages/composer-connector-hlfv1/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Composer-Connector-Hyperledger-Fabric

Fabric Composer uses this module to connection to a Hyperledger Fabric instance.
Hyperledger Composer uses this module to connection to a Hyperledger Fabric instance.
2 changes: 1 addition & 1 deletion packages/composer-connector-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Composer-Connector-Proxy
The proxying client connector for Fabric Composer
The proxying client connector for Hyperledger Composer
2 changes: 1 addition & 1 deletion packages/composer-connector-server/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Composer-Connector-Server
The remote connector server for Fabric Composer
The remote connector server for Hyperledger Composer
4 changes: 2 additions & 2 deletions packages/composer-playground/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ If you have any questions about using this image, Hyperledger Composer Playgroun

If you find an issue with this image, please raise a GitHub issue, ensuring that you include all relevant information in order for the team to reproduce the problem, on the main GitHub repository: [https://github.com/hyperledger/composer](https://github.com/hyperledger/composer)

You can speak to the Hyperledger Composer team on the Hyperledger RocketChat in the `#fabric-composer` channel: [http://chat.hyperledger.org](http://chat.hyperledger.org)
You can speak to the Hyperledger Composer team on the Hyperledger RocketChat in the `#composer` channel: [http://chat.hyperledger.org](http://chat.hyperledger.org)

You can also tweet the Hyperledger Composer team by using the `#FabricComposer` hashtag: [https://twitter.com/hashtag/FabricComposer?src=hash](https://twitter.com/hashtag/FabricComposer?src=hash)
You can also tweet the Hyperledger Composer team by using the `#hyperledger #composer` hashtag: [https://twitter.com/hashtag/composer?src=hash](https://twitter.com/hashtag/composer?src=hash)
11 changes: 4 additions & 7 deletions packages/composer-rest-server/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fabric Composer REST Server
# Hyperledger Composer REST Server

Set up the Composer REST Server with this command

Expand All @@ -12,10 +12,7 @@ sudo npm install composer-rest-server -g
```

## Overview
This is a simple application that prompts the user for details of a connection profile, Business Network Identifier,
participant id and participant password. The application then starts a loopback application which uses the Fabric Composer
LoopBack Connector to connect to the Business Network, extract the models and then present a page containing the REST APIs
that have been generated for the model.
This is a simple application that prompts the user for details of a connection profile, Business Network Identifier, participant id and participant password. The application then starts a loopback application which uses the Hyperledger Composer LoopBack Connector to connect to the Business Network, extract the models and then present a page containing the REST APIs that have been generated for the model.

Executing those APIs will then have a real effect on the business network to which the application is connected.

Expand All @@ -26,7 +23,7 @@ composer-rest-server
```

## Hints and Tips
For a connection profile, Fabric Composer looks for a `connection.json` file in the user's `<HOME>/.composer-connection-profiles`
For a connection profile, Hyperledger Composer looks for a `connection.json` file in the user's `<HOME>/.composer-connection-profiles`
directory.

e.g. If your connection profile is specified in `<HOME DIR>/.composer-connection-profiles/auction-app/connection.json` then you
Expand All @@ -47,4 +44,4 @@ Here is an example connection.json profile:
"org.acme.biznissnet": "1facb9f46ac3998f4bce1dbaf8979085b01737fccb45db70903895901288ec00"
}
}
```
```
2 changes: 1 addition & 1 deletion packages/composer-systests/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Composer-System-Tests
System tests and automation for Fabric Composer
System tests and automation for Hyperledger Composer
2 changes: 1 addition & 1 deletion packages/generator-fabric-composer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generator-composer
This is a Yeoman module for a set of Yeoman generators. These are used to create pro-forma templates for using with the Fabric Composer.
This is a Yeoman module for a set of Yeoman generators. These are used to create pro-forma templates for using with the Hyperledger Composer.
There are two current generators that can be used from the point of creating a model through to creating command line applications

The naming of this repository is following the Yeoman naming conventions.
Expand Down
3 changes: 1 addition & 2 deletions packages/loopback-connector-composer/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Composer Loopback Connector

A LoopBack connector for integrating Fabric Composer into applications that use the Loopback framework seen here:
https://loopback.io/doc/index.html
A LoopBack connector for integrating Hyperledger Composer into applications that use the Loopback framework seen here: https://loopback.io/doc/index.html

0 comments on commit 1a798b8

Please sign in to comment.