-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from openpermissions/opp
Add copyright notices to markdown. Update requirements
- Loading branch information
Showing
11 changed files
with
31 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
|
||
This document provides a high level overview of the Open Permissions Platform, including system features and design principles. It is intended to provide basic orientation and context for those new to the project, as well as a first introduction for technical audiences. | ||
|
||
For information, issues, and support, contact [support[email protected].org.uk](mailto:support[email protected].org.uk) by email. | ||
For information, issues, and support, contact [support@openpermissions.org](mailto:support@openpermissions.org) by email. | ||
|
||
### See also | ||
|
||
|
@@ -214,3 +214,6 @@ To use the Open Permissions Platform, applications must be known to the system. | |
In implementation terms, a decorator object is added to an endpoint. | ||
|
||
[Link TBD to forthcoming Security Principles doc] | ||
|
||
<!-- Copyright Notice --> | ||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
<!-- howto-ssl.md | ||
Written by BenM, Thu Oct 1 18:23:00 2015 | ||
--> | ||
|
||
# How to set up and test authenticated access to Hub services | ||
|
||
## Contents | ||
|
@@ -20,7 +16,7 @@ This How-to provides a step by step guide to setting up and testing | |
SSL authentication against Open Permissions Platform services. | ||
|
||
For issues and support, contact | ||
[support[email protected].org.uk](mailto:support[email protected].org.uk) by email. | ||
[support@openpermissions.org](mailto:support@openpermissions.org) by email. | ||
|
||
### See also | ||
|
||
|
@@ -29,7 +25,7 @@ guide to the Accounts service.~~ | |
|
||
__NOTE:__ The Accounts service UI is not yet available to third parties | ||
using the current Hub release. Contact | ||
[support[email protected].org.uk](mailto:support[email protected].org.uk) by email | ||
[support@openpermissions.org](mailto:support@openpermissions.org) by email | ||
for more information about registration. | ||
|
||
## Overview | ||
|
@@ -358,3 +354,6 @@ certificate files: | |
|`COMODORSAAddTrustCA.crt`|Intermediate certificate|Y| | ||
|`COMODORSADomainValidationSecureServerCA.crt`|Root certificate|Y| | ||
|`www_yourdomain_com.crt`|SSL server certificate for your domain|Y| | ||
|
||
<!-- Copyright Notice --> | ||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
git+ssh://[email protected]/catapultbamboo/file_translate.git@0.0.3 | ||
file-translate==0.0.3 | ||
grip==3.3.0 |