<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python/pelican.git/samples, branch add_multi_theme_support</title>
<subtitle>github.com: getpelican/pelican.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/'/>
<entry>
<title>Fix test errors on OSX</title>
<updated>2014-06-26T05:01:42+00:00</updated>
<author>
<name>Deniz Turgut</name>
<email>dturgut@gmail.com</email>
</author>
<published>2014-06-26T04:51:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=009543b7e476d3bcaca3dd8576a47631c06de1e7'/>
<id>009543b7e476d3bcaca3dd8576a47631c06de1e7</id>
<content type='text'>
On OSX, if LC_TIME and LC_CTYPE differs the output of strftime is not properly decoded
in Python 3. This makes sure that the 'utils.DateFormatter' and the related Jinja filter
'strftime' set the same value for LC_TIME and LC_CTYPE while formatting.

Also, '%a' is removed from DEFAULT_DATE_FORMAT in 'custom_locale' tests. OSX and *nix have
different conversions for '%a' ('Jeu' vs 'jeu.') and there is not a feasible way to handle
the difference for tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On OSX, if LC_TIME and LC_CTYPE differs the output of strftime is not properly decoded
in Python 3. This makes sure that the 'utils.DateFormatter' and the related Jinja filter
'strftime' set the same value for LC_TIME and LC_CTYPE while formatting.

Also, '%a' is removed from DEFAULT_DATE_FORMAT in 'custom_locale' tests. OSX and *nix have
different conversions for '%a' ('Jeu' vs 'jeu.') and there is not a feasible way to handle
the difference for tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #1198, enable custom locale in template rendering, fixes links</title>
<updated>2014-06-26T04:00:19+00:00</updated>
<author>
<name>Ondrej Grover</name>
<email>ondrej.grover@gmail.com</email>
</author>
<published>2014-04-27T08:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=3f6b130d6ed427f19e444057958661ee00875ca0'/>
<id>3f6b130d6ed427f19e444057958661ee00875ca0</id>
<content type='text'>
reverts getpelican/pelican@ddcccfeaa952d2e1e24ceac94e5d66c73b57c01b

If one used a locale that made use of unicode characters (like fr_FR.UTF-8)
the files on disk would be in correct locale while links would be to C.

Uses a SafeDatetime class that works with unicode format strigns
by using custom strftime to prevent ascii decoding errors with Python2.

Also added unicode decoding for the calendar module to fix period
archives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reverts getpelican/pelican@ddcccfeaa952d2e1e24ceac94e5d66c73b57c01b

If one used a locale that made use of unicode characters (like fr_FR.UTF-8)
the files on disk would be in correct locale while links would be to C.

Uses a SafeDatetime class that works with unicode format strigns
by using custom strftime to prevent ascii decoding errors with Python2.

