chore: 저장소 구조 정리 및 문서화, 첫 커밋
- src/dist 산출물 분리 원칙 정리(.gitignore, .gitattributes) - 루트 및 주요 폴더(config/scripts/prompts/tests/src, 런타임 폴더 5종)에 안내용 README.md 추가 - CHANGELOG.md, LICENSE, docs/ops/05-release-and-versioning.md 추가 - docs/README.md 문서 지도 갱신
This commit is contained in:
commit
56a6e2da93
159 changed files with 145825 additions and 0 deletions
20
tests/fixtures/api_html_block.html
vendored
Normal file
20
tests/fixtures/api_html_block.html
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>서비스 점검 안내</title>
|
||||
<meta http-equiv="refresh" content="3;url=https://www.data.go.kr/notice/maintenance.do">
|
||||
<script type="text/javascript">
|
||||
// 안내 페이지로 강제 이동
|
||||
location.href = "https://www.data.go.kr/notice/maintenance.do";
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="maintenance">
|
||||
<h1>서비스 점검 중입니다</h1>
|
||||
<p>현재 공공데이터포털 오픈API 서비스는 시스템 점검으로 인해 일시적으로 이용하실 수 없습니다.</p>
|
||||
<p>점검 시간: 02:00 ~ 06:00 (예정)</p>
|
||||
<p>불편을 드려 죄송합니다. 잠시 후 다시 시도해 주세요.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue