Skip to content

pfefferle/dash-microformats

Repository files navigation

dash-microformats

dash-microformats is a docset for Dash.app containing the latest (stable) Microformats specs.

Installing

Install by opening Dash.app preferences, switch to Downloads, click +, and enter the feed URL https://raw.githubusercontent.com/pfefferle/dash-microformats/master/microformats.xml.

Build

To rebuild or update this docset run the following commands in the following order:

  1. $ sh sync.sh to grab the newest version of the specs
  2. $ python rebuild.py to generate the docset from the grabbed sources
  3. $ sh pack.sh to build the tgz file for a new release

Thanks

The sync.sh and rebuild.py scripts are based on @willnorris' awesome RFCDash Docset versions.