Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docpad-plugin-cleanurls

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-cleanurls - npm Package Compare versions

Comparing version 2.8.1 to 2.9.0

docpad-setup.sh

49

HISTORY.md
# History
## v2.8.1 July 30, 2015
## v2.9.0 2017 April 17
- Updated base files
## v2.8.1 2015 July 30
- Fixed 404 pages having clean URLs applied
## v2.8.0 July 30, 2015
## v2.8.0 2015 July 30
- Added the options `simpleRedirects`, `advancedRedirects` and `getRedirectScript`

@@ -15,24 +18,24 @@ - These allow you to perform custom redirections on both dynamic and static environments

## v2.7.0 February 13, 2014
## v2.7.0 2014 February 13
- Static mode is now a configuration option that is enabled by default in the static environment
- Thanks to [Marcus Stong](https://github.com/stongo) and [Millicent Billette](https://github.com/GammaNu) for issues [#16](https://github.com/docpad/docpad-plugin-cleanurls/issues/16), [#14](https://github.com/docpad/docpad-plugin-cleanurls/pull/14), and [#5](https://github.com/docpad/docpad-plugin-cleanurls/issues/5)
## v2.6.2 January 10, 2014
## v2.6.2 2014 January 10
- Updated dependencies
## v2.6.1 January 1, 2014
## v2.6.1 2014 January 1
- Added canonical link relationship for redirect to reduce duplicate content in search engines (regression since always)
- Thanks to [David Boyer](https://github.com/misterdai) for [pull request #11](https://github.com/docpad/docpad-plugin-cleanurls/pull/11)
## v2.6.0 November 30, 2013
## v2.6.0 2013 November 30
- Can now specify your own collection to use
## v2.5.2 November 24, 2013
## v2.5.2 2013 November 24
- Repackaged
- Updated dependencies
## v2.5.1 August 20, 2013
## v2.5.1 2013 August 20
- Updated dependencies
## v2.5.0 June 12, 2013
## v2.5.0 2013 June 12
- Optionally generate document urls with trailing slashes

@@ -42,9 +45,9 @@ - Thanks to [Adam Hull](https://github.com/hurrymaplelad) for [pull request #4](https://github.com/docpad/docpad-plugin-cleanurls/pull/4)

## v2.4.3 April 5, 2013
## v2.4.3 2013 April 5
- Updated dependencies
## v2.4.2 April 1, 2013
## v2.4.2 2013 April 1
- Updated dependencies
## v2.4.1 March 6, 2013
## v2.4.1 2013 March 6
- Updated dependencies

@@ -54,3 +57,3 @@ - `bal-util` from ~1.15.3 to ~1.16.8

## v2.4.0 January 6, 2013
## v2.4.0 2013 January 6
- Clean URLs for the static environment now operates more gracefully

@@ -60,3 +63,3 @@ - No longer modifies the out path and corresponding attributes

## v2.3.0 January 4, 2013
## v2.3.0 2013 January 4
- Now supports static environments by changing the document's `outPath` to that of a directory with an `index.html` file inside.

@@ -66,25 +69,25 @@ - Updated tests to also check the directory output

## v2.2.5 October 8, 2012
## v2.2.5 2012 October 8
- Fixed plugin name (`cleanUrls` to `cleanurls`)
## v2.2.4 September 5, 2012
## v2.2.4 2012 September 5
- Fixed windows support
## v2.2.3 August 10, 2012
## v2.2.3 2012 August 10
- Re-added markdown files to npm distribution as they are required for the npm website
## v2.2.2 July 19, 2012
## v2.2.2 2012 July 19
- Removed a `console.log` left from debugging
## v2.2.1 July 18, 2012
## v2.2.1 2012 July 18
- Minor cleanup
## v2.2.0 July 18, 2012
## v2.2.0 2012 July 18
- Updated for DocPad v6.3.0
## v2.1.0 July 8, 2012
## v2.1.0 2012 July 8
- Updated for DocPad v6.1.1
- Fixed unit tests again
## v2.0.2 June 12, 2012
## v2.0.2 2012 June 12
- Updated for DocPad v6.0.8

@@ -97,3 +100,3 @@ - Fixed clean urls not actually working

## v1.0.0 April 14, 2012
## v1.0.0 2012 April 14
- Updated for DocPad v5.0

@@ -1,24 +0,24 @@

<!-- LICENSEFILE/ -->
# License
<h1>License</h1>
Unless stated otherwise all works are:
- Copyright &copy; 2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)
- Copyright &copy; 2011 Benjamin Lupton <b@lupton.cc> (http://balupton.com)
<ul><li>Copyright &copy; 2012+ <a href="http://bevry.me">Bevry Pty Ltd</a></li>
<li>Copyright &copy; 2011 <a href="http://balupton.com">Benjamin Lupton</a></li></ul>
and licensed under:
- The incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://opensource.org/licenses/mit-license.php)
<ul><li><a href="http://spdx.org/licenses/MIT.html">MIT License</a></li></ul>
## MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
<h2>MIT License</h2>
<pre>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</pre>
<!-- /LICENSEFILE -->
{
"title": "Clean URLs Plugin for DocPad",
"name": "docpad-plugin-cleanurls",
"version": "2.8.1",
"description": "Adds support for clean urls to DocPad",
"homepage": "http://docpad.org/plugin/cleanurls",
"license": {
"type": "MIT"
},
"badges": {
"travis": true,
"npm": true,
"npmdownloads": true,
"david": true,
"daviddev": true,
"gratipay": "docpad",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},
"version": "2.9.0",
"description": "Adds support for clean URLs to DocPad",
"homepage": "https://github.com/docpad/docpad-plugin-cleanurls",
"license": "MIT",
"keywords": [

@@ -27,17 +14,46 @@ "docpad",

],
"badges": {
"list": [
"travisci",
"npmversion",
"npmdownloads",
"daviddm",
"daviddmdev",
"---",
"patreon",
"opencollective",
"gratipay",
"flattr",
"paypal",
"bitcoin",
"wishlist",
"---",
"slackin"
],
"config": {
"patreonUsername": "bevry",
"opencollectiveUsername": "bevry",
"gratipayUsername": "bevry",
"flattrUsername": "balupton",
"paypalURL": "https://bevry.me/paypal",
"bitcoinURL": "https://bevry.me/bitcoin",
"wishlistURL": "https://bevry.me/wishlist",
"slackinURL": "https://slack.bevry.me"
}
},
"author": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011 Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"hurrymaplelad (https://github.com/hurrymaplelad)",
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"Adam Hull (hurrymaplelad.com)",
"iSpyCreativity (https://github.com/iSpyCreativity)",
"misterdai (https://github.com/misterdai)",
"RobLoach (https://github.com/RobLoach)",
"stongo (https://github.com/stongo)",
"StormPooper (https://github.com/StormPooper)",
"StudioLE (https://github.com/StudioLE)",
"David Boyer (http://misterdai.yougeezer.co.uk/)",
"Rob Loach <robloach@gmail.com> (http://robloach.net)",
"Marcus Stong (http://circleci.com)",
"Daniel Smith (http://www.stormpoopersmith.com)",
"Laurence Elsdon <studio@studiole.uk> (http://studiole.uk)",
"vsopvsop (https://github.com/vsopvsop)",
"zenorocha (https://github.com/zenorocha)"
"Zeno Rocha (http://zenorocha.com)"
],

@@ -52,7 +68,26 @@ "bugs": {

"engines": {
"node": ">=0.4"
"node": ">=0.8"
},
"peerDependencies": {
"docpad": ">=6.3 <7"
},
"editions": [
{
"description": "Source + CoffeeScript + Require",
"directory": "source",
"entry": "cleanurls.plugin.coffee",
"syntaxes": [
"coffeescript",
"require"
]
},
{
"description": "CoffeeScript Compiled + ES5 + Require",
"directory": "es5",
"entry": "cleanurls.plugin.js",
"syntaxes": [
"javascript",
"es5",
"require"
]
}
],
"main": "es5/cleanurls.plugin.js",
"dependencies": {

@@ -63,16 +98,33 @@ "safefs": "^3.1.0",

"devDependencies": {
"assert-helpers": "^1.0.2",
"chai": "~1.9.0",
"coffee-script": "^1.9.1",
"docpad": ">=6.3 <7",
"projectz": "^0.5.0",
"assert-helpers": "^4.5.0",
"coffee-script": "^1.12.5",
"coffeelint": "^1.16.0",
"docpad": "^6.79.4",
"projectz": "^1.4.0",
"request": "^2.60.0"
},
"main": "./out/cleanurls.plugin.js",
"peerDependencies": {
"docpad": "^6.3"
},
"scripts": {
"test": "node ./out/cleanurls.test.js"
},
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src"
"our:setup": "npm run our:setup:npm && npm run our:setup:docpad",
"our:setup:npm": "npm install",
"our:setup:docpad": "bash ./docpad-setup.sh",
"our:clean": "rm -Rf ./docs ./es2015 ./es5 ./out",
"our:compile": "npm run our:compile:coffee",
"our:compile:coffee": "coffee -bco ./es5 ./source",
"our:meta": "npm run our:meta:projectz",
"our:meta:projectz": "projectz compile",
"our:verify": "npm run our:verify:coffeelint",
"our:verify:coffeelint": "coffeelint ./source",
"our:test": "npm run our:verify && npm test",
"our:release": "npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push",
"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
"our:release:check": "npm run our:release:check:changelog && npm run our:release:check:dirty",
"our:release:check:changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
"our:release:check:dirty": "git diff --exit-code",
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
"our:release:push": "git push origin master && git push origin --tags",
"test": "node --harmony es5/cleanurls.test.js --joe-reporter=console"
}
}

@@ -1,15 +0,25 @@

# Clean URLs Plugin for [DocPad](https://docpad.org)
<!-- TITLE/ -->
<h1>Clean URLs Plugin for DocPad</h1>
<!-- /TITLE -->
<!-- BADGES/ -->
[![Build Status](https://img.shields.io/travis/docpad/docpad-plugin-cleanurls/master.svg)](http://travis-ci.org/docpad/docpad-plugin-cleanurls "Check this project's build status on TravisCI")
[![NPM version](https://img.shields.io/npm/v/docpad-plugin-cleanurls.svg)](https://npmjs.org/package/docpad-plugin-cleanurls "View this project on NPM")
[![NPM downloads](https://img.shields.io/npm/dm/docpad-plugin-cleanurls.svg)](https://npmjs.org/package/docpad-plugin-cleanurls "View this project on NPM")
[![Dependency Status](https://img.shields.io/david/docpad/docpad-plugin-cleanurls.svg)](https://david-dm.org/docpad/docpad-plugin-cleanurls)
[![Dev Dependency Status](https://img.shields.io/david/dev/docpad/docpad-plugin-cleanurls.svg)](https://david-dm.org/docpad/docpad-plugin-cleanurls#info=devDependencies)<br/>
[![Gratipay donate button](https://img.shields.io/gratipay/docpad.svg)](https://www.gratipay.com/docpad/ "Donate weekly to this project using Gratipay")
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")
[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us")
<span class="badge-travisci"><a href="http://travis-ci.org/docpad/docpad-plugin-cleanurls" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/docpad/docpad-plugin-cleanurls/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-npmversion"><a href="https://npmjs.org/package/docpad-plugin-cleanurls" title="View this project on NPM"><img src="https://img.shields.io/npm/v/docpad-plugin-cleanurls.svg" alt="NPM version" /></a></span>
<span class="badge-npmdownloads"><a href="https://npmjs.org/package/docpad-plugin-cleanurls" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/docpad-plugin-cleanurls.svg" alt="NPM downloads" /></a></span>
<span class="badge-daviddm"><a href="https://david-dm.org/docpad/docpad-plugin-cleanurls" title="View the status of this project's dependencies on DavidDM"><img src="https://img.shields.io/david/docpad/docpad-plugin-cleanurls.svg" alt="Dependency Status" /></a></span>
<span class="badge-daviddmdev"><a href="https://david-dm.org/docpad/docpad-plugin-cleanurls#info=devDependencies" title="View the status of this project's development dependencies on DavidDM"><img src="https://img.shields.io/david/dev/docpad/docpad-plugin-cleanurls.svg" alt="Dev Dependency Status" /></a></span>
<br class="badge-separator" />
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>
<span class="badge-opencollective"><a href="https://opencollective.com/bevry" title="Donate to this project using Open Collective"><img src="https://img.shields.io/badge/open%20collective-donate-yellow.svg" alt="Open Collective donate button" /></a></span>
<span class="badge-gratipay"><a href="https://www.gratipay.com/bevry" title="Donate weekly to this project using Gratipay"><img src="https://img.shields.io/badge/gratipay-donate-yellow.svg" alt="Gratipay donate button" /></a></span>
<span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span>
<span class="badge-paypal"><a href="https://bevry.me/paypal" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>
<span class="badge-bitcoin"><a href="https://bevry.me/bitcoin" title="Donate once-off to this project using Bitcoin"><img src="https://img.shields.io/badge/bitcoin-donate-yellow.svg" alt="Bitcoin donate button" /></a></span>
<span class="badge-wishlist"><a href="https://bevry.me/wishlist" title="Buy an item on our wishlist for us"><img src="https://img.shields.io/badge/wishlist-donate-yellow.svg" alt="Wishlist browse button" /></a></span>
<br class="badge-separator" />
<span class="badge-slackin"><a href="https://slack.bevry.me" title="Join this project's slack community"><img src="https://slack.bevry.me/badge.svg" alt="Slack community badge" /></a></span>

@@ -19,15 +29,21 @@ <!-- /BADGES -->

Adds support for clean URLs to [DocPad](https://docpad.org)
<!-- DESCRIPTION/ -->
Adds support for clean URLs to DocPad
## Install
<!-- /DESCRIPTION -->
```
docpad install cleanurls
```
<!-- INSTALL/ -->
## Usage/Configure
<h2>Install</h2>
Install this DocPad plugin by entering <code>docpad install cleanurls</code> into your terminal.
<!-- /INSTALL -->
## Usage
### `static`

@@ -174,5 +190,6 @@

## History
[Discover the change history by heading on over to the `HISTORY.md` file.](https://github.com/docpad/docpad-plugin-cleanurls/blob/master/HISTORY.md#files)
<h2>History</h2>
<a href="https://github.com/docpad/docpad-plugin-cleanurls/blob/master/HISTORY.md#files">Discover the release history by heading on over to the <code>HISTORY.md</code> file.</a>
<!-- /HISTORY -->

@@ -183,5 +200,5 @@

## Contribute
<h2>Contribute</h2>
[Discover how you can contribute by heading on over to the `CONTRIBUTING.md` file.](https://github.com/docpad/docpad-plugin-cleanurls/blob/master/CONTRIBUTING.md#files)
<a href="https://github.com/docpad/docpad-plugin-cleanurls/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>

@@ -193,36 +210,38 @@ <!-- /CONTRIBUTE -->

## Backers
<h2>Backers</h2>
### Maintainers
<h3>Maintainers</h3>
These amazing people are maintaining this project:
- Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/docpad/docpad-plugin-cleanurls/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository docpad/docpad-plugin-cleanurls">view contributions</a></li></ul>
### Sponsors
<h3>Sponsors</h3>
No sponsors yet! Will you be the first?
[![Gratipay donate button](https://img.shields.io/gratipay/docpad.svg)](https://www.gratipay.com/docpad/ "Donate weekly to this project using Gratipay")
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")
[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us")
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>
<span class="badge-opencollective"><a href="https://opencollective.com/bevry" title="Donate to this project using Open Collective"><img src="https://img.shields.io/badge/open%20collective-donate-yellow.svg" alt="Open Collective donate button" /></a></span>
<span class="badge-gratipay"><a href="https://www.gratipay.com/bevry" title="Donate weekly to this project using Gratipay"><img src="https://img.shields.io/badge/gratipay-donate-yellow.svg" alt="Gratipay donate button" /></a></span>
<span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span>
<span class="badge-paypal"><a href="https://bevry.me/paypal" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>
<span class="badge-bitcoin"><a href="https://bevry.me/bitcoin" title="Donate once-off to this project using Bitcoin"><img src="https://img.shields.io/badge/bitcoin-donate-yellow.svg" alt="Bitcoin donate button" /></a></span>
<span class="badge-wishlist"><a href="https://bevry.me/wishlist" title="Buy an item on our wishlist for us"><img src="https://img.shields.io/badge/wishlist-donate-yellow.svg" alt="Wishlist browse button" /></a></span>
### Contributors
<h3>Contributors</h3>
These amazing people have contributed code to this project:
- [Benjamin Lupton](https://github.com/balupton) <b@lupton.cc> — [view contributions](https://github.com/docpad/docpad-plugin-cleanurls/commits?author=balupton)
- [hurrymaplelad](https://github.com/hurrymaplelad) — [view contributions](https://github.com/docpad/docpad-plugin-cleanurls/commits?author=hurrymaplelad)
- [iSpyCreativity](https://github.com/iSpyCreativity) — [view contributions](https://github.com/docpad/docpad-plugin-cleanurls/commits?author=iSpyCreativity)
- [misterdai](https://github.com/misterdai) — [view contributions](https://github.com/docpad/docpad-plugin-cleanurls/commits?author=misterdai)
- [RobLoach](https://github.com/RobLoach) — [view contributions](https://github.com/docpad/docpad-plugin-cleanurls/commits?author=RobLoach)
- [stongo](https://github.com/stongo) — [view contributions](https://github.com/docpad/docpad-plugin-cleanurls/commits?author=stongo)
- [StormPooper](https://github.com/StormPooper) — [view contributions](https://github.com/docpad/docpad-plugin-cleanurls/commits?author=StormPooper)
- [StudioLE](https://github.com/StudioLE) — [view contributions](https://github.com/docpad/docpad-plugin-cleanurls/commits?author=StudioLE)
- [vsopvsop](https://github.com/vsopvsop) — [view contributions](https://github.com/docpad/docpad-plugin-cleanurls/commits?author=vsopvsop)
- [zenorocha](https://github.com/zenorocha) — [view contributions](https://github.com/docpad/docpad-plugin-cleanurls/commits?author=zenorocha)
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/docpad/docpad-plugin-cleanurls/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository docpad/docpad-plugin-cleanurls">view contributions</a></li>
<li><a href="hurrymaplelad.com">Adam Hull</a> — <a href="https://github.com/docpad/docpad-plugin-cleanurls/commits?author=hurrymaplelad" title="View the GitHub contributions of Adam Hull on repository docpad/docpad-plugin-cleanurls">view contributions</a></li>
<li><a href="https://github.com/iSpyCreativity">iSpyCreativity</a> — <a href="https://github.com/docpad/docpad-plugin-cleanurls/commits?author=iSpyCreativity" title="View the GitHub contributions of iSpyCreativity on repository docpad/docpad-plugin-cleanurls">view contributions</a></li>
<li><a href="http://misterdai.yougeezer.co.uk/">David Boyer</a> — <a href="https://github.com/docpad/docpad-plugin-cleanurls/commits?author=misterdai" title="View the GitHub contributions of David Boyer on repository docpad/docpad-plugin-cleanurls">view contributions</a></li>
<li><a href="http://robloach.net">Rob Loach</a> — <a href="https://github.com/docpad/docpad-plugin-cleanurls/commits?author=RobLoach" title="View the GitHub contributions of Rob Loach on repository docpad/docpad-plugin-cleanurls">view contributions</a></li>
<li><a href="http://circleci.com">Marcus Stong</a> — <a href="https://github.com/docpad/docpad-plugin-cleanurls/commits?author=stongo" title="View the GitHub contributions of Marcus Stong on repository docpad/docpad-plugin-cleanurls">view contributions</a></li>
<li><a href="http://www.stormpoopersmith.com">Daniel Smith</a> — <a href="https://github.com/docpad/docpad-plugin-cleanurls/commits?author=StormPooper" title="View the GitHub contributions of Daniel Smith on repository docpad/docpad-plugin-cleanurls">view contributions</a></li>
<li><a href="http://studiole.uk">Laurence Elsdon</a> — <a href="https://github.com/docpad/docpad-plugin-cleanurls/commits?author=StudioLE" title="View the GitHub contributions of Laurence Elsdon on repository docpad/docpad-plugin-cleanurls">view contributions</a></li>
<li><a href="https://github.com/vsopvsop">vsopvsop</a> — <a href="https://github.com/docpad/docpad-plugin-cleanurls/commits?author=vsopvsop" title="View the GitHub contributions of vsopvsop on repository docpad/docpad-plugin-cleanurls">view contributions</a></li>
<li><a href="http://zenorocha.com">Zeno Rocha</a> — <a href="https://github.com/docpad/docpad-plugin-cleanurls/commits?author=zenorocha" title="View the GitHub contributions of Zeno Rocha on repository docpad/docpad-plugin-cleanurls">view contributions</a></li></ul>
[Become a contributor!](https://github.com/docpad/docpad-plugin-cleanurls/blob/master/CONTRIBUTING.md#files)
<a href="https://github.com/docpad/docpad-plugin-cleanurls/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>

@@ -234,15 +253,13 @@ <!-- /BACKERS -->

## License
<h2>License</h2>
Unless stated otherwise all works are:
- Copyright &copy; 2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)
- Copyright &copy; 2011 Benjamin Lupton <b@lupton.cc> (http://balupton.com)
<ul><li>Copyright &copy; 2012+ <a href="http://bevry.me">Bevry Pty Ltd</a></li>
<li>Copyright &copy; 2011 <a href="http://balupton.com">Benjamin Lupton</a></li></ul>
and licensed under:
- The incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://opensource.org/licenses/mit-license.php)
<ul><li><a href="http://spdx.org/licenses/MIT.html">MIT License</a></li></ul>
<!-- /LICENSE -->

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc