GeoDB::Modify::Tag.3pm

Langue: en

Version: 2008-11-19 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

Sommaire

NAME

Tag - Add tags to caches

DESCRIPTION

START HELP

The ``Tag'' plugin allows you to add ``tag''s to your caches.

Example:

   geoqo -s cache:owner_name==Yamar -m 'tag:tags=awesome/cool'
 
 

Another to remove tags:

   geoqo -s cache:owner_name==Yamar -m 'tag:tags=lame,deletetags=1'
 
 

Publishing tags

Your tags may be published to a geoqo tag server, and you may pull information about how other people have tagged waypoints from the tag server. To do this you must first create an account on the tag server:

   http://tagserver.geoqo.org/
 
 

Then put your created username and password into your $HOME/.geoqo/config file like:

   geoqouser YOURUSERNAME
   geoqopass YOURPASSWORD
 
 

Then you can publish your tags for a given set using:

   geoqo -s SEARCHTERMS -m tag:publish=1
 
 

Additionally you can fetch data about other people's tags using:

   geoqo -s SEARCHTERMS -m tag:fetch=1
 
 

When you use the -S option to show a the data for a waypoint you will see a list of all your tags as well as a list of other peoples tags that you have fetched.

END HELP