diff --git a/tests/reconstitute.py b/tests/reconstitute.py index f2b71ab..b19f26a 100644 --- a/tests/reconstitute.py +++ b/tests/reconstitute.py @@ -16,8 +16,10 @@ if __name__ == "__main__": config.parser.add_section(sys.argv[1]) work = reduce(os.path.join, ['tests','work','reconsititute'], venus_base) output = os.path.join(work, 'output') + filters = os.path.join(venus_base,'filters') config.parser.set('Planet','cache_directory',work) config.parser.set('Planet','output_dir',output) + config.parser.set('Planet','filter_directories',filters) config.parser.set('Planet','template_files','themes/common/atom.xml.xslt') for name, value in zip(sys.argv[2::2],sys.argv[3::2]): diff --git a/themes/asf/index.html.xslt b/themes/asf/index.html.xslt index d2fbbf5..d8560c1 100644 --- a/themes/asf/index.html.xslt +++ b/themes/asf/index.html.xslt @@ -238,6 +238,9 @@ + + + diff --git a/themes/common/atom.xml.xslt b/themes/common/atom.xml.xslt index 87f8626..4e455e2 100644 --- a/themes/common/atom.xml.xslt +++ b/themes/common/atom.xml.xslt @@ -14,8 +14,11 @@ - - + + + + +