<feed xmlns='http://www.w3.org/2005/Atom'>
<title>askama/askama_iron, branch main</title>
<subtitle>added poem support</subtitle>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/'/>
<entry>
<title>Remove the askama_iron integration</title>
<updated>2021-08-05T11:16:44+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2021-08-05T09:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=23df4c5b9e5b7fc6b1116dd74a6168419a54d658'/>
<id>23df4c5b9e5b7fc6b1116dd74a6168419a54d658</id>
<content type='text'>
This web framework seems not to have been updated for quite a while,
and its current version appears to depend on vulnerable crates.
Remove it for now. If someone wants to fix up Iron upstream and
reinstate this, I'd be happy to review your PR.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This web framework seems not to have been updated for quite a while,
and its current version appears to depend on vulnerable crates.
Remove it for now. If someone wants to fix up Iron upstream and
reinstate this, I'd be happy to review your PR.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop eliding lifetimes in paths</title>
<updated>2021-07-01T14:10:43+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2021-07-01T13:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=8bb3de0a3e586da6b719abedcfcc58e901eddc12'/>
<id>8bb3de0a3e586da6b719abedcfcc58e901eddc12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable askama's default features in web framework crates</title>
<updated>2020-12-21T13:32:47+00:00</updated>
<author>
<name>Randati</name>
<email>anttivan@gmail.com</email>
</author>
<published>2020-12-21T12:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=b85b3463c3b023f9b342c0bc7c16ac1529879305'/>
<id>b85b3463c3b023f9b342c0bc7c16ac1529879305</id>
<content type='text'>
Without disabling these default features, askama's default features get
automatically enabled when web framework specific crates are included in
the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without disabling these default features, askama's default features get
automatically enabled when web framework specific crates are included in
the project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reference READMEs in crate metadata</title>
<updated>2020-06-30T11:40:14+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2020-06-30T11:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=05b66eb3d9b7790dfeccee4eafef952f7a7ea29f'/>
<id>05b66eb3d9b7790dfeccee4eafef952f7a7ea29f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README files for subcrates</title>
<updated>2020-06-30T11:35:53+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2020-06-30T11:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=ab12a29ab3b6cdfdcd83c24f6c9b6b254d09dd39'/>
<id>ab12a29ab3b6cdfdcd83c24f6c9b6b254d09dd39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version numbers</title>
<updated>2020-06-30T11:14:02+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2020-06-30T11:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=073788d10db8852ef1bd9aef376aa4a86e48b082'/>
<id>073788d10db8852ef1bd9aef376aa4a86e48b082</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license files to each crate (fixes #339)</title>
<updated>2020-06-30T10:09:14+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2020-06-30T10:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=6c4132eedcd6889458f936e8301061153d50d48f'/>
<id>6c4132eedcd6889458f936e8301061153d50d48f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Iron integration into a separate askama_iron crate</title>
<updated>2020-01-29T08:25:59+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2020-01-28T21:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=ff24eef1ff7dcf3849fd1e6d9efec0de2bc57005'/>
<id>ff24eef1ff7dcf3849fd1e6d9efec0de2bc57005</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
