milestone 0.2 changed to 1.0
This commit is contained in:
parent
760966c150
commit
edb988ad56
4
TODO
4
TODO
|
@ -1,4 +1,4 @@
|
||||||
0.2
|
1.0
|
||||||
|
|
||||||
+ feed editor
|
+ feed editor
|
||||||
+ feed icons
|
+ feed icons
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
- cleanup posts older then specified number of days
|
- cleanup posts older then specified number of days
|
||||||
~ keyboard navigation
|
~ keyboard navigation
|
||||||
|
|
||||||
0.3
|
1.1
|
||||||
|
|
||||||
- better error handling
|
- better error handling
|
||||||
- keyboard navigation
|
- keyboard navigation
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?
|
<?
|
||||||
define(VERSION, "0.2-pre");
|
|
||||||
define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
|
define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
|
||||||
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
|
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
|
||||||
define(HEADLINES_PER_PAGE, 15);
|
define(HEADLINES_PER_PAGE, 15);
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
<body onload="init()">
|
<body onload="init()">
|
||||||
|
|
||||||
|
<? require_once "version.php" ?>
|
||||||
<? require_once "config.php" ?>
|
<? require_once "config.php" ?>
|
||||||
|
|
||||||
<table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
|
<table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<? require_once "version.php" ?>
|
||||||
<? require_once "config.php" ?>
|
<? require_once "config.php" ?>
|
||||||
|
|
||||||
<body onload="init()">
|
<body onload="init()">
|
||||||
|
|
Loading…
Reference in New Issue