Metadata-Version: 2.1
Name: cubicweb-web
Version: 1.3.3
Summary: Legacy component for web application
Home-page: https://forge.extranet.logilab.fr/cubicweb/cubes/web
Author: LOGILAB S.A. (Paris, FRANCE)
Author-email: contact@logilab.fr
License: LGPL
Classifier: Environment :: Web Environment
Classifier: Framework :: CubicWeb
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: JavaScript
Requires-Python: >=3.9.2
Requires-Dist: cubicweb<5.0.0,>=4.1.0
Requires-Dist: yams>=0.49.3

CubicWeb Legacy Web module
--------------------------
This cube provides a dynamic view selection system. This system allows
semi-automatic XHTML/XML/JSON/text generation, based on context.
All this was once available in CubicWeb 3 as a `cubicweb.web` module.

This code is still maintained, however we no longer add new features.

How to use it?
--------------
This cube can be used like every other cubes. You just have to add it in your
application dependencies and/or add it when creating your instance.
However, you may need some configuration in order to have cubicweb views
working as expected. In pyramid.ini file (which is located in your instance
directory), you should disable default CubicWeb 4 html views by writing::

    cubicweb.content-negociation.html-default = yes

