|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | - <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="dde3b1c7-a192-42ca-ac3c-92407128d4d0" data-blockingmode="auto" type="text/javascript"></script> |
5 | | - <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5868991230140518" |
6 | | - crossorigin="anonymous"></script> |
7 | | - |
8 | 4 | <meta charset="UTF-8" /> |
9 | | - <title>J4DocSearch β Document Content Search Tool</title> |
10 | | -<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
11 | | -<meta name="description" content="A fast and lightweight desktop tool to search text content inside PDF, HWPX, DOCX and other documents."> |
12 | | - |
13 | | -<!-- Open Graph (for social sharing previews) --> |
14 | | -<meta property="og:title" content="J4DocSearch β Document Content Search Tool"> |
15 | | -<meta property="og:description" content="Quick keyword search across multiple document formats including PDF, HWPX, DOCX and more."> |
16 | | -<meta property="og:image" content="https://j4docsearch.github.io/j4docsearch/screenshot.png"> |
17 | | -<meta property="og:url" content="https://j4docsearch.github.io/j4docsearch"> |
18 | | - |
19 | | -<!-- Twitter Card --> |
20 | | -<meta name="twitter:card" content="summary_large_image"> |
21 | | -<meta name="twitter:title" content="J4DocSearch β Document Search Utility"> |
22 | | -<meta name="twitter:description" content="An open-source tool for searching content within documents like PDF, HWPX, and Word files."> |
23 | | -<meta name="twitter:image" content="https://j4docsearch.github.io/j4docsearch/screenshot.png"> |
24 | | - |
25 | | - |
| 5 | + <title>J4DocSearch β Document Content Search Tool</title> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 7 | + <meta name="description" content="A fast and lightweight desktop tool to search text content inside PDF, HWPX, DOCX and other documents."> |
26 | 8 | <style> |
27 | 9 | body { |
28 | 10 | font-family: "Segoe UI", sans-serif; |
|
72 | 54 | font-size: 0.9em; |
73 | 55 | color: #555; |
74 | 56 | } |
| 57 | + .lang-toggle { |
| 58 | + float: right; |
| 59 | + margin-top: -3em; |
| 60 | + } |
| 61 | + .lang-toggle button { |
| 62 | + margin-left: 0.5em; |
| 63 | + padding: 0.3em 0.8em; |
| 64 | + font-size: 0.9em; |
| 65 | + } |
| 66 | + .lang-section { display: none; } |
| 67 | + .lang-en { display: block; } |
75 | 68 | </style> |
| 69 | + <script> |
| 70 | + function switchLang(lang) { |
| 71 | + document.querySelectorAll('.lang-section').forEach(el => el.style.display = 'none'); |
| 72 | + document.querySelectorAll('.lang-' + lang).forEach(el => el.style.display = 'block'); |
| 73 | + } |
| 74 | + </script> |
76 | 75 | </head> |
77 | 76 | <body> |
| 77 | + <div class="lang-toggle"> |
| 78 | + <button onclick="switchLang('en')">English</button> |
| 79 | + <button onclick="switchLang('ko')">νκ΅μ΄</button> |
| 80 | + </div> |
78 | 81 |
|
79 | 82 | <img src="j4docsearch.ico" alt="J4DocSearch Logo" class="logo" /> |
80 | 83 |
|
81 | | - <h1>π J4DocSearch</h1> |
82 | | - <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> |
83 | | - <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> |
84 | | - |
85 | | - <a href="https://github.com/j4docsearch/j4docsearch/releases/latest" class="download-button" target="_blank"> |
86 | | - β¬οΈ Download Latest Version |
87 | | - </a> |
88 | | - <h2>π¦ Screen Shot</h2> |
89 | | - <img src="screenshot.png" alt="J4DocSearch Screenshot" class="screenshot" /> |
90 | | - |
91 | | - <h2>π How It Works</h2> |
92 | | - <ul> |
93 | | - <li>π <strong>Full Indexing on First Launch:</strong> Scans all files on your PC across all local drives and creates a searchable index.</li> |
94 | | - <li>β‘ <strong>Real-Time Indexing:</strong> Automatically updates the index when files are added, modified, or deleted.</li> |
95 | | - <li>π Changes are reflected instantly in your search results without needing a manual refresh.</li> |
96 | | - </ul> |
97 | | - |
98 | | - <h2>π Supported File Types</h2> |
99 | | - <ul> |
100 | | - <li><code>.docx</code> β Microsoft Word (OOXML)</li> |
101 | | - <li><code>.xlsx</code> β Microsoft Excel (OOXML)</li> |
102 | | - <li><code>.pptx</code> β Microsoft PowerPoint (OOXML)</li> |
103 | | - <li><code>.pdf</code> β PDF files (text-based only)</li> |
104 | | - <li><code>.hwpx</code> β HWPX format used by Hancom Office</li> |
105 | | - </ul> |
106 | | - <p>Only text content is indexed. Binary or image-based content (e.g., scanned PDFs) is not processed.</p> |
107 | | - |
108 | | - <h2>π₯οΈ OS Compatibility</h2> |
109 | | - <ul> |
110 | | - <li>Supported: Windows 10 / 11 (64-bit recommended)</li> |
111 | | - <li>Requires no administrator privileges</li> |
112 | | - <li>Microsoft Office or .NET not required</li> |
113 | | - <li>Distributed as a standalone .exe built from Python</li> |
114 | | - <li>Real-time monitoring based on Windows file system events</li> |
115 | | - </ul> |
116 | | - |
117 | | - <h2>π License</h2> |
118 | | - <ul> |
119 | | - <li><strong>License:</strong> Freeware</li> |
120 | | - <li><strong>Commercial Use:</strong> Allowed</li> |
121 | | - <li>No license fees or activation required</li> |
122 | | - <li><strong>Note:</strong> Future versions may include advertisements (e.g., banner or popup ads)</li> |
123 | | - <li>All processing and indexing occurs locally β no data is sent to external servers</li> |
124 | | - </ul> |
125 | | - |
126 | | - <h2>π Features</h2> |
127 | | - <ul> |
128 | | - <li>Easy setup using NSIS installer</li> |
129 | | - <li>Auto-launch and startup registration support</li> |
130 | | - <li>System tray with show/hide options</li> |
131 | | - <li>Duplicate instance prevention</li> |
132 | | - <li>Keyword highlighting and result grouping</li> |
133 | | - </ul> |
| 84 | + <div class="lang-section lang-en"> |
| 85 | + <h1>π J4DocSearch</h1> |
| 86 | + <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> |
| 87 | + <a href="https://github.com/j4docsearch/j4docsearch/releases/latest" class="download-button" target="_blank"> |
| 88 | + β¬οΈ Download Latest Version |
| 89 | + </a> |
| 90 | + <h2>π¦ Screen Shot</h2> |
| 91 | + <img src="screenshot.png" alt="Screenshot" class="screenshot" /> |
| 92 | + <h2>π How It Works</h2> |
| 93 | + <ul> |
| 94 | + <li><strong>Full Indexing:</strong> Scans all local drives to create a search index.</li> |
| 95 | + <li><strong>Real-Time Monitoring:</strong> Automatically updates index on file changes.</li> |
| 96 | + </ul> |
| 97 | + <h2>π Supported Formats</h2> |
| 98 | + <ul> |
| 99 | + <li>.docx, .xlsx, .pptx</li> |
| 100 | + <li>.pdf (text-based)</li> |
| 101 | + <li>.hwpx (Hancom Office)</li> |
| 102 | + </ul> |
| 103 | + <h2>π₯οΈ OS Support</h2> |
| 104 | + <p>Windows 10/11, 64-bit recommended, no admin required.</p> |
| 105 | + <h2>π Features</h2> |
| 106 | + <ul> |
| 107 | + <li>Standalone EXE, NSIS installer</li> |
| 108 | + <li>System tray mode, auto-start, duplicate prevention</li> |
| 109 | + </ul> |
| 110 | + <footer> |
| 111 | + <p>Contact: <a href="mailto:j4docsearch@gmail.com">j4docsearch@gmail.com</a></p> |
| 112 | + </footer> |
| 113 | + </div> |
134 | 114 |
|
135 | | - <footer> |
136 | | - <p><strong>Bug reports & feature requests:</strong> <a href="mailto:j4docsearch@gmail.com">j4docsearch@gmail.com</a></p> |
137 | | - <p class="note">Β© 2025 J4DocSearch Project. All rights reserved.</p> |
138 | | - </footer> |
| 115 | + <div class="lang-section lang-ko"> |
| 116 | + <h1>π J4DocSearch</h1> |
| 117 | + <p><strong>J4DocSearch</strong>λ Windows νκ²½μμ λ€μν λ¬Έμμ λ΄μ©μ λΉ λ₯΄κ² κ²μν μ μλ κ³ μ λ°μ€ν¬ν± μΈλ±μ± λꡬμ
λλ€. λ‘컬 λμ€ν¬λ₯Ό μ€μκ°μΌλ‘ λͺ¨λν°λ§νλ©° ν€μλ κΈ°λ° κ²μμ μ§μν©λλ€.</p> |
| 118 | + <a href="https://github.com/j4docsearch/j4docsearch/releases/latest" class="download-button" target="_blank"> |
| 119 | + β¬οΈ μ΅μ λ²μ λ€μ΄λ‘λ |
| 120 | + </a> |
| 121 | + <h2>π¦ νλ©΄ μμ</h2> |
| 122 | + <img src="screenshot.png" alt="μ€ν¬λ¦°μ·" class="screenshot" /> |
| 123 | + <h2>π λμ λ°©μ</h2> |
| 124 | + <ul> |
| 125 | + <li><strong>μ΄κΈ° μ 체 μΈλ±μ±:</strong> λͺ¨λ λ‘컬 λλΌμ΄λΈλ₯Ό μ€μΊνμ¬ κ²μ μΈλ±μ€λ₯Ό μμ±ν©λλ€.</li> |
| 126 | + <li><strong>μ€μκ° κ°μ:</strong> νμΌ μΆκ°/μμ /μμ μ μλμΌλ‘ μΈλ±μ€λ₯Ό μ
λ°μ΄νΈν©λλ€.</li> |
| 127 | + </ul> |
| 128 | + <h2>π μ§μ νμ</h2> |
| 129 | + <ul> |
| 130 | + <li>.docx, .xlsx, .pptx</li> |
| 131 | + <li>.pdf (ν
μ€νΈ κΈ°λ°)</li> |
| 132 | + <li>.hwpx (νμ»΄μ€νΌμ€)</li> |
| 133 | + </ul> |
| 134 | + <h2>π₯οΈ μ§μ μ΄μ체μ </h2> |
| 135 | + <p>Windows 10 / 11 (64λΉνΈ κΆμ₯), κ΄λ¦¬μ κΆν μμ΄ μ€ν κ°λ₯</p> |
| 136 | + <h2>π μ£Όμ κΈ°λ₯</h2> |
| 137 | + <ul> |
| 138 | + <li>λ¨μΌ μ€ννμΌ(EXE), NSIS μ€μΉ νλ‘κ·Έλ¨ μ 곡</li> |
| 139 | + <li>μμ€ν
νΈλ μ΄ μ€ν, μλ μμ, μ€λ³΅ μ€ν λ°©μ§</li> |
| 140 | + </ul> |
| 141 | + <footer> |
| 142 | + <p>λ¬Έμ: <a href="mailto:j4docsearch@gmail.com">j4docsearch@gmail.com</a></p> |
| 143 | + </footer> |
| 144 | + </div> |
139 | 145 |
|
140 | 146 | </body> |
141 | 147 | </html> |
0 commit comments