Updated Home (markdown)

oooo-ps 2025-07-11 02:54:47 +03:00
parent f83d0a1ad7
commit 92106566ff

@ -16,14 +16,16 @@ torrent client * SQLite DB
4. Export the resolved aggregation results to any supported format, such as RSS. 4. Export the resolved aggregation results to any supported format, such as RSS.
5. Subscribe to RSS feed updates in your favorite client. 5. Subscribe to RSS feed updates in your favorite client.
## SSD-friendly ## Goals
### SSD-friendly
The crawler is designed to use an in-memory index; it writes data to disk only when specified options are requested and only when the data needs to be updated (through additional read-only filters). The crawler is designed to use an in-memory index; it writes data to disk only when specified options are requested and only when the data needs to be updated (through additional read-only filters).
## Memory-safe ### Memory-safe
This crawler also includes limitations on index length and member values, based on the custom argument options or its defaults. This crawler also includes limitations on index length and member values, based on the custom argument options or its defaults.
## Privacy-oriented ### Privacy-oriented
Exported data values, such as RSS content, are sanitized for BOM characters, HTML entities, and XSS injections to ensure safe use in clients without additional setup. However, this project is still in development, so please use it with caution, or make your revision and report any [issues](https://github.com/YGGverse/aquatic-crawler/issues) found. Exported data values, such as RSS content, are sanitized for BOM characters, HTML entities, and XSS injections to ensure safe use in clients without additional setup. However, this project is still in development, so please use it with caution, or make your revision and report any [issues](https://github.com/YGGverse/aquatic-crawler/issues) found.