--- a/buildout.cfg Fri Sep 14 14:35:26 2018 +0200
+++ b/buildout.cfg Tue Sep 18 16:30:58 2018 +0200
@@ -79,4 +79,4 @@
eggs = pyams_default_theme [test]
[versions]
-pyams_default_theme = 0.1.7
+pyams_default_theme = 0.1.8
--- a/docs/HISTORY.txt Fri Sep 14 14:35:26 2018 +0200
+++ b/docs/HISTORY.txt Tue Sep 18 16:30:58 2018 +0200
@@ -1,6 +1,11 @@
History
=======
+0.1.8
+-----
+ - added navigation illustration adapter for basic illustration target
+ - updated pictures templates
+
0.1.7
-----
- updated renderers
--- a/setup.py Fri Sep 14 14:35:26 2018 +0200
+++ b/setup.py Tue Sep 18 16:30:58 2018 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.7'
+version = '0.1.8'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO Fri Sep 14 14:35:26 2018 +0200
+++ b/src/pyams_default_theme.egg-info/PKG-INFO Tue Sep 18 16:30:58 2018 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-default-theme
-Version: 0.1.7
+Version: 0.1.8
Summary: PyAMS default theme
Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
Author: Thierry Florac
@@ -12,6 +12,11 @@
History
=======
+ 0.1.8
+ -----
+ - added navigation illustration adapter for basic illustration target
+ - updated pictures templates
+
0.1.7
-----
- updated renderers
--- a/src/pyams_default_theme.egg-info/SOURCES.txt Fri Sep 14 14:35:26 2018 +0200
+++ b/src/pyams_default_theme.egg-info/SOURCES.txt Tue Sep 18 16:30:58 2018 +0200
@@ -18,7 +18,9 @@
src/pyams_default_theme.egg-info/top_level.txt
src/pyams_default_theme/component/__init__.py
src/pyams_default_theme/component/association/__init__.py
+src/pyams_default_theme/component/association/interfaces/__init__.py
src/pyams_default_theme/component/association/templates/association-default.pt
+src/pyams_default_theme/component/association/templates/association-remote-content.pt
src/pyams_default_theme/component/gallery/__init__.py
src/pyams_default_theme/component/gallery/templates/renderer-default.pt
src/pyams_default_theme/component/illustration/__init__.py
@@ -30,13 +32,12 @@
src/pyams_default_theme/component/keynumber/portlet/__init__.py
src/pyams_default_theme/component/keynumber/portlet/templates/horizontal-render.pt
src/pyams_default_theme/component/keynumber/portlet/templates/vertical-render.pt
+src/pyams_default_theme/component/keynumber/templates/keynumber-default.pt
src/pyams_default_theme/component/paragraph/__init__.py
src/pyams_default_theme/component/paragraph/audio.py
src/pyams_default_theme/component/paragraph/contact.py
src/pyams_default_theme/component/paragraph/frame.py
-src/pyams_default_theme/component/paragraph/header.py
src/pyams_default_theme/component/paragraph/html.py
-src/pyams_default_theme/component/paragraph/keynumber.py
src/pyams_default_theme/component/paragraph/keypoint.py
src/pyams_default_theme/component/paragraph/map.py
src/pyams_default_theme/component/paragraph/milestone.py
@@ -48,14 +49,15 @@
src/pyams_default_theme/component/paragraph/interfaces/frame.py
src/pyams_default_theme/component/paragraph/interfaces/map.py
src/pyams_default_theme/component/paragraph/interfaces/verbatim.py
+src/pyams_default_theme/component/paragraph/portlet/__init__.py
+src/pyams_default_theme/component/paragraph/portlet/templates/content.pt
+src/pyams_default_theme/component/paragraph/portlet/templates/navigation.pt
src/pyams_default_theme/component/paragraph/templates/audio-default.pt
src/pyams_default_theme/component/paragraph/templates/contact-default.pt
src/pyams_default_theme/component/paragraph/templates/frame-default.pt
src/pyams_default_theme/component/paragraph/templates/frame-left.pt
src/pyams_default_theme/component/paragraph/templates/frame-right.pt
-src/pyams_default_theme/component/paragraph/templates/header-default.pt
src/pyams_default_theme/component/paragraph/templates/html-default.pt
-src/pyams_default_theme/component/paragraph/templates/keynumber-default.pt
src/pyams_default_theme/component/paragraph/templates/keypoints-default.pt
src/pyams_default_theme/component/paragraph/templates/map-default.pt
src/pyams_default_theme/component/paragraph/templates/milestone-default.pt
@@ -66,6 +68,7 @@
src/pyams_default_theme/component/paragraph/templates/verbatim-right.pt
src/pyams_default_theme/component/paragraph/templates/video-default.pt
src/pyams_default_theme/component/paragraph/zmi/__init__.py
+src/pyams_default_theme/component/paragraph/zmi/frame.py
src/pyams_default_theme/component/paragraph/zmi/map.py
src/pyams_default_theme/component/video/__init__.py
src/pyams_default_theme/component/video/templates/external-video-default.pt
@@ -101,14 +104,15 @@
src/pyams_default_theme/resources/js/pyams-default.min.js
src/pyams_default_theme/resources/less/pyams-default.less
src/pyams_default_theme/shared/__init__.py
-src/pyams_default_theme/shared/common.py
src/pyams_default_theme/shared/common/__init__.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/templates/head.pt
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/templates/content-header.pt
src/pyams_default_theme/shared/view/__init__.py
src/pyams_default_theme/shared/view/portlet/__init__.py
src/pyams_default_theme/shared/view/portlet/templates/view-items-list.pt
@@ -123,4 +127,6 @@
src/pyams_default_theme/viewlet/banner/__init__.py
src/pyams_default_theme/viewlet/banner/templates/banner.pt
src/pyams_default_theme/viewlet/logo/__init__.py
-src/pyams_default_theme/viewlet/logo/templates/logo.pt
\ No newline at end of file
+src/pyams_default_theme/viewlet/logo/templates/logo.pt
+src/pyams_default_theme/viewlet/tag/__init__.py
+src/pyams_default_theme/viewlet/tag/templates/tags.pt
\ No newline at end of file