From: maxious Date: Sun, 05 Jun 2011 02:40:32 +0000 Subject: Beginnings of Heuristics work X-Git-Url: http://maxious.lambdacomplex.org/git/?p=contractdashboard.git&a=commitdiff&h=2fd9f1c897ae957616c4e38285f738f95964df58 --- Beginnings of Heuristics work --- --- /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 ''; +?> +