https://github.com/orc/imgfix
A throwaway utility to make flickr embeds xhtml compatible
https://github.com/orc/imgfix
Last synced: about 1 month ago
JSON representation
A throwaway utility to make flickr embeds xhtml compatible
- Host: GitHub
- URL: https://github.com/orc/imgfix
- Owner: Orc
- License: bsd-3-clause
- Created: 2018-03-11T22:35:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T20:53:37.000Z (over 8 years ago)
- Last Synced: 2025-01-06T20:51:19.838Z (over 1 year ago)
- Language: C
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
IMGFIX:
A throwaway utility to make flickr embeds xhtml compatible by
self-closing the img tag and stripping the data-flickr-embed
attribute out of the a tag
Usage:
imgfix file [...] -- rewrites the flickr embeds in each file
imgfix < file -- strips the flickr gunk out of stdin, writes to stdout