This repository serves remote announcements for BIOSZEN. The app downloads static DCF files over HTTP (raw GitHub) to decide what to show.
The app only needs a BASE_RAW. From that base it downloads:
- /announcements/index.dcf
- /announcements/items/.dcf
- Create a new file at announcements/items/<new_id>.dcf
- Inside the file, set id: <new_id>
- Edit announcements/index.dcf and set latest: <new_id>
- Commit + push to main
- Do not rename the announcements/ folder
- Do not rename the items/ folder
- Do not delete old items
- Do not change the default branch (keep main) or, if it changes, update BASE_RAW in the app