https://github.com/ihoru/randwikirss
Script lets you read new random article from Wikipedia.org/Wikiquote.org every day.
https://github.com/ihoru/randwikirss
Last synced: 4 months ago
JSON representation
Script lets you read new random article from Wikipedia.org/Wikiquote.org every day.
- Host: GitHub
- URL: https://github.com/ihoru/randwikirss
- Owner: ihoru
- License: mit
- Created: 2014-11-30T14:16:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T07:06:46.000Z (about 11 years ago)
- Last Synced: 2023-02-26T20:43:01.529Z (over 3 years ago)
- Language: PHP
- Homepage: http://iho.su/RandWikiRSS/?lang=en
- Size: 188 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RandWikiRSS
Script lets you read new random articles from Wikipedia.org every day.
## How to use RandWikiRSS?
You can visit or add it to your favorite RSS-reader.
Supported languages are: de, en, es, fr, it, nl, pl, ru, ceb, sv, vi, war (subdomain, i.e. ru.wikipedia.org)
Supported "engines" are: pedia (wikipedia.org), quote (wikiquote.org)
## How to use RandWikiRSS on own server?
1. Create copy of repository:
```shell
git clone https://github.com/ihoru/RandWikiRSS.git
cd RandWikiRSS
```
2. Install vendor software with [composer](https://getcomposer.org/download/)
```shell
composer install
```
3. Copy config.example.php to config.php.
4. Make directory data/ readable for apache user.
5. Open index.php page in browser
## Requirements
* PHP 5.4 or above
* [mibe/feedwriter](//github.com/mibe/feedwriter)
* [ihoru/wikirandom](//github.com/ihoru/wikirandom) (fork of [byteriot/wikirandom](//github.com/byteriot/wikirandom))
* [oleku/supervariable](//github.com/oleku/supervariable)
## Example

## Changes
2015-01-05
* Added support of "engines", now you can read quotes-pages from wikiquote.org in separate RSS feed. Just add argument "**engine=pedia**" to the URL.
## Licence
MIT
## Author
Ihor Polyakov (ihoru) - .
This was my first mini project on Github (just for fun).