<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pyramid/docs/quick_tour/package/hello_world/templates, branch main</title>
<subtitle>Pyramid web framework (fork of https://github.com/Pylons/pyramid).</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/'/>
<entry>
<title>Move IRC channel to Libera.Chat</title>
<updated>2021-12-17T18:41:59+00:00</updated>
<author>
<name>Sergey Maranchuk</name>
<email>slav0nic@python.su</email>
</author>
<published>2021-12-17T18:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=ef6716646e8056960ec10fd342922b9c1988b812'/>
<id>ef6716646e8056960ec10fd342922b9c1988b812</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update quick_tour with starter and alchemy cookiecutters source files</title>
<updated>2018-08-30T10:40:56+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2018-08-30T10:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=8f30e87698ea2041d3baec080417167c3d2f3674'/>
<id>8f30e87698ea2041d3baec080417167c3d2f3674</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typos changed</title>
<updated>2018-06-28T21:55:31+00:00</updated>
<author>
<name>Gerard</name>
<email>gerwis1998@gmail.com</email>
</author>
<published>2018-06-28T21:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=eab50da2b27b74cd9f64f26f1f6c80935db242c8'/>
<id>eab50da2b27b74cd9f64f26f1f6c80935db242c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update templates to align with cookiecutters</title>
<updated>2018-01-12T08:49:23+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2018-01-12T08:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=1c608c51d6539218b031cf2b043b4574e5a4dbee'/>
<id>1c608c51d6539218b031cf2b043b4574e5a4dbee</id>
<content type='text'>
- Update CDN assets to minor versions
- Use data attribute for Jinja2 templates (already done in mako and chameleon)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update CDN assets to minor versions
- Use data attribute for Jinja2 templates (already done in mako and chameleon)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use HTTPS for pylonsproject.org</title>
<updated>2017-06-16T04:59:18+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2017-06-16T04:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=2cd6a6dbcdb517788ef3275af63feca703e73658'/>
<id>2cd6a6dbcdb517788ef3275af63feca703e73658</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also replace script tags appear everywhere</title>
<updated>2017-05-22T23:54:17+00:00</updated>
<author>
<name>Fang-Pen Lin</name>
<email>bornstub@gmail.com</email>
</author>
<published>2017-05-22T23:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=c5538ea907990a19994c9d9acda92e602a8769c4'/>
<id>c5538ea907990a19994c9d9acda92e602a8769c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>quick_tour - Configuration with ``.ini`` files section cookiecutter updates</title>
<updated>2016-12-25T10:17:19+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2016-12-25T10:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=54d9ddcd335d45662ca2ec2839574085318e8704'/>
<id>54d9ddcd335d45662ca2ec2839574085318e8704</id>
<content type='text'>
- src files
- update numbered list for new listen configuration for waitress
- fix reference to app, not server
- reorder numbered list to align with configuration order
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- src files
- update numbered list for new listen configuration for waitress
- fix reference to app, not server
- reorder numbered list to align with configuration order
</pre>
</div>
</content>
</entry>
<entry>
<title>overhaul quick_tour from Quick project startup with scaffolds to Sessions with updated pyramid_jinja2 scaffold</title>
<updated>2016-01-18T22:53:05+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2016-01-18T22:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=5cf8c3677454303bf4e1acecf4c16809edde2a75'/>
<id>5cf8c3677454303bf4e1acecf4c16809edde2a75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Forgot to add the subdir</title>
<updated>2013-08-12T23:59:33+00:00</updated>
<author>
<name>Paul Everitt</name>
<email>paul@agendaless.com</email>
</author>
<published>2013-08-12T23:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=c90471defdd552b4a8c2073914cfd49e7d9f2ca0'/>
<id>c90471defdd552b4a8c2073914cfd49e7d9f2ca0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
