diff --git a/website_snippet_marginless_gallery/README.rst b/website_snippet_marginless_gallery/README.rst
index a1830ac7c0..299b6f8116 100644
--- a/website_snippet_marginless_gallery/README.rst
+++ b/website_snippet_marginless_gallery/README.rst
@@ -17,20 +17,20 @@ Marginless Gallery Snippet
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github
- :target: https://github.com/OCA/website/tree/15.0/website_snippet_marginless_gallery
+ :target: https://github.com/OCA/website/tree/17.0/website_snippet_marginless_gallery
:alt: OCA/website
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/website-15-0/website-15-0-website_snippet_marginless_gallery
+ :target: https://translation.odoo-community.org/projects/website-17-0/website-17-0-website_snippet_marginless_gallery
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/website&target_branch=15.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/website&target_branch=17.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module extends the functionality of the website module to add a new
-snippet that forms a marginless gallery and allow you to create a grid of
-photos that have no spaces between themselves.
+snippet that forms a marginless gallery and allow you to create a grid
+of photos that have no spaces between themselves.
**Table of contents**
@@ -42,16 +42,16 @@ Usage
To use this module, you need to:
-* Edit any page in your website.
-* Go to **Blocks > Features**.
-* Drag the **Marginless Gallery** snippet anywhere in your page.
+- Edit any page in your website.
+- Go to **Blocks > Features**.
+- Drag the **Marginless Gallery** snippet anywhere in your page.
To change images, you need to:
-* Select any image block in the snippet you just created.
-* Go to **Customize > Background** and choose any background you want.
-
-* Backgrounds will be centered and cover the whole element in any layout.
+- Select any image block in the snippet you just created.
+- Go to **Customize > Background** and choose any background you want.
+- Backgrounds will be centered and cover the whole element in any
+ layout.
Bug Tracker
===========
@@ -59,7 +59,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -67,22 +67,22 @@ Credits
=======
Authors
-~~~~~~~
+-------
* Grupo ESOC IngenierĂa de Servicios
* Tecnativa
Contributors
-~~~~~~~~~~~~
+------------
-* `Tecnativa `__:
+- `Tecnativa `__:
- * Jairo Llopis
- * Cristina Martin R.
- * Pilar Vargas
+ - Jairo Llopis
+ - Cristina Martin R.
+ - Pilar Vargas
Maintainers
-~~~~~~~~~~~
+-----------
This module is maintained by the OCA.
@@ -94,6 +94,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/website `_ project on GitHub.
+This module is part of the `OCA/website `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/website_snippet_marginless_gallery/pyproject.toml b/website_snippet_marginless_gallery/pyproject.toml
new file mode 100644
index 0000000000..4231d0cccb
--- /dev/null
+++ b/website_snippet_marginless_gallery/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["whool"]
+build-backend = "whool.buildapi"
diff --git a/website_snippet_marginless_gallery/readme/CONTRIBUTORS.md b/website_snippet_marginless_gallery/readme/CONTRIBUTORS.md
new file mode 100644
index 0000000000..c09d565ada
--- /dev/null
+++ b/website_snippet_marginless_gallery/readme/CONTRIBUTORS.md
@@ -0,0 +1,4 @@
+- [Tecnativa](https://www.tecnativa.com):
+ - Jairo Llopis
+ - Cristina Martin R.
+ - Pilar Vargas
diff --git a/website_snippet_marginless_gallery/readme/CONTRIBUTORS.rst b/website_snippet_marginless_gallery/readme/CONTRIBUTORS.rst
deleted file mode 100644
index acbb25cd3d..0000000000
--- a/website_snippet_marginless_gallery/readme/CONTRIBUTORS.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-* `Tecnativa `__:
-
- * Jairo Llopis
- * Cristina Martin R.
- * Pilar Vargas
diff --git a/website_snippet_marginless_gallery/readme/DESCRIPTION.rst b/website_snippet_marginless_gallery/readme/DESCRIPTION.md
similarity index 70%
rename from website_snippet_marginless_gallery/readme/DESCRIPTION.rst
rename to website_snippet_marginless_gallery/readme/DESCRIPTION.md
index b034eaa246..72d06d1020 100644
--- a/website_snippet_marginless_gallery/readme/DESCRIPTION.rst
+++ b/website_snippet_marginless_gallery/readme/DESCRIPTION.md
@@ -1,3 +1,3 @@
This module extends the functionality of the website module to add a new
-snippet that forms a marginless gallery and allow you to create a grid of
-photos that have no spaces between themselves.
+snippet that forms a marginless gallery and allow you to create a grid
+of photos that have no spaces between themselves.
diff --git a/website_snippet_marginless_gallery/readme/USAGE.md b/website_snippet_marginless_gallery/readme/USAGE.md
new file mode 100644
index 0000000000..93ae95c97a
--- /dev/null
+++ b/website_snippet_marginless_gallery/readme/USAGE.md
@@ -0,0 +1,12 @@
+To use this module, you need to:
+
+- Edit any page in your website.
+- Go to **Blocks \> Features**.
+- Drag the **Marginless Gallery** snippet anywhere in your page.
+
+To change images, you need to:
+
+- Select any image block in the snippet you just created.
+- Go to **Customize \> Background** and choose any background you want.
+- Backgrounds will be centered and cover the whole element in any
+ layout.
diff --git a/website_snippet_marginless_gallery/readme/USAGE.rst b/website_snippet_marginless_gallery/readme/USAGE.rst
deleted file mode 100644
index ed9eff9612..0000000000
--- a/website_snippet_marginless_gallery/readme/USAGE.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-To use this module, you need to:
-
-* Edit any page in your website.
-* Go to **Blocks > Features**.
-* Drag the **Marginless Gallery** snippet anywhere in your page.
-
-To change images, you need to:
-
-* Select any image block in the snippet you just created.
-* Go to **Customize > Background** and choose any background you want.
-
-* Backgrounds will be centered and cover the whole element in any layout.
diff --git a/website_snippet_marginless_gallery/static/description/index.html b/website_snippet_marginless_gallery/static/description/index.html
index e2f480520c..a62dbe47b0 100644
--- a/website_snippet_marginless_gallery/static/description/index.html
+++ b/website_snippet_marginless_gallery/static/description/index.html
@@ -1,4 +1,3 @@
-
@@ -9,10 +8,11 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
+:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
+Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
@@ -275,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: grey; } /* line numbers */
+pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -369,10 +369,10 @@ Marginless Gallery Snippet
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a19a901da5b457ee0a13bc349daf8c34cb65fb39514352952a46326be9e22cfe
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module extends the functionality of the website module to add a new
-snippet that forms a marginless gallery and allow you to create a grid of
-photos that have no spaces between themselves.
+snippet that forms a marginless gallery and allow you to create a grid
+of photos that have no spaces between themselves.
Table of contents
@@ -398,7 +398,8 @@
- Select any image block in the snippet you just created.
- Go to Customize > Background and choose any background you want.
-- Backgrounds will be centered and cover the whole element in any layout.
+- Backgrounds will be centered and cover the whole element in any
+layout.
@@ -406,7 +407,7 @@
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-feedback.
+
feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -432,11 +433,13 @@
This module is maintained by the OCA.
-
+
+
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/website project on GitHub.
+
This module is part of the OCA/website project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.