Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sitemap index: stop URL at closing </loc> #227

Commits on Dec 13, 2018

  1. Sitemap index: stop URL at closing </loc>, fixes crawler-commons#213

    - at start of a <loc> element auto-close any unclosed
      <sitemap> element and add the sitemap if there is a
      valid URL from the previous <loc> element
    sebastian-nagel committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    13fab2e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Sitemap index: stop URL at closing </loc>

    - bug fix: <sitemap> element is closed, not <url>
    - add unit test to cover resetting of attributes
    sebastian-nagel committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    5706ee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bdc192 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78e935f View commit details
    Browse the repository at this point in the history