Minimal static website used to share XML files from https://globalinitiative.net
Go to file
Timothée Floure 8b7c11e99e
Add "Replace the currently published file" section to README
2021-02-03 17:36:44 +01:00
assets Initial implementation 2021-02-03 17:34:11 +01:00
data Initial implementation 2021-02-03 17:34:11 +01:00
.gitignore Initial implementation 2021-02-03 17:34:11 +01:00
Makefile Initial implementation 2021-02-03 17:34:11 +01:00
README.md Add "Replace the currently published file" section to README 2021-02-03 17:36:44 +01:00
deploy.sh Initial implementation 2021-02-03 17:34:11 +01:00
index.html.sh Initial implementation 2021-02-03 17:34:11 +01:00

README.md

Global Initiative XML Sharing

Minimal website used to share XML files from Global Initiative.

This website is based on Nyll and depends on:

  • sh
  • make
  • [coreutils](coreutils) (basename, md5sum and date)

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!