forked from filecxx/FileCentipede
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.html
133 lines (122 loc) · 5 KB
/
documentation.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>문서 - File Centipede</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="../style/base.css">
<style>
li{
font-size: 16px;
padding: 4px 8px 4px 8px;
}
</style>
</head>
<body>
<div class="central">
<div class="nav">
<div class="links_">
<a class="tool_button home_" href="index.html#">홈</a>
<a class="tool_button features_" href="index.html#features">기능</a>
<a class="tool_button download_" href="download.html">다운로드</a>
<a class="tool_button screenshot_" href="screenshot.html">스크린샷</a>
<a class="tool_button user_reviews_" href="index.html#user_reviews">사용자 리뷰</a>
<a class="tool_button documentation_" href="documentation.html">문서</a>
</div>
</div>
<div class="header">
<div class="top_">
<a href="http://filecxx.com" class="logo_"></a>
<div class="name_">
<h1><a href="http://filecxx.com">File Centipede</a></h1>
<div class="text_"> - Since 2022</div>
</div>
<div class="languages_">
<div class="current_">한국어</div>
<div class="items_">
<a class="item_" href="/en_US/index.html">English</a>
<a class="item_" href="/zh_CN/index.html">简体中文</a>
<a class="item_" href="/zh_TW/index.html">繁體中文</a>
<a class="item_" href="/ru_RU/index.html">Русский</a>
<a class="item_" href="/ko_KR/index.html">한국어</a>
<a class="item_" href="/de_DE/index.html">Deutsch</a>
<a class="item_" href="/id_ID/index.html">Indonesia</a>
</div>
</div>
</div>
</div>
<div class="body">
<div class="section">
<h1>문서</h1>
</div>
<div class="section">
<ul>
<li>
<a href="documentation/how_to_install.html">설치 방법 File Centipede</a>
</li>
<li>
<a href="documentation/how_to_uninstall.html">제거 방법 File Centipede</a>
</li>
<li>
<a href="documentation/browser_integration.html">설치 방법 브라우저 확장</a>
</li>
<li>
<a href="documentation/how_to_download_files.html">파일 다운로드 방법</a>
</li>
<li>
<a href="documentation/how_to_create_a_torrent.html">토렌트 만들기 방법</a>
</li>
<li>
<a href="features/video_downloader.html">비디오 다운로드 방법</a>
</li>
<li>
<a href="documentation/how_to_increase_download_speed.html">다운로드 속도를 높이는 방법</a>
</li>
<li>
<a href="documentation/how_to_convert_magnet_link_to_torrent_file.html">자석 링크를 토렌트 파일로 변환하는 방법</a>
</li>
<li>
<a href="documentation/how_to_get_file_checksum.html">파일 체크섬을 가져오는 방법</a>
</li>
<li>
<a href="documentation/how_to_merge_files.html">파일 병합 방법</a>
</li>
<!--
<li>
<a href="documentation/how_to_generate_a_static_website_with_multiple_languages_supported.html">다국어가 지원되는 정적 웹 사이트를 생성하는 방법</a>
</li>
-->
<li>
<a href="documentation/create_address.html">주소 만들기</a>
</li>
<li>
<a href="https://github.com/filecxx/FileCentipede/issues">Q&A</a>
</li>
<li>TODO:</li>
</ul>
</div>
</div>
<div class="footer">
<div class="copyright_">
<span>© 2022</span>
<div class="email_">
<b>EMAIL:</b>
<a href="mailto:[email protected]" id="contact_email">[email protected]</a>
</div>
<div class="contact_"></div>
</div>
</div>
</div>
<script src="../script/base.js"></script>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "dk9clgn4o4");
</script>
</body>
</html>