Skip to content

nickmonad/bips-dev

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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