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>
56 lines
1.0 KiB
Markdown
56 lines
1.0 KiB
Markdown
# CyberFeed - Agregateur de flux RSS
|
|
|
|
> **Languages:** [English](README.md) | Francais | [中文](README.zh.md)
|
|
|
|
Agregateur de flux RSS pour OpenWrt/SecuBox avec support RSS-Bridge pour les flux de reseaux sociaux.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
opkg install secubox-app-cyberfeed
|
|
```
|
|
|
|
## Configuration
|
|
|
|
Fichier de configuration UCI : `/etc/config/cyberfeed`
|
|
|
|
Liste des flux : `/etc/cyberfeed/feeds.conf`
|
|
|
|
```
|
|
config cyberfeed 'main'
|
|
option enabled '1'
|
|
option refresh_interval '3600'
|
|
```
|
|
|
|
## Utilisation
|
|
|
|
```sh
|
|
# Recuperer et mettre a jour les flux
|
|
cyberfeed update
|
|
|
|
# Lister les flux en cache
|
|
cyberfeed list
|
|
|
|
# Configurer RSS-Bridge pour les flux de reseaux sociaux
|
|
rss-bridge-setup
|
|
```
|
|
|
|
L'actualisation des flux s'execute automatiquement via cron lorsqu'elle est activee.
|
|
|
|
## Fichiers
|
|
|
|
- `/etc/config/cyberfeed` -- Configuration UCI
|
|
- `/etc/cyberfeed/feeds.conf` -- Liste des URL de flux
|
|
- `/usr/bin/cyberfeed` -- CLI principal
|
|
- `/usr/bin/rss-bridge-setup` -- Installateur RSS-Bridge
|
|
|
|
## Dependances
|
|
|
|
- `wget-ssl`
|
|
- `jsonfilter`
|
|
- `coreutils-stat`
|
|
|
|
## Licence
|
|
|
|
MIT
|