Plugin Directory

Changeset 1344887


Ignore:
Timestamp:
02/06/2016 10:42:31 PM (10 years ago)
Author:
andibraeu
Message:

updated readme to markdown

Location:
ff-communitymap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ff-communitymap/tags/3.0/readme.txt

    r1344882 r1344887  
    1 === Plugin Name ===
     1=== FF Communitymap ===
    22Contributors: andibraeu
    33Donate link: http://www.weimarnetz.de/spenden
     
    77Stable tag: 3.0
    88
     9Displays the freifunk community map and/or the freifunk community table
     10
    911== Description ==
    1012
     
    1315It is fully configurable to embed your own sources. These options are available:
    1416
    15 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    1617| Name               | Standard                                           | Bedeutung                                                            |
    17 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
     18|--------------------|----------------------------------------------------|----------------------------------------------------------------------|
    1819| geojsonurl         | "//api.freifunk.net/map/ffGeoJsonp.php?callback=?" | URL with API data, we need jsonp there                               |
    19 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    2020| hidelocationbutton | 0                                                  |                                                                      |
    21 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    2221| hidelayercontrol   | 0                                                  | hide or show layer box                                               |
    23 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    2422| hideinfobox        | 0                                                  | hide or show info box                                                |
    25 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    2623| feedurl            | "//api.freifunk.net/feed/feed.php"                 | a feed provided by https://github.com/freifunk/feed.api.freifunk.net |
    27 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    2824| newscontentlimit   | 3                                                  | number of news entries                                               |
    29 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    3025| eventscontentlimit | 2                                                  | number of event entries                                              |
    31 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    3226| postcontentlength  | 30                                                 | length event headlines                                               |
    33 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    3427| zoomlevel          | 5                                                  | default zoom level on page load                                      |
    35 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    3628| center             | [51.5,10.5]                                        | initial center of map                                                |
    37 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    3829| divid              | "map"                                              | div id where map should be displayed                                 |
    39 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    4030| showevents         | 0                                                  | show events in community popup                                       |
    41 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    4231| shownews           | 0                                                  | show news in community popup                                         |
    43 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    4432| mapboxid           | "mapbox.streets"                                   | id for your mapbox tiles                                             |
    45 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    4633
    4734Another shortcode is for displaying a community table: [ffcommunitytable]
     
    4936Available options are:
    5037
    51 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
    5238| Name               | Standard                                                        | Bedeutung                                               |
    53 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
     39|--------------------|-----------------------------------------------------------------|---------------------------------------------------------|
    5440| summaryurl         | "//api.freifunk.net/map/ffApiJsonp.php?mode=summary&callback=?" | URL with API data, we need jsonp there                  |
    55 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
    5641| columns            | "city,name,firmware,routing,nodes,contact"                      | select available columns comma separated                |
    57 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
    5842| number_communities | "3"                                                             | number of communities displayed in search               |
    59 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
    6043| enable_zip_search  | "1"                                                             | enable zip/city search                                  |
    61 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
    6244| nominatim_email    | "yourmail@domain.tld"                                           | email provided to nominatim queries to avoid abuse      |
    63 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
    6445
    6546
  • ff-communitymap/trunk/readme.txt

    r1344880 r1344887  
    1 === Plugin Name ===
     1=== FF Communitymap ===
    22Contributors: andibraeu
    33Donate link: http://www.weimarnetz.de/spenden
     
    77Stable tag: 3.0
    88
     9Displays the freifunk community map and/or the freifunk community table
     10
    911== Description ==
    1012
     
    1315It is fully configurable to embed your own sources. These options are available:
    1416
    15 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    1617| Name               | Standard                                           | Bedeutung                                                            |
    17 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
     18|--------------------|----------------------------------------------------|----------------------------------------------------------------------|
    1819| geojsonurl         | "//api.freifunk.net/map/ffGeoJsonp.php?callback=?" | URL with API data, we need jsonp there                               |
    19 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    2020| hidelocationbutton | 0                                                  |                                                                      |
    21 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    2221| hidelayercontrol   | 0                                                  | hide or show layer box                                               |
    23 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    2422| hideinfobox        | 0                                                  | hide or show info box                                                |
    25 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    2623| feedurl            | "//api.freifunk.net/feed/feed.php"                 | a feed provided by https://github.com/freifunk/feed.api.freifunk.net |
    27 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    2824| newscontentlimit   | 3                                                  | number of news entries                                               |
    29 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    3025| eventscontentlimit | 2                                                  | number of event entries                                              |
    31 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    3226| postcontentlength  | 30                                                 | length event headlines                                               |
    33 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    3427| zoomlevel          | 5                                                  | default zoom level on page load                                      |
    35 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    3628| center             | [51.5,10.5]                                        | initial center of map                                                |
    37 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    3829| divid              | "map"                                              | div id where map should be displayed                                 |
    39 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    4030| showevents         | 0                                                  | show events in community popup                                       |
    41 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    4231| shownews           | 0                                                  | show news in community popup                                         |
    43 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    4432| mapboxid           | "mapbox.streets"                                   | id for your mapbox tiles                                             |
    45 +--------------------+----------------------------------------------------+----------------------------------------------------------------------+
    4633
    4734Another shortcode is for displaying a community table: [ffcommunitytable]
     
    4936Available options are:
    5037
    51 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
    5238| Name               | Standard                                                        | Bedeutung                                               |
    53 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
     39|--------------------|-----------------------------------------------------------------|---------------------------------------------------------|
    5440| summaryurl         | "//api.freifunk.net/map/ffApiJsonp.php?mode=summary&callback=?" | URL with API data, we need jsonp there                  |
    55 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
    5641| columns            | "city,name,firmware,routing,nodes,contact"                      | select available columns comma separated                |
    57 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
    5842| number_communities | "3"                                                             | number of communities displayed in search               |
    59 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
    6043| enable_zip_search  | "1"                                                             | enable zip/city search                                  |
    61 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
    6244| nominatim_email    | "yourmail@domain.tld"                                           | email provided to nominatim queries to avoid abuse      |
    63 +--------------------+-----------------------------------------------------------------+---------------------------------------------------------+
    6445
    6546
Note: See TracChangeset for help on using the changeset viewer.