Refactor to use PostGIS database instead of gtfs tools
[busui.git] / about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
include ('include/common.inc.php');
include_header("About", "about")
?>
<p>
Busness Time - An ACT bus timetable webapp<br />
Based on the maxious-canberra-transit-feed (<a 
href="http://s3-ap-southeast-1.amazonaws.com/busresources/cbrfeed.zip">download</a>, 
last updated <?php
echo date("F d Y.", @filemtime('cbrfeed.zip')); ?>)<br />
Source code for the <a 
href="https://github.com/maxious/ACTBus-data">transit 
feed</a> and <a href="https://github.com/maxious/ACTBus-ui">this 
site</a> available from github.<br />
Uses jQuery Mobile, PHP, PostgreSQL, OpenTripPlanner, OpenLayers, OpenStreetMap, Cloudmade Geocoder and Tile Service<br />
<br />
Feedback encouraged; contact maxious@lambdacomplex.org<br />
    <br />
Some icons by Joseph Wain / glyphish.com<br />
<br />
<small>Disclaimer: The content of this website is of a general and informative nature. Please check with printed timetables or those available on http://action.act.gov.au before your trip.
Whilst every effort has been made to ensure the high quality and accuracy of the Site, the Author makes no warranty, 
express or implied concerning the topicality, correctness, completeness or quality of the information, which is provided 
"as is". The Author expressly disclaims all warranties, including but not limited to warranties of fitness for a particular purpose and warranties of merchantability. 
All offers are not binding and without obligation. The Author expressly reserves the right, in his discretion, to suspend, 
change, modify, add or remove portions of the Site and to restrict or terminate the use and accessibility of the Site 
without prior notice. </small>
<?
include_footer();
?>