From fbd94c5386d0f150af7e3594669a626150f075e6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 25 Nov 2005 17:31:34 +0100 Subject: [PATCH] tweak README --- README | 12 +++++++++--- prefs.js | 5 ----- tt-rss.js | 5 ----- 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 (pngfix.js) + Sundar Dorai-Raj (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 - 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 - Licensed under GPL v.2 or (at your preference) any later version. -*/ - var xmlhttp = false; var total_unread = 0;