reclaim4u / bips.bitcoincore.dev

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

Home Page:https://bips.bitcoincore.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://bips.bitcoincore.dev

License:MIT License


Languages

Language:HTML 93.7%Language:Python 5.0%Language:Go 0.4%Language:JavaScript 0.3%Language:TeX 0.3%Language:Rust 0.2%Language:Shell 0.0%Language:Dockerfile 0.0%Language:SCSS 0.0%Language:Makefile 0.0%