International Transport Safety Bureau: centralizing every transport accident report into RSS feeds https://tilde.town/~lucidiot/itsb/
Go to file
Lucidiot 677be1997b
Fix TSIB feeds
2021-02-23 19:23:58 +01:00
bin SIA custom feeds, close #39 2021-02-07 22:25:27 +01:00
img XML-based generation, closes #56, closes #11 2021-02-23 17:02:57 +00:00
jq Fix TSIB feeds 2021-02-23 19:23:58 +01:00
xslt XML-based generation, closes #56, closes #11 2021-02-23 17:02:57 +00:00
.gitignore XML-based generation, closes #56, closes #11 2021-02-23 17:02:57 +00:00
LICENSE ATSB feed generator 2019-12-14 11:01:03 +01:00
README.md Add logo 2020-07-26 13:27:32 +02:00
feedgen.sh XML-based generation, closes #56, closes #11 2021-02-23 17:02:57 +00:00
index.html XML-based generation, closes #56, closes #11 2021-02-23 17:02:57 +00:00
itsb.xml Fix TSIB feeds 2021-02-23 19:23:58 +01:00
itsb.xsd XML-based generation, closes #56, closes #11 2021-02-23 17:02:57 +00:00

README.md

itsb logo

international transport safety bureau

A project whose goal is to centralize accident reports and make them easier to access.

Setup

  • Install the following dependencies:
    • pup: go get github.com/ericchiang/pup
    • jq: sudo apt install jq
    • xmltodict: pip install xmltodict
  • Add bin/json2xml to your $PATH

Usage

Run feedgen.sh to build the RSS feeds. You can add this script to CRON to build the feeds regularly.