Add complete French (fr) and Chinese (zh) translations for all documentation: - Root files: README, CHANGELOG, SECURITY, BETA-RELEASE - docs/: All 16 core documentation files - DOCS/: All 19 deep-dive documents including embedded/ and archive/ - package/secubox/: All 123+ package READMEs - Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/ Total: 346 translation files created Each file includes language switcher links for easy navigation between English, French, and Chinese versions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| files | ||
| Makefile | ||
| README.fr.md | ||
| README.md | ||
| README.zh.md | ||
CyberFeed - RSS Feed Aggregator
RSS feed aggregator for OpenWrt/SecuBox with RSS-Bridge support for social media feeds.
Installation
opkg install secubox-app-cyberfeed
Configuration
UCI config file: /etc/config/cyberfeed
Feed list: /etc/cyberfeed/feeds.conf
config cyberfeed 'main'
option enabled '1'
option refresh_interval '3600'
Usage
# Fetch and update feeds
cyberfeed update
# List cached feeds
cyberfeed list
# Set up RSS-Bridge for social media feeds
rss-bridge-setup
Feed refresh runs automatically via cron when enabled.
Files
/etc/config/cyberfeed-- UCI configuration/etc/cyberfeed/feeds.conf-- feed URL list/usr/bin/cyberfeed-- main CLI/usr/bin/rss-bridge-setup-- RSS-Bridge installer
Dependencies
wget-ssljsonfiltercoreutils-stat
License
MIT