From 132761ccb382425336a6d9e3eaf5d03618bde3aa Mon Sep 17 00:00:00 2001
From: Wabri <12409541+Wabri@users.noreply.github.com>
Date: Thu, 3 Oct 2024 12:25:43 +0200
Subject: [PATCH] fix(*): update name from schrodinger to schroedinger
Closes #173
---
CONTRIBUTING.md | 20 +++++++-------
README.md | 26 +++++++++----------
.../auto-publish-multipalette.py | 2 +-
reddit-posts-automation/auto-publish.py | 2 +-
src/ign-frontend/public/index.html | 4 +--
src/ign-frontend/src/components/Alert.vue | 3 ++-
.../src/components/Contributing.vue | 13 +++++++---
.../src/components/layout/MobileMenu.vue | 2 +-
.../src/components/layout/Navbar.vue | 2 +-
src/ign-frontend/src/views/Documentation.vue | 2 +-
src/ign-frontend/src/views/Installation.vue | 9 ++++---
twitter-automation/action.yml | 4 +--
12 files changed, 50 insertions(+), 39 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 719b4d4..1ec6355 100755
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -144,18 +144,18 @@ To entirely understand your enhancement or bug report, developers will need to v
Thanks for the inspirations and attributions to GitHub's [Open Source Guides](https://opensource.guide) and various contribution guides of large open source projects like [Atom][ref-atom-contributing], [React][ref-react-contributing] and [Ruby on Rails][ref-rubyonrails-contributing].
-[branch-develop]: https://github.com/schrodinger-hat/ImageGoNord/tree/develop
-[changelog]: https://github.com/schrodinger-hat/ImageGoNord/blob/develop/CHANGELOG.md
-[code-of-conduct]: https://github.com/schrodinger-hat/ImageGoNord/blob/develop/CODE_OF_CONDUCT.md
+[branch-develop]: https://github.com/schroedinger-hat/imagegonord-web/tree/develop
+[changelog]: https://github.com/schroedinger-hat/imagegonord-web/blob/develop/CHANGELOG.md
+[code-of-conduct]: https://github.com/schroedinger-hat/imagegonord-web/blob/develop/CODE_OF_CONDUCT.md
[email]: mailto:scrordinger.hat.show@gmail.com
[gh-help-attach-files]: https://help.github.com/articles/file-attachments-on-issues-and-pull-requests
[gh-help-issue-keywords]: https://help.github.com/articles/closing-issues-using-keywords
[gh-help-markdown-code-blocks]: https://help.github.com/articles/basic-writing-and-formatting-syntax
-[gh-issues]: https://github.com/schrodinger-hat/ImageGoNord/issues
-[gh-issues-label-question]: https://github.com/schrodinger-hat/ImageGoNord/labels/question
-[gh-pr]: https://github.com/schrodinger-hat/ImageGoNord/pulls
+[gh-issues]: https://github.com/schroedinger-hat/imagegonord-web/issues
+[gh-issues-label-question]: https://github.com/schroedinger-hat/imagegonord-web/labels/question
+[gh-pr]: https://github.com/schroedinger-hat/imagegonord-web/pulls
[gh-osguide-contribute]: https://opensource.guide/how-to-contribute
-[gh-readme-port-projects]: https://github.com/schrodinger-hat/ImageGoNord#port-projects
+[gh-readme-port-projects]: https://github.com/schroedinger-hat/imagegonord-web#port-projects
[git-docs-branching-workflows]: https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows
[gitflow]: http://nvie.com/posts/a-successful-git-branching-model
[ref-atom-contributing]: https://github.com/atom/atom/blob/master/CONTRIBUTING.md
@@ -164,6 +164,6 @@ Thanks for the inspirations and attributions to GitHub's [Open Source Guides](ht
[semver]: http://semver.org
[stackoverflow-mcve]: https://stackoverflow.com/help/mcve
[sscce]: http://sscce.org
-[template-issue]: https://github.com/schrodinger-hat/ImageGoNord/blob/develop/.github/ISSUE_TEMPLATE.md
-[template-pr]: https://github.com/schrodinger-hat/ImageGoNord/blob/develop/.github/PULL_REQUEST_TEMPLATE.md
-[version-latest]: https://github.com/schrodinger-hat/ImageGoNord/releases/latest
\ No newline at end of file
+[template-issue]: https://github.com/schroedinger-hat/imagegonord-web/blob/develop/.github/ISSUE_TEMPLATE.md
+[template-pr]: https://github.com/schroedinger-hat/imagegonord-web/blob/develop/.github/PULL_REQUEST_TEMPLATE.md
+[version-latest]: https://github.com/schroedinger-hat/imagegonord-web/releases/latest
diff --git a/README.md b/README.md
index e6634f5..98bc559 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ImageGoNord - RGB image to Nordtheme palette
+# ImageGoNord Website - RGB image to Nordtheme palette
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
@@ -7,12 +7,12 @@ Image Go Nord is a tool that can convert your rgb images to not only [Nordtheme]
**IGN is a tool that can convert your rgb images to any palette!**
This repository is:
-- an API hosted on Heroku that is using the [ImageGoNord Python package](https://github.com/Schrodinger-Hat/ImageGoNord-pip) written in Flask;
+- an API hosted on Heroku that is using the [ImageGoNord Python package](https://github.com/schroedinger-hat/ImageGoNord-pip) written in Flask;
- a demo website made in VueJS hosted on Netlify which can convert your image or video into any palette!
**Are you looking for the python package?**
-The official python package's repository is [ImageGoNord-pip](https://github.com/Schrodinger-Hat/ImageGoNord-pip). You are welcome :)
+The official python package's repository is [ImageGoNord-pip](https://github.com/schroedinger-hat/ImageGoNord-pip). You are welcome :)
### Inspiration
@@ -21,11 +21,11 @@ We are in love with Nordtheme and Linux Rice, that is why we created this reposi
Our goal is to make a shortcut to convert image or video into any theme.
An example could be an awesome wallpaper converted into the Nordtheme palette.
-
+
Or an example of an image converted into the Gruvbox palette
-
+
@@ -49,7 +49,7 @@ This will bring our website in your local.
### How to add a new palette on the website?
-It's very easy and you can refer to this [PR](https://github.com/Schrodinger-Hat/ImageGoNord/pull/150) as a sort of documentation.
+It's very easy and you can refer to this [PR](https://github.com/schroedinger-hat/ImageGoNord-web/pull/150) as a sort of documentation.
**What I need to do?**
You need to create a JSON file in `src/ign-frontend/src/assets/palettes/[themeName].json` with the following format:
@@ -96,16 +96,16 @@ Verify that everything is working great and open a PR :)
ImageGoNord is open source and hosted on GitHub.
- Star -If you find a bug or have an idea for a new feature, please open an issue on GitHub.
+ImageGoNord is open source and hosted on GitHub.
+ Star +If you find a bug or have an idea for a new feature, please open an issue on GitHub.
The documentation is under development (as the package) and it is - available also on the website. + available also on the website. You can find some usage and some example under the example folder.
Documentation available in the Github Repository
+Documentation available in the Github Repository
Documentation available in the Github Repository
+Documentation available in the Github Repository
Documentation available in the Github Repository
+Documentation available in the Github Repository