Compare commits

..

No commits in common. "dd416f8bdf6106b93333723e5c542f3c0a905310" and "5bf87d4c3f5785975194d6c525646e3299c26cda" have entirely different histories.

32 changed files with 139 additions and 156 deletions

View File

@ -45,7 +45,7 @@ body {
justify-content: space-between;
padding: 0 20px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
z-index: 10001; /* Increase from 1000 to be higher than map controls */
z-index: 1000;
position: relative;
}
@ -873,7 +873,6 @@ body {
position: relative;
flex: 0 1 400px;
margin: 0 1rem;
/* Remove z-index here - let it inherit from header */
}
.docs-search-wrapper {
@ -914,8 +913,8 @@ body {
background: white;
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
z-index: 10002; /* Just slightly higher than header */
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
z-index: 1000;
overflow: hidden;
display: flex;
flex-direction: column;
@ -1016,13 +1015,11 @@ body {
/* Mobile responsiveness */
@media (max-width: 768px) {
.docs-search-container {
display: block;
display: block; /* Show on mobile */
width: 100%;
margin: 10px 0;
padding: 0 0px;
/* Remove z-index */
padding: 0 10px;
}
.docs-search-wrapper {
width: 100%;
}
@ -1032,22 +1029,11 @@ body {
padding: 0.75rem 2.5rem 0.75rem 1rem;
}
.docs-search-results {
position: fixed !important;
top: var(--header-height, 60px);
left: 0 !important;
right: 0 !important;
width: 100vw !important;
max-width: 100vw !important;
min-width: 0 !important;
border-radius: 0 0 12px 12px;
z-index: 10002; /* Same as desktop */
margin: 0;
box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.docs-search-results-list {
max-height: 50vh;
overflow-y: auto;
left: 0;
right: 0;
width: 100vw;
max-width: 100vw;
min-width: 0;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 KiB

View File

@ -6,11 +6,11 @@
"language": "HTML",
"stars_count": 0,
"forks_count": 0,
"open_issues_count": 10,
"updated_at": "2025-07-19T15:31:47-06:00",
"open_issues_count": 9,
"updated_at": "2025-07-18T10:46:56-06:00",
"created_at": "2025-05-28T14:54:59-06:00",
"clone_url": "https://gitea.bnkops.com/admin/changemaker.lite.git",
"ssh_url": "git@gitea.bnkops.com:admin/changemaker.lite.git",
"default_branch": "main",
"last_build_update": "2025-07-19T15:31:47-06:00"
"last_build_update": "2025-07-18T10:46:56-06:00"
}

View File

@ -4,13 +4,13 @@
"description": "Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.",
"html_url": "https://github.com/anthropics/claude-code",
"language": "PowerShell",
"stars_count": 24630,
"forks_count": 1348,
"open_issues_count": 2163,
"updated_at": "2025-07-19T21:51:01Z",
"stars_count": 24412,
"forks_count": 1328,
"open_issues_count": 2141,
"updated_at": "2025-07-18T22:32:30Z",
"created_at": "2025-02-22T17:41:21Z",
"clone_url": "https://github.com/anthropics/claude-code.git",
"ssh_url": "git@github.com:anthropics/claude-code.git",
"default_branch": "main",
"last_build_update": "2025-07-19T00:06:09Z"
"last_build_update": "2025-07-18T20:30:51Z"
}

View File

@ -4,10 +4,10 @@
"description": "VS Code in the browser",
"html_url": "https://github.com/coder/code-server",
"language": "TypeScript",
"stars_count": 72971,
"forks_count": 6111,
"open_issues_count": 139,
"updated_at": "2025-07-19T21:22:59Z",
"stars_count": 72949,
"forks_count": 6108,
"open_issues_count": 140,
"updated_at": "2025-07-18T22:42:13Z",
"created_at": "2019-02-27T16:50:41Z",
"clone_url": "https://github.com/coder/code-server.git",
"ssh_url": "git@github.com:coder/code-server.git",

View File

@ -4,13 +4,13 @@
"description": "A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.",
"html_url": "https://github.com/gethomepage/homepage",
"language": "JavaScript",
"stars_count": 24890,
"forks_count": 1543,
"stars_count": 24876,
"forks_count": 1542,
"open_issues_count": 2,
"updated_at": "2025-07-19T20:23:14Z",
"updated_at": "2025-07-18T21:29:04Z",
"created_at": "2022-08-24T07:29:42Z",
"clone_url": "https://github.com/gethomepage/homepage.git",
"ssh_url": "git@github.com:gethomepage/homepage.git",
"default_branch": "dev",
"last_build_update": "2025-07-19T12:12:42Z"
"last_build_update": "2025-07-18T12:15:01Z"
}

View File

@ -4,10 +4,10 @@
"description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD",
"html_url": "https://github.com/go-gitea/gitea",
"language": "Go",
"stars_count": 49633,
"stars_count": 49613,
"forks_count": 5914,
"open_issues_count": 2730,
"updated_at": "2025-07-19T20:29:59Z",
"open_issues_count": 2726,
"updated_at": "2025-07-18T21:49:34Z",
"created_at": "2016-11-01T02:13:26Z",
"clone_url": "https://github.com/go-gitea/gitea.git",
"ssh_url": "git@github.com:go-gitea/gitea.git",

View File

@ -4,10 +4,10 @@
"description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.",
"html_url": "https://github.com/knadh/listmonk",
"language": "Go",
"stars_count": 17349,
"stars_count": 17344,
"forks_count": 1674,
"open_issues_count": 103,
"updated_at": "2025-07-19T19:01:50Z",
"open_issues_count": 105,
"updated_at": "2025-07-18T17:40:55Z",
"created_at": "2019-06-26T05:08:39Z",
"clone_url": "https://github.com/knadh/listmonk.git",
"ssh_url": "git@github.com:knadh/listmonk.git",

View File

@ -4,10 +4,10 @@
"description": "Create & scan cute qr codes easily \ud83d\udc7e",
"html_url": "https://github.com/lyqht/mini-qr",
"language": "Vue",
"stars_count": 1288,
"stars_count": 1286,
"forks_count": 172,
"open_issues_count": 12,
"updated_at": "2025-07-19T16:11:51Z",
"open_issues_count": 13,
"updated_at": "2025-07-18T20:48:28Z",
"created_at": "2023-04-21T14:20:14Z",
"clone_url": "https://github.com/lyqht/mini-qr.git",
"ssh_url": "git@github.com:lyqht/mini-qr.git",

View File

@ -4,10 +4,10 @@
"description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",
"html_url": "https://github.com/n8n-io/n8n",
"language": "TypeScript",
"stars_count": 120972,
"forks_count": 36362,
"open_issues_count": 983,
"updated_at": "2025-07-19T21:52:44Z",
"stars_count": 120375,
"forks_count": 36228,
"open_issues_count": 980,
"updated_at": "2025-07-18T22:42:54Z",
"created_at": "2019-06-22T09:24:21Z",
"clone_url": "https://github.com/n8n-io/n8n.git",
"ssh_url": "git@github.com:n8n-io/n8n.git",

View File

@ -4,13 +4,13 @@
"description": "\ud83d\udd25 \ud83d\udd25 \ud83d\udd25 Open Source Airtable Alternative",
"html_url": "https://github.com/nocodb/nocodb",
"language": "TypeScript",
"stars_count": 55862,
"forks_count": 4023,
"open_issues_count": 677,
"updated_at": "2025-07-19T21:43:09Z",
"stars_count": 55844,
"forks_count": 4020,
"open_issues_count": 676,
"updated_at": "2025-07-18T22:33:32Z",
"created_at": "2017-10-29T18:51:48Z",
"clone_url": "https://github.com/nocodb/nocodb.git",
"ssh_url": "git@github.com:nocodb/nocodb.git",
"default_branch": "develop",
"last_build_update": "2025-07-19T20:55:35Z"
"last_build_update": "2025-07-18T19:54:56Z"
}

View File

@ -4,13 +4,13 @@
"description": "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.",
"html_url": "https://github.com/ollama/ollama",
"language": "Go",
"stars_count": 146966,
"forks_count": 12450,
"open_issues_count": 1920,
"updated_at": "2025-07-19T21:40:59Z",
"stars_count": 146880,
"forks_count": 12444,
"open_issues_count": 1921,
"updated_at": "2025-07-18T22:09:10Z",
"created_at": "2023-06-26T19:39:32Z",
"clone_url": "https://github.com/ollama/ollama.git",
"ssh_url": "git@github.com:ollama/ollama.git",
"default_branch": "main",
"last_build_update": "2025-07-19T20:29:38Z"
"last_build_update": "2025-07-18T20:30:24Z"
}

View File

@ -4,10 +4,10 @@
"description": "Documentation that simply works",
"html_url": "https://github.com/squidfunk/mkdocs-material",
"language": "Python",
"stars_count": 23942,
"forks_count": 3816,
"stars_count": 23935,
"forks_count": 3815,
"open_issues_count": 7,
"updated_at": "2025-07-19T18:43:32Z",
"updated_at": "2025-07-18T18:39:26Z",
"created_at": "2016-01-28T22:09:23Z",
"clone_url": "https://github.com/squidfunk/mkdocs-material.git",
"ssh_url": "git@github.com:squidfunk/mkdocs-material.git",

View File

@ -1475,7 +1475,7 @@
<div class="integration-visual">
<div class="integration-diagram">
<div class="screenshot-placeholder">
<img src="assets/loop.png" alt="All systems communicate and build on one another" class="mobile-screenshot">
[Diagram: Show how documentation search connects to map data, which connects to voter database, which triggers email campaigns, all in a circular flow]
</div>
</div>
<p style="margin-top: 2rem; color: var(--text-light); font-size: 0.875rem;">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 KiB

View File

@ -6,11 +6,11 @@
"language": "HTML",
"stars_count": 0,
"forks_count": 0,
"open_issues_count": 10,
"updated_at": "2025-07-19T15:31:47-06:00",
"open_issues_count": 9,
"updated_at": "2025-07-18T10:46:56-06:00",
"created_at": "2025-05-28T14:54:59-06:00",
"clone_url": "https://gitea.bnkops.com/admin/changemaker.lite.git",
"ssh_url": "git@gitea.bnkops.com:admin/changemaker.lite.git",
"default_branch": "main",
"last_build_update": "2025-07-19T15:31:47-06:00"
"last_build_update": "2025-07-18T10:46:56-06:00"
}

