Slug collision is possible

Issue #4 new
Matthew Pace repo owner created an issue

If any posts or pages have identical titles AND don't have predefined slugs in the meta fields, the slug generator will create identical slugs, which will cause only the last processed page/post in the matching set to be generated, and it will overwrite previously generated posts/pages.

If identical slugs are pre-defined in the meta tags the same thing will happen.

Solution: The frood.py processing functions should check for duplicate slugs and alter any collisions before pages are generated.

Comments (0)

  1. Log in to comment