summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-25 14:35:59 +0100
committerAndrew Dolgov <[email protected]>2005-08-25 14:35:59 +0100
commitedb988ad569bfddb7454fc198c883f60ec4b2f4e (patch)
tree1b058c90e3a8062ae099b191c5acde6227c1e92b
parent760966c15000eca3700d704b86999b4875f03eb9 (diff)
milestone 0.2 changed to 1.0
-rw-r--r--TODO4
-rw-r--r--config.php-dist1
-rw-r--r--prefs.php1
-rw-r--r--tt-rss.php1
4 files changed, 4 insertions, 3 deletions
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 @@
<body onload="init()">
+<? require_once "version.php" ?>
<? require_once "config.php" ?>
<table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
diff --git a/tt-rss.php b/tt-rss.php
index 3eeadaf5b..04903f6a4 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -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()">