Combo plugin for the GNM project
Go to file
Frédéric Péters 8c75b8885b ignore pages with layer name as slug anchored as root 2021-06-06 17:21:08 +02:00
combo_plugin_gnm ignore pages with layer name as slug anchored as root 2021-06-06 17:21:08 +02:00
debian debian: declare custom cells to display a tile per child (#54252) 2021-05-27 09:38:19 +02:00
tests trivial: reapply black 2021-02-15 17:46:36 +01:00
.git-blame-ignore-revs trivial: add new reformatting commit hash to .git-blame-ignore-revs 2021-02-15 17:46:57 +01:00
.gitignore mairie template support as_opening_hours template tag (#22050) 2018-03-10 16:37:46 +01:00
.pre-commit-config.yaml misc: add black files/notes 2021-01-11 21:32:33 +01:00
COPYING set project to GNU AGPL 2017-07-07 07:54:34 +02:00
Jenkinsfile build: update to use origin/main 2020-12-26 15:21:15 +01:00
MANIFEST.in misc: distribute template 2020-04-10 13:26:38 +02:00
README misc: add black files/notes 2021-01-11 21:32:33 +01:00
setup.py trivial: apply black 2021-01-11 21:31:40 +01:00
tox.ini tox: fix (unused) settings file environment variable name 2021-03-14 18:59:17 +01:00

README

Combo GNM Plug-in
=================

Extension module for the combo content management system, with various
developments that are at the moment at least specific to the GNM project.


Code Style
----------

black is used to format the code, using thoses parameters:

    black --target-version py37 --skip-string-normalization --line-length 110

There is .pre-commit-config.yaml to use pre-commit to automatically run black
before commits. (execute `pre-commit install` to install the git hook.)


License
-------

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
details.

You should have received a copy of the GNU Affero General Public License along
with this program.  If not, see <http://www.gnu.org/licenses/>.