1GeoDB::Modify::Rate(3)User Contributed Perl DocumentationGeoDB::Modify::Rate(3)
2
3
4

NAME

6       Rate - Add ratings to caches
7

DESCRIPTION

9       START HELP
10
11       The "Rate" plugin allows you to add "ratings"s to your caches.
12
13       Example:
14
15         geoqo -s cache:owner_name==Yamar -m 'rate:overall=4'
16
17       (at the moment "overall" is the only rating you can provide; more
18       coming)
19
20       Publishing ratings
21
22       Your ratings may be published to a geoqo rating server, and you may
23       pull information about how other people have rated waypoints from the
24       rating server.  To do this you must first create an account on the
25       rating server:
26
27         http://ratingserver.geoqo.org/
28
29       Then put your created username and password into your
30       $HOME/.geoqo/config file like:
31
32         geoqouser YOURUSERNAME
33         geoqopass YOURPASSWORD
34
35       Then you can publish your ratings for a given set using:
36
37         geoqo -s SEARCHTERMS -m rate:publish=1
38
39       Additionally you can fetch data about other people's ratings using:
40
41         geoqo -s SEARCHTERMS -m rate:fetch=1
42
43       When you use the -S option to show a the data for a waypoint you will
44       see a list of all your ratings as well as a list of other peoples
45       ratings that you have fetched.
46
47       END HELP
48
49
50
51perl v5.10.0                      2009-11-10            GeoDB::Modify::Rate(3)
Impressum