GeoDB::Modify::Rate.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

Sommaire

NAME

Rate - Add ratings to caches

DESCRIPTION

START HELP

The ``Rate'' plugin allows you to add ``ratings''s to your caches.

Example:

   geoqo -s cache:owner_name==Yamar -m 'rate:overall=4'
 
 

(at the moment ``overall'' is the only rating you can provide; more coming)

Publishing ratings

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

   http://ratingserver.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 ratings for a given set using:

   geoqo -s SEARCHTERMS -m rate:publish=1
 
 

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

   geoqo -s SEARCHTERMS -m rate:fetch=1
 
 

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

END HELP