p2pwiki-ai/src
Jeff Emmett 89fcbf0595
CI/CD / deploy (push) Successful in 1m6s Details
refactor: split content from AI tooling, prepare for rename to p2pwiki-ai
- Remove blog_static/ and blog_sample/ files (moved to p2pfoundation-wiki repo)
- Update CI/CD: rename p2pwiki-content → p2pwiki-ai (image, deploy path)
- Make content paths configurable via CONTENT_DIR env var in config.py
- Update parser.py to use settings.articles_dir instead of hardcoded path
- Update docker-compose.yml: HOST_XMLDUMP_DIR for flexible content mounting
- Rewrite README.md: link to content repo, document env vars
- Update .env.example with content path configuration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-14 14:24:05 -04:00
..
__init__.py Initial commit: P2P Wiki AI system 2026-01-23 13:53:29 +01:00
api.py Add wiki draft approval UI, MediaWiki client, HitCounters extension, and blog parser 2026-02-12 21:03:20 -07:00
blog_parser.py Add wiki draft approval UI, MediaWiki client, HitCounters extension, and blog parser 2026-02-12 21:03:20 -07:00
config.py refactor: split content from AI tooling, prepare for rename to p2pwiki-ai 2026-04-14 14:24:05 -04:00
embeddings.py Initial commit: P2P Wiki AI system 2026-01-23 13:53:29 +01:00
ingress.py Initial commit: P2P Wiki AI system 2026-01-23 13:53:29 +01:00
llm.py Add wiki draft approval UI, MediaWiki client, HitCounters extension, and blog parser 2026-02-12 21:03:20 -07:00
mediawiki.py Add MediaWiki client and gadget installation script 2026-02-05 12:57:53 +00:00
parser.py refactor: split content from AI tooling, prepare for rename to p2pwiki-ai 2026-04-14 14:24:05 -04:00
rag.py Initial commit: P2P Wiki AI system 2026-01-23 13:53:29 +01:00