17 feb. 2010 : PHP-GTK Application descriptions can now be submitted in Brazilian Portuguese too. Thanks Bruno Bandeira !.
German and Italian still missing: who will contribute the translated categories for these languages ? Contact the team to offer your translations !
The "personal information" tab of user profiles on the community site include optional fields that allow geo-information to be stored and communicated: "latitude" and "longitude".
The site offers geo-nick, a simplistic API to obtain this information coupled with the optional IRC nick field, to allow any developer to create mashups showing community PHP-GTK developers, as identified by nickname (no actual name information is made available through this API) on a map.
See the service parameters.
If you were to invoke the service today as:
gtkphpnet.geo_nick('b', 3), here are the results
you should be receiving:
Array
(
[bb7] => Array
(
[0] => +47.227
[1] => +8.819
)
[ben-fr] => Array
(
[0] => +43.30097
[1] => -0.371754
)
[bigwasp] => Array
(
[0] =>
[1] =>
)
)
Take note of the fact that the data are not checked for validity when users input them, so they may be incomplete (no + sign, for instance), or in an invalid format: it is up to you, as the data user, to check them before you use them.
The next page shows a minimal example demonstrating how to use the service from a PHP-GTK2 client application.
See a map ? Go to the next page.
Recent comments
6 weeks 12 hours ago
11 weeks 6 days ago
13 weeks 4 days ago
20 weeks 9 hours ago
21 weeks 2 days ago
21 weeks 3 days ago
22 weeks 4 days ago
23 weeks 3 days ago
34 weeks 1 day ago
34 weeks 2 days ago