Update links, references and copyright

This commit is contained in:
Patrik Svensson 2021-04-05 16:59:09 +02:00
parent 4b37a4708f
commit 693e1fa170
10 changed files with 24 additions and 40 deletions

View File

@ -22,8 +22,8 @@ By contributing to Spectre.Console, you assert that:
* The contribution is your own original work. * The contribution is your own original work.
* You have the right to assign the copyright for the work (it is not owned by your employer, or * You have the right to assign the copyright for the work (it is not owned by your employer, or
you have been given copyright assignment in writing). you have been given copyright assignment in writing).
* You [license](https://github.com/spectresystems/spectre.console/blob/main/LICENSE) the contribution under the terms applied to the rest of the Spectre.Console project. * You [license](https://github.com/spectreconsole/spectre.console/blob/main/LICENSE) the contribution under the terms applied to the rest of the Spectre.Console project.
* You agree to follow the [code of conduct](https://github.com/spectresystems/spectre.console/blob/main/CODE_OF_CONDUCT.md). * You agree to follow the [code of conduct](https://github.com/spectreconsole/spectre.console/blob/main/CODE_OF_CONDUCT.md).
## Definition of trivial contributions ## Definition of trivial contributions
It's hard to define what is a trivial contribution. Sometimes even a 1 character change can be considered significant. It's hard to define what is a trivial contribution. Sometimes even a 1 character change can be considered significant.
@ -53,19 +53,19 @@ Any new code should also have reasonable unit test coverage.
## Contributing process ## Contributing process
### Get buyoff or find open community issues or features ### Get buyoff or find open community issues or features
* Through GitHub, or through the [GitHub discussions](https://github.com/spectresystems/spectre.console/discussions) (preferred), * Through GitHub, or through the [GitHub discussions](https://github.com/spectreconsole/spectre.console/discussions) (preferred),
you talk about a feature you would like to see (or a bug), and why it should be in Spectre.Console. you talk about a feature you would like to see (or a bug), and why it should be in Spectre.Console.
* If approved through the GitHub discussions, ensure an accompanying GitHub issue is created with * If approved through the GitHub discussions, ensure an accompanying GitHub issue is created with
information and a link back to the discussion. information and a link back to the discussion.
* Once you get a nod from someone in the Spectre.Console Team, you can start on the feature. * Once you get a nod from someone in the Spectre.Console Team, you can start on the feature.
* Alternatively, if a feature is on the issues list with the * Alternatively, if a feature is on the issues list with the
[Up For Grabs](https://github.com/spectresystems/spectre.console/labels/up-for-grabs) label, [Up For Grabs](https://github.com/spectreconsole/spectre.console/labels/up-for-grabs) label,
it is open for a community member (contributor) to patch. You should comment that you are signing up for it on it is open for a community member (contributor) to patch. You should comment that you are signing up for it on
the issue so someone else doesn't also sign up for the work. the issue so someone else doesn't also sign up for the work.
### Set up your environment ### Set up your environment
* You create, or update, a fork of `spectresystems/spectre.console` under your GitHub account. * You create, or update, a fork of `spectreconsole/spectre.console` under your GitHub account.
* From there you create a branch named specific to the feature. * From there you create a branch named specific to the feature.
* In the branch you do work specific to the feature. * In the branch you do work specific to the feature.
* Please also observe the following: * Please also observe the following:
@ -96,7 +96,7 @@ Prerequisites:
Submitting PR: Submitting PR:
* Once you feel it is ready, submit the pull request to the `spectresystems/spectre.console` repository against the `main` branch * Once you feel it is ready, submit the pull request to the `spectreconsole/spectre.console` repository against the `main` branch
unless specifically requested to submit it against another branch. unless specifically requested to submit it against another branch.
* In the case of a larger change that is going to require more discussion, * In the case of a larger change that is going to require more discussion,
please submit a PR sooner. Waiting until you are ready may mean more changes than you are please submit a PR sooner. Waiting until you are ready may mean more changes than you are
@ -129,7 +129,7 @@ the issue/open a new PR (referencing old one).
Sometimes we may need you to rebase your commit against the latest code before we can review it further. Sometimes we may need you to rebase your commit against the latest code before we can review it further.
If this happens, you can do the following: If this happens, you can do the following:
* `git fetch upstream` (upstream remote would be `spectresystems/spectre.console`) * `git fetch upstream` (upstream remote would be `spectreconsole/spectre.console`)
* `git checkout main` * `git checkout main`
* `git rebase upstream/main` * `git rebase upstream/main`
* `git checkout your-branch` * `git checkout your-branch`

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2020 Spectre Systems AB Copyright (c) 2020 Patrik Svensson, Phil Scott
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -39,7 +39,7 @@ dotnet add package Spectre.Console
مستندات `Spectre.Console` را در اینجا می‌توایند پیدا کنید: مستندات `Spectre.Console` را در اینجا می‌توایند پیدا کنید:
<div dir="ltr"> <div dir="ltr">
https://spectresystems.github.io/spectre.console/ https://spectreconsole.github.io/spectre.console/
</div> </div>
<h2 id="examples">مثال‌ها</h2> <h2 id="examples">مثال‌ها</h2>
@ -67,7 +67,7 @@ https://spectresystems.github.io/spectre.console/
<h2 id="license">مجوز</h2> <h2 id="license">مجوز</h2>
<div dir="ltr"> <div dir="ltr">
Copyright © Spectre Systems. Copyright © Patrik Svensson, Phil Scott
</div> </div>
همانطور که Spectre.Console تحت مجوز MIT ارائه شده است؛ برای کسب اطلاعات بیشتر به مجوز مراجعه کنید. همانطور که Spectre.Console تحت مجوز MIT ارائه شده است؛ برای کسب اطلاعات بیشتر به مجوز مراجعه کنید.

View File

@ -40,7 +40,7 @@ dotnet add package Spectre.Console
## Documentation ## Documentation
The documentation for `Spectre.Console` can be found at The documentation for `Spectre.Console` can be found at
https://spectresystems.github.io/spectre.console/ https://spectreconsole.github.io/spectre.console/
## Examples ## Examples
@ -85,7 +85,7 @@ I really appreciate it.
## License ## License
Copyright © Spectre Systems. Copyright © Patrik Svensson, Phil Scott
Spectre.Console is provided as-is under the MIT license. For more information see LICENSE. Spectre.Console is provided as-is under the MIT license. For more information see LICENSE.

View File

@ -34,7 +34,7 @@ dotnet add package Spectre.Console
## 文档 ## 文档
`Spectre.Console`的文档可以在这里查看 `Spectre.Console`的文档可以在这里查看
https://spectresystems.github.io/spectre.console/ https://spectreconsole.github.io/spectre.console/
## 例子 ## 例子
@ -58,7 +58,7 @@ https://spectresystems.github.io/spectre.console/
## License ## License
版权所有 © Spectre Systems。 版权所有 © Patrik Svensson, Phil Scott
Spectre.Console 基于 MIT 协议提供。查看 LICENSE 文件了解更多信息。 Spectre.Console 基于 MIT 协议提供。查看 LICENSE 文件了解更多信息。

View File

@ -1,6 +1,6 @@
# Documentation # Documentation
To start contributing to the [Spectre.Console](https://github.com/spectresystems/spectre.console) documentation, you will need the [.NET Core SDK](https://dot.net) 3.1 or higher. To start contributing to the [Spectre.Console](https://github.com/spectreconsole/spectre.console) documentation, you will need the [.NET Core SDK](https://dot.net) 3.1 or higher.
## Running Preview Site ## Running Preview Site
@ -35,7 +35,7 @@ The documentation site has custom enhancements to Statiq located under the [./sr
MIT License MIT License
Copyright (c) 2020 Spectre Systems AB Copyright (c) 2020 Patrik Svensson, Phil Scott
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@ -41,7 +41,7 @@
<a class="nav-link font-weight-light font-size-lg text-red" href="https://github.com/sponsors/patriksvensson"><i class="far fa-heart"></i> Sponsor</a> <a class="nav-link font-weight-light font-size-lg text-red" href="https://github.com/sponsors/patriksvensson"><i class="far fa-heart"></i> Sponsor</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link font-weight-light font-size-lg" href="https://github.com/spectresystems/spectre.console"><i class="fab fa-github"></i> GitHub</a> <a class="nav-link font-weight-light font-size-lg" href="https://github.com/spectreconsole/spectre.console"><i class="fab fa-github"></i> GitHub</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -203,7 +203,7 @@
<div id="footer" class="p-3 text-white font-size-sm"> <div id="footer" class="p-3 text-white font-size-sm">
<div class="container"> <div class="container">
<div> <div>
<span>© @DateTime.Today.Year Spectre Systems AB</span> <span>© @DateTime.Today.Year Patrik Svensson, Phil Scott</span>
<span class="float-right" style="color: #888888;">@VersionUtilities.GetVersion()</span> <span class="float-right" style="color: #888888;">@VersionUtilities.GetVersion()</span>
</div> </div>
</div> </div>

View File

@ -17,7 +17,7 @@ namespace Docs
public static class Colors public static class Colors
{ {
public const string Url = "https://raw.githubusercontent.com/spectresystems/spectre.console/main/resources/scripts/Generator/Data/colors.json"; public const string Url = "https://raw.githubusercontent.com/spectreconsole/spectre.console/main/resources/scripts/Generator/Data/colors.json";
public const string Root = "COLORS_ROOT"; public const string Root = "COLORS_ROOT";
} }

View File

@ -15,16 +15,15 @@
<PropertyGroup Label="Package Information"> <PropertyGroup Label="Package Information">
<Description>A library that makes it easier to create beautiful console applications.</Description> <Description>A library that makes it easier to create beautiful console applications.</Description>
<Company>Spectre Systems AB</Company> <Copyright>Patrik Svensson, Phil Scott</Copyright>
<Copyright>Spectre Systems AB</Copyright> <Authors>Patrik Svensson, Phil Scott</Authors>
<Authors>Patrik Svensson</Authors>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/spectresystems/spectre.console</RepositoryUrl> <RepositoryUrl>https://github.com/spectreconsole/spectre.console</RepositoryUrl>
<PackageIcon>small-logo.png</PackageIcon> <PackageIcon>small-logo.png</PackageIcon>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/spectresystems/spectre.console</PackageProjectUrl> <PackageProjectUrl>https://github.com/spectreconsole/spectre.console</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>https://github.com/spectresystems/spectre.console/releases</PackageReleaseNotes> <PackageReleaseNotes>https://github.com/spectreconsole/spectre.console/releases</PackageReleaseNotes>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="Source Link"> <PropertyGroup Label="Source Link">

View File

@ -14,9 +14,6 @@ namespace Spectre.Console.Tests.Unit.Cli
[ExpectationPath("Cli/Xml")] [ExpectationPath("Cli/Xml")]
public sealed class Xml public sealed class Xml
{ {
/// <summary>
/// https://github.com/spectresystems/spectre.cli/wiki/Test-cases#test-case-1
/// </summary>
[Fact] [Fact]
[Expectation("Test_1")] [Expectation("Test_1")]
public Task Should_Dump_Correct_Model_For_Case_1() public Task Should_Dump_Correct_Model_For_Case_1()
@ -43,9 +40,6 @@ namespace Spectre.Console.Tests.Unit.Cli
return Verifier.Verify(output); return Verifier.Verify(output);
} }
/// <summary>
/// https://github.com/spectresystems/spectre.cli/wiki/Test-cases#test-case-2
/// </summary>
[Fact] [Fact]
[Expectation("Test_2")] [Expectation("Test_2")]
public Task Should_Dump_Correct_Model_For_Case_2() public Task Should_Dump_Correct_Model_For_Case_2()
@ -64,9 +58,6 @@ namespace Spectre.Console.Tests.Unit.Cli
return Verifier.Verify(output); return Verifier.Verify(output);
} }
/// <summary>
/// https://github.com/spectresystems/spectre.cli/wiki/Test-cases#test-case-3
/// </summary>
[Fact] [Fact]
[Expectation("Test_3")] [Expectation("Test_3")]
public Task Should_Dump_Correct_Model_For_Case_3() public Task Should_Dump_Correct_Model_For_Case_3()
@ -89,9 +80,6 @@ namespace Spectre.Console.Tests.Unit.Cli
return Verifier.Verify(output); return Verifier.Verify(output);
} }
/// <summary>
/// https://github.com/spectresystems/spectre.cli/wiki/Test-cases#test-case-4
/// </summary>
[Fact] [Fact]
[Expectation("Test_4")] [Expectation("Test_4")]
public Task Should_Dump_Correct_Model_For_Case_4() public Task Should_Dump_Correct_Model_For_Case_4()
@ -113,9 +101,6 @@ namespace Spectre.Console.Tests.Unit.Cli
return Verifier.Verify(output); return Verifier.Verify(output);
} }
/// <summary>
/// https://github.com/spectresystems/spectre.cli/wiki/Test-cases#test-case-5
/// </summary>
[Fact] [Fact]
[Expectation("Test_5")] [Expectation("Test_5")]
public Task Should_Dump_Correct_Model_For_Case_5() public Task Should_Dump_Correct_Model_For_Case_5()