<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python/pelican.git/samples/pelican.conf.py, branch cache-readers</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>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>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>
<entry>
<title>Update sample configurations from FILES_TO_COPY to EXTRA_PATH_METADATA</title>
<updated>2013-06-12T19:02:31+00:00</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2013-01-05T12:43:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=7de7bd0e3715f2227ce84fcf198dcc98cc3a0582'/>
<id>7de7bd0e3715f2227ce84fcf198dcc98cc3a0582</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change RELATIVE_URLS default to False - Fixes #829</title>
<updated>2013-04-11T23:12:55+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2013-04-11T19:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=0a8678a8ae8e08969e85221e4f82214b8057793a'/>
<id>0a8678a8ae8e08969e85221e4f82214b8057793a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Port pelican to python 3.</title>
<updated>2013-01-11T02:20:09+00:00</updated>
<author>
<name>Dirk Makowski</name>
<email>dmakowski@gmx.net</email>
</author>
<published>2013-01-11T01:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=71995d5e1bec6f34ef836e1dc7416e27dd3cfe30'/>
<id>71995d5e1bec6f34ef836e1dc7416e27dd3cfe30</id>
<content type='text'>
Stays compatible with 2.x series, thanks to an unified codebase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stays compatible with 2.x series, thanks to an unified codebase.
</pre>
</div>
</content>
</entry>
<entry>
<title>update functional tests to test TEMPLATE_PAGES feature</title>
<updated>2012-12-03T21:56:07+00:00</updated>
<author>
<name>Bruno Binet</name>
<email>bruno.binet@gmail.com</email>
</author>
<published>2012-12-03T21:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=f604cc4df88e0c3e1e1ddb91aa1df2b0b6f21af5'/>
<id>f604cc4df88e0c3e1e1ddb91aa1df2b0b6f21af5</id>
<content type='text'>
closes #614: cannot reproduce this issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #614: cannot reproduce this issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the test sample config to set FEED_ALL_RSS instead of FEED_RSS (fixes the custom generation tests)</title>
<updated>2012-11-12T22:01:17+00:00</updated>
<author>
<name>jawher</name>
<email>jawher.moussa@gmail.com</email>
</author>
<published>2012-10-30T20:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=578f9ea21eb036fcc323ca3b6b3f59505e855d86'/>
<id>578f9ea21eb036fcc323ca3b6b3f59505e855d86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test_custom_generation_works functional test</title>
<updated>2012-07-04T22:12:05+00:00</updated>
<author>
<name>Bruno Binet</name>
<email>bruno.binet@gmail.com</email>
</author>
<published>2012-07-04T22:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=3a2df479da5890716e3730716565eeb54a34df02'/>
<id>3a2df479da5890716e3730716565eeb54a34df02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>force locale to ascii in functional tests</title>
<updated>2012-05-19T21:44:37+00:00</updated>
<author>
<name>Bruno Binet</name>
<email>bruno.binet@gmail.com</email>
</author>
<published>2012-05-19T21:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=ef77847762111d165cba14c65dfe5dfb11425530'/>
<id>ef77847762111d165cba14c65dfe5dfb11425530</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for pull request #262</title>
<updated>2012-03-22T14:58:04+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entrop@gmail.com</email>
</author>
<published>2012-03-22T14:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=1623394da8df841f020b841dd1a9cfd154b74f2f'/>
<id>1623394da8df841f020b841dd1a9cfd154b74f2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
