From 1e84860ae6b8da1821584c7755a15e17a53a364e Mon Sep 17 00:00:00 2001 From: alprwatch Date: Thu, 27 Nov 2025 02:31:39 +0100 Subject: [PATCH] alprwatch-org/utilities is now suspected-locations (#63) * alprwatch-org/utilities is now suspected-locations Originally, we were using 811 locate requests to create a map of locations where Flock may have installed a camera, shot spotter, or other device. Since then, people have started to contribute lists of suspected locations from other sources. As a result, we recently renamed our project and updated the relevant URLs. * https://alprwatch.org/flock/suspected-locations * https://gitlab.com/alprwatch-org/suspected-locations The old "utilities" links are set to redirect to these new destinations. This commit updates the DeFlock site to reflect the new naming scheme. * resize header to fit longer title --------- Co-authored-by: Will Freeman --- webapp/src/components/SimilarProjects.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/webapp/src/components/SimilarProjects.vue b/webapp/src/components/SimilarProjects.vue index 89be26f..5328401 100644 --- a/webapp/src/components/SimilarProjects.vue +++ b/webapp/src/components/SimilarProjects.vue @@ -59,7 +59,7 @@ - + {{ project.name }} @@ -113,17 +113,17 @@ const similarProjects: SimilarProject[] = [ imageUrl: "/similar-projects/eof.webp" }, { - name: "ALPR Watch | Flock", + name: "ALPR Watch | Suspected Locations", + description: "Map of locations where ALPRs may be, based on 811 locate requests, FOIA, and other sources.", + url: "https://alprwatch.org/flock/suspected-locations/", + imageUrl: "/similar-projects/flockutil.webp" + }, + { + name: "ALPR Watch | Recents", description: "Explore recently added Flock cameras in the US.", url: "https://alprwatch.org/flock/map", imageUrl: "/similar-projects/alprwatch.webp" }, - { - name: "ALPR Watch | Utilities", - description: "Map of 811 dig requests from Flock Safety, often a sign of a Flock camera.", - url: "https://alprwatch.org/flock/utilities/", - imageUrl: "/similar-projects/flockutil.webp" - }, { name: "Atlas of Surveillance", description: "EFF's comprehensive database of surveillance technologies used by law enforcement.", @@ -247,4 +247,4 @@ const similarProjects: SimilarProject[] = [ .v-theme--dark .cta-card { background: linear-gradient(135deg, rgba(var(--v-theme-primary), 0.15) 0%, rgba(var(--v-theme-secondary), 0.08) 100%); } - \ No newline at end of file +