/bips.bitcoincore.dev

search, share, and save BIPs (Bitcoin Improvement Proposals) - https://bips.dev

Primary LanguageHTMLMIT LicenseMIT

bips.dev logo

Search, share, and save BIPs (Bitcoin Improvement Proposals)

Netlify Status

bips.dev is a static site generated by zola, using the bitcoin/bips repo as input. The result is a site that enables a simple UI for navigating BIPs, searching, and sharing them easily via short URLs, i.e. https://bips.dev/141

Status

Rendering

The version live on bips.dev shows a simple pandoc conversion from mediawiki text to "GitHub-flavored" markdown, and a few things are broken. Tables seem to be the biggest problem, with internal links and code snippets being a close second. I've tried using Parsoid to convert the mediawiki to HTML, then to markdown, but it doesn't work when encountering things like top-level <img> tags in the BIP source (which shouldn't be there anyway, according to Wikimedia)

Ideas

  • Visual "mind map" of BIPs and their references.

Building

  • Install Rust and zola
  • make bips
  • ./web/build/transcode-md.sh
  • make build or make serve