aboutsummaryrefslogtreecommitdiffstats
path: root/lib/world_foi_websites.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-11-12 13:46:59 +0000
committerLouise Crow <louise.crow@gmail.com>2012-11-12 13:46:59 +0000
commit8b4003f7fce9e089f2220e6f1a21681f7cf2df3d (patch)
tree15333943091fc3ae79dedee46a6dd34ce3f1a1ec /lib/world_foi_websites.rb
parent646fffde374e575ab53cfae78e7a0c521cd90d6f (diff)
parentc96b27c301023a6a1f50c12f0c387205b0255836 (diff)
Merge remote-tracking branch 'origin/release/0.6.8' into wdtk
Conflicts: config/general.yml-example
Diffstat (limited to 'lib/world_foi_websites.rb')
-rw-r--r--lib/world_foi_websites.rb13
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/world_foi_websites.rb b/lib/world_foi_websites.rb
index f175afd3d..2ff924713 100644
--- a/lib/world_foi_websites.rb
+++ b/lib/world_foi_websites.rb
@@ -45,7 +45,16 @@ class WorldFOIWebsites
{:name => "Acceso Intelligente",
:country_name => "Chile",
:country_iso_code => "CL",
- :url => "http://accesointeligente.org"}]
+ :url => "http://accesointeligente.org"},
+ {:country_name => "Australia",
+ :country_iso_code => "AU",
+ # The Australian site is not yet live. So, not including name & url yet.
+ },
+ {:name => "Informace pro Vsechny",
+ :country_name => "Česká republika",
+ :country_iso_code => "CZ",
+ :url => "http://www.infoprovsechny.cz"}
+ ]
return world_foi_websites
end
@@ -54,4 +63,4 @@ class WorldFOIWebsites
return result
end
end
-
+