Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docpad/docpad-plugin-cachr
Caches remote resources locally
https://github.com/docpad/docpad-plugin-cachr
docpad-plugin
Last synced: 2 months ago
JSON representation
Caches remote resources locally
- Host: GitHub
- URL: https://github.com/docpad/docpad-plugin-cachr
- Owner: docpad
- License: other
- Created: 2012-10-17T01:58:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T14:43:58.000Z (about 1 year ago)
- Last Synced: 2024-04-07T00:54:30.377Z (10 months ago)
- Topics: docpad-plugin
- Language: CoffeeScript
- Homepage:
- Size: 307 KB
- Stars: 3
- Watchers: 17
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Cachr Plugin for [DocPad](https://docpad.org)
This [DocPad](https://docpad.org) plugin provides a template helper that will take in a remote URL, download it, and provide the local URL for you.
## Usage
To use, simply wrap any url you want to cache locally within the exposed `@cachr(url)` function inside your templates.
- [Eco](https://github.com/sstephenson/eco) example:
``` coffeescript
```would become:
``` coffeescript
```- [CoffeeKup](http://coffeekup.org/) example:
``` coffeescript
img src:'http://somewebsite.com/someimage.gif'
```would become:
``` coffeescript
img src:@cachr('http://somewebsite.com/someimage.gif')
```Install
Install this DocPad plugin by entering
docpad install cachr
into your terminal.History
Discover the release history by heading on over to the
HISTORY.md
file.Contribute
Discover how you can contribute by heading on over to the
CONTRIBUTING.md
file.Backers
Maintainers
These amazing people are maintaining this project:
Sponsors
No sponsors yet! Will you be the first?
Contributors
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
License
Unless stated otherwise all works are:
- Copyright © Bevry Pty Ltd
and licensed under: