summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-25 17:31:34 +0100
committerAndrew Dolgov <[email protected]>2005-11-25 17:31:34 +0100
commitfbd94c5386d0f150af7e3594669a626150f075e6 (patch)
treececce6567360fa3ac7bf12f0be7d3041106544cf
parentdd8c76a9a2661c4f3277de96642f2b180250c9a7 (diff)
tweak README
-rw-r--r--README12
-rw-r--r--prefs.js5
-rw-r--r--tt-rss.js5
3 files changed, 9 insertions, 13 deletions
diff --git a/README b/README
index f93cf6c83..7be279d16 100644
--- 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 <[email protected]> (pngfix.js)
+ Sundar Dorai-Raj <[email protected]> (isNumeric() in functions.js)
+
Licensed under GPL version 2.
Warning: I don't know how to stress it enough - please do not install
diff --git a/prefs.js b/prefs.js
index 04dd88c7e..404602c33 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1,8 +1,3 @@
-/*
- This program is Copyright (c) 2003-2005 Andrew Dolgov <[email protected]>
- Licensed under GPL v.2 or (at your preference) any later version.
-*/
-
var xmlhttp = false;
var active_feed = false;
diff --git a/tt-rss.js b/tt-rss.js
index 14e4b4cee..0af11bfca 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -1,8 +1,3 @@
-/*
- This program is Copyright (c) 2003-2005 Andrew Dolgov <[email protected]>
- Licensed under GPL v.2 or (at your preference) any later version.
-*/
-
var xmlhttp = false;
var total_unread = 0;