add file writing logic and README update

This commit is contained in:
sapient
2026-03-25 18:18:59 -07:00
parent 2bdb44f65c
commit 8cf2e411c5
4 changed files with 132 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# RSS to Gemini Converter
A tool to convert RSS feeds to Gemini-compatible text.
## Configuration
The application allows configuring the output directory where converted Gemini files are stored.
- **Environment Variable**: `OUTPUT_DIR`
- **Command Flag**: `-output`
The default output directory is `./data/gemini`.
## Deployment
- **Production (`zion`)**: Set `OUTPUT_DIR` to `/mnt/hive/shared/gemini`.
- **Testing (`nyarlathotep`)**: Writing to `/mnt/hive/shared/gemini` is permitted for testing as per user directive.