Skip to content

reclaim4u/bips.bitcoincore.dev

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 93.8%
  • Python 5.0%
  • Go 0.4%
  • JavaScript 0.3%
  • TeX 0.3%
  • Rust 0.2%