diff --git a/README.md b/README.md index 21cee65..0c67226 100644 --- a/README.md +++ b/README.md @@ -12,26 +12,30 @@ The following repositories are part of the OAM project: | --- | --- | | [oam-catalog](https://github.com/hotosm/oam-catalog) | Catalog for indexing open imagery | | [oam-browser](https://github.com/hotosm/oam-browser) | Imagery browser for searching available imagery | -| [oam-browser-filters](https://github.com/hotosm/oam-browser-filters) | The grid filters used by the oam-browser front end | | [oam-uploader](https://github.com/hotosm/oam-uploader) | The web frontend to the OAM Uploader API | | [oam-uploader-admin](https://github.com/hotosm/oam-uploader-admin) | OAM uploader admin interface | | [oam-uploader-api](https://github.com/hotosm/oam-uploader-api) | The OAM Uploader API server | -| [oam-server](https://github.com/hotosm/oam-server) | Main repository for imagery processing and tile service creation tools | -| [oam-server-tiler](https://github.com/hotosm/oam-server-tiler) | OAM Server tile engine | | [oam-dynamic-tiler](https://github.com/hotosm/oam-dynamic-tiler) | Python, Flask and Lambda-based dynamic tiler for S3-hosted GeoTIFFs -| [oam-server-api](https://github.com/hotosm/oam-server-api) | OAM Server API | -| [oam-server-cli](https://github.com/hotosm/oam-server-cli) | A command line utility for interacting with the OAM Server API | -| [oam-server-deployment](https://github.com/hotosm/oam-server-deployment) | Amazon Web Services deployment tooling OAM Server | -| [oam-server-publisher](https://github.com/hotosm/oam-server-publisher) | Status publishing component of OAM Server | -| [oam-catalog-grid](https://github.com/hotosm/oam-catalog-grid) | Generate a vector tile grid from the OAM catalog | -| [oam-server-activities](https://github.com/hotosm/oam-server-activities) | DEPRECATED: SWFR Activities component for OAM Server | -| [oam-server-decider](https://github.com/hotosm/oam-server-decider) | DEPRECATED: SWF Decider component of OAM Server (using oam-server-tiler instead) | | [openaerialmap.org](https://github.com/hotosm/openaerialmap.org) | Code for the OpenAerialMap.org Website | | [oam-qgis-plugin](https://github.com/hotosm/oam-qgis-plugin) | An experimental plugin for QGIS to access OAM | | [oam-status](https://github.com/hotosm/oam-status) | A simple status dashboard for oam-catalog | | [oam-design-system](https://github.com/hotosm/oam-design-system) | Style guide and UI components library | | [oam-docs](https://github.com/hotosm/oam-docs) | OAM Documentation | +### Deprecated repositories + +| | | +| --- | --- | +| [oam-server](https://github.com/hotosm/oam-server) | Main repository for imagery processing and tile service creation tools | +| [oam-server-tiler](https://github.com/hotosm/oam-server-tiler) | OAM Server tile engine | +| [oam-server-activities](https://github.com/hotosm/oam-server-activities) | SWFR Activities component for OAM Server | +| [oam-server-decider](https://github.com/hotosm/oam-server-decider) | SWF Decider component of OAM Server (using oam-server-tiler instead) | +| [oam-server-api](https://github.com/hotosm/oam-server-api) | OAM Server API | +| [oam-server-cli](https://github.com/hotosm/oam-server-cli) | A command line utility for interacting with the OAM Server API | +| [oam-server-deployment](https://github.com/hotosm/oam-server-deployment) | Amazon Web Services deployment tooling OAM Server | +| [oam-server-publisher](https://github.com/hotosm/oam-server-publisher) | Status publishing component of OAM Server | +| [oam-catalog-grid](https://github.com/hotosm/oam-catalog-grid) | Generate a vector tile grid from the OAM catalog | +| [oam-browser-filters](https://github.com/hotosm/oam-browser-filters) | The grid filters used by the oam-browser front end | ## Getting Involved