chore: rename quicproquo → quicprochat in docs, Docker, CI, and packaging
Rename all project references from quicproquo/qpq to quicprochat/qpc across documentation, Docker configuration, CI workflows, packaging scripts, operational configs, and build tooling. - Docker: crate paths, binary names, user/group, data dirs, env vars - CI: workflow crate references, binary names, artifact names - Docs: all markdown files under docs/, SDK READMEs, book.toml - Packaging: OpenWrt Makefile, init script, UCI config (file renames) - Scripts: justfile, dev-shell, screenshot, cross-compile, ai_team - Operations: Prometheus config, alert rules, Grafana dashboard - Config: .env.example (QPQ_* → QPC_*), CODEOWNERS paths - Top-level: README, CONTRIBUTING, ROADMAP, CLAUDE.md
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>quicproquo -- E2E Encrypted Messenger Demo</title>
|
||||
<title>quicprochat -- E2E Encrypted Messenger Demo</title>
|
||||
<style>
|
||||
:root {
|
||||
--bg: #0d1117;
|
||||
@@ -201,7 +201,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>quicproquo</h1>
|
||||
<h1>quicprochat</h1>
|
||||
<p class="subtitle">E2E Encrypted Messenger -- Browser Demo</p>
|
||||
|
||||
<!-- Connection Bar -->
|
||||
@@ -273,7 +273,7 @@
|
||||
<!-- Sign & Verify -->
|
||||
<div style="margin-top:0.75rem;">
|
||||
<h2 style="font-size:1rem;">Sign & Verify</h2>
|
||||
<input type="text" id="sign-msg" placeholder="Message to sign (Alice's key)" value="Hello, quicproquo!">
|
||||
<input type="text" id="sign-msg" placeholder="Message to sign (Alice's key)" value="Hello, quicprochat!">
|
||||
<div class="row">
|
||||
<button class="crypto-btn" id="btn-sign" disabled>Sign (Alice)</button>
|
||||
<button class="crypto-btn" id="btn-verify" disabled>Verify (Alice pubkey)</button>
|
||||
|
||||
Reference in New Issue
Block a user