-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
127 changed files
with
3,577 additions
and
4 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
5 changes: 5 additions & 0 deletions
5
OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/Base.lproj/AppNews.json
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
layout: detail | ||
title: "Cookies" | ||
description: Manage cookies preferences. | ||
--- | ||
|
||
At any time, you can manage your cookies preferences for this website from the <a href="javascript:tarteaucitron.userInterface.openPanel();">cookies management panel</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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: main | ||
title: Cookies | ||
content_page: Cookies.md | ||
back-to-top: false | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
layout: detail | ||
title: License | ||
description: Commonly asked questions about ODS iOS open source license. | ||
--- | ||
|
||
## ODS iOS license | ||
|
||
ODS iOS is released under the MIT license and is copyright Orange SA, which is released under MIT license. | ||
|
||
## It requires you to: | ||
|
||
- Keep the license and copyright notice included in ODS iOS Swift files when you use them in your works | ||
|
||
## It permits you to: | ||
|
||
- Freely download and use ODS iOS, in whole or in part, for personal, private, company internal, or commercial purposes | ||
- Use ODS iOS in packages or distributions that you create | ||
- Modify the source code | ||
- Grant a sublicense to modify and distribute ODS iOS to third parties not included in the license | ||
|
||
## It forbids you to: | ||
|
||
- Hold the authors and license owners liable for damages as ODS iOS is provided without warranty | ||
- Hold the creators or copyright holders of ODS iOS liable | ||
- Redistribute any piece of ODS iOS without proper attribution | ||
- Use any marks owned by Orange SA in any way that might state or imply that Orange SA endorses your distribution | ||
- Use any marks owned by Orange SA in any way that might state or imply that you created the Orange SA software in question | ||
|
||
## It does not require you to: | ||
|
||
- Include the source of ODS iOS itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it | ||
- Submit changes that you make to ODS iOS back to its project (though such feedback is encouraged) | ||
|
||
For more information, the full ODS iOS license is located [in the project repository](https://github.com/Orange-OpenSource/ods-ios/blob/main/LICENSE). |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: main | ||
title: License | ||
content_page: License.md | ||
back-to-top: false | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
layout: detail | ||
title: Team | ||
description: An overview of the founding team and core contributors to ODS iOS. | ||
--- | ||
|
||
ODS iOS is maintained by the core team and a small group of invaluable core contributors, with the support and involvement of our community. | ||
|
||
{% if page.version == "" %} | ||
{% assign key_suffix = "" %} | ||
{% else %} | ||
{% capture key_suffix %}_{{ page.version | replace: '.', '_' }}{% endcapture %} | ||
{% endif %} | ||
{% capture team_key %}team{{ key_suffix }}{% endcapture %} | ||
{% assign team = site.data[team_key] %} | ||
{% if team.ODS_iOS[0] %} | ||
<div class="list-group mb-3"> | ||
{% for team_member in team.ODS_iOS %} | ||
<a class="list-group-item list-group-item-action d-flex align-items-center" href="https://github.com/{{ team_member.gh_pseudo }}"> | ||
<img src="https://github.com/{{ team_member.gh_pseudo }}.png" alt="@{{ team_member.gh_pseudo }}" width="32" height="32" class="me-2" loading="lazy"> | ||
<span class="fw-normal"> | ||
<strong>{{ team_member.name }}</strong> @{{ team_member.gh_pseudo }} | ||
</span> | ||
</a> | ||
{% endfor %} | ||
</div> | ||
{% endif %} | ||
|
||
Get involved with ODS iOS development by [opening an issue](https://github.com/Orange-OpenSource/ods-ios/issues/new/choose) or submitting a pull request. Read our [contributing guidelines](https://github.com/Orange-OpenSource/ods-ios/blob/main/CONTRIBUTING.md) for information on how we develop. |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: main | ||
title: Team | ||
content_page: Team.md | ||
back-to-top: false | ||
--- |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.