diff --git a/TODO b/TODO index 817df9465..00d2bac82 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -0.2 +1.0 + feed editor + feed icons @@ -7,7 +7,7 @@ - cleanup posts older then specified number of days ~ keyboard navigation -0.3 +1.1 - better error handling - keyboard navigation diff --git a/config.php-dist b/config.php-dist index 98a3028ce..e301ef058 100644 --- a/config.php-dist +++ b/config.php-dist @@ -1,5 +1,4 @@ - define(VERSION, "0.2-pre"); define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX"); define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache'); define(HEADLINES_PER_PAGE, 15); diff --git a/prefs.php b/prefs.php index fa67a45ee..56624b6f0 100644 --- a/prefs.php +++ b/prefs.php @@ -9,6 +9,7 @@
+ require_once "version.php" ?> require_once "config.php" ?>