Plugin Directory

Changeset 1071299


Ignore:
Timestamp:
01/19/2015 08:07:11 PM (11 years ago)
Author:
hoest
Message:

Update readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • knvb-api/trunk/readme.txt

    r1070043 r1071299  
    1 === Plugin Name ===
     1=== KNVB Api plugin ===
    22Contributors: hoest
    33Donate link: http://www.hoest.nl/
    4 Tags: knvb, voetbal, api, soccer, dutch,
     4Tags: knvb, voetbal, api, soccer, dutch
     5Requires at least: 3.0.1
    56Tested up to: 4.1
    67Stable tag: 1.1
     
    1213Show teams:
    1314
    14 ```
    15 [knvb uri="/teams"]
    16 ```
     15`[knvb uri="/teams"]`
    1716
    1817Show results for the team with ID `106698`
    1918
    20 ```
    21 [knvb uri="/teams/106698/results"]
    22 ```
     19`[knvb uri="/teams/106698/results"]`
    2320
    2421Show schedule for the team with ID `106698`
    2522
    26 ```
    27 [knvb uri="/teams/106698/schedule"]
    28 ```
     23`[knvb uri="/teams/106698/schedule"]`
    2924
    3025Show all games
    3126
    32 ```
    33 [knvb uri="/wedstrijden" extra="weeknummer=A"]
     27`[knvb uri="/wedstrijden" extra="weeknummer=A"]`
    3428
    35 More info at https://github.com/hoest/knvb-api/blob/master/readme.md
     29More info at [GitHub](https://github.com/hoest/knvb-api/blob/master/readme.md)
    3630
    3731== Installation ==
     
    4236== Frequently Asked Questions ==
    4337
     38None
     39
    4440== Screenshots ==
     41
     42None
    4543
    4644== Changelog ==
    4745
     46None
     47
    4848== Upgrade Notice ==
    4949
     50None
     51
    5052== Arbitrary section ==
     53
     54None
Note: See TracChangeset for help on using the changeset viewer.