This is the Content Management System (CMS) used to build the RR0 website.
It allows to produce a similar website, but with the data of your choice.
It relies on ssg-api to generate the web pages.
While it is especially designed to render UFO-related data as it was designed to render the RR0 website, it can also probably be used to generate websites pertaining to other topics, as most of the data types (time, place, event, sources, notes, etc.) are not specific to the ufological domain.
classDiagram
class cms {
build()
}
cms --> common
cms --> lang
cms --> time
cms --> place
cms --> org
cms --> ssg-api