# TravelMap Wordpress Plugin

## Download Plugin

```shell
	cd wp-content/plugins
	git clone git@bitbucket.org:travelmap/travelmap-wp-plugin.git travelmap-blog
```

## Internationalization (i18n)
## Generate .pot file

```shell
	# from the plugin
	cd wp-content/plugins/travelmap-blog
	php ../../../tools/i18n/makepot.php wp-plugin . languages/travelmap-blog.pot
```

# Roadmap
## TODOS
Search for "TODO" in the plugin folder in order to find identified todos