zeroclickinfo-goodies/share/goodie/vim_cheat_sheet
Matt Miller ebd15f598a Move goodies to new styling mechanism.
- Rename 'style.css' to appropriate ID-based name.
- Remove explicit inclusion of CSS, as it will now be auto-included.
- Update tests which explicitly checked for styling.
2014-09-10 17:28:30 -04:00
..
README.txt Shuffled code around so this goodie performs a bit better. 2014-01-23 22:16:46 +00:00
fetch.sh Created DDG::Goodie::VimCheatSheet +tests 2014-01-18 12:39:30 +00:00
parse.pl Move goodies to new styling mechanism. 2014-09-10 17:28:30 -04:00
template.tx remove extra <br> tags in the html output 2014-02-08 11:19:10 +00:00
vim_cheat_sheet.css Move goodies to new styling mechanism. 2014-09-10 17:28:30 -04:00
vim_cheat_sheet.html Vim Cheat Sheet: Change from `id` to `class` 2014-06-02 13:55:01 +00:00
vim_cheat_sheet.txt Reran VimCheatSheet download.sh and parser.sh 2014-02-08 10:59:54 +00: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