An open API service indexing awesome lists of open source software.

https://github.com/rr0/cms

CMS framework to build web pages relating UFO events
https://github.com/rr0/cms

cms-framework rr0 ufo

Last synced: about 1 month ago
JSON representation

CMS framework to build web pages relating UFO events

Awesome Lists containing this project

README

          

# RR0 CMS

This is the Content Management System (CMS) used to build the [RR0 website](https://rr0.org).

It allows to produce a similar website, but with the data of your choice.

It relies on [ssg-api](https://www.npmjs.com/package/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](https://rr0.org),
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.

```mermaid
classDiagram
class cms {
build()
}
cms --> common
cms --> lang
cms --> time
cms --> place
cms --> org
cms --> ssg-api
cms --> data
```

- [Data types](https://github.com/RR0/data?tab=readme-ov-file#rr0data)