move notes into readme
This commit is contained in:
parent
6e14e1313e
commit
daec9872e4
18
README.md
18
README.md
@ -1,3 +1,21 @@
|
|||||||
# SPIP Database to Markdown
|
# SPIP Database to Markdown
|
||||||
|
|
||||||
Script(s) to export the SPIP MySQL database of the current website to plain text Markdown files with YAML front-matter metadata.
|
Script(s) to export the SPIP MySQL database of the current website to plain text Markdown files with YAML front-matter metadata.
|
||||||
|
|
||||||
|
## Notes on exporting the SPIP MySQL data to Markdown files
|
||||||
|
|
||||||
|
There are 26 tables, some contains A LOT of data while others can contain little to no data.
|
||||||
|
|
||||||
|
### Tables & Database schema
|
||||||
|
|
||||||
|
#### Main tables
|
||||||
|
|
||||||
|
#### Relational tables
|
||||||
|
|
||||||
|
#### Tables with little data
|
||||||
|
|
||||||
|
#### Empty tables
|
||||||
|
|
||||||
|
These tables are empty, so they don’t need to be treated.
|
||||||
|
|
||||||
|
- spip_breves
|
||||||
|
Loading…
Reference in New Issue
Block a user