konstruktiv
konstruktiv
This can be done with a few changes starting on line 336 of `views.py`: if 'output-extension' in self.vars and self.vars['output-extension']: output_ext = self.vars['output-extension'] else: output_ext = default_output_ext self.path = StatikViewPath.create(...
Wouldn't this only create a feed for all posts/projects/etc? How could we get feeds for more specific queries, such as all posts of a certain category or with a certain...
Do you have an example like that at hand?
@NLxAROSA That's good to know. Have fun with the MC-707.
That is a nicer API, but it would miss the other parts of the `Content-Disposition` header field's scope ([display inline or as attachment, multipart/forms](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Disposition)). Would it be an option to...
This bug is still present and can break the installation depending on the chosen database table prefix. Here is what happens to the newsletter table names when choosing the prefix...