Google Maps has suspended the API formerly used by this page. We now use maps from the OpenStreetMap project.
Summary: A world map with locations of PmWiki-driven websites. Please add yours to this page.
- 47.307032,-115.115095
- Crazy Meds(approve sites)
- 57.159194,-2.127056
- Software Systems Open For Business(approve sites) open source software services using pmwiki
- 50.136,8.91845
- Hanauer Friedensplattform(approve sites)
- 40.35786,-74.654932
- Max Vessi personal site, Linux, Rebol and more!(approve sites)
- 52.554671,-1.795221
- Classic Science Fiction(approve sites)
- 41.467428,-74.421387&icolor=0f0
- XES - Crisses - Eclectic Tech, LLC
- 42.673412,-81.208963&icolor=0f0
- InternetAdvisor.ca - Russ Jackman(approve sites)
- -41.2242,174.8864
- Kiwi wiki(approve sites)
- -41.296667,174.78431
- Tararua tramping club(approve sites)
- -41.137466,174.836909
- Wellington caving group(approve sites)
- -38.260676,175.10956
- New Zealand Speleological society(approve sites)
- 41.445536,-75.614494
- OtherMichael's writings(approve sites)
- 59.918108,10.74303
- Tangoskolen.no(approve sites)
- 47.76255,-122.18325
- Tyrel Newton
- 41.467428,-74.421387&icolor=0f0
- XES - Crisses - Eclectic Tech, LLC
- 33.08778,-96.76124&icolor=0f0
- Pm(approve sites), author of PmWiki
- 47.641061,6.840835
- Profiles/Dfaure
- 52.3584,4.86122
- Ditjes en datjes van Kropveld(approve sites)
- 53.01379,18.598444
- podkopcem.pl - Where would Copernic play ?(approve sites)
- 43.51444,4.989444
- lionel.a
- 50.623058,8.29330
- Biowiki(approve sites)
- 42.69172,23.33241
- Accent Bulgaria(approve sites) - architecture and real estate in Sofia
- 43.22119,27.894287
- Photo galleries(approve sites) of two Bulgarian photographers
- 43.779027,7.492676
- Irina Tonas(approve sites) -- an opera singer and writer
- 49.262911,-123.100959
- Vancouver Kayak Club(approve sites)
- 34.076745,-118.21568
- http://plus1plus1plus.org(approve sites) & http://uploaddownloadperform.net(approve sites) - overtones99?
- 48.839865,2.322578&icolor=0f0
- notamment.fr(approve sites), Petko's web-agency
- 48.846756,2.316656
- Petko's personal wiki(approve sites)
- 48.870248,2.393732
- Guillaume Nicolas(approve sites), architect and engineer
- 48.880183,2.316055
- Marex(approve sites) is using a PmWiki for a knowledge base and for issue tracking on an intranet server
- 48.850484,2.399311
- Clémence Cantenot(approve sites), French architect
- 28.454505,77.027378
- A telecommunications oriented wiki from Hughes Systique Corporation(approve sites)
- -22.7325,-46.8944&icolor=0f0
- Pedreira.info - Localpedia for mobile users(approve sites)
- 37.0625,-95.677068
- Kollekivradio(approve sites), weird arts and lurking sounds
- 28.474442,-16.30904
- SIEpedia(approve sites), astronomical software support @ IAC
- -17.782102,-63.183526
- Red Escuela(approve sites) - RedEscuela Comunity. A place to share educational content speaking. Currently google analytics shows over 1200 hits a day (until August 2012)
- 45.588258,10.157523
- http://www.marcomorocutti.it(approve sites) Personal Web site
- 40.729872,-74.005828
- hack.nylug.org(approve sites) New York Linux Users Group Hacking Society Chapter
- 46.31658,-0.46417
- Toposcopie(approve sites)
- 49.43822,1.09108
- gb http://www.languefrancaise.net(approve sites)
- 47.90051,1.92897
- Centre.Sciences : CCSTI Centre - Val de Loire(approve sites) &
«Experiencing mathematics» exhibition(approve sites) &
«When science speak arabic» exhibition(approve sites) - 47.95058,1.88276&icolor=0f0
- Soto Design(approve sites)
- 48.00183,2.30682
- Écocentre de la forêt d'Orléans(approve sites)
- 48.00398,2.30714
- Les bois sauvages(approve sites) &
Lieu de vie(approve sites) - 48.89478,2.3772
- Régie de quartier du 19ème(approve sites)
- 47.97657,2.21416
- Arboretums de France(approve sites)
- 53.65801,10.05949
- mfwolff
(:pmform map:)
To get the map module and use it on your own wiki, see Cookbook:Ape.
This form here uses Cookbook:Captcha and Cookbook:PmForm, with templates at Site.LocalTemplates and the following content of local/PmWiki.PmWikiUsers-Map.php:
<?php if($action=="pmform" || $action=="browse" || $_REQUEST['preview']) { $HTMLFooterFmt['ape'] = '<script type="text/javascript" src="$FarmPubDirUrl/ape/ape.js"></script>'; } $PmForm['map'] = 'saveto={$FullName} form=#mapform fmt=#mappost'; $WikiStyleCSS[] = 'overflow'; include_once("$FarmD/cookbook/pmform.php"); include_once("$FarmD/cookbook/captcha.php"); $EnableUrlApprovalRequired = 0; $UrlLinkFmt = "<a class='urllink' target='_blank' href='\$LinkUrl' rel='nofollow'>\$LinkText</a>";
This page may have a more recent version on pmwiki.org: PmWiki:PmWikiUsers-Map, and a talk page: PmWiki:PmWikiUsers-Map-Talk.