]> git.wh0rd.org Git - tt-rss.git/commitdiff
tweak README
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 25 Nov 2005 16:31:34 +0000 (17:31 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 25 Nov 2005 16:31:34 +0000 (17:31 +0100)
README
prefs.js
tt-rss.js

diff --git a/README b/README
index f93cf6c83b78b238829fe74914085618e3b2487a..7be279d167ec0308f4ace31ce87b4de3171c6468 100644 (file)
--- a/README
+++ b/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
index 04dd88c7e9df12c3a91e3962e9e567a67ee95d99..404602c33b9b2aa635b54a331446d01fa1ce7b58 100644 (file)
--- a/prefs.js
+++ b/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;
index 14e4b4ceeb21b92b526ee9a3864ce285c62570f3..0af11bfca9d9a4e40e3f8b109c30f64a9ff32eac 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.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 total_unread = 0;