mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-29 09:04:37 +01:00
Capitalize Atlas
Fron "The 2022 r/place Atlas", which "Atlas" refers to the project name/brand
This commit is contained in:
parent
ac55fb93e3
commit
c904ca501a
5 changed files with 6 additions and 6 deletions
|
@ -41,7 +41,7 @@ As an alternative, you can also submit an issue on GitHub using [this form](http
|
|||
|
||||
Edits are also welcome on this repository through GitHub. You may use GitHub for bulk or large-scale changes, such as removing duplicates.
|
||||
|
||||
`web/atlas.json` is where the atlas data is located, in which you can edit on GitHub. Below is an example of an entry. The example has been expanded, but please save it in the way so each line is an entry which is minified.
|
||||
`web/atlas.json` is where the Atlas data is located, in which you can edit on GitHub. Below is an example of an entry. The example has been expanded, but please save it in the way so each line is an entry which is minified.
|
||||
|
||||
```json5
|
||||
{
|
||||
|
@ -76,7 +76,7 @@ To help find duplicates, [use the Overlap mode](https://place-atlas.stefanocodin
|
|||
|
||||
## Development
|
||||
|
||||
Other than contributing to the atlas data, code contributions are also accepted. Here are some information regarding some aspects on the repository.
|
||||
Other than contributing to the Atlas data, code contributions are also accepted. Here are some information regarding some aspects on the repository.
|
||||
|
||||
### Web interface
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Script to retroactively fix flairs
|
||||
# Only touches things flaired "New entry" that either fail JSON parsing or are already in the atlas
|
||||
# Only touches things flaired "New entry" that either fail JSON parsing or are already in the Atlas
|
||||
# Otherwise, it leaves them untouched
|
||||
|
||||
import praw
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<!--
|
||||
|
||||
This shrinks the atlas by making it arrays instead of objects, but
|
||||
This shrinks the Atlas by making it arrays instead of objects, but
|
||||
the difference in size is only about 100k, so it's probably not
|
||||
worth the effort
|
||||
|
||||
|
|
|
@ -198,7 +198,7 @@ <h3>Reddit Contributors</h3>
|
|||
<div class="position-sticky" style="top: 5rem;">
|
||||
<div class="p-4 mb-3 bg-secondary bg-opacity-10 rounded">
|
||||
<h4>Contact?</h4>
|
||||
<p>If you're press, a influencer or anything media connected, or you would like to use the atlas in one. Please contact us beforehand through:</p>
|
||||
<p>If you're press, a influencer or anything media connected, or you would like to use the Atlas in one. Please contact us beforehand through:</p>
|
||||
<ul>
|
||||
<li><a href="mailto:press@stefanocoding.me">press@stefanocoding.me</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -355,7 +355,7 @@ <h5 class="modal-title" id="exportModalLabel">Export Entry</h5>
|
|||
<div class="modal-body d-flex flex-column">
|
||||
<p>Use the Post Direct to Reddit button or manually copy the text below and submit it as a new text post to <a href="https://www.reddit.com/r/placeAtlas2/" target="_blank" rel="noopener noreferrer">r/placeAtlas2</a> on Reddit.</p>
|
||||
<p>Don't forget to flair it with the <span class="badge rounded-pill bg-primary"><i class="bi bi-tag" aria-hidden="true"></i> <span id="redditFlair">New Entry</span></span> tag.</p>
|
||||
<p>We will then check it and add it to the atlas.</p>
|
||||
<p>We will then check it and add it to the Atlas.</p>
|
||||
<textarea class="form-control flex-grow-1" cols="40" rows="20" id="exportString" title="Raw JSON string" readonly></textarea>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
|
Loading…
Reference in a new issue