milestone 0.2 changed to 1.0

master
Andrew Dolgov 19 years ago
parent 760966c150
commit edb988ad56

@ -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

@ -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);

@ -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">

@ -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()">

Loading…
Cancel
Save