=== Geo Mark === Contributors: sudar Tags: geo, YQL, placemaker, geo rss, microformats Requires at least: 2.8 Tested up to: 2.8 Stable tag: 0.1 Parses geo information in your content and can expose it either in microformat or as geo rss == Description == Geo Mark is a WordPress Plugin which will automatically locate Geo information in your WordPress posts using Yahoo Placemaker and YQL API’s. Once the Geo location is located, it will add this information as custom fields to the post. The information stored in the custom field can be displayed anywhere in the post using the build in get_post_meta() function. The Plugin also exposes template functions which can be used to generate [GEO Microformats][1] based on the location information found in the post. The Geo Mark Plugin also lets you to expose the location based information in RSS feeds. The Geo information stored in the custom field can be used to create [Geo tags in the RSS feed][2]. The Plugin supports the following Geo RSS formats. * Simple (georss:point) * GML (gml:pos) * W3C (geo:lat) More details about the Plugin can be found at the [Plugins Home page][3]. [1]: http://microformats.org/wiki/geo "GEO Microformats" [2]: http://georss.org/Main_Page [3]: http://sudarmuthu.com/wordpress/geo-mark == Installation == Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. ### Usage #### Template Function The geo information stored in the custom fields can be exposed as [GEO Microformats][1] by calling the following template function, anywhere within [the Loop][2]. #### Enabling Geo RSS To enable Geo RSS, go to settings –> Geo Mark and check the “Enable GeoRSS tags in feed” option. You can also choose which format of Geo RSS that you want to support. [1]: http://microformats.org/wiki/geo [2]: http://codex.wordpress.org/The_Loop == Changelog == **v0.1(2009-07-07)** * Initial Version ==Readme Generator== This Readme file was generated using wp-readme, which generates readme files for WordPress Plugins.