From 762ef9e24ecd0de74ab6cc2ef054e86e08b59a28 Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Thu, 20 Jul 2023 17:39:54 +0700 Subject: [PATCH] Change repository URL to https://github.com/placeAtlas/atlas-2022 --- .github/ISSUE_TEMPLATE/3-edit-json.yml | 2 +- CONTRIBUTING.md | 2 +- README.md | 16 ++++++++-------- web/_js/config.js | 4 ++-- web/about.html | 8 ++++---- web/index.html | 8 ++++---- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3-edit-json.yml b/.github/ISSUE_TEMPLATE/3-edit-json.yml index 69a4d3fe..5c644ff1 100644 --- a/.github/ISSUE_TEMPLATE/3-edit-json.yml +++ b/.github/ISSUE_TEMPLATE/3-edit-json.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Make sure you have prepared your JSON data that you get after editing. If you haven't, [CONTRIBUTING.md](https://github.com/placeAtlas/atlas/blob/master/CONTRIBUTING.md) has a guide for editing an existing entry. + Make sure you have prepared your JSON data that you get after editing. If you haven't, [CONTRIBUTING.md](https://github.com/placeAtlas/atlas-2022/blob/master/CONTRIBUTING.md) has a guide for editing an existing entry. - type: textarea id: description attributes: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1d585d8..6efbc5ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ You can use the website to edit single entries easily. On the website, click Edit Entry instead. The method stays the same if you use GitHub. -As an alternative, you can also submit an issue on GitHub using [this form](https://github.com/placeAtlas/atlas/issues/new?assignees=&labels=entry+update&template=edit-entry.yml) or report it on our Discord server. +As an alternative, you can also submit an issue on GitHub using [this form](https://github.com/placeAtlas/atlas-2022/issues/new?assignees=&labels=entry+update&template=edit-entry.yml) or report it on our Discord server. ### Manually diff --git a/README.md b/README.md index 52ba30db..0a228421 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Entry count](https://img.shields.io/badge/dynamic/json?color=blue&label=entries&query=%24.length&url=https%3A%2F%2Fgithub.com%2FplaceAtlas%2Fatlas%2Fblob%2Fmaster%2Fweb%2Fatlas.json%3Fraw%3Dtrue)](https://2022.place-atlas.stefanocoding.me/) -![Commit activity](https://img.shields.io/github/commit-activity/w/placeAtlas/atlas) +![Commit activity](https://img.shields.io/github/commit-activity/w/placeAtlas/atlas-2022) [![Netlify](https://img.shields.io/netlify/1e7291ce-0680-45ed-9843-47a32a992bbb?logo=netlify&logoColor=white)](https://app.netlify.com/sites/place-atlas/deploys) -[![License](https://img.shields.io/github/license/placeAtlas/atlas)](https://github.com/placeAtlas/atlas/blob/master/LICENSE) +[![License](https://img.shields.io/github/license/placeAtlas/atlas-2022)](https://github.com/placeAtlas/atlas-2022/blob/master/LICENSE) [![Discord](https://img.shields.io/discord/960791635342524496?color=%235865F2&logo=discord&logoColor=white)](https://discord.gg/pJkm23b2nA) [![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/placeAtlas2?color=%23FF4500&label=r%2FplaceAtlas2&logo=reddit&logoColor=white)](https://www.reddit.com/r/placeAtlas2/) [![Website](https://img.shields.io/static/v1?label=website&message=2022.place-atlas.stefanocoding.me&color=blue)](https://2022.place-atlas.stefanocoding.me/) @@ -38,12 +38,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - - - - - + + + + + +
Stefano
Stefano

πŸ’Ό πŸ’» πŸ–‹ πŸ”£ 🎨 πŸ” πŸš‡ 🚧 πŸ“† πŸ’¬ πŸ›‘οΈ
ash
ash

πŸ’Ό πŸ–‹ πŸ”£ πŸ“† πŸ‘€
Aeywoo
Aeywoo

πŸ’Ό πŸ› πŸ“ πŸ–‹ 🚧 πŸ”¬
AnonymousRandomPerson
AnonymousRandomPerson

πŸ”£ πŸ–‹ πŸ”¬ πŸ’» πŸ‘€
mxdanger
mxdanger

πŸ’» ️️️️♿️ πŸ› 🎨 πŸ€” πŸš‡ 🚧 πŸ”§ πŸ““
Riley
Riley

πŸ”£ 🎨 πŸ“–
Stefano
Stefano

πŸ’Ό πŸ’» πŸ–‹ πŸ”£ 🎨 πŸ” πŸš‡ 🚧 πŸ“† πŸ’¬ πŸ›‘οΈ
ash
ash

πŸ’Ό πŸ–‹ πŸ”£ πŸ“† πŸ‘€
Aeywoo
Aeywoo

πŸ’Ό πŸ› πŸ“ πŸ–‹ 🚧 πŸ”¬
AnonymousRandomPerson
AnonymousRandomPerson

