Compare commits
29 Commits
feat/pc4
...
feat/v12-p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
12a2d40371 | ||
|
|
e613fc1ca3 | ||
|
|
d12f77554f | ||
|
|
397484a35e | ||
|
|
3f2783e3fc | ||
|
|
3ba4628818 | ||
|
|
7791054ca0 | ||
|
|
78dde6a2a3 | ||
|
|
3360daa61f | ||
|
|
d2d3629965 | ||
|
|
272fb5c181 | ||
|
|
6ea256f8a4 | ||
|
|
95b75d4866 | ||
|
|
046f34ec8b | ||
|
|
61e53a04d5 | ||
|
|
4a29a9592a | ||
|
|
79004573f1 | ||
|
|
d8d3af28a0 | ||
|
|
1e1c56db2f | ||
|
|
44ffe84d5b | ||
|
|
c18328517a | ||
|
|
beb8e9a0bd | ||
|
|
5642690829 | ||
|
|
62794459ac | ||
|
|
5589678abc | ||
|
|
be7fc09085 | ||
|
|
fccbc6d19c | ||
|
|
98f1257ece | ||
|
|
e22dd6654a |
12
.env.example
12
.env.example
@@ -1,6 +1,18 @@
|
|||||||
|
# Kit (ex-ConvertKit) - newsletter infolettre
|
||||||
|
KIT_API_SECRET_V4=kit_xxx
|
||||||
|
|
||||||
# Behold.so feed IDs (voir docs/BEHOLD-SETUP.md)
|
# Behold.so feed IDs (voir docs/BEHOLD-SETUP.md)
|
||||||
# 1) Inscris-toi sur https://behold.so/dashboard
|
# 1) Inscris-toi sur https://behold.so/dashboard
|
||||||
# 2) Connecte les 2 comptes Insta (@aep.politique + @julesneny)
|
# 2) Connecte les 2 comptes Insta (@aep.politique + @julesneny)
|
||||||
# 3) Recupere les feed IDs et copie ce fichier vers .env.local puis remplis ci-dessous
|
# 3) Recupere les feed IDs et copie ce fichier vers .env.local puis remplis ci-dessous
|
||||||
PUBLIC_BEHOLD_AEP=
|
PUBLIC_BEHOLD_AEP=
|
||||||
PUBLIC_BEHOLD_JULESNENY=
|
PUBLIC_BEHOLD_JULESNENY=
|
||||||
|
|
||||||
|
# Journal unifie (PC6) - URL JSON agrege par n8n cron nocturne
|
||||||
|
# Override en local : pointer vers un mock /public/data/journal.json par exemple
|
||||||
|
PUBLIC_JOURNAL_URL=https://data.trans-former.fr/journal.json
|
||||||
|
|
||||||
|
# Chatbot upstream (PC7) - URL backend chatbot AEP
|
||||||
|
# V1 : chatbot AEP classique (Mistral Small + 120 fiches)
|
||||||
|
# V1.5 : switch vers LightRAG-PE (1 ligne)
|
||||||
|
CHATBOT_UPSTREAM=https://aep.trans-former.fr/api/chatbot
|
||||||
|
|||||||
@@ -1,10 +1,15 @@
|
|||||||
// @ts-check
|
// @ts-check
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
import vue from '@astrojs/vue';
|
import vue from '@astrojs/vue';
|
||||||
|
import node from '@astrojs/node';
|
||||||
import tailwindcss from '@tailwindcss/vite';
|
import tailwindcss from '@tailwindcss/vite';
|
||||||
|
|
||||||
// https://astro.build/config
|
// PC7 — bascule SSR (mode 'server' Astro 6) pour endpoint /api/chatbot proxy.
|
||||||
|
// Toutes les pages publiques restent statiques via `export const prerender = true`.
|
||||||
|
// Coolify deploy (PC8) : `node ./dist/server/entry.mjs` (Node adapter standalone).
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
output: 'server',
|
||||||
|
adapter: node({ mode: 'standalone' }),
|
||||||
integrations: [vue()],
|
integrations: [vue()],
|
||||||
vite: {
|
vite: {
|
||||||
plugins: [tailwindcss()],
|
plugins: [tailwindcss()],
|
||||||
|
|||||||
147
docs/PC6-JOURNAL-N8N-SETUP.md
Normal file
147
docs/PC6-JOURNAL-N8N-SETUP.md
Normal file
@@ -0,0 +1,147 @@
|
|||||||
|
# PC6 — Setup journal unifié + n8n workflow
|
||||||
|
|
||||||
|
Spec : `0 INBOX/PROMPTS/page-cerveau-build/PROMPT-PC6-journal-n8n.md`
|
||||||
|
Pilote : `0 INBOX/PROMPTS/page-cerveau-build/PILOTE-PC.md` (delta 5, delta 15)
|
||||||
|
|
||||||
|
## TL;DR
|
||||||
|
|
||||||
|
Le journal de la colonne G est alimenté par un cron n8n nocturne qui agrège plusieurs sources publiques (Gitéa Atom, Behold @aep, Behold @julesneny) et écrit un JSON statique servi par Caddy sur `data.trans-former.fr/journal.json`.
|
||||||
|
|
||||||
|
```
|
||||||
|
n8n cron (3h00 UTC)
|
||||||
|
-> fetch Gitéa Atom + Behold @aep + Behold @julesneny
|
||||||
|
-> normalisation Code Node
|
||||||
|
-> tri desc + top 100
|
||||||
|
-> écrit /home/node/.n8n/journal/journal.json (volume Docker)
|
||||||
|
-> Caddy data.trans-former.fr file_server expose ce fichier
|
||||||
|
-> JournalList.vue fetch côté client (no rebuild Astro requis)
|
||||||
|
```
|
||||||
|
|
||||||
|
## Sources V1 actives
|
||||||
|
|
||||||
|
| Plateforme | Hashtag | URL feed | Statut |
|
||||||
|
|---|---|---|---|
|
||||||
|
| Gitéa | `#stack` | `https://git.trans-former.fr/jules.atom` | ACTIF |
|
||||||
|
| Behold @aep | `#aep-politique` | `https://feeds.behold.so/{PUBLIC_BEHOLD_AEP}` | conditionnel (skip si feed ID absent) |
|
||||||
|
| Behold @julesneny | `#peinture` | `https://feeds.behold.so/{PUBLIC_BEHOLD_JULESNENY}` | conditionnel (skip si feed ID absent) |
|
||||||
|
|
||||||
|
## Sources skipped (V1 -> V1.5/V2)
|
||||||
|
|
||||||
|
| Plateforme | Hashtag | Raison |
|
||||||
|
|---|---|---|
|
||||||
|
| GitHub.com | `#stack` | username `julesneny` n'existe pas (HTTP 404). Pivot Gitéa pour le MVP. À reconfirmer si Jules a un autre handle GitHub public. |
|
||||||
|
| Substack | `#politique` | `transformations.substack.com` est pris par "WoodHorse" (pas Jules). Handle Substack à confirmer avant V1.5. |
|
||||||
|
| LinkedIn | `#building-public` | V2 (RSS via service tiers ou scrape) |
|
||||||
|
| Castopod | `#podcast` | V2 (Castopod RSS prêt mais hors scope MVP) |
|
||||||
|
| Blog `trans-former.fr` | `#manifeste` | V2 (post-PC8 deploy) |
|
||||||
|
|
||||||
|
## Format JSON
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"generatedAt": "2026-05-09T03:00:00Z",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"id": "gitea-2026-05-09-pc6",
|
||||||
|
"platform": "gitea",
|
||||||
|
"hashtag": "#stack",
|
||||||
|
"date": "2026-05-09T01:01:00Z",
|
||||||
|
"titre": "PC6 journal unifié + n8n agrégateur",
|
||||||
|
"extrait": "...",
|
||||||
|
"url": "https://git.trans-former.fr/jules/astro-site-cerveau/commit/...",
|
||||||
|
"thumbnail": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"counts": { "total": N, "gitea": N, "instagram": N }
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Composant Vue
|
||||||
|
|
||||||
|
`src/components/vue/JournalList.vue` :
|
||||||
|
- fetch `import.meta.env.PUBLIC_JOURNAL_URL` (défaut `https://data.trans-former.fr/journal.json`)
|
||||||
|
- écoute `window.addEventListener('hashtag-filter-change', ...)` émis par ColJournal.astro
|
||||||
|
- filtre par hashtag (vide ou tous cochés -> tout afficher ; tous décochés -> rien)
|
||||||
|
- tri desc déjà fait côté n8n, le composant respecte l'ordre
|
||||||
|
|
||||||
|
Cabling : `src/components/astro/ColJournal.astro` importe et rend `<JournalList client:visible />` dans `#journal-list`.
|
||||||
|
|
||||||
|
## Variable d'env
|
||||||
|
|
||||||
|
`PUBLIC_JOURNAL_URL=https://data.trans-former.fr/journal.json` (`.env.example`)
|
||||||
|
|
||||||
|
Override possible en local pointant vers `/data/journal.json` (mock fourni dans `public/data/journal.json`).
|
||||||
|
|
||||||
|
## Setup VPS — étapes (ops, à valider Jules)
|
||||||
|
|
||||||
|
### 1. DNS
|
||||||
|
|
||||||
|
Dans OVH zone DNS `trans-former.fr` :
|
||||||
|
|
||||||
|
```
|
||||||
|
data A 178.104.106.195 TTL 600
|
||||||
|
```
|
||||||
|
|
||||||
|
Attendre propagation (~5min).
|
||||||
|
|
||||||
|
### 2. Volume Docker partagé n8n -> Caddy
|
||||||
|
|
||||||
|
Le container n8n monte `vps-kit_n8n_data:/home/node/.n8n`. On va simplement lire un fichier dans ce volume depuis Caddy.
|
||||||
|
|
||||||
|
Path source : `/var/lib/docker/volumes/vps-kit_n8n_data/_data/journal/journal.json`
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ssh vps-hetzner "mkdir -p /var/lib/docker/volumes/vps-kit_n8n_data/_data/journal && \
|
||||||
|
chown 1000:1000 /var/lib/docker/volumes/vps-kit_n8n_data/_data/journal"
|
||||||
|
```
|
||||||
|
|
||||||
|
### 3. Caddyfile bloc
|
||||||
|
|
||||||
|
Ajouter dans le Caddyfile (probablement `/etc/caddy/Caddyfile` ou `/opt/vps-kit/configs/Caddyfile`) :
|
||||||
|
|
||||||
|
```caddy
|
||||||
|
data.trans-former.fr {
|
||||||
|
root * /var/lib/docker/volumes/vps-kit_n8n_data/_data/journal
|
||||||
|
file_server {
|
||||||
|
index journal.json
|
||||||
|
}
|
||||||
|
encode gzip
|
||||||
|
header {
|
||||||
|
Cache-Control "public, max-age=300"
|
||||||
|
Access-Control-Allow-Origin "https://trans-former.fr"
|
||||||
|
}
|
||||||
|
log {
|
||||||
|
output file /var/log/caddy/data.log
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Backup + reload :
|
||||||
|
```bash
|
||||||
|
ssh vps-hetzner "cp /etc/caddy/Caddyfile /etc/caddy/Caddyfile.bak.$(date +%Y%m%d-%H%M%S) && \
|
||||||
|
systemctl reload caddy && \
|
||||||
|
systemctl status caddy --no-pager | head -10"
|
||||||
|
```
|
||||||
|
|
||||||
|
### 4. Workflow n8n
|
||||||
|
|
||||||
|
Importer `docs/n8n-workflow-journal-aggregate.json` dans https://automate.trans-former.fr (UI -> Import from file).
|
||||||
|
|
||||||
|
Activer le toggle, vérifier le cron (`0 3 * * *`).
|
||||||
|
|
||||||
|
Configurer les credentials env n8n si besoin (Behold feed IDs) -> non bloquants si absents (workflow skip).
|
||||||
|
|
||||||
|
### 5. Smoke test
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Run manuel (UI n8n -> Execute Workflow)
|
||||||
|
ssh vps-hetzner "ls -la /var/lib/docker/volumes/vps-kit_n8n_data/_data/journal/"
|
||||||
|
curl -sf https://data.trans-former.fr/journal.json | jq '.counts'
|
||||||
|
```
|
||||||
|
|
||||||
|
## Backlog (hors scope PC6)
|
||||||
|
|
||||||
|
- Trigger rebuild Astro Coolify webhook (PC8)
|
||||||
|
- Sources V2 : LinkedIn, Castopod, Blog, Substack (post handle confirmé)
|
||||||
|
- Storage archivage long-terme (V1 = écrasement quotidien)
|
||||||
|
- Real-time updates (V3)
|
||||||
152
docs/n8n-workflow-journal-aggregate.json
Normal file
152
docs/n8n-workflow-journal-aggregate.json
Normal file
@@ -0,0 +1,152 @@
|
|||||||
|
{
|
||||||
|
"name": "journal-aggregate",
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"parameters": {
|
||||||
|
"rule": {
|
||||||
|
"interval": [
|
||||||
|
{
|
||||||
|
"field": "cronExpression",
|
||||||
|
"expression": "0 3 * * *"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"id": "schedule-trigger",
|
||||||
|
"name": "Cron-3h",
|
||||||
|
"type": "n8n-nodes-base.scheduleTrigger",
|
||||||
|
"typeVersion": 1.1,
|
||||||
|
"position": [240, 320]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"parameters": {
|
||||||
|
"url": "https://git.trans-former.fr/jules.atom",
|
||||||
|
"options": {
|
||||||
|
"response": {
|
||||||
|
"response": {
|
||||||
|
"responseFormat": "text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"timeout": 15000
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"id": "fetch-gitea",
|
||||||
|
"name": "Fetch-gitea",
|
||||||
|
"type": "n8n-nodes-base.httpRequest",
|
||||||
|
"typeVersion": 4.1,
|
||||||
|
"position": [460, 200]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"parameters": {
|
||||||
|
"url": "=https://feeds.behold.so/{{ $env.PUBLIC_BEHOLD_AEP || 'NOT_SET' }}",
|
||||||
|
"options": {
|
||||||
|
"response": {
|
||||||
|
"response": {
|
||||||
|
"neverError": true,
|
||||||
|
"responseFormat": "json"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"timeout": 15000
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"id": "fetch-behold-aep",
|
||||||
|
"name": "Fetch-behold-aep",
|
||||||
|
"type": "n8n-nodes-base.httpRequest",
|
||||||
|
"typeVersion": 4.1,
|
||||||
|
"position": [460, 320]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"parameters": {
|
||||||
|
"url": "=https://feeds.behold.so/{{ $env.PUBLIC_BEHOLD_JULESNENY || 'NOT_SET' }}",
|
||||||
|
"options": {
|
||||||
|
"response": {
|
||||||
|
"response": {
|
||||||
|
"neverError": true,
|
||||||
|
"responseFormat": "json"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"timeout": 15000
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"id": "fetch-behold-julesneny",
|
||||||
|
"name": "Fetch-behold-julesneny",
|
||||||
|
"type": "n8n-nodes-base.httpRequest",
|
||||||
|
"typeVersion": 4.1,
|
||||||
|
"position": [460, 440]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"parameters": {
|
||||||
|
"jsCode": "// Normalisation des 3 sources V1 vers le format JSON unifié\n// Sources : Gitéa Atom (XML), Behold @aep (JSON), Behold @julesneny (JSON)\n\nconst items = [];\n\n// ---- Helper parse Atom XML (Gitéa) ----\nfunction parseAtomGitea(xml) {\n const out = [];\n if (!xml || typeof xml !== 'string') return out;\n const entries = xml.split(/<entry>/i).slice(1);\n for (const raw of entries) {\n const block = '<entry>' + raw.split(/<\\/entry>/i)[0] + '</entry>';\n const title = (block.match(/<title>([\\s\\S]*?)<\\/title>/i) || [])[1] || '';\n const updated = (block.match(/<updated>([^<]+)<\\/updated>/i) || [])[1] || '';\n const link = (block.match(/<link[^>]*href=\"([^\"]+)\"/i) || [])[1] || '';\n const summary = (block.match(/<summary[^>]*>([\\s\\S]*?)<\\/summary>/i) || [])[1] || '';\n const id = (block.match(/<id>([^<]+)<\\/id>/i) || [])[1] || link || updated;\n if (!updated) continue;\n // Decode HTML entities basique + strip tags\n const decode = (s) => s\n .replace(/</g, '<')\n .replace(/>/g, '>')\n .replace(/"/g, '\"')\n .replace(/"/g, '\"')\n .replace(/
/g, ' ')\n .replace(/&/g, '&')\n .replace(/<[^>]+>/g, ' ')\n .replace(/\\s+/g, ' ')\n .trim();\n const titreClean = decode(title);\n const extrait = decode(summary).slice(0, 280);\n out.push({\n id: 'gitea-' + (id.slice(0, 80) || updated),\n platform: 'gitea',\n hashtag: '#stack',\n date: new Date(updated).toISOString(),\n titre: titreClean.slice(0, 140),\n extrait,\n url: link,\n thumbnail: null,\n });\n }\n return out;\n}\n\n// ---- Récupère payloads depuis les 3 nodes amont ----\nlet giteaXml = '';\ntry {\n const giteaItems = $('Fetch-gitea').all();\n if (giteaItems.length && giteaItems[0].json) {\n // HTTP node typeVersion 4.1 met le body brut dans .data si responseFormat=text\n giteaXml = giteaItems[0].json.data || giteaItems[0].json.body || '';\n if (typeof giteaXml !== 'string') giteaXml = String(giteaXml);\n }\n} catch (e) {\n console.log('Gitéa fetch missing:', e.message);\n}\n\nlet beholdAep = [];\ntry {\n const aep = $('Fetch-behold-aep').all();\n if (aep.length && aep[0].json && Array.isArray(aep[0].json.posts)) {\n beholdAep = aep[0].json.posts;\n } else if (aep.length && Array.isArray(aep[0].json)) {\n beholdAep = aep[0].json;\n }\n} catch (e) {\n console.log('Behold AEP fetch missing:', e.message);\n}\n\nlet beholdJulesneny = [];\ntry {\n const j = $('Fetch-behold-julesneny').all();\n if (j.length && j[0].json && Array.isArray(j[0].json.posts)) {\n beholdJulesneny = j[0].json.posts;\n } else if (j.length && Array.isArray(j[0].json)) {\n beholdJulesneny = j[0].json;\n }\n} catch (e) {\n console.log('Behold Julesneny fetch missing:', e.message);\n}\n\n// ---- Normalisation ----\nfor (const it of parseAtomGitea(giteaXml)) items.push(it);\n\nfor (const post of beholdAep) {\n if (!post || !post.id) continue;\n const ts = post.timestamp || post.taken_at || post.date;\n const caption = (post.caption || post.captionWithEmojis || '').toString();\n items.push({\n id: 'insta-aep-' + post.id,\n platform: 'instagram',\n hashtag: '#aep-politique',\n date: ts ? new Date(ts).toISOString() : new Date().toISOString(),\n titre: caption.slice(0, 100) || '@aep.politique',\n extrait: caption.slice(0, 280),\n url: post.permalink || post.url || 'https://instagram.com/aep.politique',\n thumbnail: post.thumbnailUrl || post.mediaUrl || (post.sizes && post.sizes.medium && post.sizes.medium.mediaUrl) || null,\n });\n}\n\nfor (const post of beholdJulesneny) {\n if (!post || !post.id) continue;\n const ts = post.timestamp || post.taken_at || post.date;\n const caption = (post.caption || post.captionWithEmojis || '').toString();\n items.push({\n id: 'insta-julesneny-' + post.id,\n platform: 'instagram',\n hashtag: '#peinture',\n date: ts ? new Date(ts).toISOString() : new Date().toISOString(),\n titre: caption.slice(0, 100) || '@julesneny',\n extrait: caption.slice(0, 280),\n url: post.permalink || post.url || 'https://instagram.com/julesneny',\n thumbnail: post.thumbnailUrl || post.mediaUrl || (post.sizes && post.sizes.medium && post.sizes.medium.mediaUrl) || null,\n });\n}\n\n// ---- Tri desc + cap top 100 ----\nitems.sort((a, b) => b.date.localeCompare(a.date));\nconst top = items.slice(0, 100);\n\nconst counts = {\n total: top.length,\n gitea: top.filter((i) => i.platform === 'gitea').length,\n instagram: top.filter((i) => i.platform === 'instagram').length,\n};\n\nreturn [\n {\n json: {\n generatedAt: new Date().toISOString(),\n items: top,\n counts,\n },\n },\n];"
|
||||||
|
},
|
||||||
|
"id": "normalise",
|
||||||
|
"name": "Normalise",
|
||||||
|
"type": "n8n-nodes-base.code",
|
||||||
|
"typeVersion": 2,
|
||||||
|
"position": [720, 320]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"parameters": {
|
||||||
|
"operation": "toJson",
|
||||||
|
"fieldName": "data",
|
||||||
|
"options": {
|
||||||
|
"format": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"id": "to-json",
|
||||||
|
"name": "To-json-string",
|
||||||
|
"type": "n8n-nodes-base.set",
|
||||||
|
"typeVersion": 3.4,
|
||||||
|
"position": [940, 320],
|
||||||
|
"notesInFlow": false,
|
||||||
|
"notes": "Transforme l'objet JS en string JSON pour Write Binary File"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"parameters": {
|
||||||
|
"operation": "write",
|
||||||
|
"fileName": "/home/node/.n8n/journal/journal.json",
|
||||||
|
"dataPropertyName": "data",
|
||||||
|
"options": {}
|
||||||
|
},
|
||||||
|
"id": "write-file",
|
||||||
|
"name": "Write-journal-json",
|
||||||
|
"type": "n8n-nodes-base.readWriteFile",
|
||||||
|
"typeVersion": 1,
|
||||||
|
"position": [1160, 320]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"connections": {
|
||||||
|
"Cron-3h": {
|
||||||
|
"main": [
|
||||||
|
[
|
||||||
|
{ "node": "Fetch-gitea", "type": "main", "index": 0 },
|
||||||
|
{ "node": "Fetch-behold-aep", "type": "main", "index": 0 },
|
||||||
|
{ "node": "Fetch-behold-julesneny", "type": "main", "index": 0 }
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Fetch-gitea": {
|
||||||
|
"main": [[{ "node": "Normalise", "type": "main", "index": 0 }]]
|
||||||
|
},
|
||||||
|
"Fetch-behold-aep": {
|
||||||
|
"main": [[{ "node": "Normalise", "type": "main", "index": 0 }]]
|
||||||
|
},
|
||||||
|
"Fetch-behold-julesneny": {
|
||||||
|
"main": [[{ "node": "Normalise", "type": "main", "index": 0 }]]
|
||||||
|
},
|
||||||
|
"Normalise": {
|
||||||
|
"main": [[{ "node": "To-json-string", "type": "main", "index": 0 }]]
|
||||||
|
},
|
||||||
|
"To-json-string": {
|
||||||
|
"main": [[{ "node": "Write-journal-json", "type": "main", "index": 0 }]]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"executionOrder": "v1",
|
||||||
|
"saveExecutionProgress": true,
|
||||||
|
"saveManualExecutions": true
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
{ "name": "page-cerveau" },
|
||||||
|
{ "name": "PC6" }
|
||||||
|
]
|
||||||
|
}
|
||||||
194
package-lock.json
generated
194
package-lock.json
generated
@@ -8,6 +8,7 @@
|
|||||||
"name": "astro-site-cerveau",
|
"name": "astro-site-cerveau",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@astrojs/node": "^10.1.0",
|
||||||
"@astrojs/vue": "^6.0.1",
|
"@astrojs/vue": "^6.0.1",
|
||||||
"@tailwindcss/vite": "^4.2.4",
|
"@tailwindcss/vite": "^4.2.4",
|
||||||
"@types/d3": "^7.4.3",
|
"@types/d3": "^7.4.3",
|
||||||
@@ -19,6 +20,9 @@
|
|||||||
"tailwindcss": "^4.2.4",
|
"tailwindcss": "^4.2.4",
|
||||||
"vue": "^3.5.34"
|
"vue": "^3.5.34"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"js-yaml": "^4.1.1"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=22.12.0"
|
"node": ">=22.12.0"
|
||||||
}
|
}
|
||||||
@@ -67,6 +71,20 @@
|
|||||||
"vfile": "^6.0.3"
|
"vfile": "^6.0.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@astrojs/node": {
|
||||||
|
"version": "10.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@astrojs/node/-/node-10.1.0.tgz",
|
||||||
|
"integrity": "sha512-4/2oqUTQ71UQ8+xX249T4l/d0/YkC5ssOVl4R2yQO7Wg4mOnvsq9Z9iaTkWAyElg3lqZq7XRNCEXCmDNiYcW1A==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@astrojs/internal-helpers": "0.9.0",
|
||||||
|
"send": "^1.2.1",
|
||||||
|
"server-destroy": "^1.0.1"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"astro": "^6.3.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@astrojs/prism": {
|
"node_modules/@astrojs/prism": {
|
||||||
"version": "4.0.1",
|
"version": "4.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-4.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-4.0.1.tgz",
|
||||||
@@ -3853,6 +3871,15 @@
|
|||||||
"robust-predicates": "^3.0.2"
|
"robust-predicates": "^3.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/depd": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
|
||||||
|
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/dequal": {
|
"node_modules/dequal": {
|
||||||
"version": "2.0.3",
|
"version": "2.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
||||||
@@ -3981,6 +4008,12 @@
|
|||||||
"node": ">=4"
|
"node": ">=4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/ee-first": {
|
||||||
|
"version": "1.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
||||||
|
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/electron-to-chromium": {
|
"node_modules/electron-to-chromium": {
|
||||||
"version": "1.5.352",
|
"version": "1.5.352",
|
||||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.352.tgz",
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.352.tgz",
|
||||||
@@ -4015,6 +4048,15 @@
|
|||||||
"vue": "^3.2.37"
|
"vue": "^3.2.37"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/encodeurl": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
||||||
|
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/enhanced-resolve": {
|
"node_modules/enhanced-resolve": {
|
||||||
"version": "5.21.2",
|
"version": "5.21.2",
|
||||||
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.2.tgz",
|
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.2.tgz",
|
||||||
@@ -4105,6 +4147,12 @@
|
|||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/escape-html": {
|
||||||
|
"version": "1.0.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
||||||
|
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/escape-string-regexp": {
|
"node_modules/escape-string-regexp": {
|
||||||
"version": "5.0.0",
|
"version": "5.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
||||||
@@ -4136,6 +4184,15 @@
|
|||||||
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/etag": {
|
||||||
|
"version": "1.8.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
||||||
|
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.6"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/eventemitter3": {
|
"node_modules/eventemitter3": {
|
||||||
"version": "5.0.4",
|
"version": "5.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
|
||||||
@@ -4268,6 +4325,15 @@
|
|||||||
"node": ">=20"
|
"node": ">=20"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/fresh": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
|
||||||
|
"integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/fsevents": {
|
"node_modules/fsevents": {
|
||||||
"version": "2.3.3",
|
"version": "2.3.3",
|
||||||
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
||||||
@@ -4609,6 +4675,26 @@
|
|||||||
"integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
|
"integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
|
||||||
"license": "BSD-2-Clause"
|
"license": "BSD-2-Clause"
|
||||||
},
|
},
|
||||||
|
"node_modules/http-errors": {
|
||||||
|
"version": "2.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
||||||
|
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"depd": "~2.0.0",
|
||||||
|
"inherits": "~2.0.4",
|
||||||
|
"setprototypeof": "~1.2.0",
|
||||||
|
"statuses": "~2.0.2",
|
||||||
|
"toidentifier": "~1.0.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.8"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/express"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/iconv-lite": {
|
"node_modules/iconv-lite": {
|
||||||
"version": "0.6.3",
|
"version": "0.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
||||||
@@ -4630,6 +4716,12 @@
|
|||||||
"node": ">= 4"
|
"node": ">= 4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/inherits": {
|
||||||
|
"version": "2.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
||||||
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
||||||
|
"license": "ISC"
|
||||||
|
},
|
||||||
"node_modules/internmap": {
|
"node_modules/internmap": {
|
||||||
"version": "2.0.3",
|
"version": "2.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",
|
||||||
@@ -5972,6 +6064,31 @@
|
|||||||
"url": "https://github.com/sponsors/jonschlinkert"
|
"url": "https://github.com/sponsors/jonschlinkert"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/mime-db": {
|
||||||
|
"version": "1.54.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
|
||||||
|
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/mime-types": {
|
||||||
|
"version": "3.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
|
||||||
|
"integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"mime-db": "^1.54.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/express"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/mrmime": {
|
"node_modules/mrmime": {
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
|
||||||
@@ -6093,6 +6210,18 @@
|
|||||||
"integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
|
"integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/on-finished": {
|
||||||
|
"version": "2.4.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
||||||
|
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"ee-first": "1.1.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/oniguruma-parser": {
|
"node_modules/oniguruma-parser": {
|
||||||
"version": "0.12.2",
|
"version": "0.12.2",
|
||||||
"resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.2.tgz",
|
"resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.2.tgz",
|
||||||
@@ -6316,6 +6445,15 @@
|
|||||||
"integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
|
"integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/range-parser": {
|
||||||
|
"version": "1.2.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
|
||||||
|
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.6"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/readdirp": {
|
"node_modules/readdirp": {
|
||||||
"version": "5.0.0",
|
"version": "5.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
|
||||||
@@ -6712,6 +6850,44 @@
|
|||||||
"node": ">=10"
|
"node": ">=10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/send": {
|
||||||
|
"version": "1.2.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
|
||||||
|
"integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"debug": "^4.4.3",
|
||||||
|
"encodeurl": "^2.0.0",
|
||||||
|
"escape-html": "^1.0.3",
|
||||||
|
"etag": "^1.8.1",
|
||||||
|
"fresh": "^2.0.0",
|
||||||
|
"http-errors": "^2.0.1",
|
||||||
|
"mime-types": "^3.0.2",
|
||||||
|
"ms": "^2.1.3",
|
||||||
|
"on-finished": "^2.4.1",
|
||||||
|
"range-parser": "^1.2.1",
|
||||||
|
"statuses": "^2.0.2"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 18"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/express"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/server-destroy": {
|
||||||
|
"version": "1.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz",
|
||||||
|
"integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==",
|
||||||
|
"license": "ISC"
|
||||||
|
},
|
||||||
|
"node_modules/setprototypeof": {
|
||||||
|
"version": "1.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
||||||
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
||||||
|
"license": "ISC"
|
||||||
|
},
|
||||||
"node_modules/sharp": {
|
"node_modules/sharp": {
|
||||||
"version": "0.34.5",
|
"version": "0.34.5",
|
||||||
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
||||||
@@ -6845,6 +7021,15 @@
|
|||||||
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
||||||
"license": "BSD-3-Clause"
|
"license": "BSD-3-Clause"
|
||||||
},
|
},
|
||||||
|
"node_modules/statuses": {
|
||||||
|
"version": "2.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
||||||
|
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/stringify-entities": {
|
"node_modules/stringify-entities": {
|
||||||
"version": "4.0.4",
|
"version": "4.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
||||||
@@ -6964,6 +7149,15 @@
|
|||||||
"node": ">=8.0"
|
"node": ">=8.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/toidentifier": {
|
||||||
|
"version": "1.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
||||||
|
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.6"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/totalist": {
|
"node_modules/totalist": {
|
||||||
"version": "3.0.1",
|
"version": "3.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
"build:carte-o": "node scripts/build-carte-o.js"
|
"build:carte-o": "node scripts/build-carte-o.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@astrojs/node": "^10.1.0",
|
||||||
"@astrojs/vue": "^6.0.1",
|
"@astrojs/vue": "^6.0.1",
|
||||||
"@tailwindcss/vite": "^4.2.4",
|
"@tailwindcss/vite": "^4.2.4",
|
||||||
"@types/d3": "^7.4.3",
|
"@types/d3": "^7.4.3",
|
||||||
@@ -25,5 +26,8 @@
|
|||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"tailwindcss": "^4.2.4",
|
"tailwindcss": "^4.2.4",
|
||||||
"vue": "^3.5.34"
|
"vue": "^3.5.34"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"js-yaml": "^4.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
108
public/data/carte-o-source.yaml
Normal file
108
public/data/carte-o-source.yaml
Normal file
@@ -0,0 +1,108 @@
|
|||||||
|
# Carte O AEP - source editoriale manuelle
|
||||||
|
# Edite manuellement apres chaque publication
|
||||||
|
# Build: npm run carte-o -> public/data/carte-o.json
|
||||||
|
# statut: gestation (draft/en cours) | edite (publie)
|
||||||
|
# nature: essai (texte politique) | projet (projet archi)
|
||||||
|
# niveau: 0 (centre) | 1 (concepts force) | 2 (thematiques/projets)
|
||||||
|
|
||||||
|
version: "1.1"
|
||||||
|
|
||||||
|
centre:
|
||||||
|
id: "contrat-social-medecine-corps-social"
|
||||||
|
label: "Contrat social + Medecine du corps social"
|
||||||
|
niveau: 0
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
resume: "Manifeste central AEP : inventer un nouveau contrat social et diagnostiquer/soigner les pathologies du corps social."
|
||||||
|
|
||||||
|
concepts_force: []
|
||||||
|
|
||||||
|
thematiques:
|
||||||
|
- id: "systemique"
|
||||||
|
label: "Systemique & complexite"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "pratiques-collectives"
|
||||||
|
label: "Pratiques collectives"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "art-narration"
|
||||||
|
label: "Art & narration"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "pouvoir-domination"
|
||||||
|
label: "Rapport au pouvoir"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "medias-critique"
|
||||||
|
label: "Medias & pensee critique"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "justice-securite"
|
||||||
|
label: "Justice & securite"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "sante-globale"
|
||||||
|
label: "Sante globale"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "agriculture"
|
||||||
|
label: "Agriculture"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "post-croissance"
|
||||||
|
label: "Post-croissance"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "anthropocene"
|
||||||
|
label: "Anthropocene & effondrement"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "education"
|
||||||
|
label: "Education a la transformation"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "urbanisme"
|
||||||
|
label: "Urbanisme"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "geopolitique"
|
||||||
|
label: "Geopolitique & decolonisation"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "ia-technologie"
|
||||||
|
label: "IA & technologie"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
- id: "spiritualite"
|
||||||
|
label: "Spiritualite"
|
||||||
|
niveau: 2
|
||||||
|
nature: essai
|
||||||
|
statut: gestation
|
||||||
|
|
||||||
|
projets:
|
||||||
|
- id: "tmip"
|
||||||
|
label: "TMIP"
|
||||||
|
niveau: 2
|
||||||
|
nature: projet
|
||||||
|
statut: gestation
|
||||||
|
resume: "Transport, mobilite, industrie, politique - projet archi. Exemple de projet archi relie aux thematiques AEP."
|
||||||
|
liens_thematiques:
|
||||||
|
- "urbanisme"
|
||||||
|
- "justice-securite"
|
||||||
|
- "post-croissance"
|
||||||
|
- "agriculture"
|
||||||
File diff suppressed because it is too large
Load Diff
52
public/data/journal.json
Normal file
52
public/data/journal.json
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
{
|
||||||
|
"generatedAt": "2026-05-09T01:00:00Z",
|
||||||
|
"fallback": true,
|
||||||
|
"note": "Mock local — agrégateur n8n live pousse sur data.trans-former.fr/journal.json. Ce fichier sert de fallback dev tant que data.trans-former.fr DNS/Caddy ne sont pas en place.",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"id": "gitea-mock-pc6-feat",
|
||||||
|
"platform": "gitea",
|
||||||
|
"hashtag": "#stack",
|
||||||
|
"date": "2026-05-09T01:01:00Z",
|
||||||
|
"titre": "PC6 journal unifié + n8n agrégateur (mock)",
|
||||||
|
"extrait": "Composant JournalList Vue + workflow n8n cron 3h00. Sources V1 : Gitéa Atom + Behold @aep + Behold @julesneny.",
|
||||||
|
"url": "https://git.trans-former.fr/jules/astro-site-cerveau",
|
||||||
|
"thumbnail": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "gitea-mock-pc3-mindmap",
|
||||||
|
"platform": "gitea",
|
||||||
|
"hashtag": "#stack",
|
||||||
|
"date": "2026-05-09T00:59:41Z",
|
||||||
|
"titre": "PC3 mindmap Carte O (D3 force-directed)",
|
||||||
|
"extrait": "Scrape AEP/Articles + tabs centre HAUT.",
|
||||||
|
"url": "https://git.trans-former.fr/jules/astro-site-cerveau/commit/32bdc9a",
|
||||||
|
"thumbnail": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "insta-mock-aep-1",
|
||||||
|
"platform": "instagram",
|
||||||
|
"hashtag": "#aep-politique",
|
||||||
|
"date": "2026-05-07T18:30:00Z",
|
||||||
|
"titre": "Mock carrousel @aep.politique",
|
||||||
|
"extrait": "Placeholder carrousel manifeste écologie politique. Cron n8n live remplace ce mock par la vraie API Behold.",
|
||||||
|
"url": "https://instagram.com/aep.politique",
|
||||||
|
"thumbnail": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "insta-mock-julesneny-1",
|
||||||
|
"platform": "instagram",
|
||||||
|
"hashtag": "#peinture",
|
||||||
|
"date": "2026-05-05T14:00:00Z",
|
||||||
|
"titre": "Mock peinture @julesneny",
|
||||||
|
"extrait": "Placeholder art / poésie / Corse. Cron n8n live remplace ce mock par la vraie API Behold.",
|
||||||
|
"url": "https://instagram.com/julesneny",
|
||||||
|
"thumbnail": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"counts": {
|
||||||
|
"total": 4,
|
||||||
|
"gitea": 2,
|
||||||
|
"instagram": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,303 +1,101 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
// Scrape AEP/Articles/ thematic folders -> public/data/carte-o.json
|
|
||||||
// Two frontmatter formats supported :
|
|
||||||
// 1. YAML standard between --- delimiters
|
|
||||||
// 2. Legacy "MOC : [[X]]\nSource : ...\nTags : ...\nDate : ...\n***" header
|
|
||||||
//
|
|
||||||
// Wikilinks [[X]] in body -> edges (resolved by label match against scraped nodes).
|
|
||||||
// Family inferred from theme directory name (5 AEP families).
|
|
||||||
// V1 cap : top 150 nodes by degree if scrape > 300 nodes.
|
|
||||||
|
|
||||||
import fs from 'node:fs/promises'
|
import fs from 'node:fs/promises'
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
import { fileURLToPath } from 'node:url'
|
import { fileURLToPath } from 'node:url'
|
||||||
import matter from 'gray-matter'
|
import yaml from 'js-yaml'
|
||||||
import { globby } from 'globby'
|
|
||||||
|
|
||||||
const __filename = fileURLToPath(import.meta.url)
|
const __filename = fileURLToPath(import.meta.url)
|
||||||
const __dirname = path.dirname(__filename)
|
const __dirname = path.dirname(__filename)
|
||||||
|
|
||||||
const REPO_ROOT = path.resolve(__dirname, '..')
|
const REPO_ROOT = path.resolve(__dirname, '..')
|
||||||
const ARTICLES_ROOT = 'C:/Users/jules/Dropbox/ATIS - IPCJRA/2 CASQUETTES/Penseur politique/AEP/Articles'
|
const SOURCE = path.join(REPO_ROOT, 'public/data/carte-o-source.yaml')
|
||||||
const OUTPUT = path.join(REPO_ROOT, 'public/data/carte-o.json')
|
const OUTPUT = path.join(REPO_ROOT, 'public/data/carte-o.json')
|
||||||
const NODE_CAP_V1 = 150
|
|
||||||
|
|
||||||
// 5 AEP families : palette refined after first scrape.
|
// radius par niveau + nature (V1.2-N palette minimaliste)
|
||||||
const FAMILY_COLORS = {
|
function getRadius(niveau, nature) {
|
||||||
penseur: '#3b82f6', // blue
|
if (niveau === 0) return 30
|
||||||
concept: '#10b981', // green
|
if (nature === 'projet') return 18
|
||||||
methode: '#f59e0b', // amber
|
if (niveau === 1) return 16
|
||||||
collectif: '#ef4444', // red
|
return 12
|
||||||
ressource: '#8b5cf6', // violet
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function slugify(str) {
|
// compat backward : nature -> family
|
||||||
return String(str || '')
|
function getFamily(nature) {
|
||||||
.normalize('NFD').replace(/[̀-ͯ]/g, '')
|
return nature === 'projet' ? 'ressource' : 'concept'
|
||||||
.toLowerCase()
|
|
||||||
.replace(/[^a-z0-9]+/g, '-')
|
|
||||||
.replace(/^-+|-+$/g, '')
|
|
||||||
.slice(0, 80) || 'untitled'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function inferFamily(signals) {
|
// V1.2-N : noeud central fusionne -> toutes les thematiques sont rattachees au centre
|
||||||
// signals = { title, theme, path, tags, content }
|
// (les anciens groupes NCS_THEMATIQUES / MDCS_THEMATIQUES sont supprimes avec leurs sous-noeuds)
|
||||||
const haystack = [
|
|
||||||
signals.title,
|
|
||||||
signals.theme,
|
|
||||||
signals.path,
|
|
||||||
Array.isArray(signals.tags) ? signals.tags.join(' ') : signals.tags,
|
|
||||||
(signals.content || '').slice(0, 800),
|
|
||||||
].filter(Boolean).join(' ').toLowerCase()
|
|
||||||
|
|
||||||
// Order matters : check most specific first.
|
|
||||||
// METHODE : process, outils, comment-faire
|
|
||||||
if (/m[ée]thode|outil|pratique|community.organizing|alinsky\b|comment\b|process|protocole|recette|guide|how.to|chantier|d[ée]marche/.test(haystack)) {
|
|
||||||
return 'methode'
|
|
||||||
}
|
|
||||||
// PENSEUR : noms propres, auteurs, figures
|
|
||||||
if (/penseur|auteur|figure|harari|alinsky|piven|chouard|branco|mamdani|shift|graeber|bourdieu|lordon|stiegler|d[ée]bord|illich|gorz|servigne|vidal|haupt|pisani|lalo|rosa/.test(haystack)) {
|
|
||||||
return 'penseur'
|
|
||||||
}
|
|
||||||
// COLLECTIF : organisations, mouvements, réseaux
|
|
||||||
if (/collectif|r[ée]seau|asso|union|coop|mouvement|piraterie|sociale|syndicat|comit[ée]|crise.de.la.profession|nyc|mamdani|chantier/.test(haystack)) {
|
|
||||||
return 'collectif'
|
|
||||||
}
|
|
||||||
// CONCEPT : notions, théories, critiques
|
|
||||||
if (/concept|notion|th[ée]orie|critique|fiction|kakistocratie|imp[ée]rialisme|robustesse|sycophan|d[ée]construction|paradoxe|dialectique|ontologie|capitalisme|n[ée]olib[ée]ral|d[ée]mocratie|biais|illusion/.test(haystack)) {
|
|
||||||
return 'concept'
|
|
||||||
}
|
|
||||||
// RESSOURCE : par défaut (articles brouillon, idées, agendas)
|
|
||||||
return 'ressource'
|
|
||||||
}
|
|
||||||
|
|
||||||
// Fallback parser for legacy "MOC : [[X]]\nSource : ...\nDate : ...\n***\n" headers.
|
|
||||||
function parseLegacyHeader(raw) {
|
|
||||||
const lines = raw.split(/\r?\n/)
|
|
||||||
const fm = {}
|
|
||||||
let bodyStart = 0
|
|
||||||
let foundHeader = false
|
|
||||||
|
|
||||||
for (let i = 0; i < Math.min(lines.length, 30); i++) {
|
|
||||||
const line = lines[i]
|
|
||||||
if (/^\s*\*\*\*\s*$/.test(line)) {
|
|
||||||
bodyStart = i + 1
|
|
||||||
foundHeader = true
|
|
||||||
break
|
|
||||||
}
|
|
||||||
const m = line.match(/^([A-Za-zÀ-ÿ ]+)\s*:\s*(.+)$/)
|
|
||||||
if (m) {
|
|
||||||
const key = m[1].trim().toLowerCase()
|
|
||||||
fm[key] = m[2].trim()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!foundHeader) return { data: {}, content: raw }
|
|
||||||
|
|
||||||
// Parse tags (space-separated #tag tokens).
|
|
||||||
if (fm.tags) {
|
|
||||||
fm.tags = fm.tags.match(/#[\w/-]+/g) || []
|
|
||||||
}
|
|
||||||
return {
|
|
||||||
data: fm,
|
|
||||||
content: lines.slice(bodyStart).join('\n'),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function safeParseFrontmatter(raw) {
|
|
||||||
// Try YAML first.
|
|
||||||
try {
|
|
||||||
const parsed = matter(raw)
|
|
||||||
if (Object.keys(parsed.data).length > 0) return parsed
|
|
||||||
} catch (_) {
|
|
||||||
// YAML parse failed, fall through.
|
|
||||||
}
|
|
||||||
return parseLegacyHeader(raw)
|
|
||||||
}
|
|
||||||
|
|
||||||
function extractFirstParagraph(content, maxLen = 220) {
|
|
||||||
// Skip headings, code blocks, callout/quote markers.
|
|
||||||
const cleaned = content
|
|
||||||
.replace(/^---[\s\S]*?---\n/, '')
|
|
||||||
.replace(/```[\s\S]*?```/g, '')
|
|
||||||
.split(/\n\n+/)
|
|
||||||
.map(p => p.trim())
|
|
||||||
.filter(p => p && !p.startsWith('#') && !p.startsWith('---') && !p.startsWith('|'))
|
|
||||||
// Prefer first paragraph that looks like prose (not a list).
|
|
||||||
const prose = cleaned.find(p => !/^\s*[->*•\d+\.\s]/.test(p) && p.length > 30)
|
|
||||||
const first = prose || cleaned[0] || ''
|
|
||||||
// Strip wikilinks, bold, italics, callout markers.
|
|
||||||
return first
|
|
||||||
.replace(/\[\[([^\]|]+)(?:\|[^\]]+)?\]\]/g, '$1')
|
|
||||||
.replace(/[*_>]+/g, '')
|
|
||||||
.replace(/\s+/g, ' ')
|
|
||||||
.trim()
|
|
||||||
.slice(0, maxLen)
|
|
||||||
}
|
|
||||||
|
|
||||||
function extractWikilinks(content) {
|
|
||||||
// Match [[Target]], [[Target|alias]], [[Target#section]]
|
|
||||||
// Skip image embeds ![[...]]
|
|
||||||
const matches = [...content.matchAll(/(?<!!)\[\[([^\]|#]+)(?:[#|][^\]]*)?\]\]/g)]
|
|
||||||
return matches.map(m => m[1].trim()).filter(Boolean)
|
|
||||||
}
|
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
console.log('[carte-o] Scraping', ARTICLES_ROOT)
|
const raw = await fs.readFile(SOURCE, 'utf-8')
|
||||||
|
const data = yaml.load(raw)
|
||||||
// Glob all .md recursively under Articles/.
|
|
||||||
const mdFiles = await globby(['**/*.md'], {
|
|
||||||
cwd: ARTICLES_ROOT,
|
|
||||||
absolute: true,
|
|
||||||
gitignore: false,
|
|
||||||
})
|
|
||||||
console.log(`[carte-o] Found ${mdFiles.length} markdown files`)
|
|
||||||
|
|
||||||
const nodes = []
|
const nodes = []
|
||||||
const edgesRaw = []
|
const edges = []
|
||||||
const themeStats = {}
|
|
||||||
|
|
||||||
for (const mdFile of mdFiles) {
|
|
||||||
let raw
|
|
||||||
try {
|
|
||||||
raw = await fs.readFile(mdFile, 'utf-8')
|
|
||||||
} catch (e) {
|
|
||||||
console.warn(`[carte-o] Skip unreadable ${mdFile}`)
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
const relPath = path.relative(ARTICLES_ROOT, mdFile).replace(/\\/g, '/')
|
|
||||||
const segments = relPath.split('/')
|
|
||||||
const baseName = path.basename(mdFile, '.md')
|
|
||||||
|
|
||||||
// Theme = first or second segment depending on structure.
|
|
||||||
// E.g. "AEP ARTICLES, BROUILLON/AEP IA/file.md" -> theme = "AEP IA"
|
|
||||||
// "AEP ARTICLES, BROUILLON/file.md" -> theme = "AEP ARTICLES, BROUILLON"
|
|
||||||
// "Livre - le nouveau contrat social/file.md" -> theme = "Livre"
|
|
||||||
let theme = segments[0]
|
|
||||||
if (segments.length >= 3 && segments[0].startsWith('AEP ARTICLES')) {
|
|
||||||
theme = segments[1]
|
|
||||||
}
|
|
||||||
|
|
||||||
const { data: fm, content } = safeParseFrontmatter(raw)
|
|
||||||
const title = fm.titre || fm.title || baseName.replace(/^!\s*/, '').trim()
|
|
||||||
const slug = slugify(title)
|
|
||||||
const family = inferFamily({
|
|
||||||
title,
|
|
||||||
theme,
|
|
||||||
path: relPath,
|
|
||||||
tags: fm.tags,
|
|
||||||
content,
|
|
||||||
})
|
|
||||||
const intention = fm.intention || extractFirstParagraph(content)
|
|
||||||
|
|
||||||
nodes.push({
|
|
||||||
id: slug,
|
|
||||||
label: title,
|
|
||||||
family,
|
|
||||||
intention,
|
|
||||||
slug,
|
|
||||||
theme,
|
|
||||||
path: relPath,
|
|
||||||
})
|
|
||||||
|
|
||||||
themeStats[theme] = (themeStats[theme] || 0) + 1
|
|
||||||
|
|
||||||
// Collect wikilinks.
|
|
||||||
const wikilinks = extractWikilinks(content)
|
|
||||||
for (const target of wikilinks) {
|
|
||||||
edgesRaw.push({ source: slug, targetLabel: target })
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Deduplicate nodes by id (collisions on same slug).
|
|
||||||
const nodeById = new Map()
|
|
||||||
for (const n of nodes) {
|
|
||||||
if (!nodeById.has(n.id)) {
|
|
||||||
nodeById.set(n.id, n)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
const dedupNodes = [...nodeById.values()]
|
|
||||||
|
|
||||||
// Resolve edges : match targetLabel against node label or id.
|
|
||||||
const labelToId = new Map()
|
|
||||||
for (const n of dedupNodes) {
|
|
||||||
labelToId.set(slugify(n.label), n.id)
|
|
||||||
labelToId.set(n.label.toLowerCase(), n.id)
|
|
||||||
}
|
|
||||||
|
|
||||||
const edgesResolved = []
|
|
||||||
const edgeSet = new Set()
|
const edgeSet = new Set()
|
||||||
for (const e of edgesRaw) {
|
|
||||||
const candidates = [
|
function addEdge(source, target) {
|
||||||
slugify(e.targetLabel),
|
const key = source < target ? `${source}|${target}` : `${target}|${source}`
|
||||||
e.targetLabel.toLowerCase(),
|
if (edgeSet.has(key)) return
|
||||||
]
|
|
||||||
let targetId = null
|
|
||||||
for (const c of candidates) {
|
|
||||||
if (labelToId.has(c)) {
|
|
||||||
targetId = labelToId.get(c)
|
|
||||||
break
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (!targetId || targetId === e.source) continue
|
|
||||||
const key = e.source < targetId ? `${e.source}→${targetId}` : `${targetId}→${e.source}`
|
|
||||||
if (edgeSet.has(key)) continue
|
|
||||||
edgeSet.add(key)
|
edgeSet.add(key)
|
||||||
edgesResolved.push({ source: e.source, target: targetId })
|
edges.push({ source, target })
|
||||||
}
|
}
|
||||||
|
|
||||||
// Compute degree for each node.
|
function addNode(obj) {
|
||||||
const degree = new Map()
|
nodes.push({
|
||||||
for (const e of edgesResolved) {
|
id: obj.id,
|
||||||
degree.set(e.source, (degree.get(e.source) || 0) + 1)
|
label: obj.label,
|
||||||
degree.set(e.target, (degree.get(e.target) || 0) + 1)
|
niveau: obj.niveau,
|
||||||
|
nature: obj.nature,
|
||||||
|
statut: obj.statut,
|
||||||
|
resume: obj.resume || null,
|
||||||
|
radius: getRadius(obj.niveau, obj.nature),
|
||||||
|
family: getFamily(obj.nature),
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// V1 cap : if > NODE_CAP_V1 nodes, keep top N by degree.
|
const centreId = data.centre.id
|
||||||
let finalNodes = dedupNodes
|
addNode(data.centre)
|
||||||
if (dedupNodes.length > NODE_CAP_V1) {
|
|
||||||
finalNodes = [...dedupNodes]
|
// concepts_force vide en V1.2-N (fusionne dans le centre)
|
||||||
.sort((a, b) => (degree.get(b.id) || 0) - (degree.get(a.id) || 0))
|
for (const cf of (data.concepts_force || [])) {
|
||||||
.slice(0, NODE_CAP_V1)
|
addNode(cf)
|
||||||
console.log(`[carte-o] Capped from ${dedupNodes.length} to ${NODE_CAP_V1} nodes (top by degree)`)
|
addEdge(centreId, cf.id)
|
||||||
}
|
}
|
||||||
|
|
||||||
const finalNodeIds = new Set(finalNodes.map(n => n.id))
|
// toutes les thematiques rattachees directement au noeud central
|
||||||
const finalEdges = edgesResolved.filter(e => finalNodeIds.has(e.source) && finalNodeIds.has(e.target))
|
for (const th of data.thematiques) {
|
||||||
|
addNode(th)
|
||||||
// Family distribution stats.
|
addEdge(centreId, th.id)
|
||||||
const familyDist = {}
|
}
|
||||||
for (const n of finalNodes) {
|
|
||||||
familyDist[n.family] = (familyDist[n.family] || 0) + 1
|
for (const proj of data.projets) {
|
||||||
|
addNode(proj)
|
||||||
|
for (const thId of (proj.liens_thematiques || [])) {
|
||||||
|
addEdge(proj.id, thId)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ensure output dir exists.
|
|
||||||
await fs.mkdir(path.dirname(OUTPUT), { recursive: true })
|
await fs.mkdir(path.dirname(OUTPUT), { recursive: true })
|
||||||
await fs.writeFile(
|
await fs.writeFile(
|
||||||
OUTPUT,
|
OUTPUT,
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
meta: {
|
version: data.version,
|
||||||
generated: new Date().toISOString(),
|
generatedAt: new Date().toISOString(),
|
||||||
source: 'AEP/Articles',
|
nodes,
|
||||||
nodeCount: finalNodes.length,
|
edges,
|
||||||
edgeCount: finalEdges.length,
|
|
||||||
familyDistribution: familyDist,
|
|
||||||
familyColors: FAMILY_COLORS,
|
|
||||||
themeStats,
|
|
||||||
},
|
|
||||||
nodes: finalNodes,
|
|
||||||
edges: finalEdges,
|
|
||||||
}, null, 2),
|
}, null, 2),
|
||||||
'utf-8',
|
'utf-8',
|
||||||
)
|
)
|
||||||
|
|
||||||
console.log(`[carte-o] OK : ${finalNodes.length} nodes / ${finalEdges.length} edges`)
|
console.log(`[carte-o] OK : ${nodes.length} nodes / ${edges.length} edges -> ${OUTPUT}`)
|
||||||
console.log(`[carte-o] Families :`, familyDist)
|
|
||||||
console.log(`[carte-o] Output : ${OUTPUT}`)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main().catch(err => {
|
main().catch(err => {
|
||||||
console.error('[carte-o] FAIL', err)
|
console.error('[carte-o] FAIL', err)
|
||||||
process.exit(1)
|
process.exit(1)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// V1 scrape vault - reactiver en V1.2 pour enrichissement automatique
|
||||||
|
// Source : scripts/build-carte-o.js@be7fc09 (scrape AEP/Articles globby + gray-matter + wikilinks edges)
|
||||||
|
|||||||
@@ -1,14 +1,30 @@
|
|||||||
---
|
---
|
||||||
// Centre - HAUT : tabs (Carte O mindmap | Chatbot RAG placeholder PC7).
|
// Centre - HAUT : tabs (Carte O mindmap | Chatbot RAG branche PC7).
|
||||||
// BAS : iframe carte AEP + scroll articles Substack (PC4).
|
// MILIEU : preview article (V1.2-P) - inseree au clic journal-item-click.
|
||||||
|
// BAS : iframe carte AEP (toujours visible).
|
||||||
import CarteOWrapper from '../vue/CarteOWrapper.vue';
|
import CarteOWrapper from '../vue/CarteOWrapper.vue';
|
||||||
import ChatbotPlaceholder from '../vue/ChatbotPlaceholder.vue';
|
import ChatbotV2 from '../vue/ChatbotV2.vue';
|
||||||
import IframeCarteAEP from './IframeCarteAEP.astro';
|
import EmbedDynamique from '../vue/EmbedDynamique.vue';
|
||||||
import ScrollArticles from './ScrollArticles.astro';
|
import PreviewArticle from '../vue/PreviewArticle.vue';
|
||||||
---
|
---
|
||||||
<div class="h-full grid grid-rows-2 gap-2 p-2">
|
<!--
|
||||||
<!-- HAUT 50% : tabs Carte O / Chatbot -->
|
V1.2-P : Col centre = flex column container.
|
||||||
<section class="border border-neutral-200 rounded flex flex-col overflow-hidden bg-white">
|
- Default : Carte O (1/3) + iframe AEP (2/3), pas de scroll vertical (h-full).
|
||||||
|
- Preview ouverte : Carte O (33vh fixe) + Preview (auto) + iframe AEP (67vh fixe), overflow-y-auto.
|
||||||
|
Flex-basis dynamique pilote via JS.
|
||||||
|
-->
|
||||||
|
<div
|
||||||
|
id="col-centre-grid"
|
||||||
|
class="flex flex-col gap-2 p-2"
|
||||||
|
data-preview-open="false"
|
||||||
|
style="height: 100%; overflow-y: hidden;"
|
||||||
|
>
|
||||||
|
<!-- HAUT (default flex-1 base 33%) : tabs Carte O / Chatbot -->
|
||||||
|
<section
|
||||||
|
id="col-centre-haut"
|
||||||
|
class="border border-neutral-200 rounded flex flex-col overflow-hidden bg-white"
|
||||||
|
style="min-height: 0; flex: 1 1 33%;"
|
||||||
|
>
|
||||||
<nav role="tablist" aria-label="Vues centrales" class="flex border-b border-neutral-200 px-1 pt-1">
|
<nav role="tablist" aria-label="Vues centrales" class="flex border-b border-neutral-200 px-1 pt-1">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
@@ -51,21 +67,199 @@ import ScrollArticles from './ScrollArticles.astro';
|
|||||||
data-tab-panel="chatbot"
|
data-tab-panel="chatbot"
|
||||||
class="absolute inset-0 hidden"
|
class="absolute inset-0 hidden"
|
||||||
>
|
>
|
||||||
<ChatbotPlaceholder client:visible />
|
<ChatbotV2 client:visible />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- BAS 50% : iframe carte AEP + scroll articles Substack (PC4) -->
|
<!-- Drag handle desktop - redimensionnement vertical md+ -->
|
||||||
<section class="border border-neutral-200 rounded overflow-y-auto bg-white">
|
<div
|
||||||
<div class="h-full min-h-[60vh] md:min-h-[400px]">
|
id="col-centre-drag-handle"
|
||||||
<IframeCarteAEP />
|
class="hidden md:flex items-center justify-center h-2 cursor-row-resize hover:bg-neutral-200 transition-colors w-full -mt-1 -mb-1 shrink-0"
|
||||||
|
aria-hidden="true"
|
||||||
|
>
|
||||||
|
<span class="block w-10 h-0.5 bg-neutral-300 rounded-full"></span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Poignee repli zone HAUT - mobile only -->
|
||||||
|
<button
|
||||||
|
id="col-centre-poignee"
|
||||||
|
type="button"
|
||||||
|
aria-label="Replier ou deployer la Carte O"
|
||||||
|
class="md:hidden flex items-center justify-center h-6 bg-neutral-100 border-y border-neutral-200 cursor-pointer w-full -mt-2 -mb-2 hover:bg-neutral-200 transition-colors shrink-0"
|
||||||
|
>
|
||||||
|
<span class="block w-8 h-0.5 bg-neutral-400 rounded-full"></span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<!-- MILIEU (V1.2-P) : preview article inseree entre Carte O et iframe AEP.
|
||||||
|
Pas de border ici - PreviewArticle.vue gere son propre conteneur.
|
||||||
|
shrink-0 pour preserver sa taille auto, sinon flex pourrait l'ecraser. -->
|
||||||
|
<div id="col-centre-preview-slot" class="shrink-0" style="display: contents;">
|
||||||
|
<PreviewArticle client:visible />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- BAS (default flex-1 base 67%) : iframe carte AEP toujours visible -->
|
||||||
|
<section
|
||||||
|
id="col-centre-bas"
|
||||||
|
class="border border-neutral-200 rounded overflow-hidden bg-white"
|
||||||
|
style="min-height: 0; flex: 1 1 67%;"
|
||||||
|
>
|
||||||
|
<div class="h-full min-h-[60vh] md:min-h-[400px]">
|
||||||
|
<EmbedDynamique client:visible />
|
||||||
</div>
|
</div>
|
||||||
<ScrollArticles />
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
// Poignee repli zone HAUT (mobile only)
|
||||||
|
const grid = document.getElementById('col-centre-grid');
|
||||||
|
const haut = document.getElementById('col-centre-haut');
|
||||||
|
const bas = document.getElementById('col-centre-bas');
|
||||||
|
const poignee = document.getElementById('col-centre-poignee');
|
||||||
|
|
||||||
|
// Sauvegarde flex-basis defaults pour restaure apres fermeture preview
|
||||||
|
let defaultHautFlex = '1 1 33%';
|
||||||
|
let defaultBasFlex = '1 1 67%';
|
||||||
|
|
||||||
|
const applyRepliState = (replie: boolean) => {
|
||||||
|
if (!grid || !haut) return;
|
||||||
|
if (grid.dataset.previewOpen === 'true') return; // skip si preview ouverte
|
||||||
|
if (replie) {
|
||||||
|
haut.style.flex = '0 0 0%';
|
||||||
|
haut.style.overflow = 'hidden';
|
||||||
|
haut.style.minHeight = '0';
|
||||||
|
poignee?.setAttribute('aria-label', 'Deployer la Carte O');
|
||||||
|
} else {
|
||||||
|
haut.style.flex = defaultHautFlex;
|
||||||
|
haut.style.overflow = '';
|
||||||
|
haut.style.minHeight = '0';
|
||||||
|
poignee?.setAttribute('aria-label', 'Replier la Carte O');
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const savedRepli = sessionStorage.getItem('tf-haut-replie');
|
||||||
|
applyRepliState(savedRepli === 'true');
|
||||||
|
|
||||||
|
poignee?.addEventListener('click', () => {
|
||||||
|
const current = sessionStorage.getItem('tf-haut-replie') === 'true';
|
||||||
|
const next = !current;
|
||||||
|
sessionStorage.setItem('tf-haut-replie', String(next));
|
||||||
|
applyRepliState(next);
|
||||||
|
});
|
||||||
|
|
||||||
|
// V1.2-P : preview ouverte = container scrollable, Carte O et iframe AEP figes en vh.
|
||||||
|
const applyPreviewState = (open: boolean) => {
|
||||||
|
if (!grid || !haut || !bas) return;
|
||||||
|
grid.dataset.previewOpen = String(open);
|
||||||
|
if (open) {
|
||||||
|
// Memorise les flex actuels avant override (au cas ou l'user a drag-resize)
|
||||||
|
const curHautFlex = haut.style.flex;
|
||||||
|
const curBasFlex = bas.style.flex;
|
||||||
|
if (curHautFlex && !curHautFlex.startsWith('0 0')) defaultHautFlex = curHautFlex;
|
||||||
|
if (curBasFlex) defaultBasFlex = curBasFlex;
|
||||||
|
|
||||||
|
// Figer hauteurs : Carte O 33vh, iframe AEP 67vh - on perd le flex
|
||||||
|
haut.style.flex = '0 0 33vh';
|
||||||
|
bas.style.flex = '0 0 67vh';
|
||||||
|
// Le container reste a 100% du parent (overflow-hidden de <main>),
|
||||||
|
// mais on active le scroll interne pour passer Carte O -> Preview -> iframe AEP.
|
||||||
|
grid.style.height = '100%';
|
||||||
|
grid.style.minHeight = '';
|
||||||
|
grid.style.overflowY = 'auto';
|
||||||
|
} else {
|
||||||
|
haut.style.flex = defaultHautFlex;
|
||||||
|
bas.style.flex = defaultBasFlex;
|
||||||
|
grid.style.height = '100%';
|
||||||
|
grid.style.minHeight = '';
|
||||||
|
grid.style.overflowY = 'hidden';
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
window.addEventListener('journal-item-click', () => {
|
||||||
|
applyPreviewState(true);
|
||||||
|
// Scroll vers la preview apres mount
|
||||||
|
requestAnimationFrame(() => {
|
||||||
|
const preview = document.querySelector('.preview-article');
|
||||||
|
if (preview && grid) {
|
||||||
|
const previewTop = (preview as HTMLElement).offsetTop;
|
||||||
|
grid.scrollTo({ top: Math.max(0, previewTop - 8), behavior: 'smooth' });
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
window.addEventListener('preview-close', () => {
|
||||||
|
applyPreviewState(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Drag-resize desktop (>=768px) - desactive quand preview ouverte
|
||||||
|
const dragHandle = document.getElementById('col-centre-drag-handle');
|
||||||
|
|
||||||
|
if (dragHandle && grid && haut && bas) {
|
||||||
|
let isDragging = false;
|
||||||
|
let startY = 0;
|
||||||
|
let startHautH = 0;
|
||||||
|
let containerH = 0;
|
||||||
|
|
||||||
|
dragHandle.addEventListener('mousedown', (e: MouseEvent) => {
|
||||||
|
if (grid.dataset.previewOpen === 'true') return;
|
||||||
|
if (sessionStorage.getItem('tf-haut-replie') === 'true') return;
|
||||||
|
isDragging = true;
|
||||||
|
startY = e.clientY;
|
||||||
|
startHautH = haut.getBoundingClientRect().height;
|
||||||
|
containerH = grid.getBoundingClientRect().height;
|
||||||
|
document.body.style.cursor = 'row-resize';
|
||||||
|
document.body.style.userSelect = 'none';
|
||||||
|
e.preventDefault();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.addEventListener('mousemove', (e: MouseEvent) => {
|
||||||
|
if (!isDragging) return;
|
||||||
|
const delta = e.clientY - startY;
|
||||||
|
const newHautH = Math.min(Math.max(startHautH + delta, containerH * 0.2), containerH * 0.8);
|
||||||
|
const hautPct = (newHautH / containerH) * 100;
|
||||||
|
const basPct = 100 - hautPct;
|
||||||
|
haut.style.flex = `1 1 ${hautPct.toFixed(1)}%`;
|
||||||
|
bas.style.flex = `1 1 ${basPct.toFixed(1)}%`;
|
||||||
|
});
|
||||||
|
|
||||||
|
document.addEventListener('mouseup', () => {
|
||||||
|
if (isDragging) {
|
||||||
|
isDragging = false;
|
||||||
|
document.body.style.cursor = '';
|
||||||
|
document.body.style.userSelect = '';
|
||||||
|
const hf = haut.style.flex;
|
||||||
|
const bf = bas.style.flex;
|
||||||
|
if (hf) {
|
||||||
|
sessionStorage.setItem('tf-centre-haut-flex', hf);
|
||||||
|
defaultHautFlex = hf;
|
||||||
|
}
|
||||||
|
if (bf) {
|
||||||
|
sessionStorage.setItem('tf-centre-bas-flex', bf);
|
||||||
|
defaultBasFlex = bf;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// Restaurer position depuis sessionStorage
|
||||||
|
const savedHF = sessionStorage.getItem('tf-centre-haut-flex');
|
||||||
|
const savedBF = sessionStorage.getItem('tf-centre-bas-flex');
|
||||||
|
if (savedHF && savedBF && sessionStorage.getItem('tf-haut-replie') !== 'true') {
|
||||||
|
haut.style.flex = savedHF;
|
||||||
|
bas.style.flex = savedBF;
|
||||||
|
defaultHautFlex = savedHF;
|
||||||
|
defaultBasFlex = savedBF;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Double-click sur drag handle = reset default 1/3 + 2/3
|
||||||
|
dragHandle.addEventListener('dblclick', () => {
|
||||||
|
haut.style.flex = '1 1 33%';
|
||||||
|
bas.style.flex = '1 1 67%';
|
||||||
|
sessionStorage.removeItem('tf-centre-haut-flex');
|
||||||
|
sessionStorage.removeItem('tf-centre-bas-flex');
|
||||||
|
defaultHautFlex = '1 1 33%';
|
||||||
|
defaultBasFlex = '1 1 67%';
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
// Tabs toggle.
|
// Tabs toggle.
|
||||||
const tabs = document.querySelectorAll<HTMLButtonElement>('[data-tab]');
|
const tabs = document.querySelectorAll<HTMLButtonElement>('[data-tab]');
|
||||||
const panels = document.querySelectorAll<HTMLElement>('[data-tab-panel]');
|
const panels = document.querySelectorAll<HTMLElement>('[data-tab-panel]');
|
||||||
|
|||||||
@@ -1,104 +1,278 @@
|
|||||||
---
|
---
|
||||||
// ColJournal - colonne gauche : CTA Manifeste + Hashtags accordeon + Journal skeleton
|
import JournalList from '../vue/JournalList.vue';
|
||||||
// 7 hashtags = 7 plateformes (cf delta 15 du PILOTE-PC.md)
|
|
||||||
const hashtags = [
|
const categories = [
|
||||||
{ tag: '#manifeste', plateforme: 'Blog trans-former.fr', canal: 'ecriture longue' },
|
{
|
||||||
{ tag: '#building-public', plateforme: 'LinkedIn', canal: 'journal pro' },
|
id: 'politique',
|
||||||
{ tag: '#politique', plateforme: 'Substack', canal: 'pensee AEP' },
|
label: 'Politique',
|
||||||
{ tag: '#aep-politique', plateforme: 'Insta @aep.politique', canal: 'carrousels manifeste' },
|
color: '#B5443A',
|
||||||
{ tag: '#peinture', plateforme: 'Insta @julesneny', canal: 'art / poesie / Corse' },
|
hashtags: ['#politique', '#aep-politique'],
|
||||||
{ tag: '#podcast', plateforme: 'Castopod', canal: 'podcast.trans-former.fr' },
|
plateformes: [
|
||||||
{ tag: '#stack', plateforme: 'GitHub', canal: 'open source' },
|
{ id: 'instagram', label: 'Court', url: 'https://www.instagram.com/aep.politique/' },
|
||||||
|
{ id: 'castopod', label: 'Podcast', url: 'https://podcast.trans-former.fr' },
|
||||||
|
{ id: 'substack', label: 'Article', url: 'https://julesneny.substack.com' },
|
||||||
|
],
|
||||||
|
hasSelector: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'art',
|
||||||
|
label: 'Art',
|
||||||
|
color: '#5B6B3A',
|
||||||
|
hashtags: ['#peinture', '#art'],
|
||||||
|
plateformes: [
|
||||||
|
{ id: 'instagram', label: '@julesneny', url: 'https://www.instagram.com/julesneny/' },
|
||||||
|
],
|
||||||
|
hasSelector: false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'outils',
|
||||||
|
label: 'Outils',
|
||||||
|
color: '#475569',
|
||||||
|
hashtags: ['#stack', '#building-public'],
|
||||||
|
plateformes: [
|
||||||
|
{ id: 'gitea', label: 'Gitea', url: 'https://git.trans-former.fr/jules' },
|
||||||
|
],
|
||||||
|
hasSelector: false,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
---
|
---
|
||||||
<div class="h-full flex flex-col p-4 pt-20 md:pt-6 gap-5">
|
<div class="h-full flex flex-col p-4 pt-20 md:pt-6 gap-5">
|
||||||
<!-- CTA Manifeste -->
|
|
||||||
<a
|
|
||||||
href="/manifeste"
|
|
||||||
class="block px-4 py-3 bg-neutral-900 text-white rounded-lg font-medium text-center hover:bg-neutral-700 transition-colors shadow-sm"
|
|
||||||
>
|
|
||||||
Lire le manifeste →
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<!-- Hashtags accordeon -->
|
<!-- Hashtags accordeon -->
|
||||||
<details id="hashtags-accordion" class="border-t border-neutral-200 pt-4">
|
<details id="hashtags-accordion" class="border-t border-neutral-200 pt-4">
|
||||||
<summary class="font-semibold cursor-pointer select-none flex items-center justify-between">
|
<summary class="font-semibold cursor-pointer select-none flex items-center justify-between">
|
||||||
<span>Hashtags</span>
|
<span>Hashtags</span>
|
||||||
<span class="text-xs text-neutral-400 font-normal">7 plateformes</span>
|
<span class="text-xs text-neutral-400 font-normal">3 categories</span>
|
||||||
</summary>
|
</summary>
|
||||||
<ul class="mt-3 space-y-2 text-sm">
|
|
||||||
{hashtags.map(({ tag, plateforme, canal }) => (
|
<div class="mt-3 flex flex-wrap gap-2" id="category-badges">
|
||||||
<li>
|
{categories.map((cat) => (
|
||||||
<label class="flex items-start gap-2 cursor-pointer hover:bg-neutral-50 rounded p-1 -m-1 transition-colors">
|
<button
|
||||||
<input
|
type="button"
|
||||||
type="checkbox"
|
data-category-id={cat.id}
|
||||||
data-hashtag={tag}
|
data-hashtags={cat.hashtags.join(',')}
|
||||||
class="mt-1 accent-neutral-900"
|
data-color={cat.color}
|
||||||
checked
|
data-has-selector={cat.hasSelector ? 'true' : 'false'}
|
||||||
/>
|
class="category-badge"
|
||||||
<span class="flex-1">
|
style={`background:${cat.color};color:#fff;font-family:'Courier New',Courier,monospace;font-size:13px;padding:3px 10px;border-radius:4px;cursor:pointer;border:1px solid ${cat.color};`}
|
||||||
<span class="font-mono text-neutral-700 text-[13px]">{tag}</span>
|
>
|
||||||
<span class="block text-xs text-neutral-500 leading-snug">
|
{cat.label}
|
||||||
{plateforme} ; {canal}
|
</button>
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</label>
|
|
||||||
</li>
|
|
||||||
))}
|
))}
|
||||||
</ul>
|
</div>
|
||||||
|
|
||||||
|
<!-- Selecteur plateforme Politique -->
|
||||||
|
<div id="politique-selector" class="mt-2 hidden flex gap-2">
|
||||||
|
{categories[0].plateformes.map((p) => (
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
data-platform-id={p.id}
|
||||||
|
class="platform-pill"
|
||||||
|
style="font-family:'Courier New',Courier,monospace;font-size:12px;padding:2px 8px;border-radius:12px;cursor:pointer;border:1px solid #B5443A;background:transparent;color:#B5443A;"
|
||||||
|
>
|
||||||
|
{p.label}
|
||||||
|
</button>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Bouton Replier -->
|
||||||
|
<div class="mt-3 flex justify-end">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
id="accordion-close"
|
||||||
|
class="text-xs text-neutral-400 underline cursor-pointer bg-transparent border-0 p-0"
|
||||||
|
>
|
||||||
|
replier
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Bouton Manifeste -->
|
||||||
|
<a
|
||||||
|
href="/manifeste"
|
||||||
|
class="block mt-3 px-4 py-2 bg-neutral-900 text-white font-bold text-sm text-center rounded-lg hover:bg-neutral-700 transition-colors"
|
||||||
|
style="font-family:'Courier New',Courier,monospace;"
|
||||||
|
>
|
||||||
|
Manifeste - Lire
|
||||||
|
</a>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<!-- Journal chrono (skeleton, slot rempli par PC6) -->
|
<!-- Journal chrono -->
|
||||||
<section class="border-t border-neutral-200 pt-4 flex-1 overflow-y-auto">
|
<section class="border-t border-neutral-200 pt-4 flex-1 overflow-y-auto">
|
||||||
<h2 class="font-semibold mb-3 flex items-center justify-between">
|
<h2 class="font-semibold mb-3 flex items-center justify-between">
|
||||||
<span>Journal</span>
|
<span>Journal</span>
|
||||||
<span class="text-xs text-neutral-400 font-normal">chrono</span>
|
<span class="text-xs text-neutral-400 font-normal">chrono</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div id="journal-list" class="space-y-3 text-sm">
|
<div id="journal-list" class="space-y-3 text-sm">
|
||||||
<!-- PC6 remplit ce slot via <JournalList client:visible /> -->
|
<JournalList client:visible />
|
||||||
<p class="text-neutral-400 italic text-xs">
|
|
||||||
Chargement du journal...
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Hashtags accordeon : ferme par defaut mobile, ouvert desktop (>= 768px)
|
|
||||||
const accordion = document.getElementById('hashtags-accordion') as HTMLDetailsElement | null;
|
const accordion = document.getElementById('hashtags-accordion') as HTMLDetailsElement | null;
|
||||||
if (accordion) {
|
if (accordion) {
|
||||||
const mql = window.matchMedia('(min-width: 768px)');
|
const mql = window.matchMedia('(min-width: 768px)');
|
||||||
const apply = () => {
|
const apply = () => { accordion.open = mql.matches; };
|
||||||
accordion.open = mql.matches;
|
|
||||||
};
|
|
||||||
apply();
|
apply();
|
||||||
mql.addEventListener('change', apply);
|
mql.addEventListener('change', apply);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Persistence filtres hashtags (localStorage)
|
const closeBtn = document.getElementById('accordion-close');
|
||||||
const checkboxes = document.querySelectorAll<HTMLInputElement>('[data-hashtag]');
|
if (closeBtn && accordion) {
|
||||||
const STORAGE_KEY = 'tf-hashtag-filters';
|
closeBtn.addEventListener('click', () => { accordion.open = false; });
|
||||||
let stored: Record<string, boolean> = {};
|
|
||||||
try {
|
|
||||||
stored = JSON.parse(localStorage.getItem(STORAGE_KEY) || '{}');
|
|
||||||
} catch {
|
|
||||||
stored = {};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
checkboxes.forEach((cb) => {
|
const STORAGE_KEY = 'tf-hashtag-filters';
|
||||||
const tag = cb.dataset.hashtag;
|
const PLATFORM_KEY = 'tf-platform-filter';
|
||||||
if (!tag) return;
|
|
||||||
if (tag in stored) cb.checked = stored[tag];
|
// Active state : map categoryId -> boolean
|
||||||
cb.addEventListener('change', () => {
|
const activeCategories: Record<string, boolean> = { politique: true, art: true, outils: true };
|
||||||
stored[tag] = cb.checked;
|
|
||||||
|
// Platform filter : map categoryId -> platformId | null
|
||||||
|
const platformFilters: Record<string, string | null> = { politique: null };
|
||||||
|
|
||||||
|
// Load persisted state
|
||||||
try {
|
try {
|
||||||
localStorage.setItem(STORAGE_KEY, JSON.stringify(stored));
|
const storedHashtags = JSON.parse(localStorage.getItem(STORAGE_KEY) || '{}') as Record<string, boolean>;
|
||||||
} catch {
|
// Derive category active state from hashtag values
|
||||||
// mode prive : on continue silencieusement
|
const politiqueHashtags = ['#politique', '#aep-politique'];
|
||||||
|
const artHashtags = ['#peinture', '#art'];
|
||||||
|
const outilsHashtags = ['#stack', '#building-public'];
|
||||||
|
|
||||||
|
const allPolitique = politiqueHashtags.every(h => storedHashtags[h] !== false);
|
||||||
|
const allArt = artHashtags.every(h => storedHashtags[h] !== false);
|
||||||
|
const allOutils = outilsHashtags.every(h => storedHashtags[h] !== false);
|
||||||
|
|
||||||
|
if (Object.keys(storedHashtags).length > 0) {
|
||||||
|
activeCategories['politique'] = allPolitique;
|
||||||
|
activeCategories['art'] = allArt;
|
||||||
|
activeCategories['outils'] = allOutils;
|
||||||
}
|
}
|
||||||
window.dispatchEvent(
|
} catch { /* mode prive */ }
|
||||||
new CustomEvent('hashtag-filter-change', { detail: { ...stored } })
|
|
||||||
);
|
try {
|
||||||
|
const storedPlatform = JSON.parse(localStorage.getItem(PLATFORM_KEY) || '{}') as Record<string, string | null>;
|
||||||
|
if (storedPlatform.politique !== undefined) {
|
||||||
|
platformFilters['politique'] = storedPlatform.politique;
|
||||||
|
}
|
||||||
|
} catch { /* mode prive */ }
|
||||||
|
|
||||||
|
const buildHashtagPayload = () => {
|
||||||
|
const hashtags: Record<string, boolean> = {};
|
||||||
|
const catHashtags: Record<string, string[]> = {
|
||||||
|
politique: ['#politique', '#aep-politique'],
|
||||||
|
art: ['#peinture', '#art'],
|
||||||
|
outils: ['#stack', '#building-public'],
|
||||||
|
};
|
||||||
|
for (const [catId, tags] of Object.entries(catHashtags)) {
|
||||||
|
const active = activeCategories[catId] ?? true;
|
||||||
|
for (const tag of tags) {
|
||||||
|
hashtags[tag] = active;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return hashtags;
|
||||||
|
};
|
||||||
|
|
||||||
|
const persist = () => {
|
||||||
|
try {
|
||||||
|
localStorage.setItem(STORAGE_KEY, JSON.stringify(buildHashtagPayload()));
|
||||||
|
localStorage.setItem(PLATFORM_KEY, JSON.stringify(platformFilters));
|
||||||
|
} catch { /* mode prive */ }
|
||||||
|
};
|
||||||
|
|
||||||
|
const dispatchHashtag = () => {
|
||||||
|
window.dispatchEvent(new CustomEvent('hashtag-filter-change', { detail: buildHashtagPayload() }));
|
||||||
|
};
|
||||||
|
|
||||||
|
const dispatchPlatform = (platform: string | null) => {
|
||||||
|
window.dispatchEvent(new CustomEvent('platform-filter-change', { detail: { platform } }));
|
||||||
|
};
|
||||||
|
|
||||||
|
const updateBadgeStyle = (btn: HTMLElement, active: boolean) => {
|
||||||
|
const color = btn.dataset.color || '#000';
|
||||||
|
if (active) {
|
||||||
|
btn.style.background = color;
|
||||||
|
btn.style.color = '#fff';
|
||||||
|
btn.style.border = `1px solid ${color}`;
|
||||||
|
} else {
|
||||||
|
btn.style.background = 'transparent';
|
||||||
|
btn.style.color = color;
|
||||||
|
btn.style.border = `1px solid ${color}`;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const updatePolitiqueSelector = () => {
|
||||||
|
const selector = document.getElementById('politique-selector');
|
||||||
|
if (!selector) return;
|
||||||
|
if (activeCategories['politique']) {
|
||||||
|
selector.classList.remove('hidden');
|
||||||
|
selector.style.display = 'flex';
|
||||||
|
} else {
|
||||||
|
selector.classList.add('hidden');
|
||||||
|
selector.style.display = 'none';
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const updatePillStyles = () => {
|
||||||
|
const pills = document.querySelectorAll<HTMLElement>('.platform-pill');
|
||||||
|
const active = platformFilters['politique'];
|
||||||
|
pills.forEach((pill) => {
|
||||||
|
const pid = pill.dataset.platformId;
|
||||||
|
if (!active || pid === active) {
|
||||||
|
pill.style.background = '#B5443A';
|
||||||
|
pill.style.color = '#fff';
|
||||||
|
} else {
|
||||||
|
pill.style.background = 'transparent';
|
||||||
|
pill.style.color = '#B5443A';
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// Init badge styles
|
||||||
|
const badges = document.querySelectorAll<HTMLElement>('.category-badge');
|
||||||
|
badges.forEach((btn) => {
|
||||||
|
const catId = btn.dataset.categoryId || '';
|
||||||
|
updateBadgeStyle(btn, activeCategories[catId] ?? true);
|
||||||
|
|
||||||
|
btn.addEventListener('click', () => {
|
||||||
|
activeCategories[catId] = !(activeCategories[catId] ?? true);
|
||||||
|
updateBadgeStyle(btn, activeCategories[catId]);
|
||||||
|
updatePolitiqueSelector();
|
||||||
|
if (!activeCategories['politique']) {
|
||||||
|
platformFilters['politique'] = null;
|
||||||
|
updatePillStyles();
|
||||||
|
dispatchPlatform(null);
|
||||||
|
}
|
||||||
|
persist();
|
||||||
|
dispatchHashtag();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Init selector
|
||||||
|
updatePolitiqueSelector();
|
||||||
|
updatePillStyles();
|
||||||
|
|
||||||
|
// Platform pills
|
||||||
|
const pills = document.querySelectorAll<HTMLElement>('.platform-pill');
|
||||||
|
pills.forEach((pill) => {
|
||||||
|
pill.addEventListener('click', () => {
|
||||||
|
const pid = pill.dataset.platformId || null;
|
||||||
|
// Toggle : click on active pill deselects it
|
||||||
|
if (platformFilters['politique'] === pid) {
|
||||||
|
platformFilters['politique'] = null;
|
||||||
|
} else {
|
||||||
|
platformFilters['politique'] = pid;
|
||||||
|
}
|
||||||
|
updatePillStyles();
|
||||||
|
persist();
|
||||||
|
dispatchPlatform(platformFilters['politique']);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
// Apply persisted filters on init
|
||||||
|
persist();
|
||||||
|
dispatchHashtag();
|
||||||
|
if (platformFilters['politique']) {
|
||||||
|
dispatchPlatform(platformFilters['politique']);
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
128
src/components/astro/Footer.astro
Normal file
128
src/components/astro/Footer.astro
Normal file
@@ -0,0 +1,128 @@
|
|||||||
|
---
|
||||||
|
// Footer.astro - V1.2-L : 1 ligne 3 zones (nav / subscribe / logos RS)
|
||||||
|
// Style monochrome encre #0F172A palette terre V1.2
|
||||||
|
---
|
||||||
|
<footer class="border-t border-neutral-200 px-6 py-4 bg-[#FAFAF7] text-[#0F172A]">
|
||||||
|
<div class="flex flex-col md:flex-row md:items-center md:justify-between gap-3 md:gap-6">
|
||||||
|
|
||||||
|
<!-- ZONE GAUCHE : liens nav -->
|
||||||
|
<nav class="flex gap-4 text-xs justify-center md:justify-start">
|
||||||
|
<a href="/manifeste" class="opacity-60 hover:opacity-100 transition-opacity">Manifeste</a>
|
||||||
|
<a href="/a-propos" class="opacity-60 hover:opacity-100 transition-opacity">A propos</a>
|
||||||
|
<a href="/mentions-legales" class="opacity-60 hover:opacity-100 transition-opacity">Mentions legales</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<!-- ZONE CENTRE : subscribe form compact (endpoint /api/subscribe V1.1-I) -->
|
||||||
|
<div class="flex flex-col items-center gap-1">
|
||||||
|
<form id="subscribe-form" class="flex gap-2 items-center">
|
||||||
|
<input
|
||||||
|
type="email"
|
||||||
|
name="email"
|
||||||
|
required
|
||||||
|
placeholder="ton@email.fr"
|
||||||
|
class="px-3 py-1.5 border border-neutral-300 rounded text-xs focus:outline-none focus:border-[#0F172A] bg-white"
|
||||||
|
/>
|
||||||
|
<button
|
||||||
|
type="submit"
|
||||||
|
class="px-3 py-1.5 bg-[#0F172A] text-white rounded text-xs hover:bg-[#475569] transition-colors whitespace-nowrap"
|
||||||
|
>
|
||||||
|
s'abonner
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
<p id="subscribe-msg" class="text-[10px] text-neutral-500 min-h-[0.75rem]"></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- ZONE DROITE : logos RS cliquables (SVG inline, fill #0F172A 60%) -->
|
||||||
|
<div class="flex gap-3 items-center justify-center md:justify-end text-[#0F172A]">
|
||||||
|
<!-- Instagram -->
|
||||||
|
<a
|
||||||
|
href="https://www.instagram.com/aep.politique/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
aria-label="Instagram @aep.politique"
|
||||||
|
class="opacity-60 hover:opacity-100 transition-opacity"
|
||||||
|
>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="w-[18px] h-[18px] md:w-5 md:h-5" fill="currentColor" aria-hidden="true">
|
||||||
|
<path d="M12 2.163c3.204 0 3.584.012 4.85.07 1.366.062 2.633.336 3.608 1.311.975.975 1.249 2.242 1.311 3.608.058 1.266.069 1.646.069 4.85s-.012 3.584-.07 4.85c-.062 1.366-.336 2.633-1.311 3.608-.975.975-2.242 1.249-3.608 1.311-1.266.058-1.646.07-4.85.07s-3.584-.012-4.85-.07c-1.366-.062-2.633-.336-3.608-1.311-.975-.975-1.249-2.242-1.311-3.608C2.175 15.647 2.163 15.267 2.163 12s.012-3.584.07-4.85c.062-1.366.336-2.633 1.311-3.608.975-.975 2.242-1.249 3.608-1.311 1.266-.058 1.646-.07 4.85-.07zm0 1.838c-3.15 0-3.522.012-4.766.069-1.024.047-1.58.218-1.95.362-.49.19-.84.418-1.207.786-.367.367-.595.717-.786 1.207-.144.37-.315.926-.362 1.95-.057 1.244-.069 1.616-.069 4.766s.012 3.522.069 4.766c.047 1.024.218 1.58.362 1.95.19.49.418.84.786 1.207.367.367.717.595 1.207.786.37.144.926.315 1.95.362 1.244.057 1.616.069 4.766.069s3.522-.012 4.766-.069c1.024-.047 1.58-.218 1.95-.362.49-.19.84-.418 1.207-.786.367-.367.595-.717.786-1.207.144-.37.315-.926.362-1.95.057-1.244.069-1.616.069-4.766s-.012-3.522-.069-4.766c-.047-1.024-.218-1.58-.362-1.95-.19-.49-.418-.84-.786-1.207-.367-.367-.717-.595-1.207-.786-.37-.144-.926-.315-1.95-.362C15.522 4.013 15.15 4.001 12 4.001zm0 3.135a4.864 4.864 0 110 9.728 4.864 4.864 0 010-9.728zm0 8.027a3.162 3.162 0 100-6.325 3.162 3.162 0 000 6.325zm6.187-8.249a1.137 1.137 0 11-2.275 0 1.137 1.137 0 012.275 0z"/>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<!-- GitHub (TODO: si 404 connu, fallback https://git.trans-former.fr/jules Gitea) -->
|
||||||
|
<a
|
||||||
|
href="https://github.com/julesneny"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
aria-label="GitHub"
|
||||||
|
class="opacity-60 hover:opacity-100 transition-opacity"
|
||||||
|
>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="w-[18px] h-[18px] md:w-5 md:h-5" fill="currentColor" aria-hidden="true">
|
||||||
|
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<!-- LinkedIn TODO: confirmer URL LinkedIn Jules -->
|
||||||
|
<a
|
||||||
|
href="https://www.linkedin.com/in/jules-neny/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
aria-label="LinkedIn"
|
||||||
|
class="opacity-60 hover:opacity-100 transition-opacity"
|
||||||
|
>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="w-[18px] h-[18px] md:w-5 md:h-5" fill="currentColor" aria-hidden="true">
|
||||||
|
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.063 2.063 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<!-- Substack -->
|
||||||
|
<a
|
||||||
|
href="https://julesneny.substack.com"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
aria-label="Substack"
|
||||||
|
class="opacity-60 hover:opacity-100 transition-opacity"
|
||||||
|
>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="w-[18px] h-[18px] md:w-5 md:h-5" fill="currentColor" aria-hidden="true">
|
||||||
|
<path d="M22.539 8.242H1.46V5.406h21.08v2.836zM1.46 10.812V24L12 18.11 22.54 24V10.812H1.46zM22.54 0H1.46v2.836h21.08V0z"/>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<!-- TODO V1.3 : ajouter logo Pinterest quand compte créé -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
const form = document.getElementById('subscribe-form') as HTMLFormElement | null;
|
||||||
|
const msg = document.getElementById('subscribe-msg') as HTMLParagraphElement | null;
|
||||||
|
|
||||||
|
form?.addEventListener('submit', async (e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
if (!msg || !form) return;
|
||||||
|
|
||||||
|
const emailInput = form.elements.namedItem('email') as HTMLInputElement;
|
||||||
|
const email = emailInput?.value?.trim() ?? '';
|
||||||
|
if (!email) return;
|
||||||
|
|
||||||
|
msg.textContent = 'envoi...';
|
||||||
|
|
||||||
|
try {
|
||||||
|
const r = await fetch('/api/subscribe', {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
body: JSON.stringify({ email }),
|
||||||
|
});
|
||||||
|
const data = await r.json();
|
||||||
|
if (data.ok) {
|
||||||
|
msg.textContent = data.already
|
||||||
|
? 'tu es deja abonne - a tres vite.'
|
||||||
|
: 'merci ! check ta boite mail (parfois spam).';
|
||||||
|
form.reset();
|
||||||
|
} else {
|
||||||
|
msg.textContent = `souci : ${data.error || 'reessaie plus tard'}`;
|
||||||
|
}
|
||||||
|
} catch {
|
||||||
|
msg.textContent = 'erreur reseau - reessaie plus tard';
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
<button
|
<button
|
||||||
id="hamburger-trigger"
|
id="hamburger-trigger"
|
||||||
type="button"
|
type="button"
|
||||||
class="fixed top-4 left-4 z-50 p-3 bg-white/95 border border-neutral-200 rounded-lg shadow-md hover:bg-white transition-colors md:top-6 md:left-6"
|
class="fixed top-4 right-4 z-50 p-3 bg-white/95 border border-neutral-200 rounded-lg shadow-md hover:bg-white transition-colors md:top-6 md:right-6"
|
||||||
aria-label="Ouvrir le menu"
|
aria-label="Ouvrir le menu"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
aria-controls="hamburger-drawer"
|
aria-controls="hamburger-drawer"
|
||||||
|
|||||||
71
src/components/astro/MobileTabBar.astro
Normal file
71
src/components/astro/MobileTabBar.astro
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
---
|
||||||
|
// MobileTabBar - indicateur de colonne active sur mobile (V1.1-D.1)
|
||||||
|
// Ecoute l'event "swipe-position-change" emis par SwipeContainer.vue
|
||||||
|
// Affiche : Journal | Carte | Insta - colonne active surlignee
|
||||||
|
---
|
||||||
|
<nav
|
||||||
|
id="mobile-tab-bar"
|
||||||
|
aria-label="Navigation colonnes"
|
||||||
|
class="fixed top-12 left-0 right-0 z-30 h-11 bg-white border-b border-neutral-200 flex items-stretch justify-around md:hidden"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
data-tab-index="0"
|
||||||
|
class="mobile-tab flex-1 text-sm px-2 border-b-2 transition-colors"
|
||||||
|
aria-label="Aller au journal"
|
||||||
|
>
|
||||||
|
Journal
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
data-tab-index="1"
|
||||||
|
class="mobile-tab flex-1 text-sm px-2 border-b-2 transition-colors"
|
||||||
|
aria-label="Aller à la carte"
|
||||||
|
>
|
||||||
|
Carte
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
data-tab-index="2"
|
||||||
|
class="mobile-tab flex-1 text-sm px-2 border-b-2 transition-colors"
|
||||||
|
aria-label="Aller à Instagram"
|
||||||
|
>
|
||||||
|
Insta
|
||||||
|
</button>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
const tabs = document.querySelectorAll<HTMLButtonElement>('.mobile-tab');
|
||||||
|
|
||||||
|
function setActive(pos: number) {
|
||||||
|
tabs.forEach((tab, i) => {
|
||||||
|
const active = i === pos;
|
||||||
|
tab.classList.toggle('text-neutral-900', active);
|
||||||
|
tab.classList.toggle('font-medium', active);
|
||||||
|
tab.classList.toggle('border-neutral-900', active);
|
||||||
|
tab.classList.toggle('text-neutral-400', !active);
|
||||||
|
tab.classList.toggle('border-transparent', !active);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// Etat initial depuis sessionStorage (cle utilisee par SwipeContainer.vue)
|
||||||
|
const saved = sessionStorage.getItem('pc-position');
|
||||||
|
const initial = saved !== null && !Number.isNaN(Number(saved)) ? Number(saved) : 1;
|
||||||
|
setActive(initial);
|
||||||
|
|
||||||
|
// Ecoute les changements de position emis par SwipeContainer.vue
|
||||||
|
document.addEventListener('swipe-position-change', (e: Event) => {
|
||||||
|
const detail = (e as CustomEvent<{ pos: number }>).detail;
|
||||||
|
if (detail && typeof detail.pos === 'number') {
|
||||||
|
setActive(detail.pos);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// Les boutons de la tab bar declenchent un scroll via un event custom
|
||||||
|
tabs.forEach((tab) => {
|
||||||
|
tab.addEventListener('click', () => {
|
||||||
|
const idx = Number(tab.dataset.tabIndex);
|
||||||
|
document.dispatchEvent(new CustomEvent('mobile-tab-scroll', { detail: { pos: idx } }));
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
---
|
|
||||||
// PC4 - Liste articles Substack en scroll sous l'iframe carte.
|
|
||||||
// V1 placeholder data en dur ; PC6 (journal n8n) remplacera par fetch journal.json filtre tag #politique.
|
|
||||||
const articles = [
|
|
||||||
{
|
|
||||||
date: '2026-04-28',
|
|
||||||
titre: 'Cap sur l\'autonomie : retour sur 6 mois de chantier',
|
|
||||||
url: 'https://transformations.substack.com/p/cap-autonomie',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
date: '2026-04-15',
|
|
||||||
titre: 'Le commun comme infrastructure',
|
|
||||||
url: 'https://transformations.substack.com/p/commun-infrastructure',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
date: '2026-03-30',
|
|
||||||
titre: 'Architecte ou operateur de bifurcation ?',
|
|
||||||
url: 'https://transformations.substack.com/p/architecte-bifurcation',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
date: '2026-03-12',
|
|
||||||
titre: 'Reseaux AEP : pourquoi la coordination est politique',
|
|
||||||
url: 'https://transformations.substack.com/p/aep-coordination',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
date: '2026-02-26',
|
|
||||||
titre: 'Sortir du sauveur, entrer dans le compagnon',
|
|
||||||
url: 'https://transformations.substack.com/p/sauveur-compagnon',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
date: '2026-02-08',
|
|
||||||
titre: 'Petit manifeste contre l\'expert isole',
|
|
||||||
url: 'https://transformations.substack.com/p/contre-expert-isole',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
date: '2026-01-22',
|
|
||||||
titre: 'Ce que la commande publique fait a la pensee',
|
|
||||||
url: 'https://transformations.substack.com/p/commande-publique',
|
|
||||||
},
|
|
||||||
// TODO PC6 : remplacer par fetch journal.json filtre tag #politique.
|
|
||||||
];
|
|
||||||
---
|
|
||||||
<section class="border-t border-neutral-200 py-6 px-4 bg-white">
|
|
||||||
<h3 class="text-sm font-semibold uppercase tracking-wider text-neutral-500 mb-4">
|
|
||||||
Derniers articles ; Substack
|
|
||||||
</h3>
|
|
||||||
<ul class="space-y-3">
|
|
||||||
{articles.map(({ date, titre, url }) => (
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href={url}
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener"
|
|
||||||
class="block group"
|
|
||||||
>
|
|
||||||
<time class="text-xs text-neutral-400">{date}</time>
|
|
||||||
<p class="text-sm text-neutral-800 group-hover:text-neutral-600 transition-colors leading-snug">
|
|
||||||
{titre}
|
|
||||||
</p>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
))}
|
|
||||||
</ul>
|
|
||||||
<a
|
|
||||||
href="https://transformations.substack.com"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener"
|
|
||||||
class="inline-block mt-4 text-xs text-neutral-500 hover:text-neutral-900"
|
|
||||||
>
|
|
||||||
Voir tous les articles →
|
|
||||||
</a>
|
|
||||||
</section>
|
|
||||||
52
src/components/astro/SiteHeader.astro
Normal file
52
src/components/astro/SiteHeader.astro
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
---
|
||||||
|
// SiteHeader.astro - V1.2-M : bandeau header pleine largeur identite site
|
||||||
|
// Palette terre figee : papier #FAFAF7, encre #0F172A, encre douce #475569
|
||||||
|
// Composition retenue : 2 lignes hierarchique
|
||||||
|
// ligne 1 : "Trans-Former" wordmark dominant (semibold tracking serre)
|
||||||
|
// ligne 2 : "Jules Neny" + baseline italique cote a cote (separateur point median)
|
||||||
|
// Rationale : le wordmark domine sans ecraser ; la baseline reste lisible ;
|
||||||
|
// composition adaptee a un manifeste (hierarchie typographique forte).
|
||||||
|
// Hauteur : ~64px desktop / ~48px mobile (compacte)
|
||||||
|
// Baseline raccourcie mobile : "architecture politique du vivant"
|
||||||
|
---
|
||||||
|
<header
|
||||||
|
class="site-header w-full border-b border-[#E5E7EB] bg-[#FAFAF7] text-[#0F172A] px-4 md:px-6 flex items-center"
|
||||||
|
role="banner"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href="/"
|
||||||
|
class="flex flex-col md:flex-row md:items-baseline gap-x-3 gap-y-0 no-underline text-[#0F172A] hover:text-[#0F172A]"
|
||||||
|
aria-label="trans-former.fr - retour accueil"
|
||||||
|
>
|
||||||
|
<!-- Ligne 1 : wordmark dominant -->
|
||||||
|
<span
|
||||||
|
class="font-semibold tracking-tight text-[#0F172A] text-[17px] md:text-[20px] leading-none"
|
||||||
|
>
|
||||||
|
Trans-Former
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<!-- Ligne 2 (desktop : inline ; mobile : sous wordmark) : Jules Neny + baseline -->
|
||||||
|
<span class="flex items-baseline gap-2 text-[#475569] leading-none">
|
||||||
|
<span class="text-[11px] md:text-[13px]">Jules Neny</span>
|
||||||
|
<span class="text-[#94A3B8]" aria-hidden="true">·</span>
|
||||||
|
<!-- Baseline longue : desktop / Baseline courte : mobile -->
|
||||||
|
<span class="italic text-[11px] md:text-[13px] hidden sm:inline">
|
||||||
|
architecture d'ecologie politique
|
||||||
|
</span>
|
||||||
|
<span class="italic text-[11px] inline sm:hidden">
|
||||||
|
architecture politique du vivant
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.site-header {
|
||||||
|
height: 48px;
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.site-header {
|
||||||
|
height: 64px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -10,6 +10,11 @@ interface CarteNode {
|
|||||||
id: string
|
id: string
|
||||||
label: string
|
label: string
|
||||||
family: string
|
family: string
|
||||||
|
niveau?: number
|
||||||
|
nature?: 'essai' | 'projet'
|
||||||
|
statut?: 'gestation' | 'edite'
|
||||||
|
resume?: string | null
|
||||||
|
radius?: number
|
||||||
intention?: string
|
intention?: string
|
||||||
slug?: string
|
slug?: string
|
||||||
theme?: string
|
theme?: string
|
||||||
@@ -36,7 +41,7 @@ const props = withDefaults(defineProps<{
|
|||||||
})
|
})
|
||||||
|
|
||||||
const emit = defineEmits<{
|
const emit = defineEmits<{
|
||||||
'node-click': [node: CarteNode]
|
'node-click': [payload: { node: CarteNode; x: number; y: number }]
|
||||||
}>()
|
}>()
|
||||||
|
|
||||||
// Refs
|
// Refs
|
||||||
@@ -59,8 +64,46 @@ let zoomBehavior: d3.ZoomBehavior<SVGSVGElement, unknown> | null = null
|
|||||||
const isMobile = computed(() => width.value < 600)
|
const isMobile = computed(() => width.value < 600)
|
||||||
const nodeRadius = computed(() => isMobile.value ? 10 : 14)
|
const nodeRadius = computed(() => isMobile.value ? 10 : 14)
|
||||||
|
|
||||||
function colorFor(family: string): string {
|
// V1.2-N palette : encre / papier / ocre
|
||||||
return props.familyColors[family] || '#9ca3af'
|
// - central niveau 0 : fill encre #0F172A, label blanc inscrit dans le cercle
|
||||||
|
// - essais (niveaux 1-2) : fill papier #FFFFFF, stroke encre, label encre a droite
|
||||||
|
// - projets : fill ocre #B45309, label blanc inscrit dans le cercle
|
||||||
|
// - statut "edite" : stroke epaissi (l'epaisseur conserve l'info, pas la couleur)
|
||||||
|
function colorFor(d: SimNode): string {
|
||||||
|
if (d.nature === 'projet') return '#B45309'
|
||||||
|
if (d.niveau === 0) return '#0F172A'
|
||||||
|
return '#FFFFFF'
|
||||||
|
}
|
||||||
|
|
||||||
|
function getRadius(d: SimNode): number {
|
||||||
|
if (d.radius != null) return d.radius
|
||||||
|
if (d.niveau === 0) return 30
|
||||||
|
if (d.nature === 'projet') return 18
|
||||||
|
return nodeRadius.value
|
||||||
|
}
|
||||||
|
|
||||||
|
function strokeFor(d: SimNode): string {
|
||||||
|
if (d.nature === 'projet') return '#B45309'
|
||||||
|
if (d.niveau === 0) return '#0F172A'
|
||||||
|
return '#0F172A'
|
||||||
|
}
|
||||||
|
|
||||||
|
function strokeWidthFor(d: SimNode): number {
|
||||||
|
return d.statut === 'edite' ? 2.5 : 1.5
|
||||||
|
}
|
||||||
|
|
||||||
|
function labelWeightFor(d: SimNode): string {
|
||||||
|
return d.statut === 'edite' ? 'bold' : 'normal'
|
||||||
|
}
|
||||||
|
|
||||||
|
// Label inscrit dans le cercle (fond fonce) pour central + projets
|
||||||
|
function labelInsideFor(d: SimNode): boolean {
|
||||||
|
return d.niveau === 0 || d.nature === 'projet'
|
||||||
|
}
|
||||||
|
|
||||||
|
function labelColorFor(d: SimNode): string {
|
||||||
|
if (labelInsideFor(d)) return '#FFFFFF'
|
||||||
|
return d.statut === 'edite' ? '#0F172A' : '#475569'
|
||||||
}
|
}
|
||||||
|
|
||||||
function truncate(str: string, max: number): string {
|
function truncate(str: string, max: number): string {
|
||||||
@@ -68,6 +111,27 @@ function truncate(str: string, max: number): string {
|
|||||||
return str.length > max ? str.slice(0, max - 1) + '…' : str
|
return str.length > max ? str.slice(0, max - 1) + '…' : str
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Split intelligent du label central sur 2-3 lignes (autour de "+")
|
||||||
|
function splitCentralLabel(label: string): string[] {
|
||||||
|
if (!label) return ['']
|
||||||
|
// priorite : split sur " + " si present
|
||||||
|
if (label.includes(' + ')) {
|
||||||
|
const parts = label.split(' + ')
|
||||||
|
return [parts[0].trim(), '+', parts.slice(1).join(' + ').trim()]
|
||||||
|
}
|
||||||
|
// fallback : split a peu pres au milieu sur un espace
|
||||||
|
if (label.length > 14) {
|
||||||
|
const mid = Math.floor(label.length / 2)
|
||||||
|
const left = label.lastIndexOf(' ', mid)
|
||||||
|
const right = label.indexOf(' ', mid)
|
||||||
|
const cut = (mid - left <= right - mid && left > 0) ? left : right
|
||||||
|
if (cut > 0) {
|
||||||
|
return [label.slice(0, cut).trim(), label.slice(cut).trim()]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return [label]
|
||||||
|
}
|
||||||
|
|
||||||
function buildSimNodes(): SimNode[] {
|
function buildSimNodes(): SimNode[] {
|
||||||
return props.nodes.map(n => ({ ...n }))
|
return props.nodes.map(n => ({ ...n }))
|
||||||
}
|
}
|
||||||
@@ -136,17 +200,16 @@ function render() {
|
|||||||
const simNodes = buildSimNodes()
|
const simNodes = buildSimNodes()
|
||||||
const simLinks = buildSimLinks(simNodes)
|
const simLinks = buildSimLinks(simNodes)
|
||||||
|
|
||||||
const r = nodeRadius.value
|
|
||||||
const fontSize = isMobile.value ? 9 : 11
|
const fontSize = isMobile.value ? 9 : 11
|
||||||
|
|
||||||
// Liens
|
// Liens — gris doux papier
|
||||||
gLinks!
|
gLinks!
|
||||||
.selectAll<SVGLineElement, SimLink>('line')
|
.selectAll<SVGLineElement, SimLink>('line')
|
||||||
.data(simLinks)
|
.data(simLinks)
|
||||||
.join('line')
|
.join('line')
|
||||||
.attr('stroke', '#94a3b8')
|
.attr('stroke', '#94A3B8')
|
||||||
.attr('stroke-opacity', 0.45)
|
.attr('stroke-opacity', 0.4)
|
||||||
.attr('stroke-width', 1.2)
|
.attr('stroke-width', 1)
|
||||||
|
|
||||||
// Noeuds = groupe <g> par node
|
// Noeuds = groupe <g> par node
|
||||||
const nodeGroups = gNodes!
|
const nodeGroups = gNodes!
|
||||||
@@ -155,49 +218,96 @@ function render() {
|
|||||||
.join('g')
|
.join('g')
|
||||||
.attr('class', 'node')
|
.attr('class', 'node')
|
||||||
.style('cursor', 'pointer')
|
.style('cursor', 'pointer')
|
||||||
.on('click', (_event, d) => emit('node-click', d))
|
.on('click', (_event, d) => emit('node-click', { node: d as CarteNode, x: (d as SimNode).x || 0, y: (d as SimNode).y || 0 }))
|
||||||
.on('mouseover', function () {
|
.on('mouseover', function (_event, d) {
|
||||||
d3.select(this).select('circle')
|
d3.select(this).select('circle')
|
||||||
.transition().duration(120)
|
.transition().duration(120)
|
||||||
.attr('stroke-width', 2.5)
|
.attr('stroke-width', strokeWidthFor(d) + 1.5)
|
||||||
})
|
})
|
||||||
.on('mouseout', function () {
|
.on('mouseout', function (_event, d) {
|
||||||
d3.select(this).select('circle')
|
d3.select(this).select('circle')
|
||||||
.transition().duration(120)
|
.transition().duration(120)
|
||||||
.attr('stroke-width', 1.5)
|
.attr('stroke-width', strokeWidthFor(d))
|
||||||
})
|
})
|
||||||
|
|
||||||
// Cercle (couleur famille)
|
// Cercle
|
||||||
nodeGroups.append('circle')
|
nodeGroups.append('circle')
|
||||||
.attr('r', r)
|
.attr('r', d => getRadius(d))
|
||||||
.attr('fill', d => colorFor(d.family))
|
.attr('fill', d => colorFor(d))
|
||||||
.attr('stroke', '#ffffff')
|
.attr('stroke', d => strokeFor(d))
|
||||||
.attr('stroke-width', 1.5)
|
.attr('stroke-width', d => strokeWidthFor(d))
|
||||||
|
|
||||||
// Label
|
// Label : inscrit dans le cercle pour central + projets, a droite sinon
|
||||||
nodeGroups.append('text')
|
// Pour le noeud central (label long), on passe en multi-lignes
|
||||||
.attr('text-anchor', 'start')
|
nodeGroups.each(function (d) {
|
||||||
|
const g = d3.select(this)
|
||||||
|
const inside = labelInsideFor(d)
|
||||||
|
|
||||||
|
if (inside && d.niveau === 0) {
|
||||||
|
// Noeud central : label en 2 lignes inscrites au centre
|
||||||
|
const parts = splitCentralLabel(d.label)
|
||||||
|
const lineHeight = isMobile.value ? 10 : 12
|
||||||
|
const fs = isMobile.value ? 9 : 11
|
||||||
|
const startY = -((parts.length - 1) * lineHeight) / 2
|
||||||
|
parts.forEach((line, i) => {
|
||||||
|
g.append('text')
|
||||||
|
.attr('text-anchor', 'middle')
|
||||||
.attr('dominant-baseline', 'central')
|
.attr('dominant-baseline', 'central')
|
||||||
.attr('dx', r + 4)
|
.attr('x', 0)
|
||||||
|
.attr('y', startY + i * lineHeight)
|
||||||
|
.attr('font-size', fs)
|
||||||
|
.attr('font-family', 'system-ui, sans-serif')
|
||||||
|
.attr('font-weight', 'bold')
|
||||||
|
.attr('fill', '#FFFFFF')
|
||||||
|
.attr('pointer-events', 'none')
|
||||||
|
.text(line)
|
||||||
|
})
|
||||||
|
} else if (inside) {
|
||||||
|
// Projets : label centre dans le cercle (court)
|
||||||
|
g.append('text')
|
||||||
|
.attr('text-anchor', 'middle')
|
||||||
|
.attr('dominant-baseline', 'central')
|
||||||
|
.attr('x', 0)
|
||||||
|
.attr('y', 0)
|
||||||
.attr('font-size', fontSize)
|
.attr('font-size', fontSize)
|
||||||
.attr('font-family', 'system-ui, sans-serif')
|
.attr('font-family', 'system-ui, sans-serif')
|
||||||
.attr('fill', '#1f2937')
|
.attr('font-weight', labelWeightFor(d))
|
||||||
|
.attr('fill', '#FFFFFF')
|
||||||
.attr('pointer-events', 'none')
|
.attr('pointer-events', 'none')
|
||||||
.text(d => truncate(d.label, isMobile.value ? 18 : 30))
|
.text(truncate(d.label, 6))
|
||||||
|
} else {
|
||||||
|
// Essais : label a droite du cercle
|
||||||
|
g.append('text')
|
||||||
|
.attr('text-anchor', 'start')
|
||||||
|
.attr('dominant-baseline', 'central')
|
||||||
|
.attr('dx', getRadius(d) + 4)
|
||||||
|
.attr('font-size', fontSize)
|
||||||
|
.attr('font-family', 'system-ui, sans-serif')
|
||||||
|
.attr('font-weight', labelWeightFor(d))
|
||||||
|
.attr('fill', labelColorFor(d))
|
||||||
|
.attr('pointer-events', 'none')
|
||||||
|
.text(truncate(d.label, isMobile.value ? 18 : 30))
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
// Tooltip <title>
|
// Tooltip <title>
|
||||||
nodeGroups.append('title')
|
nodeGroups.append('title')
|
||||||
.text(d => `${d.label}\n[${d.family}]\n${truncate(d.intention || '', 200)}`)
|
.text(d => `${d.label}\n[${d.family}]\n${truncate(d.resume || d.intention || '', 200)}`)
|
||||||
|
|
||||||
// Simulation force
|
// Simulation force avec charges differenciees par niveau
|
||||||
simulation = d3.forceSimulation<SimNode, SimLink>(simNodes)
|
simulation = d3.forceSimulation<SimNode, SimLink>(simNodes)
|
||||||
.force('link', d3.forceLink<SimNode, SimLink>(simLinks)
|
.force('link', d3.forceLink<SimNode, SimLink>(simLinks)
|
||||||
.id(d => d.id)
|
.id(d => d.id)
|
||||||
.distance(80)
|
.distance(80)
|
||||||
.strength(0.35))
|
.strength(0.35))
|
||||||
.force('charge', d3.forceManyBody<SimNode>().strength(-220))
|
.force('charge', d3.forceManyBody<SimNode>().strength(d => {
|
||||||
|
if (d.niveau === 0) return -800
|
||||||
|
if (d.niveau === 1) return -400
|
||||||
|
if (d.niveau === 2) return -150
|
||||||
|
return -220
|
||||||
|
}))
|
||||||
.force('center', d3.forceCenter(width.value / 2, height.value / 2))
|
.force('center', d3.forceCenter(width.value / 2, height.value / 2))
|
||||||
.force('collide', d3.forceCollide<SimNode>().radius(r + 6))
|
.force('collide', d3.forceCollide<SimNode>().radius(d => getRadius(d) + 6))
|
||||||
.alphaDecay(0.03)
|
.alphaDecay(0.03)
|
||||||
.on('tick', tick)
|
.on('tick', tick)
|
||||||
|
|
||||||
@@ -291,7 +401,7 @@ onUnmounted(() => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #fafafa;
|
background: #FAFAF7;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
119
src/components/vue/CarteOContextMenu.vue
Normal file
119
src/components/vue/CarteOContextMenu.vue
Normal file
@@ -0,0 +1,119 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import { computed, onMounted, onUnmounted } from 'vue'
|
||||||
|
|
||||||
|
interface CarteNode {
|
||||||
|
id: string
|
||||||
|
label: string
|
||||||
|
family?: string
|
||||||
|
nature?: 'essai' | 'projet'
|
||||||
|
statut?: 'gestation' | 'edite'
|
||||||
|
resume?: string | null
|
||||||
|
intention?: string
|
||||||
|
}
|
||||||
|
|
||||||
|
const props = defineProps<{
|
||||||
|
node: CarteNode | null
|
||||||
|
x: number
|
||||||
|
y: number
|
||||||
|
}>()
|
||||||
|
|
||||||
|
const emit = defineEmits<{ close: [] }>()
|
||||||
|
|
||||||
|
function onKeydown(e: KeyboardEvent) {
|
||||||
|
if (e.key === 'Escape' && props.node) emit('close')
|
||||||
|
}
|
||||||
|
function onClickOutside(e: MouseEvent) {
|
||||||
|
const el = document.getElementById('carte-o-context-menu')
|
||||||
|
if (el && !el.contains(e.target as Node)) emit('close')
|
||||||
|
}
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
window.addEventListener('keydown', onKeydown)
|
||||||
|
setTimeout(() => window.addEventListener('click', onClickOutside), 50)
|
||||||
|
})
|
||||||
|
onUnmounted(() => {
|
||||||
|
window.removeEventListener('keydown', onKeydown)
|
||||||
|
window.removeEventListener('click', onClickOutside)
|
||||||
|
})
|
||||||
|
|
||||||
|
const naturLabel = computed(() => props.node?.nature === 'projet' ? 'Projet archi' : 'Essai politique')
|
||||||
|
const naturColor = computed(() => props.node?.nature === 'projet' ? '#b45309' : '#1d4ed8')
|
||||||
|
const texte = computed(() => props.node?.resume || props.node?.intention || 'En cours d\'ecriture.')
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div
|
||||||
|
v-if="node"
|
||||||
|
id="carte-o-context-menu"
|
||||||
|
class="context-menu"
|
||||||
|
:style="{ left: x + 'px', top: y + 'px' }"
|
||||||
|
role="dialog"
|
||||||
|
:aria-label="node.label"
|
||||||
|
>
|
||||||
|
<button class="close-btn" type="button" @click="emit('close')" aria-label="Fermer">x</button>
|
||||||
|
<span class="nature-badge" :style="{ backgroundColor: naturColor }">{{ naturLabel }}</span>
|
||||||
|
<h3 class="title" :style="{ fontWeight: node.statut === 'edite' ? 'bold' : 'normal' }">
|
||||||
|
{{ node.label }}
|
||||||
|
</h3>
|
||||||
|
<p class="resume">{{ texte }}</p>
|
||||||
|
<p v-if="node.statut === 'edite'" class="edite-badge">publie</p>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.context-menu {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1000;
|
||||||
|
background: #ffffff;
|
||||||
|
border: 1px solid #e5e7eb;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 12px 14px;
|
||||||
|
width: 220px;
|
||||||
|
box-shadow: 0 4px 16px rgba(0,0,0,0.12);
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
.close-btn {
|
||||||
|
position: absolute;
|
||||||
|
top: 6px;
|
||||||
|
right: 8px;
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
color: #9ca3af;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1;
|
||||||
|
padding: 2px 4px;
|
||||||
|
}
|
||||||
|
.close-btn:hover { color: #374151; }
|
||||||
|
.nature-badge {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 2px 7px;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-size: 10px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #fff;
|
||||||
|
letter-spacing: 0.04em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
font-family: 'Courier New', Courier, monospace;
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
font-size: 14px;
|
||||||
|
color: #1f2937;
|
||||||
|
margin: 4px 0 6px 0;
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
.resume {
|
||||||
|
font-size: 12px;
|
||||||
|
color: #4b5563;
|
||||||
|
line-height: 1.5;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.edite-badge {
|
||||||
|
margin-top: 8px;
|
||||||
|
font-size: 10px;
|
||||||
|
color: #059669;
|
||||||
|
font-family: 'Courier New', Courier, monospace;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -1,215 +0,0 @@
|
|||||||
<script setup lang="ts">
|
|
||||||
// Modal récap intention pour Carte O.
|
|
||||||
// Click node -> emit('node-click', n) -> selectedNode.value = n -> ce modal s'affiche.
|
|
||||||
// Esc + click backdrop ferment.
|
|
||||||
import { onMounted, onUnmounted, watch } from 'vue'
|
|
||||||
|
|
||||||
interface CarteNode {
|
|
||||||
id: string
|
|
||||||
label: string
|
|
||||||
family: string
|
|
||||||
intention?: string
|
|
||||||
slug?: string
|
|
||||||
theme?: string
|
|
||||||
}
|
|
||||||
|
|
||||||
const props = defineProps<{
|
|
||||||
node: CarteNode | null
|
|
||||||
familyColors?: Record<string, string>
|
|
||||||
}>()
|
|
||||||
|
|
||||||
const emit = defineEmits<{
|
|
||||||
close: []
|
|
||||||
}>()
|
|
||||||
|
|
||||||
function onKeydown(e: KeyboardEvent) {
|
|
||||||
if (e.key === 'Escape' && props.node) emit('close')
|
|
||||||
}
|
|
||||||
|
|
||||||
onMounted(() => window.addEventListener('keydown', onKeydown))
|
|
||||||
onUnmounted(() => window.removeEventListener('keydown', onKeydown))
|
|
||||||
|
|
||||||
watch(() => props.node, (n) => {
|
|
||||||
if (n) {
|
|
||||||
document.body.style.overflow = 'hidden'
|
|
||||||
} else {
|
|
||||||
document.body.style.overflow = ''
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
function colorFor(family: string): string {
|
|
||||||
return props.familyColors?.[family] || '#9ca3af'
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<Teleport to="body">
|
|
||||||
<Transition name="modal">
|
|
||||||
<div
|
|
||||||
v-if="node"
|
|
||||||
class="modal-backdrop"
|
|
||||||
role="dialog"
|
|
||||||
aria-modal="true"
|
|
||||||
:aria-labelledby="`carte-o-modal-title`"
|
|
||||||
@click.self="emit('close')"
|
|
||||||
>
|
|
||||||
<div class="modal-card">
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
class="close-btn"
|
|
||||||
aria-label="Fermer"
|
|
||||||
@click="emit('close')"
|
|
||||||
>×</button>
|
|
||||||
|
|
||||||
<div class="family-badge" :style="{ backgroundColor: colorFor(node.family) }">
|
|
||||||
{{ node.family }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h2 id="carte-o-modal-title" class="title">
|
|
||||||
{{ node.label }}
|
|
||||||
</h2>
|
|
||||||
|
|
||||||
<p v-if="node.intention" class="intention">
|
|
||||||
{{ node.intention }}
|
|
||||||
</p>
|
|
||||||
<p v-else class="intention placeholder">
|
|
||||||
Pas d'intention extraite. Ouvrez la fiche pour le contenu complet.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div v-if="node.theme" class="theme">
|
|
||||||
Thème : <strong>{{ node.theme }}</strong>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<a
|
|
||||||
v-if="node.slug"
|
|
||||||
:href="`/thematiques/${node.slug}`"
|
|
||||||
class="cta-link"
|
|
||||||
>
|
|
||||||
Lire la fiche →
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</Transition>
|
|
||||||
</Teleport>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.modal-backdrop {
|
|
||||||
position: fixed;
|
|
||||||
inset: 0;
|
|
||||||
z-index: 9999;
|
|
||||||
background: rgba(0, 0, 0, 0.45);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
padding: 1rem;
|
|
||||||
backdrop-filter: blur(2px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-card {
|
|
||||||
position: relative;
|
|
||||||
background: #ffffff;
|
|
||||||
border-radius: 14px;
|
|
||||||
max-width: 32rem;
|
|
||||||
width: 100%;
|
|
||||||
padding: 1.75rem;
|
|
||||||
box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.35);
|
|
||||||
}
|
|
||||||
|
|
||||||
.close-btn {
|
|
||||||
position: absolute;
|
|
||||||
top: 0.5rem;
|
|
||||||
right: 0.5rem;
|
|
||||||
width: 32px;
|
|
||||||
height: 32px;
|
|
||||||
border: none;
|
|
||||||
background: transparent;
|
|
||||||
font-size: 24px;
|
|
||||||
line-height: 1;
|
|
||||||
color: #9ca3af;
|
|
||||||
cursor: pointer;
|
|
||||||
border-radius: 50%;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.close-btn:hover {
|
|
||||||
background: #f3f4f6;
|
|
||||||
color: #374151;
|
|
||||||
}
|
|
||||||
|
|
||||||
.family-badge {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 0.2rem 0.6rem;
|
|
||||||
border-radius: 999px;
|
|
||||||
font-size: 0.7rem;
|
|
||||||
font-weight: 600;
|
|
||||||
letter-spacing: 0.05em;
|
|
||||||
text-transform: uppercase;
|
|
||||||
color: #fff;
|
|
||||||
margin-bottom: 0.65rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
|
||||||
font-size: 1.4rem;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #1f2937;
|
|
||||||
margin: 0 0 0.85rem 0;
|
|
||||||
line-height: 1.3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.intention {
|
|
||||||
color: #4b5563;
|
|
||||||
line-height: 1.55;
|
|
||||||
margin: 0 0 1rem 0;
|
|
||||||
font-size: 0.95rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.intention.placeholder {
|
|
||||||
font-style: italic;
|
|
||||||
color: #9ca3af;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme {
|
|
||||||
font-size: 0.85rem;
|
|
||||||
color: #6b7280;
|
|
||||||
margin-bottom: 1.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cta-link {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 0.55rem 1.1rem;
|
|
||||||
background: #1f2937;
|
|
||||||
color: #fff;
|
|
||||||
border-radius: 8px;
|
|
||||||
text-decoration: none;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
font-weight: 500;
|
|
||||||
transition: background 0.15s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cta-link:hover {
|
|
||||||
background: #111827;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-enter-active,
|
|
||||||
.modal-leave-active {
|
|
||||||
transition: opacity 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-enter-active .modal-card,
|
|
||||||
.modal-leave-active .modal-card {
|
|
||||||
transition: transform 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-enter-from,
|
|
||||||
.modal-leave-to {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-enter-from .modal-card,
|
|
||||||
.modal-leave-to .modal-card {
|
|
||||||
transform: scale(0.96);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -1,14 +1,16 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
// Wrapper Carte O : fetch /data/carte-o.json + state modal.
|
|
||||||
// Vue island Astro hydratée client:visible.
|
|
||||||
import { ref, onMounted, computed } from 'vue'
|
import { ref, onMounted, computed } from 'vue'
|
||||||
import CarteO from './CarteO.vue'
|
import CarteO from './CarteO.vue'
|
||||||
import CarteOModal from './CarteOModal.vue'
|
import CarteOContextMenu from './CarteOContextMenu.vue'
|
||||||
|
|
||||||
interface CarteNode {
|
interface CarteNode {
|
||||||
id: string
|
id: string
|
||||||
label: string
|
label: string
|
||||||
family: string
|
family: string
|
||||||
|
niveau?: number
|
||||||
|
nature?: 'essai' | 'projet'
|
||||||
|
statut?: 'gestation' | 'edite'
|
||||||
|
resume?: string | null
|
||||||
intention?: string
|
intention?: string
|
||||||
slug?: string
|
slug?: string
|
||||||
theme?: string
|
theme?: string
|
||||||
@@ -39,6 +41,8 @@ const props = withDefaults(defineProps<{
|
|||||||
const data = ref<CarteData | null>(null)
|
const data = ref<CarteData | null>(null)
|
||||||
const error = ref<string | null>(null)
|
const error = ref<string | null>(null)
|
||||||
const selectedNode = ref<CarteNode | null>(null)
|
const selectedNode = ref<CarteNode | null>(null)
|
||||||
|
const contextX = ref(0)
|
||||||
|
const contextY = ref(0)
|
||||||
const isMobileScreen = ref(false)
|
const isMobileScreen = ref(false)
|
||||||
|
|
||||||
const familyColors = computed(() =>
|
const familyColors = computed(() =>
|
||||||
@@ -51,6 +55,12 @@ const familyColors = computed(() =>
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
function onNodeClick(payload: { node: CarteNode; x: number; y: number }) {
|
||||||
|
selectedNode.value = payload.node
|
||||||
|
contextX.value = payload.x
|
||||||
|
contextY.value = payload.y
|
||||||
|
}
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
isMobileScreen.value = window.innerWidth < 768
|
isMobileScreen.value = window.innerWidth < 768
|
||||||
try {
|
try {
|
||||||
@@ -62,7 +72,6 @@ onMounted(async () => {
|
|||||||
error.value = e?.message || 'Erreur de chargement'
|
error.value = e?.message || 'Erreur de chargement'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update mobile flag on resize.
|
|
||||||
window.addEventListener('resize', () => {
|
window.addEventListener('resize', () => {
|
||||||
isMobileScreen.value = window.innerWidth < 768
|
isMobileScreen.value = window.innerWidth < 768
|
||||||
})
|
})
|
||||||
@@ -87,13 +96,13 @@ onMounted(async () => {
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<p class="msg">
|
<p class="msg">
|
||||||
Carte O optimisée desktop. Retournez sur grand écran pour explorer la mindmap interactive.
|
Carte O optimisee desktop. Retournez sur grand ecran pour explorer la mindmap interactive.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Loading state -->
|
<!-- Loading state -->
|
||||||
<div v-else-if="!data && !error" class="state">
|
<div v-else-if="!data && !error" class="state">
|
||||||
<span>Chargement de la Carte O…</span>
|
<span>Chargement de la Carte O...</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Error state -->
|
<!-- Error state -->
|
||||||
@@ -107,11 +116,12 @@ onMounted(async () => {
|
|||||||
:nodes="data.nodes"
|
:nodes="data.nodes"
|
||||||
:edges="data.edges"
|
:edges="data.edges"
|
||||||
:family-colors="familyColors"
|
:family-colors="familyColors"
|
||||||
@node-click="selectedNode = $event"
|
@node-click="onNodeClick"
|
||||||
/>
|
/>
|
||||||
<CarteOModal
|
<CarteOContextMenu
|
||||||
:node="selectedNode"
|
:node="selectedNode"
|
||||||
:family-colors="familyColors"
|
:x="contextX"
|
||||||
|
:y="contextY"
|
||||||
@close="selectedNode = null"
|
@close="selectedNode = null"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
187
src/components/vue/ChatbotV2.vue
Normal file
187
src/components/vue/ChatbotV2.vue
Normal file
@@ -0,0 +1,187 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
// PC7 — Chatbot V1 brancha sur endpoint AEP (proxy Astro server-side).
|
||||||
|
// Persistance thread sessionStorage. Bandeau beta info ; pas de streaming, pas de markdown V1.
|
||||||
|
|
||||||
|
import { ref, onMounted, nextTick, useTemplateRef } from 'vue'
|
||||||
|
|
||||||
|
interface Msg {
|
||||||
|
role: 'user' | 'bot'
|
||||||
|
content: string
|
||||||
|
ts: number
|
||||||
|
}
|
||||||
|
|
||||||
|
const props = defineProps<{ apiUrl?: string }>()
|
||||||
|
|
||||||
|
const messages = ref<Msg[]>([])
|
||||||
|
const input = ref('')
|
||||||
|
const sending = ref(false)
|
||||||
|
const errorBanner = ref('')
|
||||||
|
const threadEl = useTemplateRef<HTMLElement>('threadEl')
|
||||||
|
|
||||||
|
const STORAGE_KEY = 'tf-chatbot-v2-thread'
|
||||||
|
const ENDPOINT = props.apiUrl || '/api/chatbot'
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
try {
|
||||||
|
const saved = sessionStorage.getItem(STORAGE_KEY)
|
||||||
|
if (saved) messages.value = JSON.parse(saved)
|
||||||
|
} catch {
|
||||||
|
// sessionStorage indisponible ; on ignore.
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
const persist = () => {
|
||||||
|
try {
|
||||||
|
sessionStorage.setItem(STORAGE_KEY, JSON.stringify(messages.value))
|
||||||
|
} catch {
|
||||||
|
// ignore
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const scrollToBottom = async () => {
|
||||||
|
await nextTick()
|
||||||
|
const el = threadEl.value
|
||||||
|
if (el) el.scrollTo({ top: el.scrollHeight, behavior: 'smooth' })
|
||||||
|
}
|
||||||
|
|
||||||
|
const send = async () => {
|
||||||
|
const q = input.value.trim()
|
||||||
|
if (!q || sending.value) return
|
||||||
|
|
||||||
|
messages.value.push({ role: 'user', content: q, ts: Date.now() })
|
||||||
|
input.value = ''
|
||||||
|
sending.value = true
|
||||||
|
errorBanner.value = ''
|
||||||
|
persist()
|
||||||
|
scrollToBottom()
|
||||||
|
|
||||||
|
try {
|
||||||
|
const res = await fetch(ENDPOINT, {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
body: JSON.stringify({
|
||||||
|
question: q,
|
||||||
|
history: messages.value.slice(-10).map((m) => ({ role: m.role, content: m.content })),
|
||||||
|
}),
|
||||||
|
})
|
||||||
|
|
||||||
|
if (!res.ok) {
|
||||||
|
if (res.status === 429) {
|
||||||
|
errorBanner.value = 'Limite de questions atteinte ; ressaie plus tard.'
|
||||||
|
} else if (res.status === 502 || res.status === 504) {
|
||||||
|
errorBanner.value = "Le service de chat n'est pas joignable ; ressaie dans un instant."
|
||||||
|
} else {
|
||||||
|
errorBanner.value = `Erreur ${res.status} ; ressaie ou recharge la page.`
|
||||||
|
}
|
||||||
|
sending.value = false
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
const data = await res.json()
|
||||||
|
const answer =
|
||||||
|
data.reponse_texte ||
|
||||||
|
data.answer ||
|
||||||
|
data.text ||
|
||||||
|
data.message ||
|
||||||
|
'Pas de reponse.'
|
||||||
|
|
||||||
|
messages.value.push({ role: 'bot', content: answer, ts: Date.now() })
|
||||||
|
} catch (e) {
|
||||||
|
errorBanner.value = "Probleme reseau ; verifie ta connexion."
|
||||||
|
messages.value.push({
|
||||||
|
role: 'bot',
|
||||||
|
content: `Erreur : ${(e as Error).message || 'inconnue'}`,
|
||||||
|
ts: Date.now(),
|
||||||
|
})
|
||||||
|
} finally {
|
||||||
|
sending.value = false
|
||||||
|
persist()
|
||||||
|
scrollToBottom()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const reset = () => {
|
||||||
|
messages.value = []
|
||||||
|
errorBanner.value = ''
|
||||||
|
persist()
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="h-full flex flex-col bg-white">
|
||||||
|
<div class="bg-amber-50 border-b border-amber-200 px-3 py-2 text-xs text-amber-900 leading-snug">
|
||||||
|
<span class="font-medium">Beta :</span> 120 fiches AEP indexees (Mistral Small) ; bientot RAG-PE multi-corpus.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
v-if="errorBanner"
|
||||||
|
class="bg-rose-50 border-b border-rose-200 px-3 py-2 text-xs text-rose-800"
|
||||||
|
role="alert"
|
||||||
|
>
|
||||||
|
{{ errorBanner }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
ref="threadEl"
|
||||||
|
class="flex-1 overflow-y-auto px-3 py-3 space-y-3"
|
||||||
|
role="log"
|
||||||
|
aria-live="polite"
|
||||||
|
>
|
||||||
|
<p
|
||||||
|
v-if="!messages.length"
|
||||||
|
class="text-neutral-400 text-sm italic text-center mt-8 px-4"
|
||||||
|
>
|
||||||
|
Pose une question sur l'AEP ; le manifeste ; les agences locales...
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div
|
||||||
|
v-for="m in messages"
|
||||||
|
:key="m.ts"
|
||||||
|
:class="[
|
||||||
|
'max-w-[85%] rounded-lg px-3 py-2 text-sm leading-relaxed whitespace-pre-wrap break-words',
|
||||||
|
m.role === 'user'
|
||||||
|
? 'bg-neutral-900 text-white ml-auto'
|
||||||
|
: 'bg-neutral-100 text-neutral-800 mr-auto',
|
||||||
|
]"
|
||||||
|
>
|
||||||
|
{{ m.content }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
v-if="sending"
|
||||||
|
class="bg-neutral-100 max-w-[60%] rounded-lg px-3 py-2 text-sm text-neutral-500 italic mr-auto"
|
||||||
|
>
|
||||||
|
Le bot reflechit...
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<form
|
||||||
|
class="border-t border-neutral-200 p-2 flex gap-2 items-stretch"
|
||||||
|
@submit.prevent="send"
|
||||||
|
>
|
||||||
|
<input
|
||||||
|
v-model="input"
|
||||||
|
type="text"
|
||||||
|
placeholder="Ta question..."
|
||||||
|
:disabled="sending"
|
||||||
|
class="flex-1 px-3 py-2 border border-neutral-300 rounded-lg text-sm focus:outline-none focus:border-neutral-900 disabled:opacity-60"
|
||||||
|
aria-label="Saisis ta question"
|
||||||
|
/>
|
||||||
|
<button
|
||||||
|
type="submit"
|
||||||
|
:disabled="sending || !input.trim()"
|
||||||
|
class="px-3 py-2 bg-neutral-900 text-white rounded-lg text-sm font-medium disabled:opacity-50"
|
||||||
|
>
|
||||||
|
Envoyer
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
v-if="messages.length"
|
||||||
|
type="button"
|
||||||
|
class="px-2 py-2 text-neutral-500 text-xs hover:text-neutral-900 underline"
|
||||||
|
@click="reset"
|
||||||
|
>
|
||||||
|
Reset
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
70
src/components/vue/EmbedDynamique.vue
Normal file
70
src/components/vue/EmbedDynamique.vue
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import { ref, computed, onMounted, onUnmounted } from 'vue'
|
||||||
|
|
||||||
|
const iframeRef = ref<HTMLIFrameElement | null>(null)
|
||||||
|
const wrapperRef = ref<HTMLDivElement | null>(null)
|
||||||
|
const skeletonHidden = ref(false)
|
||||||
|
|
||||||
|
// Force rendu desktop de l'iframe AEP : viewport simulee 1440px + scale dynamique
|
||||||
|
const VIEWPORT_W = 1440
|
||||||
|
const iframeScale = ref(0.42)
|
||||||
|
let resizeObs: ResizeObserver | null = null
|
||||||
|
|
||||||
|
const updateScale = () => {
|
||||||
|
if (!wrapperRef.value) return
|
||||||
|
const w = wrapperRef.value.clientWidth
|
||||||
|
if (w > 0) iframeScale.value = w / VIEWPORT_W
|
||||||
|
}
|
||||||
|
|
||||||
|
const iframeStyle = computed(() => ({
|
||||||
|
width: VIEWPORT_W + 'px',
|
||||||
|
height: (100 / iframeScale.value) + '%',
|
||||||
|
transform: `scale(${iframeScale.value})`,
|
||||||
|
transformOrigin: '0 0',
|
||||||
|
}))
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
if (wrapperRef.value && typeof ResizeObserver !== 'undefined') {
|
||||||
|
updateScale()
|
||||||
|
resizeObs = new ResizeObserver(updateScale)
|
||||||
|
resizeObs.observe(wrapperRef.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
onUnmounted(() => {
|
||||||
|
resizeObs?.disconnect()
|
||||||
|
resizeObs = null
|
||||||
|
})
|
||||||
|
|
||||||
|
const onIframeLoad = () => {
|
||||||
|
if (iframeRef.value) {
|
||||||
|
iframeRef.value.classList.remove('opacity-0')
|
||||||
|
iframeRef.value.classList.add('opacity-100')
|
||||||
|
}
|
||||||
|
skeletonHidden.value = true
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="embed-dynamique h-full flex flex-col relative">
|
||||||
|
<div class="h-full">
|
||||||
|
<div ref="wrapperRef" class="relative h-full bg-neutral-100 overflow-hidden">
|
||||||
|
<div
|
||||||
|
v-if="!skeletonHidden"
|
||||||
|
id="embed-skeleton"
|
||||||
|
class="absolute inset-0 flex items-center justify-center bg-neutral-50 animate-pulse z-10"
|
||||||
|
>
|
||||||
|
<span class="text-neutral-400 text-sm">Chargement de la carte AEP...</span>
|
||||||
|
</div>
|
||||||
|
<iframe
|
||||||
|
src="https://aep.trans-former.fr/agences"
|
||||||
|
title="Carte AEP"
|
||||||
|
class="absolute top-0 left-0 border-0 opacity-0 transition-opacity duration-500"
|
||||||
|
:style="iframeStyle"
|
||||||
|
sandbox="allow-scripts allow-same-origin allow-popups allow-forms"
|
||||||
|
@load="onIframeLoad"
|
||||||
|
ref="iframeRef"
|
||||||
|
></iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
@@ -1,9 +1,196 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
// Placeholder journal list — PC6 lit public/data/journal.json
|
import { ref, computed, onMounted, onUnmounted } from 'vue'
|
||||||
|
|
||||||
|
interface JournalItem {
|
||||||
|
id: string
|
||||||
|
platform: 'substack' | 'gitea' | 'github' | 'instagram' | 'castopod' | 'blog' | 'linkedin'
|
||||||
|
hashtag: string
|
||||||
|
date: string
|
||||||
|
titre: string
|
||||||
|
extrait: string
|
||||||
|
url: string
|
||||||
|
thumbnail: string | null
|
||||||
|
}
|
||||||
|
|
||||||
|
interface JournalPayload {
|
||||||
|
generatedAt: string
|
||||||
|
items: JournalItem[]
|
||||||
|
counts?: Record<string, number>
|
||||||
|
}
|
||||||
|
|
||||||
|
const items = ref<JournalItem[]>([])
|
||||||
|
const filters = ref<Record<string, boolean>>({})
|
||||||
|
const platformFilter = ref<string | null>(null)
|
||||||
|
const loading = ref(true)
|
||||||
|
const errored = ref(false)
|
||||||
|
const empty = ref(false)
|
||||||
|
|
||||||
|
const JOURNAL_URL =
|
||||||
|
(import.meta as unknown as { env: Record<string, string | undefined> }).env
|
||||||
|
.PUBLIC_JOURNAL_URL || 'https://data.trans-former.fr/journal.json'
|
||||||
|
|
||||||
|
const STORAGE_KEY = 'tf-hashtag-filters'
|
||||||
|
|
||||||
|
const loadFilters = () => {
|
||||||
|
try {
|
||||||
|
filters.value = JSON.parse(localStorage.getItem(STORAGE_KEY) || '{}')
|
||||||
|
} catch {
|
||||||
|
filters.value = {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const onFilterChange = (e: Event) => {
|
||||||
|
const ce = e as CustomEvent
|
||||||
|
if (ce.detail && typeof ce.detail === 'object') {
|
||||||
|
filters.value = { ...ce.detail }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const onPlatformChange = (e: Event) => {
|
||||||
|
const ce = e as CustomEvent
|
||||||
|
platformFilter.value = ce.detail?.platform ?? null
|
||||||
|
}
|
||||||
|
|
||||||
|
onMounted(async () => {
|
||||||
|
loadFilters()
|
||||||
|
window.addEventListener('hashtag-filter-change', onFilterChange as EventListener)
|
||||||
|
window.addEventListener('platform-filter-change', onPlatformChange as EventListener)
|
||||||
|
try {
|
||||||
|
const res = await fetch(JOURNAL_URL, { cache: 'no-store' })
|
||||||
|
if (!res.ok) {
|
||||||
|
errored.value = true
|
||||||
|
return
|
||||||
|
}
|
||||||
|
const data = (await res.json()) as JournalPayload
|
||||||
|
items.value = Array.isArray(data.items) ? data.items : []
|
||||||
|
if (items.value.length === 0) empty.value = true
|
||||||
|
} catch (e) {
|
||||||
|
errored.value = true
|
||||||
|
console.error('JournalList fetch failed', e)
|
||||||
|
} finally {
|
||||||
|
loading.value = false
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
onUnmounted(() => {
|
||||||
|
window.removeEventListener('hashtag-filter-change', onFilterChange as EventListener)
|
||||||
|
window.removeEventListener('platform-filter-change', onPlatformChange as EventListener)
|
||||||
|
})
|
||||||
|
|
||||||
|
const onItemClick = (item: JournalItem, e: MouseEvent) => {
|
||||||
|
if (e.metaKey || e.ctrlKey) {
|
||||||
|
window.open(item.url, '_blank', 'noopener')
|
||||||
|
return
|
||||||
|
}
|
||||||
|
e.preventDefault()
|
||||||
|
window.dispatchEvent(new CustomEvent('journal-item-click', { detail: { item } }))
|
||||||
|
}
|
||||||
|
|
||||||
|
const visibleItems = computed(() => {
|
||||||
|
const keys = Object.keys(filters.value)
|
||||||
|
let filtered: JournalItem[]
|
||||||
|
if (keys.length === 0) {
|
||||||
|
filtered = items.value
|
||||||
|
} else {
|
||||||
|
const activeKeys = keys.filter((k) => filters.value[k])
|
||||||
|
if (activeKeys.length === 0 && keys.some((k) => filters.value[k] === false)) {
|
||||||
|
filtered = []
|
||||||
|
} else if (activeKeys.length === 0) {
|
||||||
|
filtered = items.value
|
||||||
|
} else {
|
||||||
|
filtered = items.value.filter((it) => activeKeys.includes(it.hashtag))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (platformFilter.value) {
|
||||||
|
filtered = filtered.filter((it) => it.platform === platformFilter.value)
|
||||||
|
}
|
||||||
|
return filtered
|
||||||
|
})
|
||||||
|
|
||||||
|
const formatDate = (iso: string) => {
|
||||||
|
try {
|
||||||
|
const d = new Date(iso)
|
||||||
|
if (isNaN(d.getTime())) return ''
|
||||||
|
return `${String(d.getDate()).padStart(2, '0')}/${String(d.getMonth() + 1).padStart(2, '0')}`
|
||||||
|
} catch {
|
||||||
|
return ''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const platformLabel = (p: string) => {
|
||||||
|
switch (p) {
|
||||||
|
case 'gitea':
|
||||||
|
case 'github':
|
||||||
|
return 'code'
|
||||||
|
case 'substack':
|
||||||
|
return 'substack'
|
||||||
|
case 'instagram':
|
||||||
|
return 'insta'
|
||||||
|
case 'castopod':
|
||||||
|
return 'pod'
|
||||||
|
case 'blog':
|
||||||
|
return 'blog'
|
||||||
|
case 'linkedin':
|
||||||
|
return 'linkedin'
|
||||||
|
default:
|
||||||
|
return p
|
||||||
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="h-full w-full flex items-center justify-center text-sm text-neutral-400">
|
<div class="space-y-3">
|
||||||
Journal list placeholder (PC6)
|
<p v-if="loading" class="text-neutral-400 italic text-xs">
|
||||||
|
Chargement du journal...
|
||||||
|
</p>
|
||||||
|
<p v-else-if="errored" class="text-neutral-400 italic text-xs">
|
||||||
|
Journal en cours d'agregation. Reviens dans quelques heures.
|
||||||
|
</p>
|
||||||
|
<p v-else-if="empty" class="text-neutral-400 italic text-xs">
|
||||||
|
Aucun item agrege. Le cron nocturne tourne a 3h.
|
||||||
|
</p>
|
||||||
|
<p
|
||||||
|
v-else-if="!visibleItems.length"
|
||||||
|
class="text-neutral-400 italic text-xs"
|
||||||
|
>
|
||||||
|
Aucun item ; ajuste les filtres.
|
||||||
|
</p>
|
||||||
|
<article
|
||||||
|
v-for="item in visibleItems"
|
||||||
|
:key="item.id"
|
||||||
|
class="border-b border-neutral-100 pb-3 last:border-b-0"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
:href="item.url"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
class="block group"
|
||||||
|
@click="onItemClick(item, $event)"
|
||||||
|
>
|
||||||
|
<div class="flex items-baseline gap-2 text-[11px] text-neutral-500 mb-1">
|
||||||
|
<time>{{ formatDate(item.date) }}</time>
|
||||||
|
<span class="font-mono text-neutral-700">{{ item.hashtag }}</span>
|
||||||
|
<span class="text-neutral-400">{{ platformLabel(item.platform) }}</span>
|
||||||
|
</div>
|
||||||
|
<h4
|
||||||
|
class="text-sm text-neutral-900 group-hover:text-neutral-600 leading-snug"
|
||||||
|
>
|
||||||
|
{{ item.titre }}
|
||||||
|
</h4>
|
||||||
|
<p
|
||||||
|
v-if="item.extrait"
|
||||||
|
class="text-xs text-neutral-500 mt-1 line-clamp-2"
|
||||||
|
>
|
||||||
|
{{ item.extrait }}
|
||||||
|
</p>
|
||||||
|
<img
|
||||||
|
v-if="item.thumbnail"
|
||||||
|
:src="item.thumbnail"
|
||||||
|
:alt="item.titre"
|
||||||
|
loading="lazy"
|
||||||
|
class="mt-2 w-full max-h-32 object-cover rounded"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
</article>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
152
src/components/vue/PreviewArticle.vue
Normal file
152
src/components/vue/PreviewArticle.vue
Normal file
@@ -0,0 +1,152 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import { ref, computed, onMounted, onUnmounted } from 'vue'
|
||||||
|
|
||||||
|
interface JournalItem {
|
||||||
|
id: string
|
||||||
|
platform: 'substack' | 'gitea' | 'github' | 'instagram' | 'castopod' | 'blog' | 'linkedin'
|
||||||
|
hashtag: string
|
||||||
|
date: string
|
||||||
|
titre: string
|
||||||
|
extrait: string
|
||||||
|
url: string
|
||||||
|
thumbnail: string | null
|
||||||
|
}
|
||||||
|
|
||||||
|
const selectedItem = ref<JournalItem | null>(null)
|
||||||
|
|
||||||
|
const onJournalItemClick = (e: Event) => {
|
||||||
|
const ce = e as CustomEvent
|
||||||
|
if (ce.detail?.item) selectedItem.value = ce.detail.item
|
||||||
|
}
|
||||||
|
|
||||||
|
const onPreviewCloseExternal = () => {
|
||||||
|
selectedItem.value = null
|
||||||
|
}
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
window.addEventListener('journal-item-click', onJournalItemClick as EventListener)
|
||||||
|
window.addEventListener('preview-close-request', onPreviewCloseExternal as EventListener)
|
||||||
|
})
|
||||||
|
onUnmounted(() => {
|
||||||
|
window.removeEventListener('journal-item-click', onJournalItemClick as EventListener)
|
||||||
|
window.removeEventListener('preview-close-request', onPreviewCloseExternal as EventListener)
|
||||||
|
})
|
||||||
|
|
||||||
|
const close = () => {
|
||||||
|
selectedItem.value = null
|
||||||
|
window.dispatchEvent(new CustomEvent('preview-close'))
|
||||||
|
}
|
||||||
|
|
||||||
|
const extractInstaShortcode = (url: string): string | null => {
|
||||||
|
const m = url.match(/\/(p|reel)\/([^\/\?#]+)/)
|
||||||
|
return m ? m[2] : null
|
||||||
|
}
|
||||||
|
|
||||||
|
const embedUrl = computed(() => {
|
||||||
|
if (!selectedItem.value) return null
|
||||||
|
const item = selectedItem.value
|
||||||
|
if (item.platform === 'substack') {
|
||||||
|
return item.url.includes('?') ? item.url + '&embed=1' : item.url + '?embed=1'
|
||||||
|
}
|
||||||
|
if (item.platform === 'instagram') {
|
||||||
|
const sc = extractInstaShortcode(item.url)
|
||||||
|
return sc ? `https://www.instagram.com/p/${sc}/embed/` : null
|
||||||
|
}
|
||||||
|
return null
|
||||||
|
})
|
||||||
|
|
||||||
|
const platformLabel = (p: string) => {
|
||||||
|
const labels: Record<string, string> = {
|
||||||
|
substack: 'Substack',
|
||||||
|
instagram: 'Instagram',
|
||||||
|
gitea: 'Gitea',
|
||||||
|
github: 'GitHub',
|
||||||
|
castopod: 'Podcast',
|
||||||
|
blog: 'Blog',
|
||||||
|
linkedin: 'LinkedIn',
|
||||||
|
}
|
||||||
|
return labels[p] || p
|
||||||
|
}
|
||||||
|
|
||||||
|
const formatDate = (iso: string) => {
|
||||||
|
try {
|
||||||
|
const d = new Date(iso)
|
||||||
|
return isNaN(d.getTime())
|
||||||
|
? ''
|
||||||
|
: `${String(d.getDate()).padStart(2, '0')}/${String(d.getMonth() + 1).padStart(2, '0')}`
|
||||||
|
} catch {
|
||||||
|
return ''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div v-if="selectedItem" class="preview-article border border-neutral-200 rounded overflow-hidden bg-white flex flex-col">
|
||||||
|
|
||||||
|
<!-- Header : reset + hashtag -->
|
||||||
|
<div class="flex items-center justify-between px-4 py-2 border-b border-neutral-200 bg-white">
|
||||||
|
<button
|
||||||
|
class="text-xs text-neutral-500 hover:text-neutral-900 flex items-center gap-1"
|
||||||
|
@click="close"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
- Retour a la carte
|
||||||
|
</button>
|
||||||
|
<span class="text-xs text-neutral-400" style="font-family: 'Courier New', Courier, monospace;">
|
||||||
|
{{ selectedItem.hashtag }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Teaser -->
|
||||||
|
<div class="px-4 py-3 border-b border-neutral-100 bg-neutral-50">
|
||||||
|
<p class="text-[11px] text-neutral-500 mb-1">{{ formatDate(selectedItem.date) }} - {{ selectedItem.platform }}</p>
|
||||||
|
<h3 class="text-sm font-semibold text-neutral-900 leading-snug mb-1">{{ selectedItem.titre }}</h3>
|
||||||
|
<p v-if="selectedItem.extrait" class="text-xs text-neutral-600 leading-relaxed line-clamp-3">
|
||||||
|
{{ selectedItem.extrait }}
|
||||||
|
</p>
|
||||||
|
<img
|
||||||
|
v-if="selectedItem.thumbnail"
|
||||||
|
:src="selectedItem.thumbnail"
|
||||||
|
:alt="selectedItem.titre"
|
||||||
|
class="mt-2 w-full max-h-28 object-cover rounded"
|
||||||
|
loading="lazy"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Embed live (Substack ou Instagram) -->
|
||||||
|
<div v-if="embedUrl" class="bg-white" style="height: 60vh; min-height: 400px;">
|
||||||
|
<iframe
|
||||||
|
:src="embedUrl"
|
||||||
|
class="w-full h-full border-0"
|
||||||
|
:title="selectedItem.titre"
|
||||||
|
loading="lazy"
|
||||||
|
sandbox="allow-scripts allow-same-origin allow-popups allow-forms allow-top-navigation"
|
||||||
|
></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Carte incitative (autres plateformes) -->
|
||||||
|
<div v-else class="flex flex-col items-start justify-center px-4 py-6">
|
||||||
|
<p class="text-xs text-neutral-500 mb-3 italic">Embed non disponible pour cette plateforme.</p>
|
||||||
|
<a
|
||||||
|
:href="selectedItem.url"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
class="inline-block px-4 py-2 bg-neutral-900 text-white text-sm rounded-lg hover:bg-neutral-700 transition-colors"
|
||||||
|
>
|
||||||
|
Voir sur {{ platformLabel(selectedItem.platform) }} ->
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- CTA propagation universel -->
|
||||||
|
<div class="px-4 py-3 border-t border-neutral-100">
|
||||||
|
<a
|
||||||
|
:href="selectedItem.url"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
class="text-xs text-neutral-500 hover:text-neutral-900 underline"
|
||||||
|
>
|
||||||
|
Continuer sur {{ platformLabel(selectedItem.platform) }} - commenter, partager
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
@@ -22,12 +22,17 @@ const resetFade = () => {
|
|||||||
}, 3000);
|
}, 3000);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const emitPositionChange = (pos: number) => {
|
||||||
|
document.dispatchEvent(new CustomEvent('swipe-position-change', { detail: { pos } }));
|
||||||
|
};
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
if (!emblaApi.value) return;
|
if (!emblaApi.value) return;
|
||||||
emblaApi.value.on('select', () => {
|
emblaApi.value.on('select', () => {
|
||||||
if (!emblaApi.value) return;
|
if (!emblaApi.value) return;
|
||||||
selectedIndex.value = emblaApi.value.selectedScrollSnap();
|
selectedIndex.value = emblaApi.value.selectedScrollSnap();
|
||||||
sessionStorage.setItem('pc-position', String(selectedIndex.value));
|
sessionStorage.setItem('pc-position', String(selectedIndex.value));
|
||||||
|
emitPositionChange(selectedIndex.value);
|
||||||
resetFade();
|
resetFade();
|
||||||
});
|
});
|
||||||
const saved = sessionStorage.getItem('pc-position');
|
const saved = sessionStorage.getItem('pc-position');
|
||||||
@@ -35,6 +40,13 @@ onMounted(() => {
|
|||||||
const idx = Number(saved);
|
const idx = Number(saved);
|
||||||
if (!Number.isNaN(idx)) emblaApi.value.scrollTo(idx, false);
|
if (!Number.isNaN(idx)) emblaApi.value.scrollTo(idx, false);
|
||||||
}
|
}
|
||||||
|
// Ecoute les clics de la MobileTabBar
|
||||||
|
document.addEventListener('mobile-tab-scroll', (e: Event) => {
|
||||||
|
const detail = (e as CustomEvent<{ pos: number }>).detail;
|
||||||
|
if (detail && typeof detail.pos === 'number') {
|
||||||
|
emblaApi.value?.scrollTo(detail.pos);
|
||||||
|
}
|
||||||
|
});
|
||||||
resetFade();
|
resetFade();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
import '../styles/global.css';
|
import '../styles/global.css';
|
||||||
|
import Footer from '../components/astro/Footer.astro';
|
||||||
|
import SiteHeader from '../components/astro/SiteHeader.astro';
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
title?: string;
|
title?: string;
|
||||||
@@ -8,7 +10,7 @@ interface Props {
|
|||||||
|
|
||||||
const {
|
const {
|
||||||
title = 'trans-former.fr',
|
title = 'trans-former.fr',
|
||||||
description = 'Page-cerveau : journal, mindmap AEP, Insta',
|
description = "Architecture d'ecologie politique - journal, carte conceptuelle, manifeste",
|
||||||
} = Astro.props;
|
} = Astro.props;
|
||||||
---
|
---
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
@@ -27,7 +29,11 @@ const {
|
|||||||
<meta name="twitter:title" content={title} />
|
<meta name="twitter:title" content={title} />
|
||||||
<meta name="twitter:description" content={description} />
|
<meta name="twitter:description" content={description} />
|
||||||
</head>
|
</head>
|
||||||
<body class="m-0 bg-white text-neutral-900 antialiased">
|
<body class="m-0 bg-white text-neutral-900 antialiased min-h-screen flex flex-col">
|
||||||
|
<SiteHeader />
|
||||||
|
<div class="flex-1 flex flex-col min-h-0">
|
||||||
<slot />
|
<slot />
|
||||||
|
</div>
|
||||||
|
<Footer />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
export const prerender = true;
|
||||||
|
|
||||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
import BaseLayout from '../layouts/BaseLayout.astro';
|
||||||
import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
|
import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
|
||||||
---
|
---
|
||||||
|
|||||||
65
src/pages/api/chatbot.ts
Normal file
65
src/pages/api/chatbot.ts
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
// PC7 — Endpoint proxy POST /api/chatbot
|
||||||
|
// Forward la question vers CHATBOT_UPSTREAM (default : aep.trans-former.fr/api/chatbot).
|
||||||
|
// Tunnel CORS (l'upstream ne sert pas de header CORS pour trans-former.fr) + timeout 25s.
|
||||||
|
|
||||||
|
import type { APIRoute } from 'astro'
|
||||||
|
|
||||||
|
export const prerender = false
|
||||||
|
|
||||||
|
const UPSTREAM =
|
||||||
|
import.meta.env.CHATBOT_UPSTREAM || 'https://aep.trans-former.fr/api/chatbot'
|
||||||
|
const TIMEOUT_MS = 25_000
|
||||||
|
|
||||||
|
const jsonResponse = (status: number, payload: unknown) =>
|
||||||
|
new Response(JSON.stringify(payload), {
|
||||||
|
status,
|
||||||
|
headers: { 'Content-Type': 'application/json; charset=utf-8' },
|
||||||
|
})
|
||||||
|
|
||||||
|
export const POST: APIRoute = async ({ request }) => {
|
||||||
|
let body: { question?: string; q?: string; history?: unknown }
|
||||||
|
|
||||||
|
try {
|
||||||
|
body = await request.json()
|
||||||
|
} catch {
|
||||||
|
return jsonResponse(400, { error: 'invalid_json' })
|
||||||
|
}
|
||||||
|
|
||||||
|
const question = (body.question || body.q || '').toString().trim()
|
||||||
|
if (!question) {
|
||||||
|
return jsonResponse(400, { error: 'missing_question' })
|
||||||
|
}
|
||||||
|
|
||||||
|
const ctrl = new AbortController()
|
||||||
|
const timer = setTimeout(() => ctrl.abort(), TIMEOUT_MS)
|
||||||
|
|
||||||
|
try {
|
||||||
|
const upstream = await fetch(UPSTREAM, {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
body: JSON.stringify({
|
||||||
|
question,
|
||||||
|
history: Array.isArray(body.history) ? body.history : [],
|
||||||
|
}),
|
||||||
|
signal: ctrl.signal,
|
||||||
|
})
|
||||||
|
clearTimeout(timer)
|
||||||
|
|
||||||
|
const text = await upstream.text()
|
||||||
|
const contentType =
|
||||||
|
upstream.headers.get('content-type') || 'application/json; charset=utf-8'
|
||||||
|
|
||||||
|
return new Response(text, {
|
||||||
|
status: upstream.status,
|
||||||
|
headers: { 'Content-Type': contentType },
|
||||||
|
})
|
||||||
|
} catch (e) {
|
||||||
|
clearTimeout(timer)
|
||||||
|
const err = e as Error
|
||||||
|
const aborted = err.name === 'AbortError'
|
||||||
|
return jsonResponse(aborted ? 504 : 502, {
|
||||||
|
error: aborted ? 'upstream_timeout' : 'upstream_failed',
|
||||||
|
detail: err.message || 'unknown',
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
71
src/pages/api/subscribe.ts
Normal file
71
src/pages/api/subscribe.ts
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
import type { APIRoute } from 'astro'
|
||||||
|
|
||||||
|
export const prerender = false
|
||||||
|
|
||||||
|
const KIT_API_BASE = 'https://api.kit.com/v4'
|
||||||
|
|
||||||
|
export const POST: APIRoute = async ({ request }) => {
|
||||||
|
const KIT_API_KEY = import.meta.env.KIT_API_SECRET_V4
|
||||||
|
if (!KIT_API_KEY) {
|
||||||
|
return new Response(JSON.stringify({ error: 'config_missing' }), {
|
||||||
|
status: 500,
|
||||||
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
let body: { email: string; first_name?: string }
|
||||||
|
try {
|
||||||
|
body = await request.json()
|
||||||
|
} catch {
|
||||||
|
return new Response(JSON.stringify({ error: 'invalid_json' }), {
|
||||||
|
status: 400,
|
||||||
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
const email = (body.email || '').trim().toLowerCase()
|
||||||
|
if (!email || !/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email)) {
|
||||||
|
return new Response(JSON.stringify({ error: 'invalid_email' }), {
|
||||||
|
status: 400,
|
||||||
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
const upstream = await fetch(`${KIT_API_BASE}/subscribers`, {
|
||||||
|
method: 'POST',
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'application/json',
|
||||||
|
'X-Kit-Api-Key': KIT_API_KEY,
|
||||||
|
},
|
||||||
|
body: JSON.stringify({
|
||||||
|
email_address: email,
|
||||||
|
first_name: body.first_name || undefined,
|
||||||
|
state: 'active',
|
||||||
|
}),
|
||||||
|
signal: AbortSignal.timeout(10000),
|
||||||
|
})
|
||||||
|
|
||||||
|
if (upstream.ok) {
|
||||||
|
return new Response(JSON.stringify({ ok: true }), {
|
||||||
|
status: 200,
|
||||||
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
})
|
||||||
|
}
|
||||||
|
if (upstream.status === 422) {
|
||||||
|
return new Response(JSON.stringify({ ok: true, already: true }), {
|
||||||
|
status: 200,
|
||||||
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
})
|
||||||
|
}
|
||||||
|
return new Response(
|
||||||
|
JSON.stringify({ error: 'kit_failed', status: upstream.status }),
|
||||||
|
{ status: 502, headers: { 'Content-Type': 'application/json' } }
|
||||||
|
)
|
||||||
|
} catch (e) {
|
||||||
|
return new Response(
|
||||||
|
JSON.stringify({ error: 'upstream_failed', detail: (e as Error).message }),
|
||||||
|
{ status: 502, headers: { 'Content-Type': 'application/json' } }
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,25 +1,32 @@
|
|||||||
---
|
---
|
||||||
|
export const prerender = true;
|
||||||
|
|
||||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
import BaseLayout from '../layouts/BaseLayout.astro';
|
||||||
import ColJournal from '../components/astro/ColJournal.astro';
|
import ColJournal from '../components/astro/ColJournal.astro';
|
||||||
import ColCentre from '../components/astro/ColCentre.astro';
|
import ColCentre from '../components/astro/ColCentre.astro';
|
||||||
import ColInsta from '../components/astro/ColInsta.astro';
|
import ColInsta from '../components/astro/ColInsta.astro';
|
||||||
import SwipeContainer from '../components/vue/SwipeContainer.vue';
|
import SwipeContainer from '../components/vue/SwipeContainer.vue';
|
||||||
import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
|
import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
|
||||||
|
import MobileTabBar from '../components/astro/MobileTabBar.astro';
|
||||||
import PopupOnboarding from '../components/astro/PopupOnboarding.astro';
|
import PopupOnboarding from '../components/astro/PopupOnboarding.astro';
|
||||||
---
|
---
|
||||||
<BaseLayout title="trans-former.fr">
|
<BaseLayout title="trans-former.fr">
|
||||||
<HamburgerMenu />
|
<HamburgerMenu />
|
||||||
|
<MobileTabBar />
|
||||||
<PopupOnboarding />
|
<PopupOnboarding />
|
||||||
|
|
||||||
<!-- Desktop : grid 3 colonnes -->
|
<!-- Desktop : grid 3 colonnes (header 64px deja consommes par SiteHeader, on prend le reste) -->
|
||||||
<div class="hidden md:grid md:grid-cols-[320px_1fr_320px] h-screen overflow-hidden">
|
<div
|
||||||
|
class="hidden md:grid md:grid-cols-[320px_1fr_320px] overflow-hidden"
|
||||||
|
style="height: calc(100vh - 64px);"
|
||||||
|
>
|
||||||
<aside class="border-r border-neutral-200 overflow-y-auto"><ColJournal /></aside>
|
<aside class="border-r border-neutral-200 overflow-y-auto"><ColJournal /></aside>
|
||||||
<main class="overflow-hidden"><ColCentre /></main>
|
<main class="overflow-hidden"><ColCentre /></main>
|
||||||
<aside class="border-l border-neutral-200 overflow-y-auto"><ColInsta /></aside>
|
<aside class="border-l border-neutral-200 overflow-y-auto"><ColInsta /></aside>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Mobile : SwipeContainer Vue island -->
|
<!-- Mobile : SwipeContainer Vue island - header 48px + tabbar 44px = 92px reserves -->
|
||||||
<div class="md:hidden h-screen overflow-hidden">
|
<div class="md:hidden overflow-hidden" style="height: calc(100dvh - 48px - 44px); margin-top: 44px;">
|
||||||
<SwipeContainer client:load>
|
<SwipeContainer client:load>
|
||||||
<ColJournal slot="left" />
|
<ColJournal slot="left" />
|
||||||
<ColCentre slot="center" />
|
<ColCentre slot="center" />
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
export const prerender = true;
|
||||||
|
|
||||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
import BaseLayout from '../layouts/BaseLayout.astro';
|
||||||
import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
|
import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
export const prerender = true;
|
||||||
|
|
||||||
import BaseLayout from '../../layouts/BaseLayout.astro';
|
import BaseLayout from '../../layouts/BaseLayout.astro';
|
||||||
import HamburgerMenu from '../../components/astro/HamburgerMenu.astro';
|
import HamburgerMenu from '../../components/astro/HamburgerMenu.astro';
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
export const prerender = true;
|
||||||
|
|
||||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
import BaseLayout from '../layouts/BaseLayout.astro';
|
||||||
import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
|
import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1 +1,23 @@
|
|||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
|
|
||||||
|
/* Typographie monospace - labels editoriaux (V1.1-G.1) */
|
||||||
|
.font-mono-editorial,
|
||||||
|
.hashtag-label,
|
||||||
|
.nature-badge,
|
||||||
|
.carte-o-label {
|
||||||
|
font-family: 'Courier New', Courier, monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Corps de texte pages statiques (V1.1-G.2) */
|
||||||
|
.prose-page {
|
||||||
|
font-size: 1.0625rem;
|
||||||
|
line-height: 1.75;
|
||||||
|
color: #374151;
|
||||||
|
max-width: 65ch;
|
||||||
|
}
|
||||||
|
.prose-page h1, .prose-page h2, .prose-page h3 {
|
||||||
|
color: #111827;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user