Sign inSign up

dmoraschi/sitemap-generator

By dmoraschi

•Updated about 10 years ago

Google sitemap generator

Image
0

1.2K

dmoraschi/sitemap-generator repository overview

⁠Sitemap generator command line application

Build Status

This is an example app based on the library dmoraschi/sitemap-common⁠

⁠Usage:

bin/sitemap generate [options]

⁠Options:

  -u, --url=URL                The website url to scan. This is mandatory.
  -d, --deep[=DEEP]            Follow link deep scan. [default: 1]
  -p, --priority[=PRIORITY]    Web page priority. [default: 0.3]
  -f, --frequency[=FREQUENCY]  Web page frequency. [default: "daily"]
  -o, --output[=OUTPUT]        The output filename. [default: "sitemap.xml"]
  -h, --help                   Display this help message

⁠Use with Docker:

docker pull dmoraschi/sitemap-generator

docker run --rm dmoraschi/sitemap-generator generate [options]

Example:

docker run --rm -v $(pwd):/tmp dmoraschi/sitemap-generator generate -uhttp://www.website.com -o/tmp/sitemap.xml

Tag summary

Content type

Image

Digest

Size

168.7 MB

Last updated

about 10 years ago

docker pull dmoraschi/sitemap-generator