You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
# app actes-princiers
|
|
|
|
|
|
|
|
|
|
- `cmd/` : functions used in the process, such as :
|
|
|
|
|
- `cmd/db.py` : db initialization
|
|
|
|
|
- `cmd/split_div.py` : takes the main xml file (`bourbon-latex/charles-actes-latex.xml`) and creates one xml file per act ;
|
|
|
|
|
|
|
|
|
|
- `data_actes/` : list of data for the db tables
|
|
|
|
|
|
|
|
|
|
- `modeles/` :
|
|
|
|
|
- `modeles/data.py` contains all db tables modeles
|
|
|
|
|
- `modeles/bdd_actes_princiers_X.png` : db conceptual data model
|
|
|
|
|
|
|
|
|
|
- `static/` : static files, including :
|
|
|
|
|
- `static/css` : all css, including, bootstrap, footnote, and custom css ;
|
|
|
|
|
- `static/csv` : csv (actors for the data base) ;
|
|
|
|
|
- `static/img` : img in header, home, footer... ;
|
|
|
|
|
- `static/js` : js files for boostrap + footnote ;
|
|
|
|
|
- `static/xml` : (by houses)
|
|
|
|
|
- `static/xsl` : xsl stylesheet
|