Skip to content

Commit

Permalink
Merge pull request #178 from Wabri/fix/173
Browse files Browse the repository at this point in the history
fix(*): update name from schrodinger to schroedinger
  • Loading branch information
Wabri authored Oct 7, 2024
2 parents 3fbc916 + 132761c commit 6b842aa
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 39 deletions.
20 changes: 10 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]
[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
Expand All @@ -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
[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
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ImageGoNord - RGB image to Nordtheme palette
# ImageGoNord Website - RGB image to Nordtheme palette
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Expand All @@ -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

Expand All @@ -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.
<br>An example could be an awesome wallpaper converted into the Nordtheme palette.

<img src="https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord/master/images/ign-demo-image.gif">
<img src="https://raw.githubusercontent.com/schroedinger-hat/ImageGoNord-web/master/images/ign-demo-image.gif">

<br>Or an example of an image converted into the Gruvbox palette

<img src="https://raw.githubusercontent.com/Schrodinger-Hat/ImageGoNord/master/images/ign-demo-gruvbox.gif">
<img src="https://raw.githubusercontent.com/schroedinger-hat/ImageGoNord-web/master/images/ign-demo-gruvbox.gif">

<br>

Expand All @@ -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:
Expand Down Expand Up @@ -96,16 +96,16 @@ Verify that everything is working great and open a PR :)
<table>
<tbody>
<tr>
<td align="center"><a href="https://www.linkedin.com/in/%F0%9F%90%A7gabriele-puliti-b62915a9/"><img src="https://avatars.githubusercontent.com/u/12409541?v=4?s=100" width="100px;" alt=""/><br /><sub><b>GabrielePuliti</b></sub></a><br /><a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=Wabri" title="Code">💻</a> <a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=Wabri" title="Documentation">📖</a> <a href="#design-Wabri" title="Design">🎨</a> <a href="#ideas-Wabri" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-Wabri" title="Maintenance">🚧</a> <a href="#projectManagement-Wabri" title="Project Management">📆</a></td>
<td align="center"><a href="https://www.mikilombardi.com"><img src="https://avatars.githubusercontent.com/u/6616203?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Miki Lombardi</b></sub></a><br /><a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=TheJoin95" title="Code">💻</a> <a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=TheJoin95" title="Documentation">📖</a> <a href="#design-TheJoin95" title="Design">🎨</a> <a href="#ideas-TheJoin95" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-TheJoin95" title="Maintenance">🚧</a> <a href="#projectManagement-TheJoin95" title="Project Management">📆</a></td>
<td align="center"><a href="https://github.com/BugliL"><img src="https://avatars.githubusercontent.com/u/3107276?v=4?s=100" width="100px;" alt=""/><br /><sub><b>BugliL</b></sub></a><br /><a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=BugliL" title="Code">💻</a> <a href="#design-BugliL" title="Design">🎨</a> <a href="#ideas-BugliL" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-BugliL" title="Maintenance">🚧</a> <a href="#projectManagement-BugliL" title="Project Management">📆</a></td>
<td align="center"><a href="https://www.linkedin.com/in/%F0%9F%90%A7gabriele-puliti-b62915a9/"><img src="https://avatars.githubusercontent.com/u/12409541?v=4?s=100" width="100px;" alt=""/><br /><sub><b>GabrielePuliti</b></sub></a><br /><a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=Wabri" title="Code">💻</a> <a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=Wabri" title="Documentation">📖</a> <a href="#design-Wabri" title="Design">🎨</a> <a href="#ideas-Wabri" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-Wabri" title="Maintenance">🚧</a> <a href="#projectManagement-Wabri" title="Project Management">📆</a></td>
<td align="center"><a href="https://www.mikilombardi.com"><img src="https://avatars.githubusercontent.com/u/6616203?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Miki Lombardi</b></sub></a><br /><a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=TheJoin95" title="Code">💻</a> <a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=TheJoin95" title="Documentation">📖</a> <a href="#design-TheJoin95" title="Design">🎨</a> <a href="#ideas-TheJoin95" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-TheJoin95" title="Maintenance">🚧</a> <a href="#projectManagement-TheJoin95" title="Project Management">📆</a></td>
<td align="center"><a href="https://github.com/BugliL"><img src="https://avatars.githubusercontent.com/u/3107276?v=4?s=100" width="100px;" alt=""/><br /><sub><b>BugliL</b></sub></a><br /><a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=BugliL" title="Code">💻</a> <a href="#design-BugliL" title="Design">🎨</a> <a href="#ideas-BugliL" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-BugliL" title="Maintenance">🚧</a> <a href="#projectManagement-BugliL" title="Project Management">📆</a></td>
<td align="center"><a href="http://abod1960.cf"><img src="https://avatars.githubusercontent.com/u/79435005?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Abdullah Omar</b></sub></a><br /><a href="#design-Abod1960" title="Design">🎨</a></td>
<td align="center"><a href="https://github.com/jlc893"><img src="https://avatars.githubusercontent.com/u/77926457?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jason</b></sub></a><br /><a href="#design-jlc893" title="Design">🎨</a> <a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=jlc893" title="Documentation">📖</a> <a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=jlc893" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/senali-d"><img src="https://avatars.githubusercontent.com/u/52546856?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Senali</b></sub></a><br /><a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=senali-d" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/jlc893"><img src="https://avatars.githubusercontent.com/u/77926457?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jason</b></sub></a><br /><a href="#design-jlc893" title="Design">🎨</a> <a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=jlc893" title="Documentation">📖</a> <a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=jlc893" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/senali-d"><img src="https://avatars.githubusercontent.com/u/52546856?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Senali</b></sub></a><br /><a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=senali-d" title="Documentation">📖</a></td>
<td align="center"><a href="https://juancldcmt.github.io"><img src="https://avatars.githubusercontent.com/u/72336775?v=4?s=100" width="100px;" alt=""/><br /><sub><b>JuanCC</b></sub></a><br /><a href="#design-JuanCldCmt" title="Design">🎨</a></td>
</tr>
<tr>
<td align="center"><a href="http://www.linkedin.com/in/veronica-papini-5a546b179"><img src="https://avatars.githubusercontent.com/u/86972949?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Veronica Papini</b></sub></a><br /><a href="https://github.com/Schrodinger-Hat/ImageGoNord/commits?author=VeroPap" title="Documentation">📖</a></td>
<td align="center"><a href="http://www.linkedin.com/in/veronica-papini-5a546b179"><img src="https://avatars.githubusercontent.com/u/86972949?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Veronica Papini</b></sub></a><br /><a href="https://github.com/schroedinger-hat/ImageGoNord-web/commits?author=VeroPap" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
Expand All @@ -124,4 +124,4 @@ Verify that everything is working great and open a PR :)

