From: maxious Date: Thu, 07 Jul 2011 07:07:01 +0000 Subject: Merge branch 'master' of ssh://apples.lambdacomplex.org/git/contractdashboard X-Git-Url: http://maxious.lambdacomplex.org/git/?p=contractdashboard.git&a=commitdiff&h=d52d7657c3cf7dcf3136ec1382c74c611f1b2181 --- Merge branch 'master' of ssh://apples.lambdacomplex.org/git/contractdashboard --- --- /dev/null +++ b/exportData.csv.php @@ -1,1 +1,30 @@ + + --- /dev/null +++ b/heuristics/dateHeuristics.php --- /dev/null +++ b/heuristics/historyHeuristics.php --- /dev/null +++ b/heuristics/metadataHeuristics.php --- /dev/null +++ b/heuristics/readme.txt @@ -1,1 +1,11 @@ +heuristicResults +heuristic = BY_DATE... +value = 0.0 +cnPubDate = +lastUpdated = 1/1/1970 +contractNotice = +agency = +supplier = +work out total value by summing value + --- /dev/null +++ b/heuristics/runHeuristics.php @@ -1,1 +1,6 @@ + --- /dev/null +++ b/heuristics/valueHeuristics.php --- a/liberation +++ /dev/null @@ -1,1 +1,1 @@ -/usr/share/fonts/liberation/ + --- /dev/null +++ b/sitemap.xml.php @@ -1,1 +1,28 @@ +"; + 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 ''; +?> +