From: Maxious Date: Thu, 07 Jul 2011 07:08:28 +0000 Subject: Add CSV data export X-Git-Url: http://maxious.lambdacomplex.org/git/?p=contractdashboard.git&a=commitdiff&h=1506b0523be14a973636e2f649623e3931f65345 --- Add CSV data export --- --- /dev/null +++ b/exportData.csv.php @@ -1,1 +1,30 @@ + + --- a/heuristics/dateHeuristics.php +++ /dev/null --- a/heuristics/historyHeuristics.php +++ /dev/null --- a/heuristics/metadataHeuristics.php +++ /dev/null --- a/heuristics/readme.txt +++ /dev/null @@ -1,11 +1,1 @@ -heuristicResults -heuristic = BY_DATE... -value = 0.0 -cnPubDate = -lastUpdated = 1/1/1970 -contractNotice = -agency = -supplier = -work out total value by summing value - --- a/heuristics/runHeuristics.php +++ /dev/null @@ -1,6 +1,1 @@ - --- a/heuristics/valueHeuristics.php +++ /dev/null --- /dev/null +++ b/liberation @@ -1,1 +1,1 @@ - +/usr/share/fonts/liberation/ --- a/sitemap.xml.php +++ /dev/null @@ -1,28 +1,1 @@ -"; - echo '' . "\n"; - echo " ".curPageURL()."index.php1.0\n"; -foreach (scandir("./") as $file) { - if (strpos($file,".php") !== false && $file != "index.php" && $file != "sitemap.xml.php") echo " ".curPageURL()."$file0.3\n"; -} -foreach (getStops() as $stop) { - echo " ".curPageURL()."stop.php?stopid=".htmlspecialchars ($stop["stop_id"]).""; - echo "" . $last_updated . ""; - echo "monthly"; - echo "0.9"; - echo "\n"; - } -foreach (getRoutes() as $route) { - echo " ".curPageURL()."trip.php?routeid=".htmlspecialchars ($route["route_id"]).""; - echo "" . $last_updated . ""; - echo "monthly"; - echo "0.9"; - echo "\n"; - } - echo ''; -?> -