πŸ”£ πŸ–‹ πŸ”¬ πŸ’» πŸ‘€
mxdanger
mxdanger

πŸ’» ️️️️♿️ πŸ› 🎨 πŸ€” πŸš‡ 🚧 πŸ”§ πŸ““
Riley
Riley

πŸ”£ 🎨 πŸ“–
diff --git a/web/_js/config.js b/web/_js/config.js index 0854a7ea..aebcd665 100644 --- a/web/_js/config.js +++ b/web/_js/config.js @@ -11,7 +11,7 @@ window.instanceId = instanceId const instanceSubreddit = "placeAtlas2" window.instanceSubreddit = instanceSubreddit -const instanceRepo = "https://github.com/placeAtlas/atlas" +const instanceRepo = "https://github.com/placeAtlas/atlas-2022" window.instanceRepo = instanceRepo const pageTitle = "The 2022 r/place Atlas" @@ -265,7 +265,7 @@ Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt) https://2022.place-atlas.stefanocoding.me/ https://discord.gg/pJkm23b2nA https://reddit.com/r/placeatlas2 -https://github.com/placeAtlas/atlas +https://github.com/placeAtlas/atlas-2022 To get the image of the canvas, use downloadCanvas(). `, 'font-size: 150%; line-height: 150%', '') \ No newline at end of file diff --git a/web/about.html b/web/about.html index e4d7cd7e..3220818f 100644 --- a/web/about.html +++ b/web/about.html @@ -81,14 +81,14 @@

The 2022 r/place Atlas

This is an atlas aiming to chart all the artworks created during the r/place April Fools event on Reddit in 2022. It is made with information to each artwork of the canvas provided by the community.

The original code was developed by Roland Rytz and is available under the free AGPL license on GitHub.


-

The currently maintained version of the website is managed by the Place Atlas team, led by Stefano Haagmans and is obtainable under the same license within a GitHub fork. Initial images are provided by Alex Tsernoh.

+

The currently maintained version of the website is managed by the Place Atlas team, led by Stefano Haagmans and is obtainable under the same license within a GitHub fork. Initial images are provided by Alex Tsernoh.

Maintaining and updating the website takes work, but I enjoy doing it for free and giving this to people. But if you would like to support me, or the people who helped me with contributions to this project. You're free to support us though PayPal, Patreon, or Ko-Fi.

To maintain the same tradition, I will also be offering stickers to anyone donating more then 20$ (Due to the size increase). But, you're not forced to do anything! This only shows appreciation to us and the people who've worked on this project

Roland Rytz worked on the Atlas full-time (and more!) for over two weeks during the 2017 r/place event. If you'd like to support Roland, you can do so by PayPal. If you donate more than 10(€/$/CHF/mBTC), He'll (hopefully) send you a nice sticker of the 2017 Place canvas!

Contributing

This project is open source, and contributions are welcome. In fact, the Atlas relies on user contributions.

-

To contribute a label for an artwork, please read this guide to learn how to submit a new entry, edit existing entries, or contribute to the development of the codebase.

+

To contribute a label for an artwork, please read this guide to learn how to submit a new entry, edit existing entries, or contribute to the development of the codebase.

The r/placeAtlas2 subreddit and the Discord server is also the place to submit all bug reports, feature requests, or questions.

@@ -183,7 +183,7 @@

Project Contributors

  • Others:
    • "The Final Clean" canvas: r/TheFinalClean community
    • -
    • Everyone who contributes from GitHub, Discord, or other channels.
    • +
    • Everyone who contributes from GitHub, Discord, or other channels.
  • @@ -227,7 +227,7 @@

    Deployment

    diff --git a/web/index.html b/web/index.html index 4cd5e9d8..1e17b4b1 100644 --- a/web/index.html +++ b/web/index.html @@ -172,7 +172,7 @@

    Hang on…

    @@ -264,7 +264,7 @@
    Atlas Entries List
    - Code by Place Atlas. Source on GitHub. Site powered by Netlify. + Code by Place Atlas. Source on GitHub. Site powered by Netlify.
    @@ -304,7 +304,7 @@
    Timeline
    -

    Please read this guide for instructions.

    +

    Please read this guide for instructions.


    You can suggest new entries to the Atlas for art that isn't mapped yet, or update entries by editing it.

    Click anywhere on the image to start drawing a shape. Switch between periods by adding a period, and/or seek through the timeline.

    @@ -365,7 +365,7 @@ If you want to use Reddit, use the Post Direct to Reddit button or manually copy the text below and submit it as a new text post to r/placeAtlas2 on Reddit. Don't forget to flair it with the New Entry flair.

    - If you want to use GitHub, use the Submit Direct to GitHub button, or read the contributing guide to submit a patch. + If you want to use GitHub, use the Submit Direct to GitHub button, or read the contributing guide to submit a patch.

    We will then check it and add it to the Atlas.