View File

@ -4,13 +4,13 @@
"description": "Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.",
"html_url": "https://github.com/anthropics/claude-code",
"language": "PowerShell",
"stars_count": 24630,
"forks_count": 1348,
"open_issues_count": 2163,
"updated_at": "2025-07-19T21:51:01Z",
"stars_count": 24412,
"forks_count": 1328,
"open_issues_count": 2141,
"updated_at": "2025-07-18T22:32:30Z",
"created_at": "2025-02-22T17:41:21Z",
"clone_url": "https://github.com/anthropics/claude-code.git",
"ssh_url": "git@github.com:anthropics/claude-code.git",
"default_branch": "main",
"last_build_update": "2025-07-19T00:06:09Z"
"last_build_update": "2025-07-18T20:30:51Z"
}

View File

@ -4,10 +4,10 @@
"description": "VS Code in the browser",
"html_url": "https://github.com/coder/code-server",
"language": "TypeScript",
"stars_count": 72971,
"forks_count": 6111,
"open_issues_count": 139,
"updated_at": "2025-07-19T21:22:59Z",
"stars_count": 72949,
"forks_count": 6108,
"open_issues_count": 140,
"updated_at": "2025-07-18T22:42:13Z",
"created_at": "2019-02-27T16:50:41Z",
"clone_url": "https://github.com/coder/code-server.git",
"ssh_url": "git@github.com:coder/code-server.git",

View File

@ -4,13 +4,13 @@
"description": "A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.",
"html_url": "https://github.com/gethomepage/homepage",
"language": "JavaScript",
"stars_count": 24890,
"forks_count": 1543,
"stars_count": 24876,
"forks_count": 1542,
"open_issues_count": 2,
"updated_at": "2025-07-19T20:23:14Z",
"updated_at": "2025-07-18T21:29:04Z",
"created_at": "2022-08-24T07:29:42Z",
"clone_url": "https://github.com/gethomepage/homepage.git",
"ssh_url": "git@github.com:gethomepage/homepage.git",
"default_branch": "dev",
"last_build_update": "2025-07-19T12:12:42Z"
"last_build_update": "2025-07-18T12:15:01Z"
}

View File

@ -4,10 +4,10 @@
"description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD",
"html_url": "https://github.com/go-gitea/gitea",
"language": "Go",
"stars_count": 49633,
"stars_count": 49613,
"forks_count": 5914,
"open_issues_count": 2730,
"updated_at": "2025-07-19T20:29:59Z",
"open_issues_count": 2726,
"updated_at": "2025-07-18T21:49:34Z",
"created_at": "2016-11-01T02:13:26Z",
"clone_url": "https://github.com/go-gitea/gitea.git",
"ssh_url": "git@github.com:go-gitea/gitea.git",

