A searchable static web archive of the N2PK Vector Network Analyzer Yahoo Groups mailing list.
This archive contains 9,662 messages from 926 contributors spanning August 2004 to October 2019, organized into 1,783 discussion topics.
The N2PK VNA is a high-performance, low-cost vector network analyzer designed by Paul Kiciak (N2PK) for amateur radio and RF engineering applications.
- Browse messages by year and month
- Full-text search across all messages
- Message threading by topic
- Navigation between messages in the same thread
- Responsive design for desktop and mobile
Open archive/index.html in a web browser to browse the archive.
archive/
├── index.html # Main page with statistics and year links
├── search.js # Client-side search functionality
├── style.css # Stylesheet
├── messages/ # Individual message pages (1.html - 9662.html)
└── {year}/{month}/ # Monthly archive pages
The Python script used to generate this archive is included in src/generate_archive.py. To regenerate:
- Place the source messages file (
messages-8-20-2004-thru-10-22-2019.txt) in the same directory as the script - Run:
python generate_archive.py - The archive will be generated in the
archive/subdirectory
The source data is a pipe-delimited text file with the format:
message_id|topic_id|timestamp|author|subject|body
This archive is provided for historical and educational purposes. Original message content remains the property of the respective authors.