diff -r c12f6c3ac809 -r 46c78cc30b74 src/pyams_default_theme.egg-info/SOURCES.txt --- a/src/pyams_default_theme.egg-info/SOURCES.txt Fri Dec 28 10:50:56 2018 +0100 +++ b/src/pyams_default_theme.egg-info/SOURCES.txt Fri Dec 28 11:05:40 2018 +0100 @@ -2,6 +2,7 @@ setup.py docs/HISTORY.txt docs/README.txt +src/__init__.py src/pyams_default_theme/__init__.py src/pyams_default_theme/include.py src/pyams_default_theme/layer.py @@ -67,6 +68,8 @@ src/pyams_default_theme/component/paragraph/templates/milestone-default.pt src/pyams_default_theme/component/paragraph/templates/pictogram-default.pt src/pyams_default_theme/component/paragraph/templates/raw-default.pt +src/pyams_default_theme/component/paragraph/templates/raw-markdown.pt +src/pyams_default_theme/component/paragraph/templates/raw-rest.pt src/pyams_default_theme/component/paragraph/templates/raw-source-code.pt src/pyams_default_theme/component/paragraph/templates/verbatim-default.pt src/pyams_default_theme/component/paragraph/templates/verbatim-left.pt @@ -87,6 +90,11 @@ src/pyams_default_theme/features/footer/skin/__init__.py src/pyams_default_theme/features/footer/skin/templates/simple-footer.pt src/pyams_default_theme/features/footer/zmi/__init__.py +src/pyams_default_theme/features/glossary/__init__.py +src/pyams_default_theme/features/glossary/sitemap.py +src/pyams_default_theme/features/glossary/templates/glossary-sitemap.pt +src/pyams_default_theme/features/glossary/templates/glossary-term.pt +src/pyams_default_theme/features/glossary/templates/glossary.pt src/pyams_default_theme/features/header/__init__.py src/pyams_default_theme/features/header/interfaces.py src/pyams_default_theme/features/header/skin/__init__.py @@ -107,18 +115,25 @@ src/pyams_default_theme/features/search/__init__.py src/pyams_default_theme/features/search/portlet/__init__.py src/pyams_default_theme/features/search/portlet/interfaces.py +src/pyams_default_theme/features/search/portlet/templates/folder-head-specificities.pt +src/pyams_default_theme/features/search/portlet/templates/search-result.pt src/pyams_default_theme/features/search/portlet/templates/search-results.pt src/pyams_default_theme/features/share/__init__.py src/pyams_default_theme/features/share/portlet/__init__.py src/pyams_default_theme/features/share/portlet/templates/toolbox.pt src/pyams_default_theme/features/sitemap/__init__.py +src/pyams_default_theme/features/sitemap/interfaces.py src/pyams_default_theme/features/sitemap/templates/humans.pt src/pyams_default_theme/features/sitemap/templates/robots.pt src/pyams_default_theme/features/sitemap/templates/root-sitemap.pt src/pyams_default_theme/features/sitemap/templates/tool-sitemap.pt src/pyams_default_theme/features/thesaurus/__init__.py src/pyams_default_theme/features/thesaurus/interfaces.py -src/pyams_default_theme/features/thesaurus/templates/glossary.pt +src/pyams_default_theme/features/thesaurus/templates/associated-terms.pt +src/pyams_default_theme/features/thesaurus/templates/footer.pt +src/pyams_default_theme/features/thesaurus/templates/header.pt +src/pyams_default_theme/features/thesaurus/templates/html.pt +src/pyams_default_theme/features/thesaurus/templates/illustration.pt src/pyams_default_theme/interfaces/__init__.py src/pyams_default_theme/locales/pyams_default_theme.pot src/pyams_default_theme/locales/fr/LC_MESSAGES/pyams_default_theme.mo @@ -139,22 +154,30 @@ src/pyams_default_theme/resources/less/pyams-default.less src/pyams_default_theme/shared/__init__.py src/pyams_default_theme/shared/common/__init__.py +src/pyams_default_theme/shared/common/head.py +src/pyams_default_theme/shared/common/interfaces.py src/pyams_default_theme/shared/common/navigation.py src/pyams_default_theme/shared/common/oid.py src/pyams_default_theme/shared/common/opengraph.py +src/pyams_default_theme/shared/common/specificities.py src/pyams_default_theme/shared/common/summary.py src/pyams_default_theme/shared/common/url.py src/pyams_default_theme/shared/common/portlet/__init__.py src/pyams_default_theme/shared/common/portlet/head.py +src/pyams_default_theme/shared/common/portlet/specificities.py src/pyams_default_theme/shared/common/portlet/title.py src/pyams_default_theme/shared/common/portlet/templates/head.pt src/pyams_default_theme/shared/common/portlet/templates/title.pt +src/pyams_default_theme/shared/common/templates/specificities-paragraph.pt src/pyams_default_theme/shared/form/__init__.py src/pyams_default_theme/shared/imagemap/__init__.py src/pyams_default_theme/shared/imagemap/templates/imagemap-default.pt src/pyams_default_theme/shared/imagemap/templates/render.pt src/pyams_default_theme/shared/logo/__init__.py src/pyams_default_theme/shared/logo/templates/logos-default.pt +src/pyams_default_theme/shared/resource/__init__.py +src/pyams_default_theme/shared/resource/templates/search-result.pt +src/pyams_default_theme/shared/resource/templates/specificities.pt src/pyams_default_theme/shared/site/__init__.py src/pyams_default_theme/shared/site/breadcrumb.py src/pyams_default_theme/shared/site/folder.py