Skip to content

Commit c77b136

Browse files
authored
Update index.html
1 parent fc98900 commit c77b136

1 file changed

Lines changed: 19 additions & 10 deletions

File tree

β€Žindex.htmlβ€Ž

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,37 @@
3333
.download-button:hover {
3434
background-color: #005fa3;
3535
}
36-
pre {
37-
background-color: #f4f4f4;
38-
padding: 1em;
39-
overflow: auto;
40-
}
4136
.note {
4237
font-size: 0.9em;
4338
color: #666;
4439
}
40+
footer {
41+
margin-top: 2em;
42+
border-top: 1px solid #ccc;
43+
padding-top: 1em;
44+
font-size: 0.95em;
45+
}
4546
</style>
4647
</head>
4748
<body>
4849

49-
<!-- βœ… 둜고 이미지 (GitHub에 ν•¨κ»˜ μ—…λ‘œλ“œν•œ PNGλ‚˜ ICO λ“± μ‚¬μš©) -->
50-
<img src="j4docsearch.ico" alt="J4DocSearch Logo" class="logo" />
50+
<img src="j4docsearch.png" alt="J4DocSearch Logo" class="logo" />
5151

5252
<h1>πŸ“˜ J4DocSearch</h1>
5353
<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>
5454
<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>
5555

56-
<!-- βœ… μ΅œμ‹  릴리즈 λ‹€μš΄λ‘œλ“œ λ²„νŠΌ -->
57-
<a href="https://github.com/j4docsearch/j4docsearch/releases/latest" class="download-button" target="_blank">
56+
<a href="https://github.com/your-username/your-repo/releases/latest" class="download-button" target="_blank">
5857
⬇️ Download Latest Version
5958
</a>
6059

60+
<h2>πŸš€ How It Works</h2>
61+
<ul>
62+
<li>πŸ” <strong>Full Indexing on First Launch:</strong> Scans all files on your PC across all local drives and creates a searchable index.</li>
63+
<li>⚑ <strong>Real-Time Indexing:</strong> Automatically updates the index when files are added, modified, or deleted.</li>
64+
<li>πŸ“ Changes are reflected instantly in your search results without needing a manual refresh.</li>
65+
</ul>
66+
6167
<h2>πŸ” Supported File Types</h2>
6268
<ul>
6369
<li><code>.docx</code> – Microsoft Word (OOXML)</li>
@@ -95,7 +101,10 @@ <h2>πŸ”— Features</h2>
95101
<li>Keyword highlighting and result grouping</li>
96102
</ul>
97103

98-
<p class="note">Β© 2025 J4DocSearch Project. All rights reserved.</p>
104+
<footer>
105+
<p><strong>Bug reports & feature requests:</strong> <a href="mailto:j4docsearch@gmail.com">j4docsearch@gmail.com</a></p>
106+
<p class="note">Β© 2025 J4DocSearch Project. All rights reserved.</p>
107+
</footer>
99108

100109
</body>
101110
</html>

0 commit comments

Comments
Β (0)