<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python/pelican.git/docs, branch multiple-authors</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>Document how to stop generation of certain pages</title>
<updated>2013-06-29T02:59:00+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2013-06-29T02:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=ddb6d89be3a2dbda6574a6c751ab4ec68476444a'/>
<id>ddb6d89be3a2dbda6574a6c751ab4ec68476444a</id>
<content type='text'>
The documentation doesn't make it very clear how to prevent certain
pages from being generated, such as the Authors, Tags, and Categories
collection pages. This change makes it slightly more obvious how to
prevent these pages from being generated. Fixes #940.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation doesn't make it very clear how to prevent certain
pages from being generated, such as the Authors, Tags, and Categories
collection pages. This change makes it slightly more obvious how to
prevent these pages from being generated. Fixes #940.
</pre>
</div>
</content>
</entry>
<entry>
<title>More explicit settings docs concerning list templates</title>
<updated>2013-06-27T22:55:22+00:00</updated>
<author>
<name>Danilo Bargen</name>
<email>gezuru@gmail.com</email>
</author>
<published>2013-06-27T22:53:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=931d57160602db2b12d06d4c2a2124504addbd93'/>
<id>931d57160602db2b12d06d4c2a2124504addbd93</id>
<content type='text'>
I think the author list and tag list are so common that they should be
listed explicitly in the settings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think the author list and tag list are so common that they should be
listed explicitly in the settings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more missing -s flags to tips doc page</title>
<updated>2013-06-26T13:39:09+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2013-06-26T13:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=5d000ca2904e84c12c255a7b930fc9c38639c580'/>
<id>5d000ca2904e84c12c255a7b930fc9c38639c580</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Missing -s flag added to command on tips doc page</title>
<updated>2013-06-26T02:17:40+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2013-06-26T02:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=7d37cfa7485e3a8cb1f8e0ac6001be66fb553bbc'/>
<id>7d37cfa7485e3a8cb1f8e0ac6001be66fb553bbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep certain files when cleaning output; fix #574</title>
<updated>2013-06-26T02:03:32+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2013-06-23T18:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=6f36b0a2460a41eabb1edd0bd70318c52ddadd47'/>
<id>6f36b0a2460a41eabb1edd0bd70318c52ddadd47</id>
<content type='text'>
If DELETE_OUTPUT_DIRECTORY is set to True, all files and directories are
deleted from the output directory. There are, however, several reasons
one might want to retain certain files/directories and avoid their
deletion from the output directory. One such use case is version control
system data: a versioned output directory can facilitate deployment via
Heroku and/or allow the user to easily revert to a prior version of the
site without having to rely on regeneration via Pelican.

This change introduces the OUTPUT_RETENTION setting, a tuple of
filenames that will be preserved when the clean_output_dir function in
pelican.utils is run. Setting OUTPUT_RETENTION = (".hg", ".git") would,
for example, prevent the relevant VCS data from being deleted when the
output directory is cleaned.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If DELETE_OUTPUT_DIRECTORY is set to True, all files and directories are
deleted from the output directory. There are, however, several reasons
one might want to retain certain files/directories and avoid their
deletion from the output directory. One such use case is version control
system data: a versioned output directory can facilitate deployment via
Heroku and/or allow the user to easily revert to a prior version of the
site without having to rely on regeneration via Pelican.

This change introduces the OUTPUT_RETENTION setting, a tuple of
filenames that will be preserved when the clean_output_dir function in
pelican.utils is run. Setting OUTPUT_RETENTION = (".hg", ".git") would,
for example, prevent the relevant VCS data from being deleted when the
output directory is cleaned.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2013-06-15T19:24:48+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2013-06-15T19:24:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=dfb29b53880ecd8c5f6ee99c09040d84fa17c57b'/>
<id>dfb29b53880ecd8c5f6ee99c09040d84fa17c57b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #795 from wking/read-file</title>
<updated>2013-06-15T18:54:32+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2013-06-15T18:54:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=5d9b3d7777ba48dc7cfcf5337bec501b2a6bf4d9'/>
<id>5d9b3d7777ba48dc7cfcf5337bec501b2a6bf4d9</id>
<content type='text'>
Generate context objects in read_file()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Generate context objects in read_file()</pre>
</div>
</content>
</entry>
<entry>
<title>Document path metadata extraction</title>
<updated>2013-06-12T21:37:22+00:00</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2013-01-19T00:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=ce0a9b697e08fee069cda6c12a8b9921c183830c'/>
<id>ce0a9b697e08fee069cda6c12a8b9921c183830c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/plugins.rst: Document signal name changes</title>
<updated>2013-06-12T21:37:21+00:00</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2013-06-07T18:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=8797f0ebefee5df4edef6f9a8a98685e1cc1ee92'/>
<id>8797f0ebefee5df4edef6f9a8a98685e1cc1ee92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the EXTRA_PATH_METADATA setting</title>
<updated>2013-06-12T19:02:31+00:00</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2013-06-03T19:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=d43dc1b9d6ba5f0f99c6de44db214f296558c701'/>
<id>d43dc1b9d6ba5f0f99c6de44db214f296558c701</id>
<content type='text'>
Useful for altering static output paths when you don't want to encode
extra metadata in the static file's source path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Useful for altering static output paths when you don't want to encode
extra metadata in the static file's source path.
</pre>
</div>
</content>
</entry>
</feed>
