From 2364be570f9221192d95ae2fa8ded0dd39e92ae5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 21 May 2007 14:35:13 +0100 Subject: [PATCH] remove obsolete files (closes #125) --- NEWS | 163 ------------------------------------------------ UPGRADING | 23 ------- config_help.txt | 53 ---------------- 3 files changed, 239 deletions(-) delete mode 100644 NEWS delete mode 100644 UPGRADING delete mode 100644 config_help.txt diff --git a/NEWS b/NEWS deleted file mode 100644 index 9d22928f4..000000000 --- a/NEWS +++ /dev/null @@ -1,163 +0,0 @@ -This document is not being maintained any more. -See this URL for milestone history and changes: - -http://tt-rss.spb.ru/trac/roadmap?show=all - -v1.2.2 (Aug 21, 2006) - - * Bugfixes - * Support for HTTP Digest authentication (via included Snoopy class) - * Bundled with MagpieRSS distrbution - * Aggregated feed generation - * Supports converting searches to labels - * Disable scripts in RSS content - -v1.2.1 (Jul 17, 2006) - - * Bugfixes - -v1.2.0 (Jun 20, 2006) - - * XML-RPC Interface (using XML-RPC for PHP, from http://phpxmlrpc.sourceforge.net/) - * Basic support for themes - * New default interface theme - * New filter action: set starred - * Various usability improvements - -v1.1.6 (May 02, 2006) - - * Bugfixes - -v1.1.5 (Mar 31, 2006) - - * Enhanced support for RTL written languages - * Lightweight version, optimized for mobile devices - * Improved fatal error handling - * Various interface cleanups - -v1.1.4 (Mar 20, 2006) - - * Support for Opera 9 (tested on TP2) - * Search and browse feeds by category - * Support for database-backed sessions - -v1.1.3 (Feb 17, 2006) - - * Broken feed editor fixed - * Compatibility layer for mb_* functions - * Server-side update daemon - -v1.1.2 (Jan 20, 2006) - - * Support for feeds linked together - * Various SQL optimizations - * Integrated browser for registered feeds - * Interface fixes and cleanups - -v1.1.1 (Dec 26, 2005) - - * Various XML export/import fixes - * Add filter action on frontpage - * Optional login via SSL - * Adaptive view mode - * Combined feed display - * Collapsable categories in feedlist - * HTTP Basic authentication support for reading protected feeds - * Various MSIE compatibility fixes/workarounds - -v1.1.p2 (Dec 07, 2005) - - * Fix schema_version handling in xml-import.php - -v1.1.p1 (Dec 07, 2005) - - * Fix session handling in xml-import.php - -v1.1 (Dec 07, 2005) - - ! Please read UPGRADING for upgrade instructions from version 1.0.7 ! - - * Multi-user support (yay!) - * Per-feed purge preferences (0 means default, negative numbers disable purging) - * Reworked compact stylesheet support - * Interactive user preferences editor - * Per-feed content filters - * Support for user stylesheets - * Feed categories - * "Mark as read" for tags - * Test button in label editor - * Show number of unread articles in title - -v1.0.7 (Nov 14, 2005) - - - Implemented catchup (e.g. mark as read) for labels and Starred feed - - Several new view modes and interface tweaks - - Label editor now has popup help - - Reworked preferences editor once again - - Several bugfixes for issues reported since 1.0.6 - -v1.0.6 (Oct 13, 2005) - - - Miscellaneous bugfixes since 1.0.5.1, including fairly serious - mysql schema bug. - -v1.0.5.1 (Sep 24, 2005) - - - Fixes MySQL schema bug of 1.0.5. - -v1.0.5 (Sep 23, 2005) - - - Fixes several issues reported since 1.0.4. - -v1.0.4 (Sep 12, 2005) - - - "Starred items" virtual feed - - Experimental support for Gmail-like labels - - Basic support for Technorati-style tags - -v1.0.3.1 (Sep 07, 2005) - - - Last minute bugfixes for 1.0.3 - -v1.0.3 (Sep 07, 2005) - - - OPML export/import - - Support for simple content filtering (expression should be valid regexp, - checking is case insensitive) - - Reworked preferences dialog - - Added ability to mark posts as "starred". These posts are not expired - automatically. - - Rework interface using iframes, fixes a lot of scrolling issues. - - - Rejoice, kids! Introducing support for MySQL (InnoDB and version 4.1 REQUIRED!) - - Special thanks to Jamie McCarthy who basically shamed me into doing this. - - Note: Database support could have suffered regressions from many changes - in the code. I need your bugreports and yes - this means YOU! :-) - -v1.0.2 (Sep 02, 2005) - - - Another bugfix release. - -v1.0.1 (Aug 30, 2005) - - - Bugfix release, several issues fixed. - -v1.0 (Aug 27, 2005) - - - Limited support for keyboard navigation - - Feed information editor - - Support for feed icons (favicon.ico fetched from site) - - Background feed updates - - Update detection based on content checksum (somewhat flaky) - - Automatically cleanup posts older then specified number of days - - More or less compatible with MSIE (tested on 5.0) - - - Milestone 0.2 changed to 1.0 - -v0.1 (Aug 22, 2005) - - - First public version, implemented most basic functionality - -vim:ft=changelog diff --git a/UPGRADING b/UPGRADING deleted file mode 100644 index a6cd6f032..000000000 --- a/UPGRADING +++ /dev/null @@ -1,23 +0,0 @@ -Updates: http://tt-rss.spb.ru/trac/wiki/Upgrading107to11 - -Upgrading TT-RSS 1.0.7 to 1.1 -============================= - -Unfortunately, there is no simple database upgrade script, the schema is just too different. Yet, your articles and feed subscriptions may be transferred the following way: - -1.0.7 -===== - - * Export your feed subscriptions to OPML - * Copy xml-export.php from TT-RSS 1.1 tarball to your 1.0.7 directory and open it in the browser. This script exports your articles in neutral XML format. - * Save resulting XML file somewhere - -Unpack and configure TT-RSS 1.1. You may need to remove old tables manualy -(or choose the different database, etc.) - -1.1 -=== - - * Import your feeds OPML - * Run xml-import.php and import your old starred articles - diff --git a/config_help.txt b/config_help.txt deleted file mode 100644 index 9e82997cd..000000000 --- a/config_help.txt +++ /dev/null @@ -1,53 +0,0 @@ -FIXME: this needs to be moved to built-in help system - - - define(ENABLE_FEED_ICONS, true); - define(ICONS_DIR, "icons"); - define(ICONS_URL, "icons"); - - define(PURGE_OLD_DAYS, 30); - // Articles older than this number of days will be deleted automatically - - define(UPDATE_POST_ON_CHECKSUM_CHANGE, true); - - define(ENABLE_PREFS_CATCHUP_UNCATCHUP, false); - // enable "Mark as read/unread" buttons in preferences dialog - - define(ENABLE_LABELS, false); - // experimental support for virtual feeds or labels based on user - // crafted SQL queries. This feature is highly experimental and - // at this point not user friendly. Use with caution. - - define(DEFAULT_ARTICLE_LIMIT, 0); - // default limit for articles to display. Set to 0 for no limit. Not - // limited to the default 15, 30, 60 article limits - you may use - // any number you want and it will be added to the list. Negative - // numbers will be ignored. Anything that evaluates numerically to - // zero will be interpreted as 0. - - define(DEFAULT_UPDATE_INTERVAL, 30); - // default interval between feed updates, minutes - - define(DISPLAY_HEADER, true); - // enable/disable the display of the header graphic - - define(DISPLAY_FOOTER, true); - // enable/disable the display of the footer - - define(USE_COMPACT_STYLESHEET, false); - // use stylesheet with more compact layout (if combined with two previous - // options may improve UI on small screens) - - define(DAEMON_REFRESH_ONLY, false); - // updates to all feeds will only run when the backend script is - // invoked with a "daemon" option on the URI stem. An example wget - // command line below will invoke an update every 30 minutes, with - // output being sent to /dev/null and the timeout set to 10 minutes - // so that wget does not time out. Substitute your site name, tt-rss - // path, and username/password as necessary. - // - // */30 * * * * /usr/bin/wget -O /dev/null -T 600 "http://username:password@www.your-site.xxx/tt-rss/backend.php?op=updateAllFeeds&daemon=1" - // - - define(DISPLAY_FEEDLIST_ACTIONS, false); - // display actions dropbox in feedlist, if disabled these actions are