zeroclickinfo-goodies/share/goodie/vim_cheat_sheet
Matt Miller f511b821af Vim Cheat Sheet: update with latest available content.
This is the effect of running the fetch_and_parse.pl script.

Also, recognize the change from class to id on 'vim-container'
2014-09-16 20:00:38 -04:00
..
README.txt Shuffled code around so this goodie performs a bit better. 2014-01-23 22:16:46 +00:00
fetch_and_parse.pl Vim Cheat Sheet: update fetch and parse. 2014-09-16 20:00:37 -04:00
template.tx remove extra <br> tags in the html output 2014-02-08 11:19:10 +00:00
vim_cheat_sheet.css Vim Cheat Sheet: update with latest available content. 2014-09-16 20:00:38 -04:00
vim_cheat_sheet.html Vim Cheat Sheet: update with latest available content. 2014-09-16 20:00:38 -04:00
vim_cheat_sheet.txt Vim Cheat Sheet: update with latest available content. 2014-09-16 20:00:38 -04:00

README.txt

SYNOPSIS

    fetch.sh 
    parser.pl


DESCRIPTION

fetch.sh downloads the cheat sheet data from 
    https://github.com/rtorr/vim-cheat-sheet

parser.pl parses the html retrieved by fetch.sh and generates
vim_cheat_sheet.html and vim_cheat_sheet.txt which are used by
DDG::Goodie::VimCheatSheet.


REQUIREMENTS

    Text::Xslate v3.1.0
    JSON         v2.90
    Web::Scraper v0.37