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 f5be3e100b misc: remove custom category attributes (#72817) 2022-12-28 18:06:10 +01:00
apache-errors updated copyright years in footer; and bottom links in error pages 2009-01-20 22:48:47 +00:00
auquotidien misc: remove custom category attributes (#72817) 2022-12-28 18:06:10 +01:00
data/themes force jquery ui import for old themes (#14466) 2017-02-13 12:50:23 +01:00
debian debian: remove obsolete eopayment and vobject dependencies (#67411) 2022-07-16 13:35:25 +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 changes in markup of list of drafts (#72623) 2022-12-26 16:54:47 +01: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 ci: only build package for bullseye (#72729) 2022-12-22 17:21:25 +01:00
MANIFEST.in misc: remove support for builtin editorial pages (#70338) 2022-10-17 13:23:12 +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 new phonenumbers dependency 2022-11-29 16:30:56 +01:00
setup.py misc: remove support for builtin editorial pages (#70338) 2022-10-17 13:23:12 +02: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.)