<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "curl and geonames"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "curl and geonames"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>curl and geonames</title>
				<description><![CDATA[ I'm writing an applescript that uses curl to get the contents of the api.goname.org webpage. But every time I ran the query:

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
"http://api.geonames.org/findNearbyWikipedia?lat=47&lng=9&username=XXX"
</pre>
		</div>

I get:
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
&lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&gt; &lt;geonames&gt; &lt;status message="Please add a username to each call in order for geonames to be able to identify the calling application and count the credits usage." value="10"/&gt; &lt;/geonames&gt; </pre>
		</div>

I don't know if curl doesn't work with geonames because when I paste the url in safari, it works fine!

Any help will be appreciated!

Thanks]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3161.page#10606</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3161.page#10606</link>
				<pubDate><![CDATA[Mon, 21 Nov 2011 06:53:53]]> GMT</pubDate>
				<author><![CDATA[ gonche1124]]></author>
			</item>
			<item>
				<title>Re:curl and geonames</title>
				<description><![CDATA[ Did you add the quotes? Without quotes the shell will cut the url.

Best

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3161.page#10637</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3161.page#10637</link>
				<pubDate><![CDATA[Fri, 9 Dec 2011 09:38:21]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
	</channel>
</rss>