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

Release 0.9.2 #103

Closed
johanjanssens opened this issue Apr 25, 2019 · 0 comments
Closed

Release 0.9.2 #103

johanjanssens opened this issue Apr 25, 2019 · 0 comments
Assignees
Milestone

Comments

@johanjanssens
Copy link
Member

johanjanssens commented Apr 25, 2019

1. Router cannot handle fragments #102

Add support for fragments in routers, example: route('[page]#fragment')

2. Index page is not in the sitemap #100

Ensure the index page is also included in the sitemap

3. Fix issue with formats #98

Ensure that http://mysite.com/page?format=x returns a 404 if the format is not defined for the page.

4. Refactor sitemap handling #96

Removes the sitemap pages collection state. Instead a page is not included in the sitemap if it has robots: noindex defined.

5. Improve RSS feed #94

Improves the RSS feed support to bring it as close as possible to the RSS specification: https://validator.w3.org/feed/docs/rss2.html

The item image is now embedded using media RSS specification: http://www.rssboard.org/media-rss instead of injecting into the description.

The channel or item description is based on the page or item summary and no longer contains html entities to stay as close to the original specification as possible.

6. Add an image:// scheme #92

Adds a image:// scheme to make it easy to create image paths and make the /images folder configurable. Default is /images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant