Changeset 1344887
- Timestamp:
- 02/06/2016 10:42:31 PM (10 years ago)
- Location:
- ff-communitymap
- Files:
-
- 2 edited
-
tags/3.0/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ff-communitymap/tags/3.0/readme.txt
r1344882 r1344887 1 === Plugin Name===1 === FF Communitymap === 2 2 Contributors: andibraeu 3 3 Donate link: http://www.weimarnetz.de/spenden … … 7 7 Stable tag: 3.0 8 8 9 Displays the freifunk community map and/or the freifunk community table 10 9 11 == Description == 10 12 … … 13 15 It is fully configurable to embed your own sources. These options are available: 14 16 15 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+16 17 | Name | Standard | Bedeutung | 17 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+ 18 |--------------------|----------------------------------------------------|----------------------------------------------------------------------| 18 19 | geojsonurl | "//api.freifunk.net/map/ffGeoJsonp.php?callback=?" | URL with API data, we need jsonp there | 19 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+20 20 | hidelocationbutton | 0 | | 21 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+22 21 | hidelayercontrol | 0 | hide or show layer box | 23 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+24 22 | hideinfobox | 0 | hide or show info box | 25 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+26 23 | feedurl | "//api.freifunk.net/feed/feed.php" | a feed provided by https://github.com/freifunk/feed.api.freifunk.net | 27 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+28 24 | newscontentlimit | 3 | number of news entries | 29 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+30 25 | eventscontentlimit | 2 | number of event entries | 31 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+32 26 | postcontentlength | 30 | length event headlines | 33 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+34 27 | zoomlevel | 5 | default zoom level on page load | 35 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+36 28 | center | [51.5,10.5] | initial center of map | 37 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+38 29 | divid | "map" | div id where map should be displayed | 39 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+40 30 | showevents | 0 | show events in community popup | 41 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+42 31 | shownews | 0 | show news in community popup | 43 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+44 32 | mapboxid | "mapbox.streets" | id for your mapbox tiles | 45 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+46 33 47 34 Another shortcode is for displaying a community table: [ffcommunitytable] … … 49 36 Available options are: 50 37 51 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+52 38 | Name | Standard | Bedeutung | 53 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+ 39 |--------------------|-----------------------------------------------------------------|---------------------------------------------------------| 54 40 | summaryurl | "//api.freifunk.net/map/ffApiJsonp.php?mode=summary&callback=?" | URL with API data, we need jsonp there | 55 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+56 41 | columns | "city,name,firmware,routing,nodes,contact" | select available columns comma separated | 57 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+58 42 | number_communities | "3" | number of communities displayed in search | 59 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+60 43 | enable_zip_search | "1" | enable zip/city search | 61 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+62 44 | nominatim_email | "yourmail@domain.tld" | email provided to nominatim queries to avoid abuse | 63 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+64 45 65 46 -
ff-communitymap/trunk/readme.txt
r1344880 r1344887 1 === Plugin Name===1 === FF Communitymap === 2 2 Contributors: andibraeu 3 3 Donate link: http://www.weimarnetz.de/spenden … … 7 7 Stable tag: 3.0 8 8 9 Displays the freifunk community map and/or the freifunk community table 10 9 11 == Description == 10 12 … … 13 15 It is fully configurable to embed your own sources. These options are available: 14 16 15 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+16 17 | Name | Standard | Bedeutung | 17 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+ 18 |--------------------|----------------------------------------------------|----------------------------------------------------------------------| 18 19 | geojsonurl | "//api.freifunk.net/map/ffGeoJsonp.php?callback=?" | URL with API data, we need jsonp there | 19 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+20 20 | hidelocationbutton | 0 | | 21 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+22 21 | hidelayercontrol | 0 | hide or show layer box | 23 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+24 22 | hideinfobox | 0 | hide or show info box | 25 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+26 23 | feedurl | "//api.freifunk.net/feed/feed.php" | a feed provided by https://github.com/freifunk/feed.api.freifunk.net | 27 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+28 24 | newscontentlimit | 3 | number of news entries | 29 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+30 25 | eventscontentlimit | 2 | number of event entries | 31 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+32 26 | postcontentlength | 30 | length event headlines | 33 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+34 27 | zoomlevel | 5 | default zoom level on page load | 35 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+36 28 | center | [51.5,10.5] | initial center of map | 37 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+38 29 | divid | "map" | div id where map should be displayed | 39 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+40 30 | showevents | 0 | show events in community popup | 41 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+42 31 | shownews | 0 | show news in community popup | 43 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+44 32 | mapboxid | "mapbox.streets" | id for your mapbox tiles | 45 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+46 33 47 34 Another shortcode is for displaying a community table: [ffcommunitytable] … … 49 36 Available options are: 50 37 51 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+52 38 | Name | Standard | Bedeutung | 53 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+ 39 |--------------------|-----------------------------------------------------------------|---------------------------------------------------------| 54 40 | summaryurl | "//api.freifunk.net/map/ffApiJsonp.php?mode=summary&callback=?" | URL with API data, we need jsonp there | 55 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+56 41 | columns | "city,name,firmware,routing,nodes,contact" | select available columns comma separated | 57 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+58 42 | number_communities | "3" | number of communities displayed in search | 59 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+60 43 | enable_zip_search | "1" | enable zip/city search | 61 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+62 44 | nominatim_email | "yourmail@domain.tld" | email provided to nominatim queries to avoid abuse | 63 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+64 45 65 46
Note: See TracChangeset
for help on using the changeset viewer.