mirror of
https://github.com/YunoHost-Apps/rss-bridge_ynh.git
synced 2024-09-03 20:25:51 +02:00
84 lines
4.1 KiB
Markdown
84 lines
4.1 KiB
Markdown
|
<!--
|
||
|
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
|
||
|
EZ editatu eskuz.
|
||
|
-->
|
||
|
|
||
|
# RSS-Bridge YunoHost-erako
|
||
|
|
||
|
[![Integrazio maila](https://dash.yunohost.org/integration/rss-bridge.svg)](https://dash.yunohost.org/appci/app/rss-bridge) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/rss-bridge.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/rss-bridge.maintain.svg)
|
||
|
|
||
|
[![Instalatu RSS-Bridge YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rss-bridge)
|
||
|
|
||
|
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
|
||
|
|
||
|
> *Pakete honek RSS-Bridge YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
|
||
|
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
|
||
|
|
||
|
## Aurreikuspena
|
||
|
|
||
|
RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode.
|
||
|
|
||
|
Important: RSS-Bridge is not a feed reader or feed aggregator, but a tool to generate feeds that are consumed by feed readers and feed aggregators. Find a list of feed aggregators on Wikipedia.
|
||
|
|
||
|
### Supported sites/pages (main)
|
||
|
|
||
|
* `FlickrExplore` : [Latest interesting images](http://www.flickr.com/explore) from Flickr
|
||
|
* `GoogleSearch` : Most recent results from Google Search
|
||
|
* `GooglePlus` : Most recent posts of user timeline
|
||
|
* `Twitter` : Return keyword/hashtag search or user timeline
|
||
|
* `Identi.ca` : Identica user timeline (Should be compatible with other Pump.io instances)
|
||
|
* `YouTube` : YouTube user channel, playlist or search
|
||
|
* `Cryptome` : Returns the most recent documents from [Cryptome.org](http://cryptome.org/)
|
||
|
* `DansTonChat`: Most recent quotes from [danstonchat.com](http://danstonchat.com/)
|
||
|
* `DuckDuckGo`: Most recent results from [DuckDuckGo.com](https://duckduckgo.com/)
|
||
|
* `Instagram`: Most recent photos from an Instagram user
|
||
|
* `OpenClassrooms`: Lastest tutorials from [fr.openclassrooms.com](http://fr.openclassrooms.com/)
|
||
|
* `Pinterest`: Most recent photos from user or search
|
||
|
* `ScmbBridge`: Newest stories from [secouchermoinsbete.fr](http://secouchermoinsbete.fr/)
|
||
|
* `Wikipedia`: highlighted articles from [Wikipedia](https://wikipedia.org/) in English, German, French or Esperanto
|
||
|
* `Bandcamp` : Returns last release from [bandcamp](https://bandcamp.com/) for a tag
|
||
|
* `ThePirateBay` : Returns the newest indexed torrents from [The Pirate Bay](https://thepiratebay.se/) with keywords
|
||
|
* `Facebook` : Returns the latest posts on a page or profile on [Facebook](https://facebook.com/)
|
||
|
|
||
|
Plus [many other bridges](bridges/) to enable, thanks to the community
|
||
|
|
||
|
### Output format
|
||
|
|
||
|
Output format can take several forms:
|
||
|
|
||
|
* `Atom` : ATOM Feed, for use in RSS/Feed readers
|
||
|
* `Mrss` : MRSS Feed, for use in RSS/Feed readers
|
||
|
* `Json` : Json, for consumption by other applications.
|
||
|
* `Html` : Simple html page.
|
||
|
* `Plaintext` : raw text (php object, as returned by print_r)
|
||
|
|
||
|
|
||
|
**Paketatutako bertsioa:** 2024.02.02~ynh1
|
||
|
|
||
|
**Demoa:** <https://wtf.roflcopter.fr/rss-bridge/>
|
||
|
|
||
|
## Pantaila-argazkiak
|
||
|
|
||
|
![RSS-Bridge(r)en pantaila-argazkia](./doc/screenshots/screenshot_rss-bridge_welcome.png)
|
||
|
|
||
|
## Dokumentazioa eta baliabideak
|
||
|
|
||
|
- Administratzaileen dokumentazio ofiziala: <https://github.com/RSS-Bridge/rss-bridge/wiki>
|
||
|
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/RSS-Bridge/rss-bridge>
|
||
|
- YunoHost Denda: <https://apps.yunohost.org/app/rss-bridge>
|
||
|
- Eman errore baten berri: <https://github.com/YunoHost-Apps/rss-bridge_ynh/issues>
|
||
|
|
||
|
## Garatzaileentzako informazioa
|
||
|
|
||
|
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/rss-bridge_ynh/tree/testing).
|
||
|
|
||
|
`testing` abarra probatzeko, ondorengoa egin:
|
||
|
|
||
|
```bash
|
||
|
sudo yunohost app install https://github.com/YunoHost-Apps/rss-bridge_ynh/tree/testing --debug
|
||
|
edo
|
||
|
sudo yunohost app upgrade rss-bridge -u https://github.com/YunoHost-Apps/rss-bridge_ynh/tree/testing --debug
|
||
|
```
|
||
|
|
||
|
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>
|