https://github.com/framasoft/ttrss_quota
Plugin de quota pour Framanews (Tiny Tiny RSS)
https://github.com/framasoft/ttrss_quota
Last synced: 10 months ago
JSON representation
Plugin de quota pour Framanews (Tiny Tiny RSS)
- Host: GitHub
- URL: https://github.com/framasoft/ttrss_quota
- Owner: framasoft
- License: gpl-2.0
- Created: 2013-08-25T12:44:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T15:16:20.000Z (almost 8 years ago)
- Last Synced: 2025-06-20T00:08:57.065Z (11 months ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://framagit.org)
 **Framasoft uses GitLab** for the development of its free softwares. Our Github repositories are only mirrors.
If you want to work with us, **fork us on [framagit.org](https://framagit.org)**. (no registration needed, you can sign in with your Github account)
 **Framasoft utilise GitLab** pour le développement de ses logiciels libres. Nos dépôts Github ne sont que des miroirs.
Si vous souhaitez travailler avec nous, **forkez-nous sur [framagit.org](https://framagit.org)**. (l'inscription n'est pas nécessaire, vous pouvez vous connecter avec votre compte Github)
* * *
Quota
=====
Quota plugin for Framanews (Tiny Tiny RSS)
https://github.com/framasoft/framanews_quota.git
Licensed under GNU GPL version 2
Copyright (c) 2013 Luc Didry
## Requirements
* tt-rss v1.9 or be working from trunk at:
https://github.com/gothfox/Tiny-Tiny-RSS
##Install:
Go to your ttrss dir and:
```shell
cd plugins
git clone https://github.com/framasoft/framanews_quota.git
```
Enable plugin in config.php and put:
```php
define('FEED_QUOTA', 100);
```
in your config.php;