|
33 | 33 | .download-button:hover { |
34 | 34 | background-color: #005fa3; |
35 | 35 | } |
36 | | - pre { |
37 | | - background-color: #f4f4f4; |
38 | | - padding: 1em; |
39 | | - overflow: auto; |
40 | | - } |
41 | 36 | .note { |
42 | 37 | font-size: 0.9em; |
43 | 38 | color: #666; |
44 | 39 | } |
| 40 | + footer { |
| 41 | + margin-top: 2em; |
| 42 | + border-top: 1px solid #ccc; |
| 43 | + padding-top: 1em; |
| 44 | + font-size: 0.95em; |
| 45 | + } |
45 | 46 | </style> |
46 | 47 | </head> |
47 | 48 | <body> |
48 | 49 |
|
49 | | - <!-- β
λ‘κ³ μ΄λ―Έμ§ (GitHubμ ν¨κ» μ
λ‘λν PNGλ ICO λ± μ¬μ©) --> |
50 | | - <img src="j4docsearch.ico" alt="J4DocSearch Logo" class="logo" /> |
| 50 | + <img src="j4docsearch.png" alt="J4DocSearch Logo" class="logo" /> |
51 | 51 |
|
52 | 52 | <h1>π J4DocSearch</h1> |
53 | 53 | <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> |
54 | 54 | <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> |
55 | 55 |
|
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"> |
58 | 57 | β¬οΈ Download Latest Version |
59 | 58 | </a> |
60 | 59 |
|
| 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 | + |
61 | 67 | <h2>π Supported File Types</h2> |
62 | 68 | <ul> |
63 | 69 | <li><code>.docx</code> β Microsoft Word (OOXML)</li> |
@@ -95,7 +101,10 @@ <h2>π Features</h2> |
95 | 101 | <li>Keyword highlighting and result grouping</li> |
96 | 102 | </ul> |
97 | 103 |
|
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> |
99 | 108 |
|
100 | 109 | </body> |
101 | 110 | </html> |
0 commit comments