Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,025 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

Packages

Contributors

Languages