Skip to content

Commit

Permalink
Added API data type [#9]
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Barnes committed Jun 28, 2009
1 parent ab10489 commit 513420e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Remove the existing wp-content directory:

Clone the Open Data Catalogue theme and plugins:

git clone git://github.com/barnaclebarnes/open-data.git
git clone git://github.com/barnaclebarnes/open-data.git wp-content

Download a copy of the live database:

Expand All @@ -31,6 +31,9 @@ Edit the SQL and do a find and replace:

Fire up you browser and you should be set.

== Bugs, Feature Requests, Etc.

You can submitt bugs, feature requests, etc at the Lighthouse page here - http://opengovt.lighthouseapp.com/projects/32248-open-data-catalogue
== Contact

You can contact me at my email address glen [at] opengovt [dot] org [dot] nz
2 changes: 1 addition & 1 deletion themes/open-data-theme/category-3.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<?php echo output_url($dataset->geo_url, "download-geo.jpg"); ?>
</td>
<td class="dl_col">
<?php echo output_url($dataset->api_url, "download-api.jpg"); ?>
<?php echo output_url($dataset->api_url, "download-api.gif"); ?>
</td>
<td class="dl_col">
<?php echo output_url($dataset->other_url, "download-other.jpg"); ?>
Expand Down
Binary file added themes/open-data-theme/images/download-api.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions themes/open-data-theme/single-3.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<?php echo output_url($dataset->csv_url, "download-csv.gif"); ?>
<?php echo output_url($dataset->kml_url, "download-kml.jpg"); ?>
<?php echo output_url($dataset->geo_url, "download-geo.jpg"); ?>
<?php echo output_url($dataset->api_url, "download-api.gif"); ?>
<?php echo output_url($dataset->other_url, "download-other.jpg"); ?>
</p>

Expand Down

0 comments on commit 513420e

Please sign in to comment.