From 72e664a070a3f9aa57f314a3ff67adddeed16279 Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Fri, 9 May 2025 14:53:24 +0200 Subject: [PATCH] docs: remove deprecated and unmaintained pillarjs utils (#1889) --- _includes/util-list.md | 4 ---- en/resources/utils.md | 3 --- id/resources/utils.md | 3 --- th/resources/utils.md | 4 ---- tr/resources/utils.md | 4 ---- 5 files changed, 18 deletions(-) diff --git a/_includes/util-list.md b/_includes/util-list.md index e26620dd..8abc5d6a 100644 --- a/_includes/util-list.md +++ b/_includes/util-list.md @@ -32,11 +32,7 @@ - [csrf](/{{page.lang}}/resources/utils/csrf.html) - [finalhandler](/{{page.lang}}/resources/utils/finalhandler.html) - [parseurl](/{{page.lang}}/resources/utils/parseurl.html) -- [path-match](/{{page.lang}}/resources/utils/path-match.html) - [path-to-regexp](/{{page.lang}}/resources/utils/path-to-regexp.html) - [resolve-path](/{{page.lang}}/resources/utils/resolve-path.html) - [router](/{{page.lang}}/resources/utils/router.html) -- [routington](/{{page.lang}}/resources/utils/routington.html) - [send](/{{page.lang}}/resources/utils/send.html) -- [ssl-redirect](/{{page.lang}}/resources/utils/ssl-redirect.html) -- [templation](/{{page.lang}}/resources/utils/templation.html) diff --git a/en/resources/utils.md b/en/resources/utils.md index 6799b75e..25e511cf 100644 --- a/en/resources/utils.md +++ b/en/resources/utils.md @@ -18,13 +18,10 @@ for utility functions that may be generally useful. | [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.| | [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.| | [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. | -| [path-match](https://www.npmjs.com/package/path-match) | Thin wrapper around [path-to-regexp](https://github.com/component/path-to-regexp) to make extracting parameter names easier.| | [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) | Turn an Express-style path string such as ``/user/:name` into a regular expression.| | [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. | | [router](https://www.npmjs.com/package/router) | Simple middleware-style router. | -| [routington](https://www.npmjs.com/package/routington) | Trie-based URL router for defining and matching URLs. | | [send](https://www.npmjs.com/package/send) | Library for streaming files as a HTTP response, with support for partial responses (ranges), conditional-GET negotiation, and granular events.| -| [templation](https://www.npmjs.com/package/templation) | View system similar to `res.render()` inspired by [co-views](https://github.com/visionmedia/co-views) and [consolidate.js](https://github.com/visionmedia/consolidate.js/). | For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/). diff --git a/id/resources/utils.md b/id/resources/utils.md index 6a6639fe..880e1f94 100644 --- a/id/resources/utils.md +++ b/id/resources/utils.md @@ -19,13 +19,10 @@ for utility functions that may be generally useful. | [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.| | [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.| | [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. | -| [path-match](https://www.npmjs.com/package/path-match) | Thin wrapper around [path-to-regexp](https://github.com/component/path-to-regexp) to make extracting parameter names easier.| | [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) | Turn an Express-style path string such as ``/user/:name` into a regular expression.| | [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. | | [router](https://www.npmjs.com/package/router) | Simple middleware-style router. | -| [routington](https://www.npmjs.com/package/routington) | Trie-based URL router for defining and matching URLs. | | [send](https://www.npmjs.com/package/send) | Library for streaming files as a HTTP response, with support for partial responses (ranges), conditional-GET negotiation, and granular events.| -| [templation](https://www.npmjs.com/package/templation) | View system similar to `res.render()` inspired by [co-views](https://github.com/visionmedia/co-views) and [consolidate.js](https://github.com/visionmedia/consolidate.js/). | For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/). diff --git a/th/resources/utils.md b/th/resources/utils.md index b93cb440..bb59256e 100644 --- a/th/resources/utils.md +++ b/th/resources/utils.md @@ -19,13 +19,9 @@ for utility functions that may be generally useful. | [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.| | [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.| | [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. | -| [path-match](https://www.npmjs.com/package/path-match) | Thin wrapper around [path-to-regexp](https://github.com/component/path-to-regexp) to make extracting parameter names easier.| | [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) | Turn an Express-style path string such as ``/user/:name` into a regular expression.| | [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. | | [router](https://www.npmjs.com/package/router) | Simple middleware-style router. | -| [routington](https://www.npmjs.com/package/routington) | Trie-based URL router for defining and matching URLs. | | [send](https://www.npmjs.com/package/send) | Library for streaming files as a HTTP response, with support for partial responses (ranges), conditional-GET negotiation, and granular events.| -| [templation](https://www.npmjs.com/package/templation) | View system similar to `res.render()` inspired by [co-views](https://github.com/visionmedia/co-views) and [consolidate.js](https://github.com/visionmedia/consolidate.js/). | - For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/) . diff --git a/tr/resources/utils.md b/tr/resources/utils.md index 584af121..41db5eef 100644 --- a/tr/resources/utils.md +++ b/tr/resources/utils.md @@ -19,14 +19,10 @@ for utility functions that may be generally useful. | [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.| | [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.| | [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. | -| [path-match](https://www.npmjs.com/package/path-match) | Thin wrapper around [path-to-regexp](https://github.com/component/path-to-regexp) to make extracting parameter names easier.| | [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) | Turn an Express-style path string such as ``/user/:name` into a regular expression.| | [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. | | [router](https://www.npmjs.com/package/router) | Simple middleware-style router. | -| [routington](https://www.npmjs.com/package/routington) | Trie-based URL router for defining and matching URLs. | | [send](https://www.npmjs.com/package/send) | Library for streaming files as a HTTP response, with support for partial responses (ranges), conditional-GET negotiation, and granular events.| -| [templation](https://www.npmjs.com/package/templation) | View system similar to `res.render()` inspired by [co-views](https://github.com/visionmedia/co-views) and [consolidate.js](https://github.com/visionmedia/consolidate.js/). | - For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/) .