View File

@ -4,10 +4,10 @@
"description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.",
"html_url": "https://github.com/knadh/listmonk",
"language": "Go",
"stars_count": 17349,
"stars_count": 17344,
"forks_count": 1674,
"open_issues_count": 103,
"updated_at": "2025-07-19T19:01:50Z",
"open_issues_count": 105,
"updated_at": "2025-07-18T17:40:55Z",
"created_at": "2019-06-26T05:08:39Z",
"clone_url": "https://github.com/knadh/listmonk.git",
"ssh_url": "git@github.com:knadh/listmonk.git",

View File

@ -4,10 +4,10 @@
"description": "Create & scan cute qr codes easily \ud83d\udc7e",
"html_url": "https://github.com/lyqht/mini-qr",
"language": "Vue",
"stars_count": 1288,
"stars_count": 1286,
"forks_count": 172,
"open_issues_count": 12,
"updated_at": "2025-07-19T16:11:51Z",
"open_issues_count": 13,
"updated_at": "2025-07-18T20:48:28Z",
"created_at": "2023-04-21T14:20:14Z",
"clone_url": "https://github.com/lyqht/mini-qr.git",
"ssh_url": "git@github.com:lyqht/mini-qr.git",

View File

@ -4,10 +4,10 @@
"description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",
"html_url": "https://github.com/n8n-io/n8n",
"language": "TypeScript",
"stars_count": 120972,
"forks_count": 36362,
"open_issues_count": 983,
"updated_at": "2025-07-19T21:52:44Z",
"stars_count": 120375,
"forks_count": 36228,
"open_issues_count": 980,
"updated_at": "2025-07-18T22:42:54Z",
"created_at": "2019-06-22T09:24:21Z",
"clone_url": "https://github.com/n8n-io/n8n.git",
"ssh_url": "git@github.com:n8n-io/n8n.git",

View File

@ -4,13 +4,13 @@
"description": "\ud83d\udd25 \ud83d\udd25 \ud83d\udd25 Open Source Airtable Alternative",
"html_url": "https://github.com/nocodb/nocodb",
"language": "TypeScript",
"stars_count": 55862,
"forks_count": 4023,
"open_issues_count": 677,
"updated_at": "2025-07-19T21:43:09Z",
"stars_count": 55844,
"forks_count": 4020,
"open_issues_count": 676,
"updated_at": "2025-07-18T22:33:32Z",
"created_at": "2017-10-29T18:51:48Z",
"clone_url": "https://github.com/nocodb/nocodb.git",
"ssh_url": "git@github.com:nocodb/nocodb.git",
"default_branch": "develop",
"last_build_update": "2025-07-19T20:55:35Z"
"last_build_update": "2025-07-18T19:54:56Z"
}

