-0.2
+1.0
+ feed editor
+ feed icons
- cleanup posts older then specified number of days
~ keyboard navigation
-0.3
+1.1
- better error handling
- keyboard navigation
<?
- 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);
<body onload="init()">
+<? require_once "version.php" ?>
<? require_once "config.php" ?>
<table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
+<? require_once "version.php" ?>
<? require_once "config.php" ?>
<body onload="init()">