<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python/pelican.git, branch add_multi_theme_support</title>
<subtitle>github.com: getpelican/pelican.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python/pelican.git/'/>
<entry>
<title>use also SIMPLE_THEME in test_settings.py</title>
<updated>2014-11-05T18:45:58+00:00</updated>
<author>
<name>Ondrej Grover</name>
<email>ondrej.grover@gmail.com</email>
</author>
<published>2014-11-05T18:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python/pelican.git/commit/?id=d71bae7ee523a8be12209e09af169173de4fb0b7'/>
<id>d71bae7ee523a8be12209e09af169173de4fb0b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix theme path construction</title>
<updated>2014-11-05T10:05:33+00:00</updated>
<author>
<name>Ondrej Grover</name>
<email>ondrej.grover@gmail.com</email>
</author>
<published>2014-11-05T10:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python/pelican.git/commit/?id=5642f113679b6dc24db34e284383f2ed5729db29'/>
<id>5642f113679b6dc24db34e284383f2ed5729db29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some more test still using dict</title>
<updated>2014-11-05T09:40:49+00:00</updated>
<author>
<name>Ondrej Grover</name>
<email>ondrej.grover@gmail.com</email>
</author>
<published>2014-11-05T09:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python/pelican.git/commit/?id=d88cc86df20764711df38e6dfa8df5ee293a5c52'/>
<id>d88cc86df20764711df38e6dfa8df5ee293a5c52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix special handling of THEMES paths</title>
<updated>2014-11-05T09:16:12+00:00</updated>
<author>
<name>Ondrej Grover</name>
<email>ondrej.grover@gmail.com</email>
</author>
<published>2014-11-05T09:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python/pelican.git/commit/?id=ad6b4837468777a613817af3bc6e3e1b6eab0d87'/>
<id>ad6b4837468777a613817af3bc6e3e1b6eab0d87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support both implicit and explicit inheritance with THEMES</title>
<updated>2014-11-05T08:53:20+00:00</updated>
<author>
<name>Ondrej Grover</name>
<email>ondrej.grover@gmail.com</email>
</author>
<published>2014-11-05T08:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python/pelican.git/commit/?id=b22f760042b87f13028c569060d4fa7c56afe381'/>
<id>b22f760042b87f13028c569060d4fa7c56afe381</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: if block with absp in THEMES was wronlgy indented</title>
<updated>2014-11-05T07:49:43+00:00</updated>
<author>
<name>Ondrej Grover</name>
<email>ondrej.grover@gmail.com</email>
</author>
<published>2014-11-05T07:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python/pelican.git/commit/?id=45945e614208c85a88fa2250d1ef591db391f0ec'/>
<id>45945e614208c85a88fa2250d1ef591db391f0ec</id>
<content type='text'>
if the local absp variable was used earlier in the code, it would
override the path set in THEMES
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if the local absp variable was used earlier in the code, it would
override the path set in THEMES
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Multi-theme support</title>
<updated>2014-11-04T19:13:01+00:00</updated>
<author>
<name>th3aftermath</name>
<email>leviburner@gmail.com</email>
</author>
<published>2014-04-24T03:39:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python/pelican.git/commit/?id=b00d9ef6d1e3bb580f1e2a3e36dcb65ce139cf9a'/>
<id>b00d9ef6d1e3bb580f1e2a3e36dcb65ce139cf9a</id>
<content type='text'>
Adds multi-theme support using the new THEMES setting.
You can specify all the themes that you will be using in python
dicionary form. You can then inherit from the themes specified
in THEMES using the corresponding key in the dictionary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds multi-theme support using the new THEMES setting.
You can specify all the themes that you will be using in python
dicionary form. You can then inherit from the themes specified
in THEMES using the corresponding key in the dictionary.
</pre>
</div>
</content>
</entry>
<entry>
<title>note that {ARTICLE,PAGE}_PATHS may include files, add faq about using that</title>
<updated>2014-11-04T16:00:01+00:00</updated>
<author>
<name>Ondrej Grover</name>
<email>ondrej.grover@gmail.com</email>
</author>
<published>2014-11-04T16:00:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python/pelican.git/commit/?id=369b8b84745e60affd48257c9c9ccb914c07eb22'/>
<id>369b8b84745e60affd48257c9c9ccb914c07eb22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>advertise the i18n_subsites plugin as an addition to simple translations</title>
<updated>2014-11-04T15:49:03+00:00</updated>
<author>
<name>Ondrej Grover</name>
<email>ondrej.grover@gmail.com</email>
</author>
<published>2014-11-04T15:47:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python/pelican.git/commit/?id=d356b446313e44186ed8fb4f833c6dc8415d371d'/>
<id>d356b446313e44186ed8fb4f833c6dc8415d371d</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 #1399 from Scheirle/fix_feed_localized_url</title>
<updated>2014-11-04T15:29:42+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2014-11-04T15:29:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python/pelican.git/commit/?id=f706f98ce7a0dfc345c653a1852075d4ae94ba9c'/>
<id>f706f98ce7a0dfc345c653a1852075d4ae94ba9c</id>
<content type='text'>
Enables custom locale while feed generation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enables custom locale while feed generation.</pre>
</div>
</content>
</entry>
</feed>
