wcs 'extra' used by au-quotidien.com
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Frédéric Péters 7d41591fa1 jenkins: add pyquery 2022-05-20 15:41:22 +02:00
apache-errors updated copyright years in footer; and bottom links in error pages 2009-01-20 22:48:47 +00:00
auquotidien remove settings panel (#64972) 2022-05-07 07:39:19 +02:00
data/themes force jquery ui import for old themes (#14466) 2017-02-13 12:50:23 +01:00
debian debian: switch to debhelper-compat 12 (#57538) 2021-10-10 10:46:33 +02:00
help/fr help: various conformance fixes 2014-05-08 15:08:37 +02:00
po general: switch i18n to django (#6735) 2017-08-11 10:38:39 +02:00
tests tests: adapt to removal of /backoffice/ page in wcs (#64973) 2022-05-20 13:59:40 +02:00
texts replaced high-bit characters by html entities 2008-12-02 16:23:22 +00:00
theme remove legacy authentic stuff 2017-08-11 10:37:56 +02:00
.git-blame-ignore-revs misc: add black files/notes 2021-01-19 22:09:31 +01:00
.gitignore add .gitignore 2012-09-05 11:40:05 +02:00
.pre-commit-config.yaml trivial: bump black version to 22.1.0 2022-03-31 12:09:49 +02:00
Jenkinsfile jenkins: build package for bullseye 2021-12-02 21:16:18 +01:00
MANIFEST.in general: switch i18n to django (#6735) 2017-08-11 10:38:39 +02:00
README misc: add black files/notes 2021-01-19 22:09:31 +01:00
au-quotidien-wcs-settings.xml remove bounce processing (sync with w.c.s) (#33448) 2019-12-29 12:36:35 +01:00
jenkins.sh jenkins: add pyquery 2022-05-20 15:41:22 +02:00
setup.py trivial: apply black 2021-01-19 22:08:54 +01:00

README

Extra modules and customizations for w.c.s.
===========================================


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.)