tweak README
This commit is contained in:
parent
dd8c76a9a2
commit
fbd94c5386
3 changed files with 9 additions and 13 deletions
12
README
12
README
|
@ -1,10 +1,16 @@
|
|||
Tiny Tiny RSS
|
||||
=============
|
||||
|
||||
Server-side RSS feed aggregator written in PHP and heavily based
|
||||
on XmlHttpRequest and related technologies for user interface and
|
||||
operation.
|
||||
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.
|
||||
|
||||
Copyright (C) 2005 Andrew Dolgov unless stated otherwise.
|
||||
|
||||
Portions:
|
||||
|
||||
Bob Osola <bobosola@gmail.com> (pngfix.js)
|
||||
Sundar Dorai-Raj <sdoraira@vt.edu> (isNumeric() in functions.js)
|
||||
|
||||
Licensed under GPL version 2.
|
||||
|
||||
Warning: I don't know how to stress it enough - please do not install
|
||||
|
|
5
prefs.js
5
prefs.js
|
@ -1,8 +1,3 @@
|
|||
/*
|
||||
This program is Copyright (c) 2003-2005 Andrew Dolgov <cthulhoo@gmail.com>
|
||||
Licensed under GPL v.2 or (at your preference) any later version.
|
||||
*/
|
||||
|
||||
var xmlhttp = false;
|
||||
|
||||
var active_feed = false;
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
/*
|
||||
This program is Copyright (c) 2003-2005 Andrew Dolgov <cthulhoo@gmail.com>
|
||||
Licensed under GPL v.2 or (at your preference) any later version.
|
||||
*/
|
||||
|
||||
var xmlhttp = false;
|
||||
|
||||
var total_unread = 0;
|
||||
|
|
Loading…
Reference in a new issue