From af215d2fd6d91d5a738c643d1959a2b252dd85d8 Mon Sep 17 00:00:00 2001 From: Richard Ore Date: Sat, 5 Oct 2024 07:02:37 +0100 Subject: [PATCH] Fix for Nyssa --- apps/nyssa/.blade/libs/qi/nyssa.json | 2 +- apps/nyssa/README.md | 2 +- apps/nyssa/docs/getting-project-info.md | 2 +- apps/nyssa/docs/hosting-a-private-repository.md | 2 +- apps/nyssa/docs/managing-dependencies.md | 2 +- apps/nyssa/docs/package-layout.md | 2 +- apps/nyssa/docs/publishers-account.md | 6 +++--- apps/nyssa/docs/publishing-packages.md | 2 +- apps/nyssa/nyssa.json | 2 +- apps/nyssa/templates/home.html | 2 +- apps/nyssa/templates/inc/footer.html | 2 +- apps/nyssa/templates/inc/header.html | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/nyssa/.blade/libs/qi/nyssa.json b/apps/nyssa/.blade/libs/qi/nyssa.json index 95e99422..d151c750 100644 --- a/apps/nyssa/.blade/libs/qi/nyssa.json +++ b/apps/nyssa/.blade/libs/qi/nyssa.json @@ -13,6 +13,6 @@ "author": "Richard Ore ", "license": "MIT", "sources": [ - "https://nyssa.bladelang.com" + "https://nyssa.bladelang.org" ] } \ No newline at end of file diff --git a/apps/nyssa/README.md b/apps/nyssa/README.md index 8cbd70d4..7bbf9617 100644 --- a/apps/nyssa/README.md +++ b/apps/nyssa/README.md @@ -42,7 +42,7 @@ Nyssa is the official package manager for the Blade programming language. It is ## Documentation -To read the documentation, see the [Getting started](https://nyssa.bladelang.com/docs) guide on the website. +To read the documentation, see the [Getting started](https://nyssa.bladelang.org/docs) guide on the website. ## Contributing diff --git a/apps/nyssa/docs/getting-project-info.md b/apps/nyssa/docs/getting-project-info.md index 2192e3f5..ece2a8cc 100644 --- a/apps/nyssa/docs/getting-project-info.md +++ b/apps/nyssa/docs/getting-project-info.md @@ -28,5 +28,5 @@ DEPENDENCIES SOURCES ~~~~~~~ - • https://nyssa.bladelang.com + • https://nyssa.bladelang.org ``` diff --git a/apps/nyssa/docs/hosting-a-private-repository.md b/apps/nyssa/docs/hosting-a-private-repository.md index fa6a4403..7567b7ac 100644 --- a/apps/nyssa/docs/hosting-a-private-repository.md +++ b/apps/nyssa/docs/hosting-a-private-repository.md @@ -2,7 +2,7 @@ Nyssa is a self-hostable repository. -This means that you can install and configure your own private or custom instance of [nyssa.bladelang.com](https://nyssa.bladelang.com) that people can publish to and install packages from. In fact, [nyssa.bladelang.com](https://nyssa.bladelang.com) is essentially just another private repository that is accessible to everyone in the Blade community and hosted on the public web. +This means that you can install and configure your own private or custom instance of [nyssa.bladelang.org](https://nyssa.bladelang.org) that people can publish to and install packages from. In fact, [nyssa.bladelang.org](https://nyssa.bladelang.org) is essentially just another private repository that is accessible to everyone in the Blade community and hosted on the public web. ### Starting the respository server diff --git a/apps/nyssa/docs/managing-dependencies.md b/apps/nyssa/docs/managing-dependencies.md index b027fa89..c91246e2 100644 --- a/apps/nyssa/docs/managing-dependencies.md +++ b/apps/nyssa/docs/managing-dependencies.md @@ -40,7 +40,7 @@ nyssa install --global > **NOTE:** You can install a package globally from any directory on your device. A `nyssa.json` file will only be updated if it is ran inside a nyssa project. -You can also choose to install a package from another repository other than [nyssa.bladelang.com](https://nyssa.bladelang.com) by specifying the `--repo` flag (or `-r` for short) like below. +You can also choose to install a package from another repository other than [nyssa.bladelang.org](https://nyssa.bladelang.org) by specifying the `--repo` flag (or `-r` for short) like below. ``` nyssa install --repo diff --git a/apps/nyssa/docs/package-layout.md b/apps/nyssa/docs/package-layout.md index f6ca43ab..9a28ab83 100644 --- a/apps/nyssa/docs/package-layout.md +++ b/apps/nyssa/docs/package-layout.md @@ -50,7 +50,7 @@ package.json files. A typical sample of a complete `nyssa.json` file looks like "author": "Package Author ", "license": "MIT", "sources": [ - "nyssa.bladelang.com" + "nyssa.bladelang.org" ], "deps": { "dependecny1": "1.0.0", diff --git a/apps/nyssa/docs/publishers-account.md b/apps/nyssa/docs/publishers-account.md index 5d90ca59..22dfb6a8 100644 --- a/apps/nyssa/docs/publishers-account.md +++ b/apps/nyssa/docs/publishers-account.md @@ -1,6 +1,6 @@ # Publishers account -Nyssa allows you to publish packages to the default repository ([nyssa.bladelang.com](https://nyssa.bladelang.com)) as well as private hosted repositories through the use of publisher accounts. +Nyssa allows you to publish packages to the default repository ([nyssa.bladelang.org](https://nyssa.bladelang.org)) as well as private hosted repositories through the use of publisher accounts. Publisher accounts are account created by package authors to allow them publish nyssa package to repositories. A nyssa instance can only publish to one repository at a time and as such, you can only be authenticated to one Nyssa repository at a time. @@ -8,7 +8,7 @@ Publisher accounts are account created by package authors to allow them publish Publisher accounts can only be created through the nyssa CLI and never from the repository web application. -To create a new publisher account on the default repository [nyssa.bladelang.com](https://nyssa.bladelang.com), run the command `nyssa account create`. This will bring up a new prompt asking you for your `username`, `email` and `password` all of which are required to create a new account. +To create a new publisher account on the default repository [nyssa.bladelang.org](https://nyssa.bladelang.org), run the command `nyssa account create`. This will bring up a new prompt asking you for your `username`, `email` and `password` all of which are required to create a new account. Upon successful account creation, you'll be given your issued **Publisher's Key**. This key in conjuction with your username allows you to publish packages. @@ -26,7 +26,7 @@ nyssa account --repo https://myprivatenyssa.com create If you've created a publisher account, you can always login on the same or other devices using the command `nyssa account login`. This will prompt you for your `username` and `password`. Upon successful login, your key will be registered against the current machine. -Just like creating a new account, you can use the `-r` or `--repo` to login to another repository different from the [nyssa.bladelang.com](https://nyssa.bladelang.com). +Just like creating a new account, you can use the `-r` or `--repo` to login to another repository different from the [nyssa.bladelang.org](https://nyssa.bladelang.org). > You can also login to your publisher account on your repository's website [login](/login) page. diff --git a/apps/nyssa/docs/publishing-packages.md b/apps/nyssa/docs/publishing-packages.md index a0fd24dc..f4bb7e4d 100644 --- a/apps/nyssa/docs/publishing-packages.md +++ b/apps/nyssa/docs/publishing-packages.md @@ -8,7 +8,7 @@ Before publishing a package, there are a few things you should consider when cho 1. It must be unique. Package names are unique throughout a repository irrespective of who publishes them. - It is advisable to first search the repository you want to publish to (such as [nyssa.bladelang.com](nyssa.bladelang.com)) for any package already using the name you want to choose. + It is advisable to first search the repository you want to publish to (such as [nyssa.bladelang.org](nyssa.bladelang.org)) for any package already using the name you want to choose. > It is also highly possible but not conventional to have the same package published under different names in different repositories. 2. It should be descriptive. diff --git a/apps/nyssa/nyssa.json b/apps/nyssa/nyssa.json index e76587c8..7b013cc5 100644 --- a/apps/nyssa/nyssa.json +++ b/apps/nyssa/nyssa.json @@ -12,6 +12,6 @@ "author": "Richard Ore ", "license": "MIT", "sources": [ - "https://nyssa.bladelang.com" + "https://nyssa.bladelang.org" ] } \ No newline at end of file diff --git a/apps/nyssa/templates/home.html b/apps/nyssa/templates/home.html index 85094e43..8db5da3d 100644 --- a/apps/nyssa/templates/home.html +++ b/apps/nyssa/templates/home.html @@ -19,7 +19,7 @@