Plugin Directory

Changeset 906888


Ignore:
Timestamp:
05/02/2014 02:05:25 PM (12 years ago)
Author:
markzero
Message:

fix numbering list in readme; improve readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-on-routes/trunk/readme.txt

    r906884 r906888  
    11=== WordPress on Routes ===
    2 
    32Contributors: markzero
    4 
    53Tags: routes, path, HTTP method, custom paths, custom parameters, query, headers, exclude header, agent, filter agents
    6 
    74Requires at least: 3.8
    8 
    95Tested up to: 3.9
    10 
    116Stable tag: 0.1.0
    12 
    13 
    147
    158This plugin adds API-like functionality to your WordPress instance.
    169
     10== Description ==
    1711
     12WordPress on Routes is a plugin for WordPress, inspired mainly by Ruby micro-frameworks. It adds ability to add custom routes to your WordPress instance. Useful for form submissions, API-like features, etc.
    1813
    19 == Description ==
    2014This plugin allows you to:
    2115
     
    29231. Agent filter for negative logic (e.g. /^((?!Firefox).)*$/, which tells "every browser except Firefox")
    30241. Include header and footer
     25
     26== Installation ==
     27
     28Good old plugin installation applies here too - download it / clone it to `plugins/` dir, activate.
     29
     30No UI involved.
     31
Note: See TracChangeset for help on using the changeset viewer.