Commit a6804db9 authored by marius david's avatar marius david
Browse files

adaptation progress

parent 00829dae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ If you want to see which areas of the canvas do not have entries yet, select "Hi

When you're happy with the shape you've drawn, press <kbd>Finish</kbd>. You will now be able to enter some information about the entry:

//TODO:canvas adaptation: implement Lemmy and Matrix links actually
- **Name**: A short, descriptive name.
- **Description**: A short description that can be understood by somebody not familiar with the topic. If you were involved in drawing this artwork, you may include the meta, describing the process of drawing the artwork in the event.
- **Links**: Some links that are most relevant to the topic, and/or regarding the process of the drawing the artwork in the event.
+2 −5
Original line number Diff line number Diff line
@@ -6,9 +6,7 @@ This project is a fork of the [2023 r/place Atlas](https://github.com/placeAtlas

This project is licensed under the [GNU Affero General Public License v3.0](LICENSE).

//TODO:canvas adaptation:need hosting and more documentation.

You can check out the website by visiting [2023.place-atlas.stefanocoding.me](https://2023.place-atlas.stefanocoding.me/). The subreddit, [r/placeAtlas2023](https://www.reddit.com/r/placeAtlas2023/), is available for communications via Reddit.
You can check out the website by visiting [atlas.mariusdavid.fr](https://atlas.mariusdavid.fr/). We also have [Matrix room](https://matrix.to/#/#lemmy-canvas-atlas-discussion:mariusdavid.fr) or the [Lemmy community](https://toast.ooo/c/2024lemmycanvasatlas).

## Contributing

@@ -16,5 +14,4 @@ This project is open source, and contributions are welcome. In fact, the Atlas r

Please read [CONTRIBUTING.md](CONTRIBUTING.md) to learn how to submit a new entry, edit existing entries, or contribute to the development of the codebase.

//TODO:canvas adaptation:need new channels
[The r/placeAtlas2023 subreddit](https://reddit.com/r/placeAtlas2023/) and [the Discord server](https://discord.gg/pJkm23b2nA) is also the place to submit all bug reports, feature requests, or questions.
 No newline at end of file
//TODO: canvas adapatation: adapt all the icons
 No newline at end of file
+2 −3
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ window.instanceId = instanceId
const instanceSubreddit = null
window.instanceSubreddit = instanceSubreddit

//TODO:canvas adaptation
const instanceRepo = "https://github.com/marius851000/lemmy-canvas-2024-atlas"
window.instanceRepo = instanceRepo

@@ -376,7 +375,7 @@ const externalLinksConfig = [
				return link
			}
		},
		listingClass: "bi-envelope", //TODO: lemmy adaptation: actually put a lemmy icon
		listingClass: "bi-envelope", //TODO: canvas adaptation: actually put a lemmy icon
		generateListingName: (link) => link,
		placeholder: "!community@example.org",
		configureInputField: (inputField) => {
@@ -388,7 +387,7 @@ const externalLinksConfig = [
		name: "Matrix",
		id: "matrix",
		generateLink: (link) => "https://matrix.to/#/" + link,
		listingClass: "bi-chat-dots",
		listingClass: "bi-chat-dots", //TODO: canvas adaptation: actually put a Matrix, if any exist
		generateListingName: (link) => link,
		placeholder: "#example:example.com",
		configureInputField: (inputField) => {
+15 −79
Original line number Diff line number Diff line
@@ -15,24 +15,22 @@
		<meta name="application-name" content="The 2024 Fediverse Canvas Atlas">
		<meta name="robots" content="index, follow">
		
		<!-- TODO:canvas adaptation -->
		<meta property="og:title" content="The 2023 r/place Atlas">
		<meta property="og:title" content="The Fediverse Canvas 2024 Atlas">
		<meta property="og:type" content="website">
		<meta property="og:url" content="https://2023.place-atlas.stefanocoding.me/">
		<meta property="og:image" content="https://2023.place-atlas.stefanocoding.me/_img/logo.png">
		<meta property="og:url" content="https://atlas.mariusdavid.fr/">
		<meta property="og:image" content="https://atlas.mariusdavid.fr/_img/logo.png">
		<meta property="og:image:type" content="image/png">
		<meta property="og:image:width" content="512">
		<meta property="og:image:height" content="512">
		<meta property="og:image:alt" content="The 2023 r/place Atlas logo">
		<meta property="og:description" content="An interactive map of Reddit's 2023 r/place, with information to each artwork of the canvas provided by the community.">
		<meta property="og:image:alt" content="The Fediverse Canvas Atlas logo">
		<meta property="og:description" content="An interactive map of the Fediverse Canvas of 2024, with information to each artwork of the canvas provided by the community.">

		<!-- TODO:canvas adaptation -->
		<meta name="twitter:card" content="summary">
		<meta name="twitter:url" content="https://2023.place-atlas.stefanocoding.me/">
		<meta name="twitter:title" content="The 2023 r/place Atlas">
		<meta name="twitter:description" content="An interactive map of Reddit's 2023 r/place, with information to each artwork of the canvas provided by the community.">
		<meta name="twitter:image" content="https://2023.place-atlas.stefanocoding.me/_img/logo.png">
		<meta name="twitter:image:alt" content="The 2023 r/place Atlas logo">
		<meta name="twitter:url" content="https://atlas.mariusdavid.fr/">
		<meta name="twitter:title" content="The Fediverse Canvas 2024 Atlas">
		<meta name="twitter:description" content="An interactive map of the Fediverse Canvas of 2024, with information to each artwork of the canvas provided by the community.">
		<meta name="twitter:image" content="https://atlas.mariusdavid.fr/_img/logo.png">
		<meta name="twitter:image:alt" content="The Fediverse Canvas Atlas logo">
		
		<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, minimum-scale=1, maximum-scale=1, shrink-to-fit=no, viewport-fit=cover"> <!-- user-scalable=no -->
		<meta name="mobile-web-app-capable" content="yes">
@@ -50,66 +48,6 @@
		<link rel="manifest" href="./manifest.webmanifest">
		<script type="module" src="./_js/dist/pwa-update.js"></script>
		<script src="./_js/favicon.js" defer></script>
		<!-- TODO: canvas adaptation -->
		<script type="application/ld+json">
			{
				"@context": "https://schema.org",
				"@type": "WebSite",
				"name": "The 2023 r/place Atlas",
				"url": "https://2023.place-atlas.stefanocoding.me/",
				"author": [
					   {
							"@type": "Person",
							"name": "Roland Rytz",
							"email": "roland.rytz@gmail.com",
							"url": "https://draemm.li",
							"familyName": "Rytz",
							"givenName": "Roland",
							"alternateName": "draemmli",
							"gender": "Male",
							"nationality": "Switzerland"
					},
					{
							"@type": "Person",
							"name": "Stefano Haagmans",
							"email": "stefano@stefanocoding.me",
							"url": "https://stefanocoding.me",
							"familyName": "Haagmans",
							"givenName": "Stefano",
							"alternateName": "Codixer",
							"gender": "Male",
							"nationality": "Netherlands"
					},
					{
						"@type": "Organization",
						"name": "Place Atlas Initiative",
						"alternateName": "r/placeAtlas2023",
						"url": "https://place-atlas.stefanocoding.me",
						"image": "https://place-atlas.stefanocoding.me/assets/logo.png",
						"founder": {
							"@type": "Person",
							"@id": "#Codixer",
							"name": "Stefano Haagmans",
							"email": "stefano@stefanocoding.me",
							"url": "https://stefanocoding.me/",
							"familyName": "Haagmans",
							"givenName": "Stefano",
							"alternateName": "Codixer",
							"gender": "Male",
							"nationality": "Netherlands"
						}
					}
				],
				"copyrightYear": 2017,
				"license": "https://2023.place-atlas.stefanocoding.me/license.txt",
				"inLanguage": "English",
				"isAccessibleForFree": true,
				"keywords": "reddit, r/place, place, experiment",
				"thumbnailUrl": "https://2023.place-atlas.stefanocoding.me/_img/logo.png",
				"image": "https://2023.place-atlas.stefanocoding.me/_img/logo.png",
				"description": "An interactive map of Reddit's 2023 r/place, with information to each artwork of the canvas."
			}
		</script>
	</head>
	<body>
		<div id="wrapper" class="listHidden">
@@ -162,9 +100,8 @@
								<li class="nav-item col-6 col-lg-auto">
									<a class="nav-link" href="https://place-wiki.stefanocoding.me/" target="_blank">Place Wiki</a>
								</li>-->
								<!-- TODO:canvas adaptation -->
								<li class="nav-item col-6 col-lg-auto">
									<a class="nav-link" href="https://github.com/placeAtlas/atlas-2023" target="_blank">Source</a>
									<a class="nav-link" href="https://github.com/marius851000/lemmy-canvas-2024-atlas" target="_blank">Source</a>
								</li>

								<li class="nav-item col-6 col-lg-auto">
@@ -322,11 +259,11 @@ <h5 class="px-2">Timeline</h5>
						<p>Click anywhere on the image to start drawing a shape. Switch between periods by adding a period, and/or seek through the timeline.</p>
						<p>When you're happy with the result, click the "Finish" button above. You can then add more information about your object. </p>
						<hr>
						<!-- TODO:canvas adaptation -->
						<!-- <div class="text-white p-3 rounded shadow" style="background-color: #5865F2;">
						
						<div class="text-white p-3 rounded shadow" style="background-color: #5865F2;">
							<h6>Need Help?</h6>
							<p class="mb-0">You can ask for help on <a class="link-light" href="https://discord.gg/pJkm23b2nA" target="_blank" rel="noreferrer">our Discord server</a>!</p>
						</div> -->
							<p class="mb-0">You can ask for help on <a class="link-light" href="https://matrix.to/#/#lemmy-canvas-atlas-discussion:mariusdavid.fr" target="_blank" rel="noreferrer">the Matrix room</a>.</p>
						</div>
					</div>
				</div>
				<div id="offcanvasDraw-objectInfo" class="offcanvas-body d-none">
@@ -362,7 +299,6 @@ <h6>Need Help?</h6>
			<div id="objectsList" class="p-2"></div>
			<span id="objectsListOverflowNotice" class="p-2 me-2 btn-primary rounded text-center d-none">Click the map to lock your selection</span>
		</div>
		<!-- TODO:canvas adaptation -->
		<div class="modal fade" id="exportModal" tabindex="-1" aria-labelledby="exportModalLabel" aria-hidden="true">
			<div class="modal-dialog modal-dialog-scrollable modal-xl modal-fullscreen-md-down">
				<div class="modal-content">