-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
578 lines (252 loc) · 21 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>잡동사니</title>
<subtitle>☁ Cloud Engineer ☁</subtitle>
<link href="http://ruby-kim.github.io/atom.xml" rel="self"/>
<link href="http://ruby-kim.github.io/"/>
<updated>2025-01-02T12:23:54.996Z</updated>
<id>http://ruby-kim.github.io/</id>
<author>
<name>Ruby Kim</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>[Vue.js] Vue3 SEO 최적화하기 (sitemap.map, robots.txt)</title>
<link href="http://ruby-kim.github.io/2025/01/01/Frontend/Vuejs/SEO/"/>
<id>http://ruby-kim.github.io/2025/01/01/Frontend/Vuejs/SEO/</id>
<published>2025-01-01T14:44:35.000Z</published>
<updated>2025-01-02T12:23:54.996Z</updated>
<summary type="html"><p>개발 포트폴리오 사이트를 만들었는데, 배포는 성공했다만 생각해보니 검색 유입을 위한 SEO(Search Engine Optimization) 최적화를 하지 않았음을 깨달았다 (…)<br>따라서 Vue3로 하는 방법을 간략히 정리해보고자</summary>
<category term="✨ Frontend" scheme="http://ruby-kim.github.io/categories/%E2%9C%A8-Frontend/"/>
<category term="Javascript" scheme="http://ruby-kim.github.io/tags/Javascript/"/>
<category term="Frontend" scheme="http://ruby-kim.github.io/tags/Frontend/"/>
<category term="Vue" scheme="http://ruby-kim.github.io/tags/Vue/"/>
<category term="SEO" scheme="http://ruby-kim.github.io/tags/SEO/"/>
</entry>
<entry>
<title>[Next.js] 배포하기: AWS Amplify vs Github pages vs fly.io vs Vercel vs Netlify</title>
<link href="http://ruby-kim.github.io/2024/12/29/Frontend/Nextjs/Deployment/"/>
<id>http://ruby-kim.github.io/2024/12/29/Frontend/Nextjs/Deployment/</id>
<published>2024-12-29T14:44:35.000Z</published>
<updated>2024-12-28T17:54:05.607Z</updated>
<summary type="html"><p>프로젝트를 하다보면 언젠가 배포를 해야 하는 순간이 온다.</p>
<p>필자 또한 최근 nextJS로 간단한 홈페이지를 만들었는데, 막상 배포를 하려니 nextJS라 고려해야할 점이 많아서 한 번 정리해보고자 한다.</p>
<p>결론만 볼</summary>
<category term="✨ Frontend" scheme="http://ruby-kim.github.io/categories/%E2%9C%A8-Frontend/"/>
<category term="Javascript" scheme="http://ruby-kim.github.io/tags/Javascript/"/>
<category term="NextJS" scheme="http://ruby-kim.github.io/tags/NextJS/"/>
<category term="Frontend" scheme="http://ruby-kim.github.io/tags/Frontend/"/>
</entry>
<entry>
<title>[GCP] GCP에서 사용자 인증정보(OAuth)를 사용해 Access Token 받아오기</title>
<link href="http://ruby-kim.github.io/2024/12/20/Cloud/GCP/Console/Oauth2/"/>
<id>http://ruby-kim.github.io/2024/12/20/Cloud/GCP/Console/Oauth2/</id>
<published>2024-12-20T02:44:35.000Z</published>
<updated>2024-12-23T03:57:38.591Z</updated>
<summary type="html"><p>Google Calendar에 커피챗 일정을 잡아주는 프로그램을 만드는 중인데, 이 과정에서 Google Calendar API를 사용하기 위해서는 GCP로부터 Access Token 발급을 받아야 하므로 그 방법을 한 번 정리해보자고</summary>
<category term="☁️ Cloud" scheme="http://ruby-kim.github.io/categories/%E2%98%81%EF%B8%8F-Cloud/"/>
<category term="OAuth2" scheme="http://ruby-kim.github.io/tags/OAuth2/"/>
<category term="Cloud" scheme="http://ruby-kim.github.io/tags/Cloud/"/>
<category term="GCP" scheme="http://ruby-kim.github.io/tags/GCP/"/>
</entry>
<entry>
<title>[NCP] 콘솔에서 NKS(Ncloud Kubernetes Service) 및 NCR(Ncloud Container Registry) 세팅으로 배포하기</title>
<link href="http://ruby-kim.github.io/2024/11/25/Cloud/NCP/Console/NKS&NCR/"/>
<id>http://ruby-kim.github.io/2024/11/25/Cloud/NCP/Console/NKS&NCR/</id>
<published>2024-11-25T02:44:35.000Z</published>
<updated>2024-11-25T06:55:05.894Z</updated>
<summary type="html"><p>최근 멘토링에서 ncloud를 사용하여 서버배포를 하고싶다는 요청을 받았는데, 나 또한 네이버 클라우드는 경험이 없는지라 ㅎㅎ;; 공부삼아 한 번 세팅을 해봤다.</p>
<p>일단 클라우드에서 Kubernetes로 container를 배포를</summary>
<category term="☁️ Cloud" scheme="http://ruby-kim.github.io/categories/%E2%98%81%EF%B8%8F-Cloud/"/>
<category term="Container" scheme="http://ruby-kim.github.io/tags/Container/"/>
<category term="Network" scheme="http://ruby-kim.github.io/tags/Network/"/>
<category term="Docker" scheme="http://ruby-kim.github.io/tags/Docker/"/>
<category term="Cloud" scheme="http://ruby-kim.github.io/tags/Cloud/"/>
<category term="NCP" scheme="http://ruby-kim.github.io/tags/NCP/"/>
<category term="VPC" scheme="http://ruby-kim.github.io/tags/VPC/"/>
<category term="Kubernetes" scheme="http://ruby-kim.github.io/tags/Kubernetes/"/>
</entry>
<entry>
<title>[오픈소스] 2024년 11월 오픈소스 소식지 (2): FindMy Flipper, shadPS4, Isaiah, Javascript 날짜 라이브러리 수정, Ruby 공식 문서 업데이트, ChartDB</title>
<link href="http://ruby-kim.github.io/2024/11/25/OpenSource/2411(2)/"/>
<id>http://ruby-kim.github.io/2024/11/25/OpenSource/2411(2)/</id>
<published>2024-11-24T16:13:35.000Z</published>
<updated>2024-12-19T18:02:50.255Z</updated>
<summary type="html"><p><img src="0.png"></p>
<p>(참고/출처)<br>2024년 정보통신산업진흥원: <a href="https://www.oss.kr/open_up_intro">OpenUP 프로그램</a>의 2024년 기여형 프론티어로서,</summary>
<category term="👐 OpenSource" scheme="http://ruby-kim.github.io/categories/%F0%9F%91%90-OpenSource/"/>
<category term="Opensource" scheme="http://ruby-kim.github.io/tags/Opensource/"/>
</entry>
<entry>
<title>[TIPS] Mermaid 명령어로 Diagram 그리기</title>
<link href="http://ruby-kim.github.io/2024/11/23/Tips/Tool/"/>
<id>http://ruby-kim.github.io/2024/11/23/Tips/Tool/</id>
<published>2024-11-23T14:44:35.000Z</published>
<updated>2024-11-25T06:51:39.938Z</updated>
<summary type="html"><p>프로젝트를 하다보면 flow chart나 diagram을 그려야 하는데, 이게 여간 귀찮은 일이 아닐 수 없다.<br>빠르고 간단하게 그리고 싶은 분들은 Mermaid 명령어로 그려보는걸 추천한다.</p>
<h2 id="Mermaid"><a</summary>
<category term="💾 Etc" scheme="http://ruby-kim.github.io/categories/%F0%9F%92%BE-Etc/"/>
<category term="Diagram" scheme="http://ruby-kim.github.io/tags/Diagram/"/>
</entry>
<entry>
<title>Docker 정리</title>
<link href="http://ruby-kim.github.io/2024/11/11/DevOps/Docker/"/>
<id>http://ruby-kim.github.io/2024/11/11/DevOps/Docker/</id>
<published>2024-11-10T17:44:35.000Z</published>
<updated>2024-11-25T18:16:10.654Z</updated>
<summary type="html"><p>이 글을 읽는 사람은 먼저 <a href="https://ruby-kim.github.io/2024/07/12/DevOps/Container/">Container 개념</a>부터 정리하고 읽는 것을 추천한다.</p>
<p>Docker는 컨테이너</summary>
<category term="♼ DevOps" scheme="http://ruby-kim.github.io/categories/%E2%99%BC-DevOps/"/>
<category term="DevOps" scheme="http://ruby-kim.github.io/tags/DevOps/"/>
<category term="Container" scheme="http://ruby-kim.github.io/tags/Container/"/>
<category term="Docker" scheme="http://ruby-kim.github.io/tags/Docker/"/>
</entry>
<entry>
<title>[오픈소스] 2024년 11월 오픈소스 소식지 (1): Npm, OTranscribe, Verso, Blitz, PGlite, AudioFlux</title>
<link href="http://ruby-kim.github.io/2024/11/09/OpenSource/2411(1)/"/>
<id>http://ruby-kim.github.io/2024/11/09/OpenSource/2411(1)/</id>
<published>2024-11-08T16:13:35.000Z</published>
<updated>2024-12-19T18:01:55.763Z</updated>
<summary type="html"><p><img src="0.png"></p>
<p>(참고/출처)<br>2024년 정보통신산업진흥원: <a href="https://www.oss.kr/open_up_intro">OpenUP 프로그램</a>의 2024년 기여형 프론티어로서,</summary>
<category term="👐 OpenSource" scheme="http://ruby-kim.github.io/categories/%F0%9F%91%90-OpenSource/"/>
<category term="Opensource" scheme="http://ruby-kim.github.io/tags/Opensource/"/>
</entry>
<entry>
<title>[오픈소스] 2024년 10월 오픈소스 소식지 (2): GitOpper, Cardie, Age, rqlite 9.0, Yark, Viking</title>
<link href="http://ruby-kim.github.io/2024/10/27/OpenSource/2410(2)/"/>
<id>http://ruby-kim.github.io/2024/10/27/OpenSource/2410(2)/</id>
<published>2024-10-26T16:13:35.000Z</published>
<updated>2024-12-19T18:01:07.075Z</updated>
<summary type="html"><p><img src="0.png"></p>
<p>(참고/출처)<br>2024년 정보통신산업진흥원: <a href="https://www.oss.kr/open_up_intro">OpenUP 프로그램</a>의 2024년 기여형 프론티어로서,</summary>
<category term="👐 OpenSource" scheme="http://ruby-kim.github.io/categories/%F0%9F%91%90-OpenSource/"/>
<category term="Opensource" scheme="http://ruby-kim.github.io/tags/Opensource/"/>
</entry>
<entry>
<title>Kubernetes 정리</title>
<link href="http://ruby-kim.github.io/2024/10/12/DevOps/Kubernetes/"/>
<id>http://ruby-kim.github.io/2024/10/12/DevOps/Kubernetes/</id>
<published>2024-10-11T17:44:35.000Z</published>
<updated>2024-12-19T17:45:35.377Z</updated>
<summary type="html"><p>어느정도 개발공부를 한 사람이라면 Kubernetes(쿠버네티스)를 최소 한 번 이상은 접해봤을 것이다.<br>유명하다면 모두가 써봤다는 얘기고, 그말은 즉슨 무조건 공부를 해야하는 것이기 때문에(…) 오늘 날을 잡아서 개념 및 명령어를 한 번</summary>
<category term="♼ DevOps" scheme="http://ruby-kim.github.io/categories/%E2%99%BC-DevOps/"/>
<category term="DevOps" scheme="http://ruby-kim.github.io/tags/DevOps/"/>
<category term="Kubernates" scheme="http://ruby-kim.github.io/tags/Kubernates/"/>
</entry>
<entry>
<title>[오픈소스] 2024년 10월 오픈소스 소식지 (1): Cloudflare NoIP Alternative, StreamPot, MeTube, FastHTML, Docker-OSX, FakeTraveler</title>
<link href="http://ruby-kim.github.io/2024/10/12/OpenSource/2410(1)/"/>
<id>http://ruby-kim.github.io/2024/10/12/OpenSource/2410(1)/</id>
<published>2024-10-11T16:13:35.000Z</published>
<updated>2024-12-19T17:59:11.726Z</updated>
<summary type="html"><p><img src="0.png"></p>
<p>(참고/출처)<br>2024년 정보통신산업진흥원: <a href="https://www.oss.kr/open_up_intro">OpenUP 프로그램</a>의 2024년 기여형 프론티어로서,</summary>
<category term="👐 OpenSource" scheme="http://ruby-kim.github.io/categories/%F0%9F%91%90-OpenSource/"/>
<category term="Opensource" scheme="http://ruby-kim.github.io/tags/Opensource/"/>
</entry>
<entry>
<title>[AWS] Cloud Practitioner 시험 준비 및 후기</title>
<link href="http://ruby-kim.github.io/2024/09/30/Certificate/AWS/CloudPractitioner/"/>
<id>http://ruby-kim.github.io/2024/09/30/Certificate/AWS/CloudPractitioner/</id>
<published>2024-09-30T14:44:35.000Z</published>
<updated>2024-11-17T16:18:12.958Z</updated>
<summary type="html"><h2 id="AWS-사전-지식"><a href="#AWS-사전-지식" class="headerlink" title="AWS 사전 지식"></a>AWS 사전 지식</h2><ul>
<li>있음. CloudWatch, SQS, CloudFront,</summary>
<category term="👩💻 AWS" scheme="http://ruby-kim.github.io/categories/%F0%9F%91%A9%E2%80%8D%F0%9F%92%BB-AWS/"/>
<category term="AWS" scheme="http://ruby-kim.github.io/tags/AWS/"/>
<category term="Cloud" scheme="http://ruby-kim.github.io/tags/Cloud/"/>
</entry>
<entry>
<title>[오픈소스] 2024년 9월 오픈소스 소식지 (2): Typst, Jiff, Eza, Timeshift for Linux, Llama 3.1, 스위스 정부기관의 OSS 사용 의무화</title>
<link href="http://ruby-kim.github.io/2024/09/29/OpenSource/2409(2)/"/>
<id>http://ruby-kim.github.io/2024/09/29/OpenSource/2409(2)/</id>
<published>2024-09-28T16:13:35.000Z</published>
<updated>2024-12-19T17:58:29.368Z</updated>
<summary type="html"><p><img src="0.png"></p>
<p>(참고/출처)<br>2024년 정보통신산업진흥원: <a href="https://www.oss.kr/open_up_intro">OpenUP 프로그램</a>의 2024년 기여형 프론티어로서,</summary>
<category term="👐 OpenSource" scheme="http://ruby-kim.github.io/categories/%F0%9F%91%90-OpenSource/"/>
<category term="Opensource" scheme="http://ruby-kim.github.io/tags/Opensource/"/>
</entry>
<entry>
<title>개발자 포트폴리오, 이렇게 준비해보자</title>
<link href="http://ruby-kim.github.io/2024/09/12/Retrospect/Portfolio/"/>
<id>http://ruby-kim.github.io/2024/09/12/Retrospect/Portfolio/</id>
<published>2024-09-12T14:44:35.000Z</published>
<updated>2024-11-14T15:33:01.045Z</updated>
<summary type="html"><p>내부 사정으로 영상으로 올리려던 것을 블로그 글로 업로드 했습니다.<br>PPT는 따로 배포하지 않는 점 참고 바랍니다.<br>여러분의 취준 &amp; 이직에 도움되길 바랍니다 :)</p>
<p><br><br></p>
<h2</summary>
<category term="🎈 Retrospect" scheme="http://ruby-kim.github.io/categories/%F0%9F%8E%88-Retrospect/"/>
<category term="Retrospect" scheme="http://ruby-kim.github.io/tags/Retrospect/"/>
<category term="Job" scheme="http://ruby-kim.github.io/tags/Job/"/>
</entry>
<entry>
<title>[오픈소스] 2024년 9월 오픈소스 소식지 (1): Fusion OS, KUtrace, Gitlab 매각 검토 사건, SQLite Transactions, Sendune, Garage</title>
<link href="http://ruby-kim.github.io/2024/09/10/OpenSource/2409(1)/"/>
<id>http://ruby-kim.github.io/2024/09/10/OpenSource/2409(1)/</id>
<published>2024-09-09T16:13:35.000Z</published>
<updated>2024-12-19T17:57:41.449Z</updated>
<summary type="html"><p><img src="0.png"></p>
<p>(참고/출처)<br>2024년 정보통신산업진흥원: <a href="https://www.oss.kr/open_up_intro">OpenUP 프로그램</a>의 2024년 기여형 프론티어로서,</summary>
<category term="👐 OpenSource" scheme="http://ruby-kim.github.io/categories/%F0%9F%91%90-OpenSource/"/>
<category term="Opensource" scheme="http://ruby-kim.github.io/tags/Opensource/"/>
</entry>
<entry>
<title>[오픈소스] 2024년 8월 오픈소스 소식지 (2): RouteLLM, 비전 언어 모델, Tau, AuraFlow, gpu.cpp, Github 서버 다운</title>
<link href="http://ruby-kim.github.io/2024/08/27/OpenSource/2408(2)/"/>
<id>http://ruby-kim.github.io/2024/08/27/OpenSource/2408(2)/</id>
<published>2024-08-26T16:13:35.000Z</published>
<updated>2024-12-19T17:56:37.104Z</updated>
<summary type="html"><p><img src="0.png"></p>
<p>(참고/출처)<br>2024년 정보통신산업진흥원: <a href="https://www.oss.kr/open_up_intro">OpenUP 프로그램</a>의 2024년 기여형 프론티어로서,</summary>
<category term="👐 OpenSource" scheme="http://ruby-kim.github.io/categories/%F0%9F%91%90-OpenSource/"/>
<category term="Opensource" scheme="http://ruby-kim.github.io/tags/Opensource/"/>
</entry>
<entry>
<title>OAuth2.0를 알아보자</title>
<link href="http://ruby-kim.github.io/2024/08/20/Security/Oauth2/"/>
<id>http://ruby-kim.github.io/2024/08/20/Security/Oauth2/</id>
<published>2024-08-20T02:44:35.000Z</published>
<updated>2024-12-28T15:55:34.092Z</updated>
<summary type="html"><p>요즘 로그인 및 회원가입 구현 시 필수라는 Oauth2.0에 대해서 개념을 자세하게 톺아보고자 한다.</p>
<h2 id="OAuth란"><a href="#OAuth란" class="headerlink"</summary>
<category term="🔐 Security" scheme="http://ruby-kim.github.io/categories/%F0%9F%94%90-Security/"/>
<category term="Security" scheme="http://ruby-kim.github.io/tags/Security/"/>
<category term="Auth" scheme="http://ruby-kim.github.io/tags/Auth/"/>
<category term="OAuth2" scheme="http://ruby-kim.github.io/tags/OAuth2/"/>
</entry>
<entry>
<title>[오픈소스] 2024년 8월 오픈소스 소식지 (1): Xpra, Rye, DB Browser for SQLite (DB4S), Crawlee for Python, AMD의 Silo AI 인수, Zed</title>
<link href="http://ruby-kim.github.io/2024/08/11/OpenSource/2408(1)/"/>
<id>http://ruby-kim.github.io/2024/08/11/OpenSource/2408(1)/</id>
<published>2024-08-10T16:13:35.000Z</published>
<updated>2024-12-19T17:55:49.179Z</updated>
<summary type="html"><p><img src="0.png"></p>
<p>(참고/출처)<br>2024년 정보통신산업진흥원: <a href="https://www.oss.kr/open_up_intro">OpenUP 프로그램</a>의 2024년 기여형 프론티어로서,</summary>
<category term="👐 OpenSource" scheme="http://ruby-kim.github.io/categories/%F0%9F%91%90-OpenSource/"/>
<category term="Opensource" scheme="http://ruby-kim.github.io/tags/Opensource/"/>
</entry>
<entry>
<title>[오픈소스] 2024년 7월 오픈소스 소식지 (2): SmoothMQ, OpenDNS, Ladybird, Windows 10의 Firefox 97 에러, Webflow</title>
<link href="http://ruby-kim.github.io/2024/07/29/OpenSource/2407(2)/"/>
<id>http://ruby-kim.github.io/2024/07/29/OpenSource/2407(2)/</id>
<published>2024-07-28T22:23:35.000Z</published>
<updated>2024-12-19T17:54:19.904Z</updated>
<summary type="html"><p><img src="0.png"></p>
<p>(참고/출처)<br>2024년 정보통신산업진흥원: <a href="https://www.oss.kr/open_up_intro">OpenUP 프로그램</a>의 2024년 기여형 프론티어로서,</summary>
<category term="👐 OpenSource" scheme="http://ruby-kim.github.io/categories/%F0%9F%91%90-OpenSource/"/>
<category term="Opensource" scheme="http://ruby-kim.github.io/tags/Opensource/"/>
</entry>
<entry>
<title>[오픈소스] 2024년 7월 오픈소스 소식지 (1): Google Sheets, Corcel, Python, Posit, Eclipse Theia IDE, Overleaf</title>
<link href="http://ruby-kim.github.io/2024/07/13/OpenSource/2407(1)/"/>
<id>http://ruby-kim.github.io/2024/07/13/OpenSource/2407(1)/</id>
<published>2024-07-12T21:13:35.000Z</published>
<updated>2024-12-19T17:51:45.472Z</updated>
<summary type="html"><p><img src="0.png"></p>
<p>(참고/출처)<br>2024년 정보통신산업진흥원: <a href="https://www.oss.kr/open_up_intro">OpenUP 프로그램</a>의 2024년 기여형 프론티어로서,</summary>
<category term="👐 OpenSource" scheme="http://ruby-kim.github.io/categories/%F0%9F%91%90-OpenSource/"/>
<category term="Opensource" scheme="http://ruby-kim.github.io/tags/Opensource/"/>
</entry>
</feed>