No description
1b2afd2bd3
classes/trssmailer.php - Created class TTRSS mailer which extends phpmailer and sets the default mail settings upon instantiation. Class includes quickmail function that allows for a quick email send with no extra configurion necessary. Changes: config.php-dist - Added the smtp port option include/digest.php - Converted it to use the new ttrrssmailer class include/sanity_config.php - Added the smtp port option to the sanity check plugins/mail/init.php - Modified to use ttrssmailer class. This particular configuration shows a hybrid use case. register.php = Modified to use ttrssmailer class. All code was tested and functioned on my local machine. |
||
---|---|---|
.settings | ||
api | ||
cache | ||
classes | ||
feed-icons | ||
images | ||
include | ||
js | ||
lib | ||
locale | ||
lock | ||
plugins | ||
schema | ||
templates | ||
utils | ||
.buildpath | ||
.gitignore | ||
.project | ||
atom-to-html.xsl | ||
backend.php | ||
cdm.css | ||
config.php-dist | ||
db-updater.php | ||
errors.php | ||
image.php | ||
index.php | ||
LICENSE | ||
localized_js.php | ||
messages.pot | ||
opml.php | ||
prefs.php | ||
public.php | ||
README.md | ||
register.php | ||
tt-rss.css | ||
update.php | ||
update_daemon2.php | ||
utility.css |
Tiny Tiny RSS
Web-based news feed aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.
Licensed under GNU GPL version 2
Copyright (c) 2005 Andrew Dolgov (unless explicitly stated otherwise).
Requirements
- Compatible web browser (http://tt-rss.org/wiki/CompatibleBrowsers)
- Web server, for example Apache
- PHP (with support for mbstring functions)
- PostgreSQL (tested on 8.3) or MySQL (InnoDB and version 4.1+ required)
Installation Notes
http://tt-rss.org/wiki/InstallationNotes