Changeset 906888
- Timestamp:
- 05/02/2014 02:05:25 PM (12 years ago)
- File:
-
- 1 edited
-
wp-on-routes/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-on-routes/trunk/readme.txt
r906884 r906888 1 1 === WordPress on Routes === 2 3 2 Contributors: markzero 4 5 3 Tags: routes, path, HTTP method, custom paths, custom parameters, query, headers, exclude header, agent, filter agents 6 7 4 Requires at least: 3.8 8 9 5 Tested up to: 3.9 10 11 6 Stable tag: 0.1.0 12 13 14 7 15 8 This plugin adds API-like functionality to your WordPress instance. 16 9 10 == Description == 17 11 12 WordPress 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. 18 13 19 == Description ==20 14 This plugin allows you to: 21 15 … … 29 23 1. Agent filter for negative logic (e.g. /^((?!Firefox).)*$/, which tells "every browser except Firefox") 30 24 1. Include header and footer 25 26 == Installation == 27 28 Good old plugin installation applies here too - download it / clone it to `plugins/` dir, activate. 29 30 No UI involved. 31
Note: See TracChangeset
for help on using the changeset viewer.