From d57e383648d7811e1fa8e7c827a0856d5084c4e5 Mon Sep 17 00:00:00 2001 From: ElbertF Date: Sun, 12 Aug 2012 17:23:55 +1000 Subject: [PATCH] Documentation --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index c6b979b86..da5451942 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,25 @@ Contributing * Add a 16x16 PNG image to `share/images/icons` matching the application name. * Provide the URL to the application's website when submitting a pull request. +Example: + +```javascript +'Application Name': { + cats: [ 1 ], + headers: { + 'X-Powered-By': /Application Name/, + }, + html: /]application-name\.css/i, + url: /.+\.application-name\.com/i + meta: { + 'generator': /Application Name/i + }, + script: /application-name\.js/i, + env: /ApplicationName/ + implies: [ 'PHP' ] + }, +``` + Drivers -------