]> git.wh0rd.org - tt-rss.git/commitdiff
milestone 0.2 changed to 1.0
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 25 Aug 2005 13:35:59 +0000 (14:35 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 25 Aug 2005 13:35:59 +0000 (14:35 +0100)
TODO
config.php-dist
prefs.php
tt-rss.php

diff --git a/TODO b/TODO
index 817df946531b2c227e23ac319769202232758f5b..00d2bac82b4c0dbb3fadb1d7f3ac56a87cb262df 100644 (file)
--- 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
index 98a3028ce71fa2bd29edbbdcb0d9fe148e071a43..e301ef058d4bd46c38896762d1bcbe0ec1a738a1 100644 (file)
@@ -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);
index fa67a45eed39bbd557ded01a2db2d8257d1fdd1c..56624b6f03a3108421764fc18c33ca1096efc6b5 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -9,6 +9,7 @@
 
 <body onload="init()">
 
+<? require_once "version.php" ?>
 <? require_once "config.php" ?>
 
 <table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
index 3eeadaf5b6cfe06041b218ce40ca08effbafd66f..04903f6a41134be600debd6a48b31fe1fdf5893d 100644 (file)
@@ -7,6 +7,7 @@
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 </head>
 
+<? require_once "version.php" ?>
 <? require_once "config.php" ?>
 
 <body onload="init()">