View File

@ -4,13 +4,13 @@
"description": "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.",
"html_url": "https://github.com/ollama/ollama",
"language": "Go",
"stars_count": 146966,
"forks_count": 12450,
"open_issues_count": 1920,
"updated_at": "2025-07-19T21:40:59Z",
"stars_count": 146880,
"forks_count": 12444,
"open_issues_count": 1921,
"updated_at": "2025-07-18T22:09:10Z",
"created_at": "2023-06-26T19:39:32Z",
"clone_url": "https://github.com/ollama/ollama.git",
"ssh_url": "git@github.com:ollama/ollama.git",
"default_branch": "main",
"last_build_update": "2025-07-19T20:29:38Z"
"last_build_update": "2025-07-18T20:30:24Z"
}

View File

@ -4,10 +4,10 @@
"description": "Documentation that simply works",
"html_url": "https://github.com/squidfunk/mkdocs-material",
"language": "Python",
"stars_count": 23942,
"forks_count": 3816,
"stars_count": 23935,
"forks_count": 3815,
"open_issues_count": 7,
"updated_at": "2025-07-19T18:43:32Z",
"updated_at": "2025-07-18T18:39:26Z",
"created_at": "2016-01-28T22:09:23Z",
"clone_url": "https://github.com/squidfunk/mkdocs-material.git",
"ssh_url": "git@github.com:squidfunk/mkdocs-material.git",

View File

@ -1475,7 +1475,7 @@
<div class="integration-visual">
<div class="integration-diagram">
<div class="screenshot-placeholder">
<img src="assets/loop.png" alt="All systems communicate and build on one another" class="mobile-screenshot">
[Diagram: Show how documentation search connects to map data, which connects to voter database, which triggers email campaigns, all in a circular flow]
</div>
</div>
<p style="margin-top: 2rem; color: var(--text-light); font-size: 0.875rem;">

View File

@ -1475,7 +1475,7 @@
<div class="integration-visual">
<div class="integration-diagram">
<div class="screenshot-placeholder">
<img src="assets/loop.png" alt="All systems communicate and build on one another" class="mobile-screenshot">
[Diagram: Show how documentation search connects to map data, which connects to voter database, which triggers email campaigns, all in a circular flow]
</div>
</div>
<p style="margin-top: 2rem; color: var(--text-light); font-size: 0.875rem;">

File diff suppressed because one or more lines are too long

View File

@ -2,142 +2,142 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://cmlite.org/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/test/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/adv/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/adv/ansible/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/adv/vscode-ssh/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/blog/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/blog/2025/07/03/blog-1/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/blog/2025/07/10/2/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/build/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/build/map/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/build/server/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/build/site/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/config/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/config/cloudflare-config/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/config/coder/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/config/map/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/config/mkdocs/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/how%20to/canvass/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/manual/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/manual/map/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/phil/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/phil/cost-comparison/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/services/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/services/code-server/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/services/gitea/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/services/homepage/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/services/listmonk/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/services/map/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/services/mini-qr/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/services/mkdocs/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/services/n8n/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/services/nocodb/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/services/postgresql/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/services/static-server/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
<url>
<loc>https://cmlite.org/blog/archive/2025/</loc>
<lastmod>2025-07-19</lastmod>
<lastmod>2025-07-18</lastmod>
</url>
</urlset>

Binary file not shown.

View File

@ -649,9 +649,6 @@ Changemaker Archive. <a href="https://docs.bnkops.com">Learn more</a>
<h1 id="test">Test<a class="headerlink" href="#test" title="Permanent link">&para;</a></h1>
<p>lololol </p>
<p>okay well just doing some fast writing because why the heck not. </p>
<p>"I would ask for an apology from the city (Municipality of Jasper) as a result,"</p>
<p>lololol</p>