Also added unicode decoding for the calendar module to fix period
archives.
</pre>
</div>
</content>
</entry>
<entry>
<title>The modified attribute no longer has a default value.</title>
<updated>2013-11-17T22:40:11+00:00</updated>
<author>
<name>Florian Jacob</name>
<email>fjacob@lavabit.com</email>
</author>
<published>2013-11-17T22:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=bd9d1b95394067ae65d131bb8f032befb619b2e0'/>
<id>bd9d1b95394067ae65d131bb8f032befb619b2e0</id>
<content type='text'>
This allows for templates using {% if article.modified %}
instead of {% if article.modified != article.published %} .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows for templates using {% if article.modified %}
instead of {% if article.modified != article.published %} .
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for pygment defaults and relevant documentation</title>
<updated>2013-09-16T06:13:17+00:00</updated>
<author>
<name>SDGSDG</name>
<email>karmadharma@server.fake</email>
</author>
<published>2013-09-16T05:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=3580233b385f05d7eaee258ed9cff451d528ead9'/>
<id>3580233b385f05d7eaee258ed9cff451d528ead9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More exciting files</title>
<updated>2013-08-31T21:00:52+00:00</updated>
<author>
<name>bmcorser</name>
<email>benmarshallcorser@gmail.com</email>
</author>
<published>2013-08-31T21:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=10c62b27dd3ca59972978ee4d57022739769bb2b'/>
<id>10c62b27dd3ca59972978ee4d57022739769bb2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding placeholder files for regression test</title>
<updated>2013-08-24T12:41:22+00:00</updated>
<author>
<name>bmcorser</name>
<email>benmarshallcorser@gmail.com</email>
</author>
<published>2013-08-24T12:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=d22b0892418b60b752551ebc95c4616926bb513f'/>
<id>d22b0892418b60b752551ebc95c4616926bb513f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more pygments options for code blocks</title>
<updated>2013-08-06T05:50:49+00:00</updated>
<author>
<name>SDGSDG</name>
<email>karmadharma@server.fake</email>
</author>
<published>2013-08-06T02:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=ece437f8fd69975c9a78aa1bb4c04910d97e7a0e'/>
<id>ece437f8fd69975c9a78aa1bb4c04910d97e7a0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix py3 support for sourcecode directive</title>
<updated>2013-08-05T15:45:48+00:00</updated>
<author>
<name>Russ Webber</name>
<email>russ@rw.id.au</email>
</author>
<published>2013-08-04T08:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=5a8f5cefdd74c24eba02ab3bbfeb1fb29e2457cb'/>
<id>5a8f5cefdd74c24eba02ab3bbfeb1fb29e2457cb</id>
<content type='text'>
added sourcecode to the functional test so it's tested *somewhere*.
fixes #963
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added sourcecode to the functional test so it's tested *somewhere*.
fixes #963
</pre>
</div>
</content>
</entry>
<entry>
<title>Deliberate overriding of an existing file to tests</title>
<updated>2013-08-04T11:07:40+00:00</updated>
<author>
<name>Rogdham</name>
<email>contact@rogdham.net</email>
</author>
<published>2013-06-20T20:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=0999d4d6915574cb0377048157661e1a5e6d9ced'/>
<id>0999d4d6915574cb0377048157661e1a5e6d9ced</id>
<content type='text'>
Deliberate overriding via `save_as` metadata should be allowed, even after the
overwrite detection feature. This commit is to add tests for deliberate
overriding. As a result, the relevant tests *should fail* after this commit.

Added a page and an article, both to override a tag, with very old dates so
it limits the amount of diff in the generated pages.

Overriding feature introduced by d0e9c52410e70e14008d2ef827ba7ac306243e72
Overwrite detection introduced by ff7410ce2ada85b486a67ae11874d60d135ff939
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deliberate overriding via `save_as` metadata should be allowed, even after the
overwrite detection feature. This commit is to add tests for deliberate
overriding. As a result, the relevant tests *should fail* after this commit.

Added a page and an article, both to override a tag, with very old dates so
it limits the amount of diff in the generated pages.

Overriding feature introduced by d0e9c52410e70e14008d2ef827ba7ac306243e72
Overwrite detection introduced by ff7410ce2ada85b486a67ae11874d60d135ff939
</pre>
</div>
</content>
</entry>
<entry>
<title>samples: Remove EXTRA_PATH_METADATA entries for pictures</title>
<updated>2013-06-16T00:52:16+00:00</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2013-01-05T13:42:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=0dee76f2598336a70d3c4535fd49217566971a44'/>
<id>0dee76f2598336a70d3c4535fd49217566971a44</id>
<content type='text'>
I'd added them earlier to test that a configuration edit could
preserve the original output locations.  However, it is likely that
you have quite a number of static files, and we shouldn't recommend
listing explicit paths for all of them.  With this configuration
change, the pictures will be copied into the output directory using
their original relative path (e.g. `pictures/Fat_Cat.jpg` without the
`static`).  Any |filename|-style links will be updated automatically.

If you *want* the pictures to end up in a `static` directory, it's
easier to just organize your source that way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'd added them earlier to test that a configuration edit could
preserve the original output locations.  However, it is likely that
you have quite a number of static files, and we shouldn't recommend
listing explicit paths for all of them.  With this configuration
change, the pictures will be copied into the output directory using
their original relative path (e.g. `pictures/Fat_Cat.jpg` without the
`static`).  Any |filename|-style links will be updated automatically.

If you *want* the pictures to end up in a `static` directory, it's
easier to just organize your source that way.
</pre>
</div>
</content>
</entry>
</feed>
