Skip to content

pfefferle/dash-php-fig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dash-php-fig

dash-php-fig is a docset for Dash.app containing the latest PHP-FIG.

Installing

Install by opening Dash.app preferences, switch to Downloads, click +, and enter the feed URL https://raw.githubusercontent.com/pfefferle/dash-php-fig/master/PHP-FIG.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

Changelog

1.0.0

  • initial version

Thanks

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