<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python/pelican.git/docs, branch caching_warning</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>add warnings about caching interfering with changes to settings and plugins</title>
<updated>2014-11-03T19:38:21+00:00</updated>
<author>
<name>Ondrej Grover</name>
<email>ondrej.grover@gmail.com</email>
</author>
<published>2014-11-03T14:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=2beefb89c51b624dd02e63825c42f3a9bffef37c'/>
<id>2beefb89c51b624dd02e63825c42f3a9bffef37c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make StaticGenerator skip content sources. Refs #1019.</title>
<updated>2014-10-31T23:46:01+00:00</updated>
<author>
<name>Forest</name>
<email>web11.forest@tibit.com</email>
</author>
<published>2014-10-18T20:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=48f4f0850d7fbbe2b03f1fbd309768b7ae940822'/>
<id>48f4f0850d7fbbe2b03f1fbd309768b7ae940822</id>
<content type='text'>
This change partially addresses issue #1019, by teaching Pelican to distinguish
between static files and content source files. A user can now safely add the
same directory to both STATIC_PATHS and PAGE_PATHS (or ARTICLE_PATHS). Pelican
will then process the content source files in that directory normally, and
treat the remaining files as static, without copying the raw content source
files to the output directory. (The OUTPUT_SOURCES setting still works.)

In other words, images and markdown/reST files can now safely live together.

To keep those files together in the generated site, STATIC_SAVE_AS and
PAGE_SAVE_AS (or ARTICLE_SAVE_AS) should point to the same output directory.

There are two new configuration settings:

STATIC_EXCLUDES=[]  # This works just like PAGE_EXCLUDES and ARTICLE_EXCLUDES.
STATIC_EXCLUDE_SOURCES=True  # Set this to False to get the old behavior.

Two small but noteworthy internal changes:

StaticGenerator now runs after all the other generators. This allows it to see
which files are meant to be processed by other generators, and avoid them.

Generators now include files that they fail to process (e.g. those with missing
mandatory metadata) along with all the other paths in context['filenames'].
This allows such files to be excluded from StaticGenerator's file list, so they
won't end up accidentally published. Since these files have no Content object,
their value in context['filenames'] is None. The code that uses that dict has
been updated accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change partially addresses issue #1019, by teaching Pelican to distinguish
between static files and content source files. A user can now safely add the
same directory to both STATIC_PATHS and PAGE_PATHS (or ARTICLE_PATHS). Pelican
will then process the content source files in that directory normally, and
treat the remaining files as static, without copying the raw content source
files to the output directory. (The OUTPUT_SOURCES setting still works.)

In other words, images and markdown/reST files can now safely live together.

To keep those files together in the generated site, STATIC_SAVE_AS and
PAGE_SAVE_AS (or ARTICLE_SAVE_AS) should point to the same output directory.

There are two new configuration settings:

STATIC_EXCLUDES=[]  # This works just like PAGE_EXCLUDES and ARTICLE_EXCLUDES.
STATIC_EXCLUDE_SOURCES=True  # Set this to False to get the old behavior.

Two small but noteworthy internal changes:

StaticGenerator now runs after all the other generators. This allows it to see
which files are meant to be processed by other generators, and avoid them.

Generators now include files that they fail to process (e.g. those with missing
mandatory metadata) along with all the other paths in context['filenames'].
This allows such files to be excluded from StaticGenerator's file list, so they
won't end up accidentally published. Since these files have no Content object,
their value in context['filenames'] is None. The code that uses that dict has
been updated accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling correction in docs: usefull -&gt; useful.</title>
<updated>2014-10-01T09:05:49+00:00</updated>
<author>
<name>Forest</name>
<email>web11.forest@tibit.com</email>
</author>
<published>2014-10-01T09:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=96eaf9cea0af099025a4ff6812752fe3b2909085'/>
<id>96eaf9cea0af099025a4ff6812752fe3b2909085</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>EXTRA_PATH_METADATA path separator is OS-specific</title>
<updated>2014-09-30T17:40:26+00:00</updated>
<author>
<name>tylerhartley</name>
<email>tyleha@gmail.com</email>
</author>
<published>2014-09-20T01:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=693ad3296cc86915002bb86edc8dc08b714ed46e'/>
<id>693ad3296cc86915002bb86edc8dc08b714ed46e</id>
<content type='text'>
Updating docs for EXTRA_PATH_METADATA to clarify that OS-specific path
separators must be used as keys, unlike some other Pelican variables.
Refs # 1133.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating docs for EXTRA_PATH_METADATA to clarify that OS-specific path
separators must be used as keys, unlike some other Pelican variables.
Refs # 1133.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update faq.rst</title>
<updated>2014-09-22T14:36:34+00:00</updated>
<author>
<name>winlu</name>
<email>ingwinlu@users.noreply.github.com</email>
</author>
<published>2014-09-22T14:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=e4a2bb5b52a9cf19aaa2b9d7b6563a66822f9dd9'/>
<id>e4a2bb5b52a9cf19aaa2b9d7b6563a66822f9dd9</id>
<content type='text'>
since author feeds are enabled per default http://docs.getpelican.com/en/latest/settings.html#id9 as well, these need to be added here as well.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since author feeds are enabled per default http://docs.getpelican.com/en/latest/settings.html#id9 as well, these need to be added here as well.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1426 from barrysteyn/DOCUTILS_SETTINGS</title>
<updated>2014-09-18T23:17:46+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2014-09-18T23:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=426c7428d694db21d89195de699f2867e57b753e'/>
<id>426c7428d694db21d89195de699f2867e57b753e</id>
<content type='text'>
Documents DOCUTILS_SETTINGS and initializes it. Fixes #1425</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Documents DOCUTILS_SETTINGS and initializes it. Fixes #1425</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1348 from vjousse/davidmarble-page-order-by</title>
<updated>2014-09-18T23:12:51+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2014-09-18T23:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=1d9981b4f98890a8a62bab6e9579eb21155a8674'/>
<id>1d9981b4f98890a8a62bab6e9579eb21155a8674</id>
<content type='text'>
 Support ordering pages and articles when iterating in templates. </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Support ordering pages and articles when iterating in templates. </pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1408 from arty-name/feed-written</title>
<updated>2014-08-28T18:19:58+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2014-08-28T18:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=cb11bea1f21b1b4ec7dc3c4b75a27fcbf42de078'/>
<id>cb11bea1f21b1b4ec7dc3c4b75a27fcbf42de078</id>
<content type='text'>
Add feed_written signal</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add feed_written signal</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1446 from avaris/enhanced_strftime</title>
<updated>2014-08-28T18:17:28+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2014-08-28T18:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=1fae9534d50b973bb0428c4c773599b0e8b4cfaa'/>
<id>1fae9534d50b973bb0428c4c773599b0e8b4cfaa</id>
<content type='text'>
Fixes #1395: extends pelican.utils.strftime with `-` prefix to strip leading zeros</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1395: extends pelican.utils.strftime with `-` prefix to strip leading zeros</pre>
</div>
</content>
</entry>
<entry>
<title>Add feed_written signal</title>
<updated>2014-08-28T18:09:42+00:00</updated>
<author>
<name>Artemy Tregubenko</name>
<email>me@arty.name</email>
</author>
<published>2014-07-20T08:54:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=00939848619f73ff88de3f099a6242276e67e8e6'/>
<id>00939848619f73ff88de3f099a6242276e67e8e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
