update references .me -> .org

This commit is contained in:
Will Freeman
2026-02-02 12:50:56 -07:00
parent db49ac2a98
commit 72b0305b9b
11 changed files with 31 additions and 128 deletions

View File

@@ -27,8 +27,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="DeFlock" />
<meta property="og:description" content="Find license plate readers (LPRs) near you." />
<meta property="og:image" content="https://deflock.me/og-banner.png" />
<meta property="og:url" content="https://deflock.me" />
<meta property="og:image" content="https://deflock.org/og-banner.png" />
<meta property="og:url" content="https://deflock.org" />
<meta property="og:type" content="website" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<title>DeFlock</title>
@@ -37,10 +37,10 @@
"@context": "https://schema.org",
"@type": "Organization",
"name": "DeFlock",
"url": "https://deflock.me",
"url": "https://deflock.org",
"sameAs": [
"https://github.com/FoggedLens/deflock",
"https://blog.deflock.me/",
"https://blog.deflock.org/",
"https://apps.apple.com/us/app/deflock-me/id6752760780",
"https://play.google.com/store/apps/details?id=me.deflock.deflockapp&hl=en_US&pli=1"
]

View File

@@ -1,4 +1,4 @@
User-agent: *
Allow: /
Disallow: /api/
Sitemap: https://deflock.me/sitemap.xml
Sitemap: https://deflock.org/sitemap.xml

View File

@@ -1,83 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://deflock.me/</loc>
<loc>https://deflock.org/</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deflock.me/map</loc>
<loc>https://deflock.org/map</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deflock.me/about</loc>
<loc>https://deflock.org/about</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://deflock.me/what-is-an-alpr</loc>
<loc>https://deflock.org/what-is-an-alpr</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://deflock.me/report</loc>
<loc>https://deflock.org/report</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deflock.me/report/id</loc>
<loc>https://deflock.org/report/id</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://deflock.me/council</loc>
<loc>https://deflock.org/council</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://deflock.me/app</loc>
<loc>https://deflock.org/app</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deflock.me/app/docs</loc>
<loc>https://deflock.org/app/docs</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://deflock.me/contact</loc>
<loc>https://deflock.org/contact</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://deflock.me/terms</loc>
<loc>https://deflock.org/terms</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://deflock.me/privacy</loc>
<loc>https://deflock.org/privacy</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://deflock.me/qr</loc>
<loc>https://deflock.org/qr</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://deflock.me/donate</loc>
<loc>https://deflock.org/donate</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deflock.me/foia</loc>
<loc>https://deflock.org/foia</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deflock.me/identify</loc>
<loc>https://deflock.org/identify</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deflock.me/press</loc>
<loc>https://deflock.org/press</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deflock.me/store</loc>
<loc>https://deflock.org/store</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deflock.me/groups</loc>
<loc>https://deflock.org/groups</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deflock.me/blog</loc>
<loc>https://deflock.org/blog</loc>
<changefreq>daily</changefreq>
</url>
</urlset>

View File

@@ -33,18 +33,18 @@
<p>
<DFCode>
&lt;iframe src=&quot;https://deflock.me/map&quot; width=&quot;100%&quot; height=&quot;600&quot; style=&quot;border: none;&quot;&gt;&lt;/iframe&gt;
&lt;iframe src=&quot;https://deflock.org/map&quot; width=&quot;100%&quot; height=&quot;600&quot; style=&quot;border: none;&quot;&gt;&lt;/iframe&gt;
</DFCode>
</p>
<p>
If you would like to <b>localize the URL</b> to a specific region, please zoom to the area at <router-link to="/map">https://deflock.me/map</router-link> and copy the URL from your browser's address bar.
If you would like to <b>localize the URL</b> to a specific region, please zoom to the area at <router-link to="/map">https://deflock.org/map</router-link> and copy the URL from your browser's address bar.
</p>
<p>
To <b>remove the header bar</b>, add the following query parameter to the URL: <code>?fullscreen=true</code>. For example:
<DFCode>
&lt;iframe src=&quot;https://deflock.me/map?fullscreen=true#map=14/40.014863/-105.266275&quot; width=&quot;100%&quot; height=&quot;600&quot; style=&quot;border: none;&quot;&gt;&lt;/iframe&gt;
&lt;iframe src=&quot;https://deflock.org/map?fullscreen=true#map=14/40.014863/-105.266275&quot; width=&quot;100%&quot; height=&quot;600&quot; style=&quot;border: none;&quot;&gt;&lt;/iframe&gt;
</DFCode>
</p>