Skip to content

Core product for iMio websites

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst
Notifications You must be signed in to change notification settings

IMIO/imio.smartweb.core

Repository files navigation

CI Status Coveralls Latest Version Egg Status

https://img.shields.io/pypi/pyversions/imio.smartweb.core.svg?style=plastic:alt:Supported-PythonVersions

License

imio.smartweb.core

Core product for iMio websites

Features

This products contains:
  • Content types: Folder, Page, Procedure, Sections ...
  • Behaviors to configure display in menus / navigations and handle sub-sites / minisites
  • Complete viewlets organization (header, footer) to get rid of portlets
  • A view to test if the site and an eguichet are linked : @@is_eguichet_aware

A folder can be transformed into a sub-site, which has its navigation viewlet, a logo viewlet, ... It can also be transformed into a minisite, which is a new navigation root. The two are mutually exclusives.

A page (or procedure) can be defined as default page of a folder, changing the way it appears in menus / breadcrumbs / sitemap.

Pages & Procedures can contain different "sections":
  • Contact : displays chosen informations for a contact (stored in authentic source website)
  • Files : lists files stored in the section
  • Galery : displays a galery of images stored in the section
  • Links : displays links stored in the section (carousel or table display)
  • Selection : displays links to selected contents (carousel or table display)
  • Sendinblue : displays a subscription form for Sendinblue newsletter
  • Text : displays a rich text
  • Video : displays an embedded video

Those sections can be styled (bootstrap or custom css classes) and rearranged.

A banner can be defined to be displayed on any folder (& its children) and can be hidden locally on any content.

Examples

Hopefully soon in production :-)

Documentation

TODO

Translations

This product has been translated into

  • French

The translation domain is imio.smartweb and the translations are stored in imio.smartweb.locales package.

Known issues

  • Dexterity Plone site & multilingual roots are not yet handled.

Installation

Install imio.smartweb.core by adding it to your buildout:

[buildout]

...

eggs =
    imio.smartweb.core

and then running bin/buildout

Contribute

License

The project is licensed under the GPLv2.