Generate sitemap files from the DataCite REST API.
4.7K
Ruby gem and command-line tool for generating sitemap files from the DataCite REST API. Uses the SitemapGenerator gem and can be run as Docker container, e.g. using as a scheduled task in AWS ECS triggered by AWS Cloudwatch Events.
Run as a command-line tool:
maltese sitemap
Requires Ruby 2.2 or later. Then add the following to your Gemfile to install the
latest version:
gem 'maltese'
Then run bundle install to install into your environment.
You can also install the gem system-wide in the usual way:
gem install maltese
We use rspec for unit testing:
bundle exec rspec
Follow along via Github Issues.
maltese is released under the MIT License.
Content type
Image
Digest
Size
683.5 MB
Last updated
almost 6 years ago
docker pull datacite/maltese