Minimal static website used to share XML files from https://globalinitiative.net
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.
 
 
 
Timothée Floure cda8b6e552
Add link to internal documentation
3 years ago
assets Initial implementation 3 years ago
data Initial implementation 3 years ago
.gitignore Initial implementation 3 years ago
Makefile Nyllify the Makefile more. 3 years ago
README.md Add link to internal documentation 3 years ago
deploy.sh Patch deploy script for production 3 years ago
index.html.sh Force download (instead of browser displaying content of XML file) 3 years ago

README.md

Global Initiative XML Sharing

Minimal website used to share XML files from Global Initiative. This service is documented on our wiki.

This website is based on Nyll and depends on:

  • sh
  • make
  • 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!