### License

[MIT license](https://github.com/Schrodinger-Hat/ImageGoNord/blob/master/LICENSE)
[MIT license](https://github.com/schroedinger-hat/ImageGoNord-web/blob/master/LICENSE)
2 changes: 1 addition & 1 deletion reddit-posts-automation/auto-publish-multipalette.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def get_image_from_subreddit(subreddit):
reddit_sub = imagegonord_subreddit.submit_image(IGN_TITLE_PREFIX + sub['title'] + IGN_TITLE_SUFFIX, image_path=img_path, flair_id=FLAIR[palette_key]['id'])

print('Commenting')
reddit_sub.reply('The ImageGoWild website is available [here](https://ign.schrodinger-hat.it/color-schemes) as part of ImageGoNord project, try it and share the result in [r/ImageGoNord](https://www.reddit.com/r/ImageGoNord/)!\nOriginal image made by ['+sub['author']+'](https://www.reddit.com/user/'+sub['author']+') available [here](' + sub['url'] + ').')
reddit_sub.reply('The ImageGoWild website is available [here](https://ign.schroedinger-hat.org/color-schemes) as part of ImageGoNord project, try it and share the result in [r/ImageGoNord](https://www.reddit.com/r/ImageGoNord/)!\nOriginal image made by ['+sub['author']+'](https://www.reddit.com/user/'+sub['author']+') available [here](' + sub['url'] + ').')
except Exception as e:
print(e)

Expand Down
2 changes: 1 addition & 1 deletion reddit-posts-automation/auto-publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_image_from_subreddit(subreddit):
reddit_sub = imagegonord_subreddit.submit_image(sub['title'] + IGN_TITLE_SUFFIX, image_path=img_path, flair_id=FLAIR_IDS['NORD'])

print('Commenting')
reddit_sub.reply('The ImageGoNord website is available [here](https://ign.schrodinger-hat.it/), try it and share the result in [r/ImageGoNord](https://www.reddit.com/r/ImageGoNord/)!\nOriginal image made by ['+sub['author']+'](https://www.reddit.com/user/'+sub['author']+') available [here](' + sub['url'] + ').')
reddit_sub.reply('The ImageGoNord website is available [here](https://ign.schroedinger-hat.org/), try it and share the result in [r/ImageGoNord](https://www.reddit.com/r/ImageGoNord/)!\nOriginal image made by ['+sub['author']+'](https://www.reddit.com/user/'+sub['author']+') available [here](' + sub['url'] + ').')
published_post = published_post + 1

if (published_post % REPOST_FREQUENCY == 0):
Expand Down
4 changes: 2 additions & 2 deletions src/ign-frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<meta property="og:title" content="ImageGoNord - RGB image to Nordtheme">
<meta property="og:type" content="article">
<meta property="og:url" content="https://ign.schrodinger-hat.it/">
<meta property="og:site_name" content="ign.schrodinger-hat.it">
<meta property="og:url" content="https://ign.schroedinger-hat.org/">
<meta property="og:site_name" content="ign.schroedinger-hat.org">
<meta property="og:description" content="An opensource tool and an API that can convert your rgb images to nordtheme palette">


Expand Down
3 changes: 2 additions & 1 deletion src/ign-frontend/src/components/Alert.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<div class="notification-top-bar">
<p>This is a free self-hosted project. Please, consider on support us on <small><a target="_blank" href="https://opencollective.com/schrodinger-hat">OpenCollective <i class='fas fa-external-link-alt '></i></a></small> or <a href='https://twitter.com/schrodinger_hat' target="_blank">reach us<i class='fas fa-external-link-alt '></i></a> in order to sponsor the project.<br />Share the love & credits. Thank you</p>
<p>This is a free self-hosted project. Please, consider on support us on <small><a
target="_blank" href="https://opencollective.com/schrodinger-hat">OpenCollective <i class='fas fa-external-link-alt '></i></a></small> or <a href='https://twitter.com/schrodinger_hat' target="_blank">reach us<i class='fas fa-external-link-alt '></i></a> in order to sponsor the project.<br />Share the love & credits. Thank you</p>
</div>
</template>

Expand Down
13 changes: 10 additions & 3 deletions src/ign-frontend/src/components/Contributing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@
<div class="container contributing-container-text">
<div class="inner-text">
<h4>Contributing</h4>
<p><b>ImageGoNord</b> is open source and <a class="external-link-color" href="https://github.com/Schrodinger-Hat/ImageGoNord" target="_blank">hosted on GitHub</a>.</p>
<a class="github-button" href="https://github.com/Schrodinger-Hat/ImageGoNord" data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true" aria-label="Star Schrodinger-Hat/ImageGoNord on GitHub">Star</a>
<p>If you find a bug or have an idea for a new feature, please <a class="external-link-color" target="_blank" href="https://github.com/Schrodinger-Hat/ImageGoNord/issues">open an issue on GitHub</a>.</p>
<p><b>ImageGoNord</b> is open source and <a class="external-link-color"
href="https://github.com/Schroedinger-Hat/ImageGoNord-web" target="_blank">hosted on GitHub</a>.</p>
<a class="github-button" href="https://github.com/Schroedinger-Hat/ImageGoNord-web"
data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large"
data-show-count="true"
aria-label="Star
Schroedinger-Hat/ImageGoNord-web on GitHub">Star</a>
<p>If you find a bug or have an idea for a new feature, please <a
class="external-link-color" target="_blank"
href="https://github.com/Schroedinger-Hat/ImageGoNord-web/issues">open an issue on GitHub</a>.</p>
<p class="social">
<a target="_blank" href="https://opencollective.com/schrodinger-hat">
<i class="fas fa-donate external-link-color"></i>
Expand Down
2 changes: 1 addition & 1 deletion src/ign-frontend/src/components/layout/MobileMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<router-link to="/color-schemes">ImageGoWild</router-link>
<router-link to="/wallpaper">Wallpaper</router-link>
<router-link to="/about">About</router-link>
<a href="https://github.com/Schrodinger-Hat/ImageGoNord" target="_blank">GitHub</a>
<a href="https://github.com/Schroedinger-Hat/ImageGoNord-web" target="_blank">GitHub</a>
</div>
</nav>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/ign-frontend/src/components/layout/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a target="_blank" href="https://opencollective.com/schrodinger-hat">
<i class="fas fa-donate mobile-menu-icon"></i>
</a>
<a href="https://github.com/Schrodinger-Hat/ImageGoNord" target="_blank">
<a href="https://github.com/Schroedinger-Hat/ImageGoNord-web" target="_blank">
<i class="mobile-menu-icon fab fa-github"></i>
</a>
<a @click="toggleMobileMenu" href="#">
Expand Down
2 changes: 1 addition & 1 deletion src/ign-frontend/src/views/Documentation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="guide python markdown-body">
<h1>Documentation Python Package</h1>
<p>The documentation is under development (as the package) and it is
<a href="https://ign.schrodinger-hat.it/documentation/python">available also on the website</a>.
<a href="https://ign.schroedinger-hat.org/documentation/python">available also on the website</a>.
You can find some usage and some example under the example folder.</p>
<h1 id="class-methods">Class &amp; Methods</h1>
<h2 id="nordpalettefile-">NordPaletteFile:</h2>
Expand Down
Loading

0 comments on commit 6b842aa

Please sign in to comment.