2.0.0 • Published 7 years ago

poosh-plugin-header-location-from-html v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

poosh-plugin-header-location-from-html

Poosh plugin that generates location HTTP headers from HTML content

Sample

If your local looks like that:

<!DOCTYPE html>
<html>
  <head>
    <link rel="canonical" href="http://mysite.tld/posts/my-original-url"/>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <meta http-equiv="refresh" content="0;url=http://mysite.tld/posts/my-original-url"/>
  </head>
</html>

Then the plugin will automatically generates a location HTTP header for it.

Dependencies

2.0.0

7 years ago

1.1.0

8 years ago

1.0.8

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago