diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3ce7d0852..942408fe3 100755 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -21,12 +21,12 @@ Need an ICLA? Unsure if you are covered under an existing CCLA? Email [help@fino ## Prerequisites -* [ ] Have you [searched for duplicates](https://github.com/FDC3/FDC3/issues?utf8=%E2%9C%93&q=)? A simple search for exception error messages or a summary of the unexpected behaviour should suffice. +* [ ] Have you [searched for duplicates](https://github.com/finos/FDC3/issues?utf8=%E2%9C%93&q=)? A simple search for exception error messages or a summary of the unexpected behaviour should suffice. * [ ] Are you running the latest version? * [ ] Are you sure this is a bug or missing capability? ## Raising an Issue -* Create your issue [here](https://github.com/FDC3/FDC3/issues/new). +* Create your issue [here](https://github.com/finos/FDC3/issues/new). * New issues contain two templates in the description: bug report and enhancement request. Please pick the most appropriate for your issue, **then delete the other**. * Please also tag the new issue with either "Bug" or "Enhancement". * Please use [Markdown formatting](https://help.github.com/categories/writing-on-github/) @@ -38,12 +38,12 @@ To make review of PRs easier, please: * Please make sure your PRs will merge cleanly - PRs that don't are unlikely to be accepted. * For code contributions, follow the existing code layout. - * For documentation contributions, follow the general structure, language, and tone of the [existing docs](https://github.com/FDC3/FDC3/wiki). + * For documentation contributions, follow the general structure, language, and tone of the [existing docs](https://github.com/finos/FDC3/wiki). * Keep commits small and cohesive - if you have multiple contributions, please submit them as independent commits (and ideally as independent PRs too). * Reference issue #s if your PR has anything to do with an issue (even if it doesn't address it). * Minimise non-functional changes (e.g. whitespace shenanigans). * Ensure all new files include a header comment block containing the [Apache License v2.0 and your copyright information](http://www.apache.org/licenses/LICENSE-2.0#apply). - * If necessary (e.g. due to 3rd party dependency licensing requirements), update the [NOTICE file](https://github.com/FDC3/FDC3/blob/master/NOTICE) with any new attribution or other notices + * If necessary (e.g. due to 3rd party dependency licensing requirements), update the [NOTICE file](https://github.com/finos/FDC3/blob/master/NOTICE) with any new attribution or other notices ## Commit and PR Messages diff --git a/CHANGELOG.md b/CHANGELOG.md index d02c9ceb3..0ab7a3fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,23 +30,23 @@ Thank you to the following contributors who helped with this release: * @saori-tr ### Added -* Use Case 15 ([#49](https://github.com/FDC3/FDC3/pull/49)) -* FDC3 Roadmap ([#55](https://github.com/FDC3/FDC3/pull/55)) -* User showcase on website ([#67](https://github.com/FDC3/FDC3/pull/67)) +* Use Case 15 ([#49](https://github.com/finos/FDC3/pull/49)) +* FDC3 Roadmap ([#55](https://github.com/finos/FDC3/pull/55)) +* User showcase on website ([#67](https://github.com/finos/FDC3/pull/67)) ### Changed -* Use case text on front page of website ([#54](https://github.com/FDC3/FDC3/pull/54)) -* Feature icons on website ([#57](https://github.com/FDC3/FDC3/pull/57)) +* Use case text on front page of website ([#54](https://github.com/finos/FDC3/pull/54)) +* Feature icons on website ([#57](https://github.com/finos/FDC3/pull/57)) ### Fixed -* General cleanup of spelling, grammar and punctuation ([#34](https://github.com/FDC3/FDC3/pull/34)) -* Remove unnecessary dates from use case file names ([#41](https://github.com/FDC3/FDC3/pull/41)) -* Fix header colouring on responsive website ([#56](https://github.com/FDC3/FDC3/pull/56)) -* Fix workflow numbers in Use Case 1 ([#60](https://github.com/FDC3/FDC3/pull/60)) -* More proofreading changes to existing docs ([62](https://github.com/FDC3/FDC3/pull/62)) -* Fix examples in Intent Overview doc ([#65](https://github.com/FDC3/FDC3/pull/65)) -* Fix errors in DesktopAgent API doc ([#66](https://github.com/FDC3/FDC3/pull/66)) -* Add hyperlink to FDC3 Intro doc ([#69](https://github.com/FDC3/FDC3/pull/69)) +* General cleanup of spelling, grammar and punctuation ([#34](https://github.com/finos/FDC3/pull/34)) +* Remove unnecessary dates from use case file names ([#41](https://github.com/finos/FDC3/pull/41)) +* Fix header colouring on responsive website ([#56](https://github.com/finos/FDC3/pull/56)) +* Fix workflow numbers in Use Case 1 ([#60](https://github.com/finos/FDC3/pull/60)) +* More proofreading changes to existing docs ([62](https://github.com/finos/FDC3/pull/62)) +* Fix examples in Intent Overview doc ([#65](https://github.com/finos/FDC3/pull/65)) +* Fix errors in DesktopAgent API doc ([#66](https://github.com/finos/FDC3/pull/66)) +* Add hyperlink to FDC3 Intro doc ([#69](https://github.com/finos/FDC3/pull/69)) ## [1.0.0-beta] - 2019-03-05 @@ -69,6 +69,6 @@ Thank you to the following contributors who helped with this release: * Documentation website generated with [Docusaurus](https://docusaurus.io). -[Unreleased]: https://github.com/FDC3/FDC3/compare/v1.0.0..HEAD -[1.0.0]: https://github.com/FDC3/FDC3/compare/v1.0.0..v1.0.0-beta -[1.0.0-beta]: https://github.com/FDC3/FDC3/releases/tag/v1.0.0-beta \ No newline at end of file +[Unreleased]: https://github.com/finos/FDC3/compare/v1.0.0..HEAD +[1.0.0]: https://github.com/finos/FDC3/compare/v1.0.0..v1.0.0-beta +[1.0.0-beta]: https://github.com/finos/FDC3/releases/tag/v1.0.0-beta \ No newline at end of file diff --git a/LICENSE.spdx b/LICENSE.spdx index 857bafc11..d8a2312dc 100755 --- a/LICENSE.spdx +++ b/LICENSE.spdx @@ -3,5 +3,5 @@ DataLicense: CC0-1.0 Creator: FDC3 PackageName: FDC3 PackageOriginator: FDC3 -PackageHomePage: https://github.com/FDC3/FDC3 +PackageHomePage: https://github.com/finos/FDC3 PackageLicenseDeclared: Apache-2.0 diff --git a/README.md b/README.md index 7d0fc5641..897984905 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/FDC3/FDC3.svg?branch=master)](https://travis-ci.org/FDC3/FDC3) +[![Build Status](https://travis-ci.org/finos/FDC3.svg?branch=master)](https://travis-ci.org/finos/FDC3) [![FINOS - Released](https://cdn.jsdelivr.net/gh/finos/contrib-toolbox@master/images/badge-released.svg)](https://finosfoundation.atlassian.net/wiki/display/FINOS/Released) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Stack Overflow](https://img.shields.io/badge/stackoverflow-fdc3-orange.svg)](https://stackoverflow.com/questions/tagged/fdc3) @@ -18,7 +18,7 @@ Latest version of the standard is [1.0](https://fdc3.finos.org/docs/1.0/fdc3-int ## Contributing To join Working Groups meetings and Mailing lists where the standard is built, please check the [FDC3 space in the FINOS Wiki](http://wiki.finos.org/fdc3). If you'd like to contribute code to this repository: -1. Fork it () +1. Fork it () 2. Create your feature branch (`git checkout -b feature/fooBar`) 3. Commit your changes (`git commit -am 'Add some fooBar'`) 4. Push to the branch (`git push origin feature/fooBar`) diff --git a/docs/api/api-spec.md b/docs/api/api-spec.md index e571e0189..4d9d588b5 100644 --- a/docs/api/api-spec.md +++ b/docs/api/api-spec.md @@ -163,5 +163,5 @@ App channels are created and obtained as thus: ## APIs The APIs are defined in TypeScript in [src], with documentation generated in the [docs] folder. -[src]: https://github.com/FDC3/FDC3/tree/master/src/api -[docs]: https://github.com/FDC3/FDC3/tree/master/docs/api +[src]: https://github.com/finos/FDC3/tree/master/src/api +[docs]: https://github.com/finos/FDC3/tree/master/docs/api diff --git a/docs/use-cases/004-client-side-fx-trader.md b/docs/use-cases/004-client-side-fx-trader.md index 621caec4f..66890ecc1 100644 --- a/docs/use-cases/004-client-side-fx-trader.md +++ b/docs/use-cases/004-client-side-fx-trader.md @@ -21,6 +21,6 @@ layout: use_case - Point-to-point RPC invocation. Current FDC3 API proposal doesn't define response message for "open" and "send" methods as they both returns `Promise`: -https://github.com/FDC3/FDC3/blob/master/src/api/interface.ts#L66 +https://github.com/finos/FDC3/blob/master/src/api/interface.ts#L66 -https://github.com/FDC3/FDC3/blob/master/src/api/interface.ts#L34 +https://github.com/finos/FDC3/blob/master/src/api/interface.ts#L34 diff --git a/website/pages/en/index.js b/website/pages/en/index.js index ce9616008..cd8da2abb 100644 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -138,34 +138,29 @@ class Index extends React.Component { ); - const FeatureCallout = () => ( -
-
- FDC3 Survey - -
-
- -

As we approach the end of the first year of the FDC3 1.0 standards, FINOS would like to get your feedback on how well FDC3 - - both the community and the standard - - is addressing the needs of financial organizations. With your feedback, we can better help and support companies adopting FDC3, - as well as contributors to the specification.

-

Fill Out The Survey Here!

-
- + const SurveyBanner = () => ( +
+
+ FDC3 Survey + +
+
+ +

As we approach the end of the first year of the FDC3 1.0 standards, FINOS would like to get your feedback on how well FDC3 + - both the community and the standard - + is addressing the needs of financial organizations. With your feedback, we can better help and support companies adopting FDC3, + as well as contributors to the specification.

+

Fill Out The Survey Here!

+
); - //{`Document business [use cases](${docUrl('use-cases/overview')}) that drive FDC3 interoperability standards.`} - - //const FinosBanner = () => ( - //
- // - //FINOS - // - //

Proud member of the Fintech Open Source Foundation

- //
- //); + const FeatureCallout = () => ( +
+

Use Cases

+ {`Document business [use cases](${docUrl('use-cases/overview')}) that drive FDC3 interoperability standards.`} +
+ ); const UserShowcase = () => { if ((siteConfig.users || []).length === 0) { @@ -194,13 +189,11 @@ class Index extends React.Component { return (
- +
- - + -
); diff --git a/website/siteConfig.js b/website/siteConfig.js index 4aa85d2ab..8449bd615 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -95,7 +95,7 @@ const siteConfig = { // You may provide arbitrary config keys to be used as needed by your // template. For example, if you need your repo's URL... - repoUrl: 'https://github.com/FDC3/FDC3' + repoUrl: 'https://github.com/finos/FDC3' }; module.exports = siteConfig; diff --git a/website/static/css/custom.css b/website/static/css/custom.css index bd782f36a..294678135 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -142,8 +142,16 @@ body { background-color: #F7F7F7; /* CHANGE THIS TO PRIMARY PROJECT COLOR */ padding-top: 10px; padding-bottom: 40px; +} + +.surveyBanner { + background-color: #F7F7F7; /* CHANGE THIS TO PRIMARY PROJECT COLOR */ + padding-top: 10px; + padding-bottom: 40px; display: inline-flex; flex-wrap: nowrap; + width: 100%; + padding: 20px; } .CTA-image { diff --git a/website/versioned_docs/version-1.0/api/api-spec.md b/website/versioned_docs/version-1.0/api/api-spec.md index 57c139e98..be2cbffa2 100644 --- a/website/versioned_docs/version-1.0/api/api-spec.md +++ b/website/versioned_docs/version-1.0/api/api-spec.md @@ -136,5 +136,5 @@ Intents functionality is dependent on resolver functionality to map the intent t ## APIs The APIs are defined in TypeScript in [src], with the documentation generated in the [docs] folder. -[src]: https://github.com/FDC3/FDC3/tree/master/src/api -[docs]: https://github.com/FDC3/FDC3/tree/master/docs/api +[src]: https://github.com/finos/FDC3/tree/master/src/api +[docs]: https://github.com/finos/FDC3/tree/master/docs/api diff --git a/website/versioned_docs/version-1.0/use-cases/004-client-side-fx-trader.md b/website/versioned_docs/version-1.0/use-cases/004-client-side-fx-trader.md index 980ffc94b..5b930a9a2 100644 --- a/website/versioned_docs/version-1.0/use-cases/004-client-side-fx-trader.md +++ b/website/versioned_docs/version-1.0/use-cases/004-client-side-fx-trader.md @@ -22,6 +22,6 @@ original_id: uc-4 - Point-to-point RPC invocation. Current FDC3 API proposal doesn't define response message for "open" and "send" methods as they both returns `Promise`: -https://github.com/FDC3/FDC3/blob/master/src/api/interface.ts#L66 +https://github.com/finos/FDC3/blob/master/src/api/interface.ts#L66 -https://github.com/FDC3/FDC3/blob/master/src/api/interface.ts#L34 +https://github.com/finos/FDC3/blob/master/src/api/interface.ts#L34