From 815e9c5ae97246a330962c9d477fd187770fbe60 Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 17 Oct 2015 22:38:38 +0200 Subject: [PATCH] word-foo --- lib/public/stylesheets/style.css | 6 +++--- lib/views/index.html.ejs | 32 ++++++++++++++++---------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lib/public/stylesheets/style.css b/lib/public/stylesheets/style.css index b54d0ec..416eb74 100644 --- a/lib/public/stylesheets/style.css +++ b/lib/public/stylesheets/style.css @@ -22,10 +22,10 @@ a.forkme { background: #008000; color: #fff; font-weight: bold; - padding: 3px 35px; + padding: 3px 100px; border: 2px solid #006400; - -webkit-transform: rotate(45deg) translate(62px); - transform: rotate(45deg) translate(62px); + -webkit-transform: rotate(45deg) translate(108px, -46px); + transform: rotate(45deg) translate(108px, -46px); } a.forkme:hover { diff --git a/lib/views/index.html.ejs b/lib/views/index.html.ejs index c2ff466..71aedda 100644 --- a/lib/views/index.html.ejs +++ b/lib/views/index.html.ejs @@ -64,7 +64,7 @@
Usernames are deprecated!
You should only use usernames for testing.
Updates are slower, some features are not available, and it may break anytime!
- We strongly advise you to use UUIDs instead of usernames. more info + We strongly advise you to use UUIDs instead of usernames. more info @@ -109,7 +109,7 @@

Accepted modifiers: scale, helm, default.
- Please note renders are still beta and have some issues. New renders are in progress! + Please note that renders are still beta and have some issues. New renders are in progress!

@@ -127,7 +127,7 @@

Accepted modifiers: scale, helm, default.
- Please note renders are still beta and have some issues. New renders are in progress! + Please note that renders are still beta and have some issues. New renders are in progress!

@@ -191,7 +191,7 @@

-
-

About UUIDs

+
+

About UUIDs

UUIDs may be any valid Mojang UUID in the blank or dashed format.

Malformed UUIDs are rejected.

-
-

About Usernames

+
+

About Usernames

We strongly advise you to use UUIDs instead of usernames! UUIDs never change while usernames do.
Looking up players by username has officially been deprecated by Mojang ever since UUIDs were introduced.
- Crafatar uses a legacy API to retrieve skins for usernames that updates very slowly.
+ Crafatar uses a legacy API which updates very slowly to retrieve skins for usernames.
Skins come without any details, including whether a player uses the Alex or Steve skin model.
Additionally, Mojang has stated that this legacy interface may be disabled anytime, causing all requests to fail.

Malformed usernames are rejected.

-
-

About Caching

+
+

About Caching

- Crafatar caches skins for <%= config.caching.local / 60 %> minutes before checking for skin updates.
+ Crafatar checks for skin updates every <%= config.caching.local / 60 %> minutes.
Images are cached in your browser for <%= config.caching.browser / 60 %> minutes until a new request to Crafatar is made.
In addition, CloudFlare caches up to 2 hours on a per-url basis.

@@ -243,11 +243,11 @@
  • X-Storage-Type: Details about how the requested image was stored on the server
      -
    • none: No external requests. Cached: User has no skin.
    • -
    • cached: No external requests. Skin cached and stored locally.
    • -
    • checked: 1 external request. Skin cached, checked for updates, no skin downloaded.
      +
    • none: No external requests. Player has no skin (cached)
    • +
    • cached: No external requests. (skin cached)
    • +
    • checked: Requested skin details, skin cached. (1 external request)
      This happens either when the user removed their skin or when it didn't change.
    • -
    • downloaded: 2 external requests. First request or skin changed, skin downloaded.
    • +
    • downloaded: Requested skin details, skin downloaded. (2 external requests)
    • server error: This can happen, for example, when Mojang's servers are down.
      If possible, a cached image is served instead.
    • user error: You have done something wrong, such as requesting a malformed uuid.