About
About Leed (Light Feed)
General :
- Application : Leed (Light Feed)
- Version : {$VERSION_NUMBER} {$VERSION_NAME}
- Author : Valentin CARRUESCO aka Idleman
- Project page : http://projet.idleman.fr/leed
- SVn repository : http://projet.idleman.fr/leed.svn
- Licence : CC by-nc-nd
Nb :Derived work can be allowed by the author
PRESENTATION
Leed (contraction of Light Feed) is an open source feed reader which allow a rapid and non-intrusive access to your feeds.
All the job is done silently using a cron, thus the user is not affected by slow access due to the synchronization and the analysis of each feeds.
Note that Leed is compatible for all screen resolution on pc, tablet and smartphone and works with all the browsers.
The script is also compatible with OPML files import/export allowing an easy and quick migration between feed readers respecting the OPML standard.
INSTALLATION
- 1. Download the current version of the project from the SVN repository or download one of the archives.
- 2. Upload all the files to your web server and apply 777 rights to the directory and its content.
- 3. From your browser, go to the installation page install.php (for example : http://mydomain.com/leed/install.php) and follow the instructions.
- 4. Once the installation is done, delete the install.php file for your security.
- 5. Modify your cron (run "sudo crontab -e" to access your cron) and call the http://mydomain.com/leed/action.php?action=synchronize for example
0 * * * * wget -q -O /var/www/leed/logsCron http://127.0.0.1/leed/action.php?action=synchronize
This will update your feeds every hour (it is better not to put too frequent updates to let the script run correctly). - 6. The script is installed, thank you for choosing Leed the open source and svelt feed reader :p.
QUESTIONS & SUGGESTIONS
-
For any question or remark: check first if what you are looking for is not already on the FAQ or on the wiki. If not, you can send me your questions and remarks to idleman@idleman.fr
LIBRAIRIES
- Responsive / Cross browser : Initializr (http://www.initializr.com)
- Javascript : JQuery (http://www.jquery.com)
- PHP Template : RainTPL (http://www.raintpl.com)
- RSS Parser : SimplePie (http://simplepie.org)