Commit Graph

3 Commits

Author SHA1 Message Date
Jeff Emmett 100bca5910 feat: add rData (Umami) analytics to p2pwiki, p2pf blog and website
- p2pwiki AI: tracking script in web/index.html
- Static blog: nginx sub_filter injection
- WordPress blog: theme header.php + mu-plugin
- WordPress website: mu-plugin via docker-compose volume mount
- Replaces legacy Google Analytics UA-184755-2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 14:06:08 -07:00
Jeff Emmett 7633ea6781 Add wiki draft approval UI, MediaWiki client, HitCounters extension, and blog parser
- Add MediaWiki API client (src/mediawiki.py) for draft management and authentication
- Add wiki draft approval endpoints (GET /wiki/drafts, POST /wiki/approve, GET /wiki/auth)
- Add Wiki Drafts panel to web UI with approval workflow and confirmation modal
- Install HitCounters extension on wiki server (106M+ historical page views restored)
- Fix HitCounters deprecation warning (Language::convert -> LanguageConverterFactory)
- Add blog parser for static blog content processing
- Update .gitignore to exclude large data/blog_static directories
- Increase Ollama timeout to 5 min for large content generation
- Initialize backlog task tracking

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 21:03:20 -07:00
Jeff Emmett 4ebd90cc64 Initial commit: P2P Wiki AI system
- RAG-based chat with 39k wiki articles (232k chunks)
- Article ingress pipeline for processing external URLs
- Review queue for AI-generated content
- FastAPI backend with web UI
- Traefik-ready Docker setup for p2pwiki.jeffemmett.com

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 13:53:29 +01:00