globalinitiative-xml-sharing/README.md

20 lines
666 B
Markdown
Raw Permalink Normal View History

2021-02-03 17:34:11 +01:00
# Global Initiative XML Sharing
Minimal website used to share XML files from [Global
2021-02-25 10:34:23 +01:00
Initiative](https://globalinitiative.net/). This service is documented on [our
wiki](https://wiki.e-durable.ch/e/en/customers/global-initiative/xml-sharing-website).
2021-02-03 17:34:11 +01:00
This website is based on [Nyll](https://git.sr.ht/~sparrowhawk/nyll) and
depends on:
* `sh`
* `make`
2021-02-03 17:40:09 +01:00
* `coreutils` (`basename`, `md5sum` and `date`)
2021-02-03 17:34:11 +01:00
You can generate the output with `make` and deploy with `make deploy`.
## Replace the currently published file
Add the new file as `data/activities-YYYYMMDD.xml` where `YYYYMMDD` is today's
date and run `make deploy`. **DO NOT FORGET TO COMMIT YOUR CHANGES!**