tweak README
This commit is contained in:
parent
dd8c76a9a2
commit
fbd94c5386
12
README
12
README
|
@ -1,10 +1,16 @@
|
||||||
Tiny Tiny RSS
|
Tiny Tiny RSS
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Server-side RSS feed aggregator written in PHP and heavily based
|
Web-based news feed aggregator, designed to allow you to read news from
|
||||||
on XmlHttpRequest and related technologies for user interface and
|
any location, while feeling as close to a real desktop application as possible.
|
||||||
operation.
|
|
||||||
|
|
||||||
|
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.
|
Licensed under GPL version 2.
|
||||||
|
|
||||||
Warning: I don't know how to stress it enough - please do not install
|
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 xmlhttp = false;
|
||||||
|
|
||||||
var active_feed = false;
|
var active_feed = false;
|
||||||
|
|
Loading…
Reference in New Issue