From 0c3290b1ce6b4696dfcf4ca2cc51122a4384672e Mon Sep 17 00:00:00 2001
From: xb205 <62425964+devxb@users.noreply.github.com>
Date: Fri, 12 Apr 2024 23:24:15 +0900
Subject: [PATCH 1/7] =?UTF-8?q?docs:=20line-mode=EC=9D=98=20=EC=98=A4?=
=?UTF-8?q?=ED=83=80=EB=A5=BC=20=EC=88=98=EC=A0=95=ED=95=9C=EB=8B=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index b33ebc6..c5af9c0 100644
--- a/README.md
+++ b/README.md
@@ -55,12 +55,12 @@ line mode는 자신이 갖고있는 펫중 하나를 지정해서, 지정한 wid
펫이 Readme에서 자유롭게 움직이는모습을 표현할 수 있어요.
pet-id에 아무값도 입력하지 않으면, 첫번째 펫이 가져와져요.
> [!TIP]
-> **Img의 width와 height를 조절해서 펫의 이동영역을 조절할 수 있어요.**
+> **HTML을 붙여넣기 할 경우, Img의 width와 height를 조절해서 펫의 이동영역을 조절할 수 있어요.**
> width를 길게 height를 작게하면 (width = 1000, height = 60) 가로로 길게 움직이게 할 수 있어요.
> 반대로, width를 작게 height를 길게하면 (width = 60, height = 1000) 세로로 길게 움직이게 할 수 있어요.
```markdown
-[![gitanimals](https://render.gitanimals.org/farms/{username}?mode=line)](https://github.com/devxb/gitanimals)
+[![gitanimals](https://render.gitanimals.org/lines/{username})](https://github.com/devxb/gitanimals)
```
```html
@@ -70,7 +70,7 @@ pet-id에 아무값도 입력하지 않으면, 첫번째 펫이 가져와져요.
```
펫은 다음 url을 웹에 요청 후, `$.personas.[].id` 에 해당하는 값을 url의 pet-id param에 입력하면서 변경할 수 있어요.
-사용 가능한 펫을 확인하려면, `https://render.gitanimals.org/users/{username}` 을 url에 붙여넣으세요.
+사용 가능한 펫을 확인하려면, `https://render.gitanimals.org/users/{username}` 의 {username}을 자신의 깃허브 아이디로 변경 후, 요청해보세요.
```html
예시)
From f4df795bc86c3f17938ac2179c1a2d459334eea1 Mon Sep 17 00:00:00 2001
From: xb205 <62425964+devxb@users.noreply.github.com>
Date: Fri, 12 Apr 2024 23:49:08 +0900
Subject: [PATCH 2/7] =?UTF-8?q?docs:=20Readme=EB=A5=BC=20=EC=A2=80=20?=
=?UTF-8?q?=EB=8D=94=20=EC=9D=BD=EA=B8=B0=20=EC=89=BD=EA=B2=8C=20=EB=B3=80?=
=?UTF-8?q?=EA=B2=BD=ED=95=9C=EB=8B=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 30 ++++++++++++++++++++----------
1 file changed, 20 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index c5af9c0..0054a9b 100644
--- a/README.md
+++ b/README.md
@@ -36,48 +36,58 @@
> 이때, {username} 은 반드시 자신의 깃허브 이름이 들어가야 합니다.
### farm mode
-
farm mode는 갖고있는 모든 동물과 추가적인 정보를 보여줘요.
+
+
+
+
+**markdown**
```markdown
[![gitanimals](https://render.gitanimals.org/farms/{username})](https://github.com/devxb/gitanimals)
```
+**html**
```html
```
-
+
### line mode
line mode는 자신이 갖고있는 펫중 하나를 지정해서, 지정한 width, height범위에서 움직이게 해요.
-펫이 Readme에서 자유롭게 움직이는모습을 표현할 수 있어요.
-pet-id에 아무값도 입력하지 않으면, 첫번째 펫이 가져와져요.
+_pet-id에 아무값도 입력하지 않으면, 첫번째 펫이 가져와져요._
> [!TIP]
-> **HTML을 붙여넣기 할 경우, Img의 width와 height를 조절해서 펫의 이동영역을 조절할 수 있어요.**
+> **HTML을 붙여넣기 할 경우, Img의 width와 height를 조절해서 펫의 이동영역을 조절할 수 있어요.**
> width를 길게 height를 작게하면 (width = 1000, height = 60) 가로로 길게 움직이게 할 수 있어요.
> 반대로, width를 작게 height를 길게하면 (width = 60, height = 1000) 세로로 길게 움직이게 할 수 있어요.
+
+
+
+
+**markdown**
```markdown
[![gitanimals](https://render.gitanimals.org/lines/{username})](https://github.com/devxb/gitanimals)
```
+**html**
```html
-```
+```
+
+### 펫을 변경하는 방법
펫은 다음 url을 웹에 요청 후, `$.personas.[].id` 에 해당하는 값을 url의 pet-id param에 입력하면서 변경할 수 있어요.
-사용 가능한 펫을 확인하려면, `https://render.gitanimals.org/users/{username}` 의 {username}을 자신의 깃허브 아이디로 변경 후, 요청해보세요.
+변경가능한 펫을 확인하려면, `https://render.gitanimals.org/users/{username}` 의 {username}을 자신의 깃허브 아이디로 변경 후, 요청해보세요.
```html
-예시)
-
-```
+```
## TIPS
From 2a505b268273361518887db51a971eac4be723c7 Mon Sep 17 00:00:00 2001
From: xb205 <62425964+devxb@users.noreply.github.com>
Date: Fri, 12 Apr 2024 23:57:39 +0900
Subject: [PATCH 3/7] =?UTF-8?q?docs:=20=EB=A7=A5=20=ED=95=9C=EA=B8=80=20?=
=?UTF-8?q?=EB=B2=84=EA=B7=B8=EB=A5=BC=20=EC=88=98=EC=A0=95=ED=95=9C?=
=?UTF-8?q?=EB=8B=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0054a9b..fd665dd 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ _pet-id에 아무값도 입력하지 않으면, 첫번째 펫이 가져와져요
### 펫을 변경하는 방법
펫은 다음 url을 웹에 요청 후, `$.personas.[].id` 에 해당하는 값을 url의 pet-id param에 입력하면서 변경할 수 있어요.
-변경가능한 펫을 확인하려면, `https://render.gitanimals.org/users/{username}` 의 {username}을 자신의 깃허브 아이디로 변경 후, 요청해보세요.
+변경가능한 펫을 확인하려면, `https://render.gitanimals.org/users/{username}` 의 {username}을 자신의 깃허브 아이디로 변경 후, 요청해보세요.
```html
From 0452b89489d3ee664256d1b478ae43dbcb0f5e0f Mon Sep 17 00:00:00 2001
From: devxb
Date: Sat, 13 Apr 2024 11:17:23 +0900
Subject: [PATCH 4/7] =?UTF-8?q?fix:=20noCache=EB=A9=94=EC=86=8C=EB=93=9C?=
=?UTF-8?q?=EC=97=90=20PRAGMA:no-cache,=20EXPIRES:0=20=EC=9D=84=20?=
=?UTF-8?q?=EC=B6=94=EA=B0=80=ED=95=9C=EB=8B=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../org/gitanimals/render/controller/AnimationController.kt | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/main/kotlin/org/gitanimals/render/controller/AnimationController.kt b/src/main/kotlin/org/gitanimals/render/controller/AnimationController.kt
index f407adf..a0db3b4 100644
--- a/src/main/kotlin/org/gitanimals/render/controller/AnimationController.kt
+++ b/src/main/kotlin/org/gitanimals/render/controller/AnimationController.kt
@@ -2,6 +2,7 @@ package org.gitanimals.render.controller
import jakarta.servlet.http.HttpServletResponse
import org.gitanimals.render.app.AnimationFacade
+import org.springframework.http.HttpHeaders
import org.springframework.web.bind.annotation.GetMapping
import org.springframework.web.bind.annotation.PathVariable
import org.springframework.web.bind.annotation.RequestParam
@@ -32,7 +33,9 @@ class AnimationController(
}
fun HttpServletResponse.noCache(): HttpServletResponse {
- this.setHeader("Cache-Control", "no-cache, no-store, must-revalidate")
+ this.setHeader(HttpHeaders.CACHE_CONTROL, "no-cache, no-store, must-revalidate")
+ this.setHeader(HttpHeaders.PRAGMA, "no-cache")
+ this.setHeader(HttpHeaders.EXPIRES, "0")
return this
}
}
From 5353b1dfcec867b9cc05e7fe5ae3ca2d48209c15 Mon Sep 17 00:00:00 2001
From: xb205 <62425964+devxb@users.noreply.github.com>
Date: Fri, 12 Apr 2024 23:24:15 +0900
Subject: [PATCH 5/7] =?UTF-8?q?docs:=20line-mode=EC=9D=98=20=EC=98=A4?=
=?UTF-8?q?=ED=83=80=EB=A5=BC=20=EC=88=98=EC=A0=95=ED=95=9C=EB=8B=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index b33ebc6..c5af9c0 100644
--- a/README.md
+++ b/README.md
@@ -55,12 +55,12 @@ line mode는 자신이 갖고있는 펫중 하나를 지정해서, 지정한 wid
펫이 Readme에서 자유롭게 움직이는모습을 표현할 수 있어요.
pet-id에 아무값도 입력하지 않으면, 첫번째 펫이 가져와져요.
> [!TIP]
-> **Img의 width와 height를 조절해서 펫의 이동영역을 조절할 수 있어요.**
+> **HTML을 붙여넣기 할 경우, Img의 width와 height를 조절해서 펫의 이동영역을 조절할 수 있어요.**
> width를 길게 height를 작게하면 (width = 1000, height = 60) 가로로 길게 움직이게 할 수 있어요.
> 반대로, width를 작게 height를 길게하면 (width = 60, height = 1000) 세로로 길게 움직이게 할 수 있어요.
```markdown
-[![gitanimals](https://render.gitanimals.org/farms/{username}?mode=line)](https://github.com/devxb/gitanimals)
+[![gitanimals](https://render.gitanimals.org/lines/{username})](https://github.com/devxb/gitanimals)
```
```html
@@ -70,7 +70,7 @@ pet-id에 아무값도 입력하지 않으면, 첫번째 펫이 가져와져요.
```
펫은 다음 url을 웹에 요청 후, `$.personas.[].id` 에 해당하는 값을 url의 pet-id param에 입력하면서 변경할 수 있어요.
-사용 가능한 펫을 확인하려면, `https://render.gitanimals.org/users/{username}` 을 url에 붙여넣으세요.
+사용 가능한 펫을 확인하려면, `https://render.gitanimals.org/users/{username}` 의 {username}을 자신의 깃허브 아이디로 변경 후, 요청해보세요.
```html
예시)
From 0344738ac2f6c71a5af535bb1aa9178eb2f7d29e Mon Sep 17 00:00:00 2001
From: xb205 <62425964+devxb@users.noreply.github.com>
Date: Fri, 12 Apr 2024 23:49:08 +0900
Subject: [PATCH 6/7] =?UTF-8?q?docs:=20Readme=EB=A5=BC=20=EC=A2=80=20?=
=?UTF-8?q?=EB=8D=94=20=EC=9D=BD=EA=B8=B0=20=EC=89=BD=EA=B2=8C=20=EB=B3=80?=
=?UTF-8?q?=EA=B2=BD=ED=95=9C=EB=8B=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 30 ++++++++++++++++++++----------
1 file changed, 20 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index c5af9c0..0054a9b 100644
--- a/README.md
+++ b/README.md
@@ -36,48 +36,58 @@
> 이때, {username} 은 반드시 자신의 깃허브 이름이 들어가야 합니다.
### farm mode
-
farm mode는 갖고있는 모든 동물과 추가적인 정보를 보여줘요.
+
+
+
+
+**markdown**
```markdown
[![gitanimals](https://render.gitanimals.org/farms/{username})](https://github.com/devxb/gitanimals)
```
+**html**
```html
```
-
+
### line mode
line mode는 자신이 갖고있는 펫중 하나를 지정해서, 지정한 width, height범위에서 움직이게 해요.
-펫이 Readme에서 자유롭게 움직이는모습을 표현할 수 있어요.
-pet-id에 아무값도 입력하지 않으면, 첫번째 펫이 가져와져요.
+_pet-id에 아무값도 입력하지 않으면, 첫번째 펫이 가져와져요._
> [!TIP]
-> **HTML을 붙여넣기 할 경우, Img의 width와 height를 조절해서 펫의 이동영역을 조절할 수 있어요.**
+> **HTML을 붙여넣기 할 경우, Img의 width와 height를 조절해서 펫의 이동영역을 조절할 수 있어요.**
> width를 길게 height를 작게하면 (width = 1000, height = 60) 가로로 길게 움직이게 할 수 있어요.
> 반대로, width를 작게 height를 길게하면 (width = 60, height = 1000) 세로로 길게 움직이게 할 수 있어요.
+
+
+
+
+**markdown**
```markdown
[![gitanimals](https://render.gitanimals.org/lines/{username})](https://github.com/devxb/gitanimals)
```
+**html**
```html
-```
+```
+
+### 펫을 변경하는 방법
펫은 다음 url을 웹에 요청 후, `$.personas.[].id` 에 해당하는 값을 url의 pet-id param에 입력하면서 변경할 수 있어요.
-사용 가능한 펫을 확인하려면, `https://render.gitanimals.org/users/{username}` 의 {username}을 자신의 깃허브 아이디로 변경 후, 요청해보세요.
+변경가능한 펫을 확인하려면, `https://render.gitanimals.org/users/{username}` 의 {username}을 자신의 깃허브 아이디로 변경 후, 요청해보세요.
```html
-예시)
-
-```
+```
## TIPS
From 68a750858a50ae1b8227491a0eaa1b3d46a4b8f5 Mon Sep 17 00:00:00 2001
From: xb205 <62425964+devxb@users.noreply.github.com>
Date: Fri, 12 Apr 2024 23:57:39 +0900
Subject: [PATCH 7/7] =?UTF-8?q?docs:=20=EB=A7=A5=20=ED=95=9C=EA=B8=80=20?=
=?UTF-8?q?=EB=B2=84=EA=B7=B8=EB=A5=BC=20=EC=88=98=EC=A0=95=ED=95=9C?=
=?UTF-8?q?=EB=8B=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0054a9b..fd665dd 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ _pet-id에 아무값도 입력하지 않으면, 첫번째 펫이 가져와져요
### 펫을 변경하는 방법
펫은 다음 url을 웹에 요청 후, `$.personas.[].id` 에 해당하는 값을 url의 pet-id param에 입력하면서 변경할 수 있어요.
-변경가능한 펫을 확인하려면, `https://render.gitanimals.org/users/{username}` 의 {username}을 자신의 깃허브 아이디로 변경 후, 요청해보세요.
+변경가능한 펫을 확인하려면, `https://render.gitanimals.org/users/{username}` 의 {username}을 자신의 깃허브 아이디로 변경 후, 요청해보세요.
```html