Skip to content

Commit 55484d5

Browse files
authored
Update index.html
1 parent 636e7e7 commit 55484d5

1 file changed

Lines changed: 77 additions & 29 deletions

File tree

โ€Žindex.htmlโ€Ž

Lines changed: 77 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="dde3b1c7-a192-42ca-8c3c-92407128d4d0" data-blockingmode="auto" type="text/javascript"></script>
5+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5868991230140518" crossorigin="anonymous"></script>
46
<meta charset="UTF-8" />
57
<title>J4DocSearch โ€“ Document Content Search Tool</title>
68
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -64,7 +66,6 @@
6466
font-size: 0.9em;
6567
}
6668
.lang-section { display: none; }
67-
.lang-en { display: block; }
6869
</style>
6970
<script>
7071
function switchLang(lang) {
@@ -92,63 +93,110 @@
9293

9394
<div class="lang-section lang-en">
9495
<h1>๐Ÿ“˜ J4DocSearch</h1>
95-
<p><strong>J4DocSearch</strong> is a high-speed desktop document indexing and search tool for Windows. It monitors your local drives in real time and allows fast keyword-based search across various document formats.</p>
96+
<p><strong>J4DocSearch</strong> is a high-speed desktop document indexing and search tool designed for Windows environments. It monitors your local drives in real time and enables fast keyword-based search across supported document types.</p>
97+
<p>This standalone, lightweight application requires no external server or database. It is especially useful for users who manage a large volume of documents or frequently need to access document contents quickly.</p>
9698
<a href="https://github.com/j4docsearch/j4docsearch/releases/latest" class="download-button" target="_blank">
9799
โฌ‡๏ธ Download Latest Version
98100
</a>
101+
<p class="download-info">๐Ÿ“ฆ Download count available on GitHub Release page</p>
99102
<h2>๐Ÿ“ฆ Screen Shot</h2>
100-
<img src="screenshot.png" alt="Screenshot" class="screenshot" />
103+
<img src="screenshot.png" alt="J4DocSearch Screenshot" class="screenshot" />
101104
<h2>๐Ÿš€ How It Works</h2>
102105
<ul>
103-
<li><strong>Full Indexing:</strong> Scans all local drives to create a search index.</li>
104-
<li><strong>Real-Time Monitoring:</strong> Automatically updates index on file changes.</li>
106+
<li>๐Ÿ” <strong>Full Indexing on First Launch:</strong> Scans all files on your PC across all local drives and creates a searchable index.</li>
107+
<li>โšก <strong>Real-Time Indexing:</strong> Automatically updates the index when files are added, modified, or deleted.</li>
108+
<li>๐Ÿ“ Changes are reflected instantly in your search results without needing a manual refresh.</li>
105109
</ul>
106-
<h2>๐Ÿ” Supported Formats</h2>
110+
<h2>๐Ÿ” Supported File Types</h2>
107111
<ul>
108-
<li>.docx, .xlsx, .pptx</li>
109-
<li>.pdf (text-based)</li>
110-
<li>.hwpx (Hancom Office)</li>
112+
<li><code>.docx</code> โ€“ Microsoft Word (OOXML)</li>
113+
<li><code>.xlsx</code> โ€“ Microsoft Excel (OOXML)</li>
114+
<li><code>.pptx</code> โ€“ Microsoft PowerPoint (OOXML)</li>
115+
<li><code>.pdf</code> โ€“ PDF files (text-based only)</li>
116+
<li><code>.hwpx</code> โ€“ HWPX format used by Hancom Office</li>
111117
</ul>
112-
<h2>๐Ÿ–ฅ๏ธ OS Support</h2>
113-
<p>Windows 10/11, 64-bit recommended, no admin required.</p>
114-
<h2>๐ŸŒŸ Features</h2>
118+
<p>Only text content is indexed. Binary or image-based content (e.g., scanned PDFs) is not processed.</p>
119+
<h2>๐Ÿ–ฅ๏ธ OS Compatibility</h2>
115120
<ul>
116-
<li>Standalone EXE, NSIS installer</li>
117-
<li>System tray mode, auto-start, duplicate prevention</li>
121+
<li>Supported: Windows 10 / 11 (64-bit recommended)</li>
122+
<li>Requires no administrator privileges</li>
123+
<li>Microsoft Office or .NET not required</li>
124+
<li>Distributed as a standalone .exe built from Python</li>
125+
<li>Real-time monitoring based on Windows file system events</li>
126+
</ul>
127+
<h2>๐Ÿ†“ License</h2>
128+
<ul>
129+
<li><strong>License:</strong> Freeware</li>
130+
<li><strong>Commercial Use:</strong> Allowed</li>
131+
<li>No license fees or activation required</li>
132+
<li><strong>Note:</strong> Future versions may include advertisements (e.g., banner or popup ads)</li>
133+
<li>All processing and indexing occurs locally โ€” no data is sent to external servers</li>
134+
</ul>
135+
<h2>๐Ÿ”— Features</h2>
136+
<ul>
137+
<li>Easy setup using NSIS installer</li>
138+
<li>Auto-launch and startup registration support</li>
139+
<li>System tray with show/hide options</li>
140+
<li>Duplicate instance prevention</li>
141+
<li>Keyword highlighting and result grouping</li>
118142
</ul>
119143
<footer>
120-
<p>Contact: <a href="mailto:j4docsearch@gmail.com">j4docsearch@gmail.com</a></p>
144+
<p><strong>Bug reports & feature requests:</strong> <a href="mailto:j4docsearch@gmail.com">j4docsearch@gmail.com</a></p>
145+
<p class="note">ยฉ 2025 J4DocSearch Project. All rights reserved.</p>
121146
</footer>
122147
</div>
123148

124149
<div class="lang-section lang-ko">
125150
<h1>๐Ÿ“˜ J4DocSearch</h1>
126-
<p><strong>J4DocSearch</strong>๋Š” Windows ํ™˜๊ฒฝ์—์„œ ๋‹ค์–‘ํ•œ ๋ฌธ์„œ์˜ ๋‚ด์šฉ์„ ๋น ๋ฅด๊ฒŒ ๊ฒ€์ƒ‰ํ•  ์ˆ˜ ์žˆ๋Š” ๊ณ ์† ๋ฐ์Šคํฌํ†ฑ ์ธ๋ฑ์‹ฑ ๋„๊ตฌ์ž…๋‹ˆ๋‹ค. ๋กœ์ปฌ ๋””์Šคํฌ๋ฅผ ์‹ค์‹œ๊ฐ„์œผ๋กœ ๋ชจ๋‹ˆํ„ฐ๋งํ•˜๋ฉฐ ํ‚ค์›Œ๋“œ ๊ธฐ๋ฐ˜ ๊ฒ€์ƒ‰์„ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.</p>
151+
<p><strong>J4DocSearch</strong>๋Š” Windows ํ™˜๊ฒฝ์—์„œ ๋‹ค์–‘ํ•œ ๋ฌธ์„œ์˜ ๋ณธ๋ฌธ ๋‚ด์šฉ์„ ๋น ๋ฅด๊ฒŒ ๊ฒ€์ƒ‰ํ•  ์ˆ˜ ์žˆ๋Š” ๊ณ ์† ๋ฐ์Šคํฌํ†ฑ ์ธ๋ฑ์‹ฑ ํ”„๋กœ๊ทธ๋žจ์ž…๋‹ˆ๋‹ค. ๋กœ์ปฌ ๋“œ๋ผ์ด๋ธŒ๋ฅผ ์‹ค์‹œ๊ฐ„์œผ๋กœ ๋ชจ๋‹ˆํ„ฐ๋งํ•˜์—ฌ ํ‚ค์›Œ๋“œ ๊ธฐ๋ฐ˜ ๊ฒ€์ƒ‰์„ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.</p>
152+
<p>์ด ํ”„๋กœ๊ทธ๋žจ์€ ์™ธ๋ถ€ ์„œ๋ฒ„๋‚˜ ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์—†์ด ๋™์ž‘ํ•˜๋Š” ๋‹จ๋… ์‹คํ–‰ํ˜•์ด๋ฉฐ, ๋Œ€์šฉ๋Ÿ‰ ๋ฌธ์„œ๋ฅผ ์ž์ฃผ ๋‹ค๋ฃจ๋Š” ์‚ฌ์šฉ์ž์—๊ฒŒ ๋งค์šฐ ์œ ์šฉํ•ฉ๋‹ˆ๋‹ค.</p>
127153
<a href="https://github.com/j4docsearch/j4docsearch/releases/latest" class="download-button" target="_blank">
128154
โฌ‡๏ธ ์ตœ์‹  ๋ฒ„์ „ ๋‹ค์šด๋กœ๋“œ
129155
</a>
156+
<p class="download-info">๐Ÿ“ฆ ๋‹ค์šด๋กœ๋“œ ์ˆ˜๋Š” GitHub Release ํŽ˜์ด์ง€์—์„œ ํ™•์ธ ๊ฐ€๋Šฅ</p>
130157
<h2>๐Ÿ“ฆ ํ™”๋ฉด ์˜ˆ์‹œ</h2>
131-
<img src="screenshot.png" alt="์Šคํฌ๋ฆฐ์ƒท" class="screenshot" />
158+
<img src="screenshot.png" alt="J4DocSearch ์Šคํฌ๋ฆฐ์ƒท" class="screenshot" />
132159
<h2>๐Ÿš€ ๋™์ž‘ ๋ฐฉ์‹</h2>
133160
<ul>
134-
<li><strong>์ดˆ๊ธฐ ์ „์ฒด ์ธ๋ฑ์‹ฑ:</strong> ๋ชจ๋“  ๋กœ์ปฌ ๋“œ๋ผ์ด๋ธŒ๋ฅผ ์Šค์บ”ํ•˜์—ฌ ๊ฒ€์ƒ‰ ์ธ๋ฑ์Šค๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.</li>
135-
<li><strong>์‹ค์‹œ๊ฐ„ ๊ฐ์‹œ:</strong> ํŒŒ์ผ ์ถ”๊ฐ€/์ˆ˜์ •/์‚ญ์ œ ์‹œ ์ž๋™์œผ๋กœ ์ธ๋ฑ์Šค๋ฅผ ์—…๋ฐ์ดํŠธํ•ฉ๋‹ˆ๋‹ค.</li>
161+
<li>๐Ÿ” <strong>์ดˆ๊ธฐ ์ „์ฒด ์ธ๋ฑ์‹ฑ:</strong> PC์˜ ๋ชจ๋“  ๋กœ์ปฌ ๋“œ๋ผ์ด๋ธŒ๋ฅผ ์Šค์บ”ํ•˜์—ฌ ๊ฒ€์ƒ‰ ์ธ๋ฑ์Šค๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.</li>
162+
<li>โšก <strong>์‹ค์‹œ๊ฐ„ ์ธ๋ฑ์‹ฑ:</strong> ํŒŒ์ผ์ด ์ถ”๊ฐ€, ์ˆ˜์ •, ์‚ญ์ œ๋  ๋•Œ ์ž๋™์œผ๋กœ ์ธ๋ฑ์Šค๋ฅผ ๊ฐฑ์‹ ํ•ฉ๋‹ˆ๋‹ค.</li>
163+
<li>๐Ÿ“ ๋ณ€๊ฒฝ ์‚ฌํ•ญ์€ ์ˆ˜๋™ ์ƒˆ๋กœ๊ณ ์นจ ์—†์ด ์ฆ‰์‹œ ๊ฒ€์ƒ‰ ๊ฒฐ๊ณผ์— ๋ฐ˜์˜๋ฉ๋‹ˆ๋‹ค.</li>
164+
</ul>
165+
<h2>๐Ÿ” ์ง€์› ๋ฌธ์„œ ํ˜•์‹</h2>
166+
<ul>
167+
<li><code>.docx</code> โ€“ Microsoft Word</li>
168+
<li><code>.xlsx</code> โ€“ Microsoft Excel</li>
169+
<li><code>.pptx</code> โ€“ Microsoft PowerPoint</li>
170+
<li><code>.pdf</code> โ€“ PDF ํŒŒ์ผ (ํ…์ŠคํŠธ ๊ธฐ๋ฐ˜๋งŒ ์ง€์›)</li>
171+
<li><code>.hwpx</code> โ€“ ํ•œ์ปด์˜คํ”ผ์Šค HWPX ํฌ๋งท</li>
172+
</ul>
173+
<p>ํ…์ŠคํŠธ ์ฝ˜ํ…์ธ ๋งŒ ์ธ๋ฑ์‹ฑ๋˜๋ฉฐ, ์ด๋ฏธ์ง€ ๊ธฐ๋ฐ˜ ๋ฌธ์„œ(์˜ˆ: ์Šค์บ” PDF)๋Š” ์ฒ˜๋ฆฌ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.</p>
174+
<h2>๐Ÿ–ฅ๏ธ ์šด์˜์ฒด์ œ ํ˜ธํ™˜</h2>
175+
<ul>
176+
<li>์ง€์› OS: Windows 10 / 11 (64๋น„ํŠธ ๊ถŒ์žฅ)</li>
177+
<li>๊ด€๋ฆฌ์ž ๊ถŒํ•œ ์—†์ด ์‹คํ–‰ ๊ฐ€๋Šฅ</li>
178+
<li>Microsoft Office ๋˜๋Š” .NET ๋ฏธ์„ค์น˜ ํ™˜๊ฒฝ์—์„œ๋„ ๋™์ž‘</li>
179+
<li>Windows ํŒŒ์ผ ์‹œ์Šคํ…œ ์ด๋ฒคํŠธ ๊ธฐ๋ฐ˜ ์‹ค์‹œ๊ฐ„ ๊ฐ์‹œ ์ง€์›</li>
136180
</ul>
137-
<h2>๐Ÿ” ์ง€์› ํ˜•์‹</h2>
181+
<h2>๐Ÿ†“ ๋ผ์ด์„ ์Šค</h2>
138182
<ul>
139-
<li>.docx, .xlsx, .pptx</li>
140-
<li>.pdf (ํ…์ŠคํŠธ ๊ธฐ๋ฐ˜)</li>
141-
<li>.hwpx (ํ•œ์ปด์˜คํ”ผ์Šค)</li>
183+
<li><strong>๋ผ์ด์„ ์Šค:</strong> ํ”„๋ฆฌ์›จ์–ด</li>
184+
<li><strong>์ƒ์—…์  ์‚ฌ์šฉ:</strong> ํ—ˆ์šฉ๋จ</li>
185+
<li>๋ผ์ด์„ ์Šค ๋น„์šฉ ๋ฐ ํ™œ์„ฑํ™” ํ•„์š” ์—†์Œ</li>
186+
<li><strong>์ฃผ์˜:</strong> ์ถ”ํ›„ ๋ฒ„์ „์—๋Š” ๊ด‘๊ณ (๋ฐฐ๋„ˆ ๋˜๋Š” ํŒ์—…)๊ฐ€ ํฌํ•จ๋  ์ˆ˜ ์žˆ์Œ</li>
187+
<li>๋ชจ๋“  ์ธ๋ฑ์‹ฑ ๋ฐ ๊ฒ€์ƒ‰ ์ž‘์—…์€ ๋กœ์ปฌ์—์„œ ์ฒ˜๋ฆฌ๋˜๋ฉฐ, ์™ธ๋ถ€๋กœ ๋ฐ์ดํ„ฐ๊ฐ€ ์ „์†ก๋˜์ง€ ์•Š์Œ</li>
142188
</ul>
143-
<h2>๐Ÿ–ฅ๏ธ ์ง€์› ์šด์˜์ฒด์ œ</h2>
144-
<p>Windows 10 / 11 (64๋น„ํŠธ ๊ถŒ์žฅ), ๊ด€๋ฆฌ์ž ๊ถŒํ•œ ์—†์ด ์‹คํ–‰ ๊ฐ€๋Šฅ</p>
145-
<h2>๐ŸŒŸ ์ฃผ์š” ๊ธฐ๋Šฅ</h2>
189+
<h2>๐Ÿ”— ์ฃผ์š” ๊ธฐ๋Šฅ</h2>
146190
<ul>
147-
<li>๋‹จ์ผ ์‹คํ–‰ํŒŒ์ผ(EXE), NSIS ์„ค์น˜ ํ”„๋กœ๊ทธ๋žจ ์ œ๊ณต</li>
148-
<li>์‹œ์Šคํ…œ ํŠธ๋ ˆ์ด ์‹คํ–‰, ์ž๋™ ์‹œ์ž‘, ์ค‘๋ณต ์‹คํ–‰ ๋ฐฉ์ง€</li>
191+
<li>NSIS ๊ธฐ๋ฐ˜ ๊ฐ„ํŽธ ์„ค์น˜ ์ง€์›</li>
192+
<li>์ž๋™ ์‹คํ–‰ ๋ฐ ์‹œ์ž‘ ํ”„๋กœ๊ทธ๋žจ ๋“ฑ๋ก ๊ฐ€๋Šฅ</li>
193+
<li>์‹œ์Šคํ…œ ํŠธ๋ ˆ์ด ๋ชจ๋“œ ์ œ๊ณต</li>
194+
<li>์ค‘๋ณต ์‹คํ–‰ ๋ฐฉ์ง€</li>
195+
<li>๊ฒ€์ƒ‰์–ด ํ•˜์ด๋ผ์ดํŒ… ๋ฐ ๊ฒฐ๊ณผ ๊ทธ๋ฃนํ™”</li>
149196
</ul>
150197
<footer>
151-
<p>๋ฌธ์˜: <a href="mailto:j4docsearch@gmail.com">j4docsearch@gmail.com</a></p>
198+
<p><strong>๋ฒ„๊ทธ ์‹ ๊ณ  ๋ฐ ๊ธฐ๋Šฅ ์š”์ฒญ:</strong> <a href="mailto:j4docsearch@gmail.com">j4docsearch@gmail.com</a></p>
199+
<p class="note">ยฉ 2025 J4DocSearch Project. All rights reserved.</p>
152200
</footer>
153201
</div>
154202
</body>

0 commit comments

Comments
ย (0)